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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
69,115
| 8,375,589,808
|
IssuesEvent
|
2018-10-05 16:54:50
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
closed
|
UI consistency - refresh button
|
:Design release_note:enhancement
|
The refresh button currently only exists in the Visualize page, for when a saved search is being used and the search button is disabled. However, I personally think it would be better for new users if the refresh button existed in discover, visualize and dashboard for consistency, and is more obvious than clicking the search button. Happy to do the PR. Thoughts?
|
1.0
|
UI consistency - refresh button - The refresh button currently only exists in the Visualize page, for when a saved search is being used and the search button is disabled. However, I personally think it would be better for new users if the refresh button existed in discover, visualize and dashboard for consistency, and is more obvious than clicking the search button. Happy to do the PR. Thoughts?
|
non_test
|
ui consistency refresh button the refresh button currently only exists in the visualize page for when a saved search is being used and the search button is disabled however i personally think it would be better for new users if the refresh button existed in discover visualize and dashboard for consistency and is more obvious than clicking the search button happy to do the pr thoughts
| 0
|
295,516
| 25,480,294,313
|
IssuesEvent
|
2022-11-25 19:40:44
|
CSC207-2022F-UofT/course-project-collegecook
|
https://api.github.com/repos/CSC207-2022F-UofT/course-project-collegecook
|
opened
|
Search and sort by number of reviews
|
test
|
Recipes = [Recipe1, Recipe2, Recipe3]
where the number of reviews of Recipe1, Recipe2, Recipe3 are 3,1,2
Sort by average rating (in ascending order), the result should be
Recipe2, Recipe3, Recipe1
|
1.0
|
Search and sort by number of reviews - Recipes = [Recipe1, Recipe2, Recipe3]
where the number of reviews of Recipe1, Recipe2, Recipe3 are 3,1,2
Sort by average rating (in ascending order), the result should be
Recipe2, Recipe3, Recipe1
|
test
|
search and sort by number of reviews recipes where the number of reviews of are sort by average rating in ascending order the result should be
| 1
|
636,184
| 20,594,515,573
|
IssuesEvent
|
2022-03-05 09:11:11
|
TeamBookTez/booktez-server
|
https://api.github.com/repos/TeamBookTez/booktez-server
|
closed
|
[feat] Check mongo ID valid
|
๐ feature 3๏ธโฃ priority: low
|
## ๐ก New Feature
- `reviewId`, `userId` ๋ฑ์ด mongo id ํ์์ ๋ง๋์ง ํ์ธํ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ
## ๐ To Do
- [x] ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ
- [x] ํ
์คํธ!!
## โ
Issue check list
1. Assignees, Labels ํ์ธํ๊ธฐ
2. Milestone ์ฐ๊ฒฐ ํ์ธํ๊ธฐ
|
1.0
|
[feat] Check mongo ID valid - ## ๐ก New Feature
- `reviewId`, `userId` ๋ฑ์ด mongo id ํ์์ ๋ง๋์ง ํ์ธํ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ
## ๐ To Do
- [x] ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ
- [x] ํ
์คํธ!!
## โ
Issue check list
1. Assignees, Labels ํ์ธํ๊ธฐ
2. Milestone ์ฐ๊ฒฐ ํ์ธํ๊ธฐ
|
non_test
|
check mongo id valid ๐ก new feature reviewid userid ๋ฑ์ด mongo id ํ์์ ๋ง๋์ง ํ์ธํ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ ๐ to do ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ถ๊ฐ ํ
์คํธ โ
issue check list assignees labels ํ์ธํ๊ธฐ milestone ์ฐ๊ฒฐ ํ์ธํ๊ธฐ
| 0
|
195,060
| 14,701,257,443
|
IssuesEvent
|
2021-01-04 11:33:38
|
OpenRefine/OpenRefine
|
https://api.github.com/repos/OpenRefine/OpenRefine
|
closed
|
Change cypress test suite name to npm standard
|
UI tests
|
<!-- Describe the bug - Please add a clear and concise description of the bug above this line. You can delete this line if you want. It will be hidden in the final bug report -->
NPM conventions state the package-name to in lowercase rather than being in title-case.
> You canโt create new packages with upper-case letters in the name any more, but packages with upper-case letters. The example most people are likely to encounter is jsonstream. The packages JSONStream and jsonstream are different but difficult to distinguish. These packages also cause problems if you are installing them on case-insensitive filesystems, such as the file systems on most OS X computers.
### Expected Behavior
<!-- A clear and concise description of what you expected to happen or to show. -->
Rename the yarn package.json project name
|
1.0
|
Change cypress test suite name to npm standard - <!-- Describe the bug - Please add a clear and concise description of the bug above this line. You can delete this line if you want. It will be hidden in the final bug report -->
NPM conventions state the package-name to in lowercase rather than being in title-case.
> You canโt create new packages with upper-case letters in the name any more, but packages with upper-case letters. The example most people are likely to encounter is jsonstream. The packages JSONStream and jsonstream are different but difficult to distinguish. These packages also cause problems if you are installing them on case-insensitive filesystems, such as the file systems on most OS X computers.
### Expected Behavior
<!-- A clear and concise description of what you expected to happen or to show. -->
Rename the yarn package.json project name
|
test
|
change cypress test suite name to npm standard npm conventions state the package name to in lowercase rather than being in title case you canโt create new packages with upper case letters in the name any more but packages with upper case letters the example most people are likely to encounter is jsonstream the packages jsonstream and jsonstream are different but difficult to distinguish these packages also cause problems if you are installing them on case insensitive filesystems such as the file systems on most os x computers expected behavior rename the yarn package json project name
| 1
|
106,898
| 16,735,820,653
|
IssuesEvent
|
2021-06-11 01:04:24
|
RG4421/crux-python
|
https://api.github.com/repos/RG4421/crux-python
|
opened
|
CVE-2021-33503 (High) detected in urllib3-1.25.9-py2.py3-none-any.whl, urllib3-1.26.4-py2.py3-none-any.whl
|
security vulnerability
|
## CVE-2021-33503 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>urllib3-1.25.9-py2.py3-none-any.whl</b>, <b>urllib3-1.26.4-py2.py3-none-any.whl</b></p></summary>
<p>
<details><summary><b>urllib3-1.25.9-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: crux-python/requirements.txt</p>
<p>Path to vulnerable library: crux-python/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **urllib3-1.25.9-py2.py3-none-any.whl** (Vulnerable Library)
</details>
<details><summary><b>urllib3-1.26.4-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/09/c6/d3e3abe5b4f4f16cf0dfc9240ab7ce10c2baa0e268989a4e3ec19e90c84e/urllib3-1.26.4-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/09/c6/d3e3abe5b4f4f16cf0dfc9240ab7ce10c2baa0e268989a4e3ec19e90c84e/urllib3-1.26.4-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: crux-python</p>
<p>Path to vulnerable library: crux-python</p>
<p>
Dependency Hierarchy:
- :x: **urllib3-1.26.4-py2.py3-none-any.whl** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A security issue has been found in python-urllib3 before version 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL was passed as a parameter or redirected to via an HTTP redirect.
<p>Publish Date: 2021-05-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33503>CVE-2021-33503</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/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg">https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg</a></p>
<p>Release Date: 2021-05-22</p>
<p>Fix Resolution: urllib3 - 1.26.5</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"urllib3","packageVersion":"1.25.9","packageFilePaths":["/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"urllib3:1.25.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"urllib3 - 1.26.5"},{"packageType":"Python","packageName":"urllib3","packageVersion":"1.26.4","packageFilePaths":["crux-python"],"isTransitiveDependency":false,"dependencyTree":"urllib3:1.26.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"urllib3 - 1.26.5"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-33503","vulnerabilityDetails":"A security issue has been found in python-urllib3 before version 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL was passed as a parameter or redirected to via an HTTP redirect.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33503","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2021-33503 (High) detected in urllib3-1.25.9-py2.py3-none-any.whl, urllib3-1.26.4-py2.py3-none-any.whl - ## CVE-2021-33503 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>urllib3-1.25.9-py2.py3-none-any.whl</b>, <b>urllib3-1.26.4-py2.py3-none-any.whl</b></p></summary>
<p>
<details><summary><b>urllib3-1.25.9-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/e1/e5/df302e8017440f111c11cc41a6b432838672f5a70aa29227bf58149dc72f/urllib3-1.25.9-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: crux-python/requirements.txt</p>
<p>Path to vulnerable library: crux-python/requirements.txt</p>
<p>
Dependency Hierarchy:
- :x: **urllib3-1.25.9-py2.py3-none-any.whl** (Vulnerable Library)
</details>
<details><summary><b>urllib3-1.26.4-py2.py3-none-any.whl</b></p></summary>
<p>HTTP library with thread-safe connection pooling, file post, and more.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/09/c6/d3e3abe5b4f4f16cf0dfc9240ab7ce10c2baa0e268989a4e3ec19e90c84e/urllib3-1.26.4-py2.py3-none-any.whl">https://files.pythonhosted.org/packages/09/c6/d3e3abe5b4f4f16cf0dfc9240ab7ce10c2baa0e268989a4e3ec19e90c84e/urllib3-1.26.4-py2.py3-none-any.whl</a></p>
<p>Path to dependency file: crux-python</p>
<p>Path to vulnerable library: crux-python</p>
<p>
Dependency Hierarchy:
- :x: **urllib3-1.26.4-py2.py3-none-any.whl** (Vulnerable Library)
</details>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A security issue has been found in python-urllib3 before version 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL was passed as a parameter or redirected to via an HTTP redirect.
<p>Publish Date: 2021-05-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33503>CVE-2021-33503</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/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg">https://github.com/urllib3/urllib3/security/advisories/GHSA-q2q7-5pp4-w6pg</a></p>
<p>Release Date: 2021-05-22</p>
<p>Fix Resolution: urllib3 - 1.26.5</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"urllib3","packageVersion":"1.25.9","packageFilePaths":["/requirements.txt"],"isTransitiveDependency":false,"dependencyTree":"urllib3:1.25.9","isMinimumFixVersionAvailable":true,"minimumFixVersion":"urllib3 - 1.26.5"},{"packageType":"Python","packageName":"urllib3","packageVersion":"1.26.4","packageFilePaths":["crux-python"],"isTransitiveDependency":false,"dependencyTree":"urllib3:1.26.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"urllib3 - 1.26.5"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-33503","vulnerabilityDetails":"A security issue has been found in python-urllib3 before version 1.26.5. When provided with a URL containing many @ characters in the authority component, the authority regular expression exhibits catastrophic backtracking, causing a denial of service if a URL was passed as a parameter or redirected to via an HTTP redirect.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33503","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
|
non_test
|
cve high detected in none any whl none any whl cve high severity vulnerability vulnerable libraries none any whl none any whl none any whl http library with thread safe connection pooling file post and more library home page a href path to dependency file crux python requirements txt path to vulnerable library crux python requirements txt dependency hierarchy x none any whl vulnerable library none any whl http library with thread safe connection pooling file post and more library home page a href path to dependency file crux python path to vulnerable library crux python dependency hierarchy x none any whl vulnerable library found in base branch master vulnerability details a security issue has been found in python before version when provided with a url containing many characters in the authority component the authority regular expression exhibits catastrophic backtracking causing a denial of service if a url was passed as a parameter or redirected to via an http redirect 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 isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree isminimumfixversionavailable true minimumfixversion packagetype python packagename packageversion packagefilepaths istransitivedependency false dependencytree isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails a security issue has been found in python before version when provided with a url containing many characters in the authority component the authority regular expression exhibits catastrophic backtracking causing a denial of service if a url was passed as a parameter or redirected to via an http redirect vulnerabilityurl
| 0
|
258,876
| 8,180,427,251
|
IssuesEvent
|
2018-08-28 19:26:21
|
inverse-inc/packetfence
|
https://api.github.com/repos/inverse-inc/packetfence
|
closed
|
Issue with accounting query bandwidth calculation
|
Priority: High Type: Bug
|
The bandwidth calculation query seems to be wrong and calculating invalid bandwidth totals
|
1.0
|
Issue with accounting query bandwidth calculation - The bandwidth calculation query seems to be wrong and calculating invalid bandwidth totals
|
non_test
|
issue with accounting query bandwidth calculation the bandwidth calculation query seems to be wrong and calculating invalid bandwidth totals
| 0
|
1,847
| 2,640,800,648
|
IssuesEvent
|
2015-03-11 14:32:26
|
sallai/mbuild
|
https://api.github.com/repos/sallai/mbuild
|
closed
|
Clean up committed doc files
|
documentation
|
There are a few superfluous things flying around the docs folder.
* [x] The _build folder should not be in the repo
* [x] We don't need all of the apidocs for the examples
* [x] There are two copies of many of the rst files in `/docs` and in `/docs/apidoc`
|
1.0
|
Clean up committed doc files - There are a few superfluous things flying around the docs folder.
* [x] The _build folder should not be in the repo
* [x] We don't need all of the apidocs for the examples
* [x] There are two copies of many of the rst files in `/docs` and in `/docs/apidoc`
|
non_test
|
clean up committed doc files there are a few superfluous things flying around the docs folder the build folder should not be in the repo we don t need all of the apidocs for the examples there are two copies of many of the rst files in docs and in docs apidoc
| 0
|
225,253
| 17,837,990,164
|
IssuesEvent
|
2021-09-03 05:54:58
|
haskell/haskell-language-server
|
https://api.github.com/repos/haskell/haskell-language-server
|
opened
|
More flaky tests (mainly in windows)
|
type: bug type: testing
|
* https://github.com/haskell/haskell-language-server/runs/3500143128?check_suite_focus=true
```
cradle
loading
load cradle only once
implicit: OK (1.07s)
direct: OK (0.78s)
retry failed: FAIL (0.59s)
test\exe\Main.hs:4928:
No joy after fixing the cradle
Use -p '/retry failed/' to rerun this test only.
```
* for windows and ghc-8.10.2.2 (i am gonna disable this one soon)
```
[ 7 of 61] Compiling Development.IDE.Session.VersionCheck ( session-loader\Development\IDE\Session\VersionCheck.hs, D:\a\haskell-language-server\haskell-language-server\dist-newstyle\build\x86_64-windows\ghc-8.10.2\ghcide-1.4.1.0\build\Development\IDE\Session\VersionCheck.o )
Access violation in generated code when reading 0x31d0
Attempting to reconstruct a stack trace...
Frame Code address
* 0x48fda90 0x399be6d C:\ProgramData\chocolatey\lib\ghc.8.10.2.2\tools\ghc-8.10.2\bin\ghc.exe+0x359be6d
* 0x48fda98 0x33c92ca C:\ProgramData\chocolatey\lib\ghc.8.10.2.2\tools\ghc-8.10.2\bin\ghc.exe+0x2fc92ca
* 0x48fdaa0 0x16
* 0x48fdaa8 0x8a507f9
* 0x48fdab0 0x7ff81edfb7e0 C:\Windows\System32\KERNEL32.DLL+0x1b7e0
* 0x48fdab8 0x90c
```
* for windows and ghc-9.0.1 (https://github.com/haskell/haskell-language-server/runs/3500529485?check_suite_focus=true)
```
C:\Users\RUNNER~1\AppData\Local\Temp\ghcAD66.o.tmp: renameFile:renamePath:MoveFileEx "\\\\?\\C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\ghcAD66.o.tmp" Just "\\\\?\\C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\ghcAD66.o": does not exist (The system cannot find the file specified.)
Preprocessing library for hls-graph-1.4.0.0..
Building library for hls-graph-1.4.0.0..
cabal.exe: Failed to build hie-compat-0.2.1.0 (which is required by test:tests
from hls-eval-plugin-1.1.2.0). The failure occurred during the configure step.
```
|
1.0
|
More flaky tests (mainly in windows) - * https://github.com/haskell/haskell-language-server/runs/3500143128?check_suite_focus=true
```
cradle
loading
load cradle only once
implicit: OK (1.07s)
direct: OK (0.78s)
retry failed: FAIL (0.59s)
test\exe\Main.hs:4928:
No joy after fixing the cradle
Use -p '/retry failed/' to rerun this test only.
```
* for windows and ghc-8.10.2.2 (i am gonna disable this one soon)
```
[ 7 of 61] Compiling Development.IDE.Session.VersionCheck ( session-loader\Development\IDE\Session\VersionCheck.hs, D:\a\haskell-language-server\haskell-language-server\dist-newstyle\build\x86_64-windows\ghc-8.10.2\ghcide-1.4.1.0\build\Development\IDE\Session\VersionCheck.o )
Access violation in generated code when reading 0x31d0
Attempting to reconstruct a stack trace...
Frame Code address
* 0x48fda90 0x399be6d C:\ProgramData\chocolatey\lib\ghc.8.10.2.2\tools\ghc-8.10.2\bin\ghc.exe+0x359be6d
* 0x48fda98 0x33c92ca C:\ProgramData\chocolatey\lib\ghc.8.10.2.2\tools\ghc-8.10.2\bin\ghc.exe+0x2fc92ca
* 0x48fdaa0 0x16
* 0x48fdaa8 0x8a507f9
* 0x48fdab0 0x7ff81edfb7e0 C:\Windows\System32\KERNEL32.DLL+0x1b7e0
* 0x48fdab8 0x90c
```
* for windows and ghc-9.0.1 (https://github.com/haskell/haskell-language-server/runs/3500529485?check_suite_focus=true)
```
C:\Users\RUNNER~1\AppData\Local\Temp\ghcAD66.o.tmp: renameFile:renamePath:MoveFileEx "\\\\?\\C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\ghcAD66.o.tmp" Just "\\\\?\\C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\ghcAD66.o": does not exist (The system cannot find the file specified.)
Preprocessing library for hls-graph-1.4.0.0..
Building library for hls-graph-1.4.0.0..
cabal.exe: Failed to build hie-compat-0.2.1.0 (which is required by test:tests
from hls-eval-plugin-1.1.2.0). The failure occurred during the configure step.
```
|
test
|
more flaky tests mainly in windows cradle loading load cradle only once implicit ok direct ok retry failed fail test exe main hs no joy after fixing the cradle use p retry failed to rerun this test only for windows and ghc i am gonna disable this one soon compiling development ide session versioncheck session loader development ide session versioncheck hs d a haskell language server haskell language server dist newstyle build windows ghc ghcide build development ide session versioncheck o access violation in generated code when reading attempting to reconstruct a stack trace frame code address c programdata chocolatey lib ghc tools ghc bin ghc exe c programdata chocolatey lib ghc tools ghc bin ghc exe c windows dll for windows and ghc c users runner appdata local temp o tmp renamefile renamepath movefileex c users runner appdata local temp o tmp just c users runner appdata local temp o does not exist the system cannot find the file specified preprocessing library for hls graph building library for hls graph cabal exe failed to build hie compat which is required by test tests from hls eval plugin the failure occurred during the configure step
| 1
|
752,567
| 26,290,624,789
|
IssuesEvent
|
2023-01-08 11:15:48
|
zephyrproject-rtos/zephyr
|
https://api.github.com/repos/zephyrproject-rtos/zephyr
|
closed
|
[Backport v3.2-branch] Cannot enable ESP32 Wi-Fi AP mode
|
bug priority: low platform: ESP32 area: WiFi Stale
|
Enabling Wi-Fi AP mode in ESP32 crashes:
`west build -b esp32 samples/net/wifi`
```c
*** Booting Zephyr OS build zephyr-v3.2.0 ***
uart:~$ wifi ap enable test 1 12345678
Backtrace:0xfffffffd:0x3ffe6a60 0x400e3e08:0x3ffe6ac0 0x400e86ad:0x3ffe6b00 0x400e9581:0x3ffe6b60 0x400e78dc:0x3ffe6bd0 0x40096a25:0x3ffe6bf0 0x400d10cf:0x3ffe6c20
0x400e3e08: wifi_softap_start at ??:?
0x400e86ad: wifi_softap_set_config at ??:?
0x400e9581: wifi_set_config_process at ??:?
```
|
1.0
|
[Backport v3.2-branch] Cannot enable ESP32 Wi-Fi AP mode - Enabling Wi-Fi AP mode in ESP32 crashes:
`west build -b esp32 samples/net/wifi`
```c
*** Booting Zephyr OS build zephyr-v3.2.0 ***
uart:~$ wifi ap enable test 1 12345678
Backtrace:0xfffffffd:0x3ffe6a60 0x400e3e08:0x3ffe6ac0 0x400e86ad:0x3ffe6b00 0x400e9581:0x3ffe6b60 0x400e78dc:0x3ffe6bd0 0x40096a25:0x3ffe6bf0 0x400d10cf:0x3ffe6c20
0x400e3e08: wifi_softap_start at ??:?
0x400e86ad: wifi_softap_set_config at ??:?
0x400e9581: wifi_set_config_process at ??:?
```
|
non_test
|
cannot enable wi fi ap mode enabling wi fi ap mode in crashes west build b samples net wifi c booting zephyr os build zephyr uart wifi ap enable test backtrace wifi softap start at wifi softap set config at wifi set config process at
| 0
|
271,006
| 23,576,656,793
|
IssuesEvent
|
2022-08-23 01:58:30
|
lowRISC/opentitan
|
https://api.github.com/repos/lowRISC/opentitan
|
opened
|
[rom-e2e] rom_e2e_bootstrap_write_enable_disable
|
Priority:P2 Type:Task SW:ROM Milestone:V2 Component:RomE2eTest
|
### Test point name
[rom_e2e_bootstrap_write_enable_disable](https://cs.opensource.google/opentitan/opentitan/+/master:sw/device/silicon_creator/rom/data/rom_testplan.hjson?q=rom_e2e_bootstrap_write_enable_disable)
### Host side component
Unknown
### OpenTitanTool infrastructure implemented
Unknown
### Contact person
@alphan
### Checklist
Please fill out this checklist as items are completed. Link to PRs and issues as appropriate.
- [ ] Check if existing test covers most or all of this testpoint (if so, either extend said test to cover all points, or skip the next 3 checkboxes)
- [ ] Device-side (C) component developed
- [ ] Bazel build rules developed
- [ ] Host-side component developed
- [ ] HJSON test plan updated with test name (so it shows up in the dashboard)
- [ ] Test added to dvsim nightly regression (and passing at time of checking)
### Verify that bootstrap handles `WRITE_ENABLE` (`0x06`) and `WRITE_DISABLE` (`0x04`).
`OWNER_SW_CFG_ROM_BOOTSTRAP_EN` OTP item must be `kHardenedBoolTrue` (`0x739`).
- Apply bootstrap pin strapping.
- Reset the chip.
- Verify that the chip responds to `READ_STATUS` (`0x05`) with `0x00`.
- Send `WRITE_ENABLE` (`0x06`) and `READ_STATUS` (`0x05`).
- Verify that the chip responds with the `WEL` bit set, i.e. `0x02`.
- Send `WRITE_DISABLE` (`0x04`) and `READ_STATUS` (`0x05`).
- Verify that the chip responds with `0x00`.
|
1.0
|
[rom-e2e] rom_e2e_bootstrap_write_enable_disable - ### Test point name
[rom_e2e_bootstrap_write_enable_disable](https://cs.opensource.google/opentitan/opentitan/+/master:sw/device/silicon_creator/rom/data/rom_testplan.hjson?q=rom_e2e_bootstrap_write_enable_disable)
### Host side component
Unknown
### OpenTitanTool infrastructure implemented
Unknown
### Contact person
@alphan
### Checklist
Please fill out this checklist as items are completed. Link to PRs and issues as appropriate.
- [ ] Check if existing test covers most or all of this testpoint (if so, either extend said test to cover all points, or skip the next 3 checkboxes)
- [ ] Device-side (C) component developed
- [ ] Bazel build rules developed
- [ ] Host-side component developed
- [ ] HJSON test plan updated with test name (so it shows up in the dashboard)
- [ ] Test added to dvsim nightly regression (and passing at time of checking)
### Verify that bootstrap handles `WRITE_ENABLE` (`0x06`) and `WRITE_DISABLE` (`0x04`).
`OWNER_SW_CFG_ROM_BOOTSTRAP_EN` OTP item must be `kHardenedBoolTrue` (`0x739`).
- Apply bootstrap pin strapping.
- Reset the chip.
- Verify that the chip responds to `READ_STATUS` (`0x05`) with `0x00`.
- Send `WRITE_ENABLE` (`0x06`) and `READ_STATUS` (`0x05`).
- Verify that the chip responds with the `WEL` bit set, i.e. `0x02`.
- Send `WRITE_DISABLE` (`0x04`) and `READ_STATUS` (`0x05`).
- Verify that the chip responds with `0x00`.
|
test
|
rom bootstrap write enable disable test point name host side component unknown opentitantool infrastructure implemented unknown contact person alphan checklist please fill out this checklist as items are completed link to prs and issues as appropriate check if existing test covers most or all of this testpoint if so either extend said test to cover all points or skip the next checkboxes device side c component developed bazel build rules developed host side component developed hjson test plan updated with test name so it shows up in the dashboard test added to dvsim nightly regression and passing at time of checking verify that bootstrap handles write enable and write disable owner sw cfg rom bootstrap en otp item must be khardenedbooltrue apply bootstrap pin strapping reset the chip verify that the chip responds to read status with send write enable and read status verify that the chip responds with the wel bit set i e send write disable and read status verify that the chip responds with
| 1
|
126,729
| 26,904,967,554
|
IssuesEvent
|
2023-02-06 18:18:05
|
sourcegraph/sourcegraph
|
https://api.github.com/repos/sourcegraph/sourcegraph
|
closed
|
Install the latest compatible src-cli version
|
bug user-code-execution
|
Today, when running the command `executor install src-cli`, the minimum compatible version is downloaded and installed. The minimum version is specified by a [constant](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@v4.2.1/-/blob/internal/src-cli/consts.go?L9). This can cause issues when a user runs `executor validate`.
During validation, the version of `src` is checked against the _latest_ compatible version (by checking GitHub releases). Meaning if minimum supported version is behind the latest patch version, the validation check will fail.
We have a [TODO](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@main/-/blob/enterprise/cmd/executor/internal/run/install.go?L299) to install the _latest_ compatible version.
## Done
- Update the install command for `src` to use the _latest_ compatible version instead of the minimum supported version
- If the version of `src` that is installed meets the _minimum_ supported version, do not error out.
- Log a warning telling the user that they should upgrade to the _latest_ compatible version
|
1.0
|
Install the latest compatible src-cli version - Today, when running the command `executor install src-cli`, the minimum compatible version is downloaded and installed. The minimum version is specified by a [constant](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@v4.2.1/-/blob/internal/src-cli/consts.go?L9). This can cause issues when a user runs `executor validate`.
During validation, the version of `src` is checked against the _latest_ compatible version (by checking GitHub releases). Meaning if minimum supported version is behind the latest patch version, the validation check will fail.
We have a [TODO](https://sourcegraph.com/github.com/sourcegraph/sourcegraph@main/-/blob/enterprise/cmd/executor/internal/run/install.go?L299) to install the _latest_ compatible version.
## Done
- Update the install command for `src` to use the _latest_ compatible version instead of the minimum supported version
- If the version of `src` that is installed meets the _minimum_ supported version, do not error out.
- Log a warning telling the user that they should upgrade to the _latest_ compatible version
|
non_test
|
install the latest compatible src cli version today when running the command executor install src cli the minimum compatible version is downloaded and installed the minimum version is specified by a this can cause issues when a user runs executor validate during validation the version of src is checked against the latest compatible version by checking github releases meaning if minimum supported version is behind the latest patch version the validation check will fail we have a to install the latest compatible version done update the install command for src to use the latest compatible version instead of the minimum supported version if the version of src that is installed meets the minimum supported version do not error out log a warning telling the user that they should upgrade to the latest compatible version
| 0
|
15,978
| 6,077,898,416
|
IssuesEvent
|
2017-06-16 06:22:56
|
openebs/mayaserver
|
https://api.github.com/repos/openebs/mayaserver
|
opened
|
Compilation of source code should be fast
|
build
|
Check if below can be done:
- Remove un-needed vendor dependencies
- Use go compilation tunables
- Use only the required structs & utilities of K8s dependency
- Use only the required structs & utilities of client-go dependency
- Verify if unit testing can run in parallel & use multiple CPU cores
```bash
amit:mayaserver$ make
--> Running go fmt
--> Building m-apiserver ...
--> Running tests
ok github.com/openebs/mayaserver 0.235s coverage: 2.9% of statements
ok github.com/openebs/mayaserver/cmd 0.369s coverage: 39.9% of statements
? github.com/openebs/mayaserver/lib/api [no test files]
? github.com/openebs/mayaserver/lib/api/v1 [no test files]
? github.com/openebs/mayaserver/lib/api/v1/jiva [no test files]
? github.com/openebs/mayaserver/lib/api/v1/k8s [no test files]
? github.com/openebs/mayaserver/lib/api/v1/nomad [no test files]
ok github.com/openebs/mayaserver/lib/config 0.242s coverage: 72.9% of statements
ok github.com/openebs/mayaserver/lib/flaghelper 0.005s coverage: 11.1% of statements
ok github.com/openebs/mayaserver/lib/loghelper 0.009s coverage: 94.8% of statements
? github.com/openebs/mayaserver/lib/nethelper [no test files]
? github.com/openebs/mayaserver/lib/orchprovider [no test files]
ok github.com/openebs/mayaserver/lib/orchprovider/k8s 0.150s coverage: 39.8% of statements
ok github.com/openebs/mayaserver/lib/orchprovider/nomad 0.068s coverage: 0.3% of statements
? github.com/openebs/mayaserver/lib/profile [no test files]
? github.com/openebs/mayaserver/lib/profile/orchprovider [no test files]
? github.com/openebs/mayaserver/lib/profile/volumeprovisioner [no test files]
ok github.com/openebs/mayaserver/lib/server 0.465s coverage: 38.6% of statements
? github.com/openebs/mayaserver/lib/specs [no test files]
? github.com/openebs/mayaserver/lib/util [no test files]
ok github.com/openebs/mayaserver/lib/volumeprovisioner 0.231s coverage: 0.0% of statements
ok github.com/openebs/mayaserver/lib/volumeprovisioner/jiva 0.124s coverage: 0.6% of statements
ok github.com/openebs/mayaserver/structs 0.027s coverage: 0.0% of statements
```
|
1.0
|
Compilation of source code should be fast - Check if below can be done:
- Remove un-needed vendor dependencies
- Use go compilation tunables
- Use only the required structs & utilities of K8s dependency
- Use only the required structs & utilities of client-go dependency
- Verify if unit testing can run in parallel & use multiple CPU cores
```bash
amit:mayaserver$ make
--> Running go fmt
--> Building m-apiserver ...
--> Running tests
ok github.com/openebs/mayaserver 0.235s coverage: 2.9% of statements
ok github.com/openebs/mayaserver/cmd 0.369s coverage: 39.9% of statements
? github.com/openebs/mayaserver/lib/api [no test files]
? github.com/openebs/mayaserver/lib/api/v1 [no test files]
? github.com/openebs/mayaserver/lib/api/v1/jiva [no test files]
? github.com/openebs/mayaserver/lib/api/v1/k8s [no test files]
? github.com/openebs/mayaserver/lib/api/v1/nomad [no test files]
ok github.com/openebs/mayaserver/lib/config 0.242s coverage: 72.9% of statements
ok github.com/openebs/mayaserver/lib/flaghelper 0.005s coverage: 11.1% of statements
ok github.com/openebs/mayaserver/lib/loghelper 0.009s coverage: 94.8% of statements
? github.com/openebs/mayaserver/lib/nethelper [no test files]
? github.com/openebs/mayaserver/lib/orchprovider [no test files]
ok github.com/openebs/mayaserver/lib/orchprovider/k8s 0.150s coverage: 39.8% of statements
ok github.com/openebs/mayaserver/lib/orchprovider/nomad 0.068s coverage: 0.3% of statements
? github.com/openebs/mayaserver/lib/profile [no test files]
? github.com/openebs/mayaserver/lib/profile/orchprovider [no test files]
? github.com/openebs/mayaserver/lib/profile/volumeprovisioner [no test files]
ok github.com/openebs/mayaserver/lib/server 0.465s coverage: 38.6% of statements
? github.com/openebs/mayaserver/lib/specs [no test files]
? github.com/openebs/mayaserver/lib/util [no test files]
ok github.com/openebs/mayaserver/lib/volumeprovisioner 0.231s coverage: 0.0% of statements
ok github.com/openebs/mayaserver/lib/volumeprovisioner/jiva 0.124s coverage: 0.6% of statements
ok github.com/openebs/mayaserver/structs 0.027s coverage: 0.0% of statements
```
|
non_test
|
compilation of source code should be fast check if below can be done remove un needed vendor dependencies use go compilation tunables use only the required structs utilities of dependency use only the required structs utilities of client go dependency verify if unit testing can run in parallel use multiple cpu cores bash amit mayaserver make running go fmt building m apiserver running tests ok github com openebs mayaserver coverage of statements ok github com openebs mayaserver cmd coverage of statements github com openebs mayaserver lib api github com openebs mayaserver lib api github com openebs mayaserver lib api jiva github com openebs mayaserver lib api github com openebs mayaserver lib api nomad ok github com openebs mayaserver lib config coverage of statements ok github com openebs mayaserver lib flaghelper coverage of statements ok github com openebs mayaserver lib loghelper coverage of statements github com openebs mayaserver lib nethelper github com openebs mayaserver lib orchprovider ok github com openebs mayaserver lib orchprovider coverage of statements ok github com openebs mayaserver lib orchprovider nomad coverage of statements github com openebs mayaserver lib profile github com openebs mayaserver lib profile orchprovider github com openebs mayaserver lib profile volumeprovisioner ok github com openebs mayaserver lib server coverage of statements github com openebs mayaserver lib specs github com openebs mayaserver lib util ok github com openebs mayaserver lib volumeprovisioner coverage of statements ok github com openebs mayaserver lib volumeprovisioner jiva coverage of statements ok github com openebs mayaserver structs coverage of statements
| 0
|
16,627
| 9,477,531,405
|
IssuesEvent
|
2019-04-19 18:57:46
|
forcedotcom/cli
|
https://api.github.com/repos/forcedotcom/cli
|
closed
|
sfdx plugin command takes 2 minutes to run
|
more information required performance windows
|
<!--
NOTICE: GitHub is not a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, please use official support channels.
-->
### Summary
sfdx plugins
command takes excessive time to run on my work computer
### Steps To Reproduce:
1. open command prompt
1. sfdx plugins
### Expected result
prompt return of plugins information to confirm version as described here: https://trailhead.salesforce.com/content/learn/projects/quick-start-lightning-web-components/set-up-salesforce-dx
### Actual result
timed it at 2 minutes on work computer (personal computer does not have this issue)
### Additional information
**SFDX CLI Version**:
6.34.0
**OS and version**:
windows 7 (I know, it's my work computer, not my choice here)
|
True
|
sfdx plugin command takes 2 minutes to run - <!--
NOTICE: GitHub is not a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, please use official support channels.
-->
### Summary
sfdx plugins
command takes excessive time to run on my work computer
### Steps To Reproduce:
1. open command prompt
1. sfdx plugins
### Expected result
prompt return of plugins information to confirm version as described here: https://trailhead.salesforce.com/content/learn/projects/quick-start-lightning-web-components/set-up-salesforce-dx
### Actual result
timed it at 2 minutes on work computer (personal computer does not have this issue)
### Additional information
**SFDX CLI Version**:
6.34.0
**OS and version**:
windows 7 (I know, it's my work computer, not my choice here)
|
non_test
|
sfdx plugin command takes minutes to run notice github is not a mechanism for receiving support under any agreement or sla if you require immediate assistance please use official support channels summary sfdx plugins command takes excessive time to run on my work computer steps to reproduce open command prompt sfdx plugins expected result prompt return of plugins information to confirm version as described here actual result timed it at minutes on work computer personal computer does not have this issue additional information sfdx cli version os and version windows i know it s my work computer not my choice here
| 0
|
1,871
| 4,006,014,761
|
IssuesEvent
|
2016-05-12 13:42:03
|
Islandora-CLAW/CLAW
|
https://api.github.com/repos/Islandora-CLAW/CLAW
|
closed
|
Deletion of proxies from the ResourceService
|
PHP Services
|
When deleting a resource you should delete any proxies for that resource as well.
|
1.0
|
Deletion of proxies from the ResourceService - When deleting a resource you should delete any proxies for that resource as well.
|
non_test
|
deletion of proxies from the resourceservice when deleting a resource you should delete any proxies for that resource as well
| 0
|
179,768
| 13,901,424,804
|
IssuesEvent
|
2020-10-20 02:53:06
|
cmu-db/noisepage
|
https://api.github.com/repos/cmu-db/noisepage
|
closed
|
Log Test assumes 16 bytes attributes are varlen
|
best-practice tests
|
Which sounds like a problematic assumption long-term.
https://github.com/cmu-db/terrier/blob/643fdf49212d8ab0f9f3eaefb9a53006ef5a9b13/test/storage/log_test.cpp#L141
|
1.0
|
Log Test assumes 16 bytes attributes are varlen - Which sounds like a problematic assumption long-term.
https://github.com/cmu-db/terrier/blob/643fdf49212d8ab0f9f3eaefb9a53006ef5a9b13/test/storage/log_test.cpp#L141
|
test
|
log test assumes bytes attributes are varlen which sounds like a problematic assumption long term
| 1
|
61,050
| 6,721,877,963
|
IssuesEvent
|
2017-10-16 13:24:36
|
LiskHQ/lisky
|
https://api.github.com/repos/LiskHQ/lisky
|
opened
|
GWT tests for createAccount command
|
easy refactoring test
|
These are already in the GWT style but should be updated to match the new `createCommand` pattern introduced in #278
|
1.0
|
GWT tests for createAccount command - These are already in the GWT style but should be updated to match the new `createCommand` pattern introduced in #278
|
test
|
gwt tests for createaccount command these are already in the gwt style but should be updated to match the new createcommand pattern introduced in
| 1
|
59,663
| 6,658,450,401
|
IssuesEvent
|
2017-09-30 19:25:50
|
coala/coala
|
https://api.github.com/repos/coala/coala
|
closed
|
coala constantly crashes on windows
|
area/tests platform/windows type/bug
|
getting a permission error
(test issue to test gitmate issue triaging on coala)
|
1.0
|
coala constantly crashes on windows - getting a permission error
(test issue to test gitmate issue triaging on coala)
|
test
|
coala constantly crashes on windows getting a permission error test issue to test gitmate issue triaging on coala
| 1
|
153,719
| 12,158,562,592
|
IssuesEvent
|
2020-04-26 04:41:44
|
ihsoft/KAS
|
https://api.github.com/repos/ihsoft/KAS
|
closed
|
JS-1 Socket right click menu not showing up
|
Need testing bug
|
I recently ran into a bug where the right click menu to attach cable to JS-1 sockets won't show up in certain cases. The issue persists throughout program restarts and detaching/reattaching socket. Here are some scenarios to reproduce:
**scenario 1:**
I accidentally pressed left mouse button instead of X while installing JS1 and it fell ~1m to the ground. When I picked up it installed fine on the the part, but couldn't attach cable any more.
**scenario 2:**
Winch sank through the ground and exploded due to Kraken-related issues. The socket it was connected to was salvaged but could no longer be used.
I looked in the save game file and couldn't find any difference there between working and non-working sockets. Right clicking works well in any other case.
|
1.0
|
JS-1 Socket right click menu not showing up - I recently ran into a bug where the right click menu to attach cable to JS-1 sockets won't show up in certain cases. The issue persists throughout program restarts and detaching/reattaching socket. Here are some scenarios to reproduce:
**scenario 1:**
I accidentally pressed left mouse button instead of X while installing JS1 and it fell ~1m to the ground. When I picked up it installed fine on the the part, but couldn't attach cable any more.
**scenario 2:**
Winch sank through the ground and exploded due to Kraken-related issues. The socket it was connected to was salvaged but could no longer be used.
I looked in the save game file and couldn't find any difference there between working and non-working sockets. Right clicking works well in any other case.
|
test
|
js socket right click menu not showing up i recently ran into a bug where the right click menu to attach cable to js sockets won t show up in certain cases the issue persists throughout program restarts and detaching reattaching socket here are some scenarios to reproduce scenario i accidentally pressed left mouse button instead of x while installing and it fell to the ground when i picked up it installed fine on the the part but couldn t attach cable any more scenario winch sank through the ground and exploded due to kraken related issues the socket it was connected to was salvaged but could no longer be used i looked in the save game file and couldn t find any difference there between working and non working sockets right clicking works well in any other case
| 1
|
89,485
| 8,205,176,595
|
IssuesEvent
|
2018-09-03 09:17:55
|
akvo/akvo-lumen
|
https://api.github.com/repos/akvo/akvo-lumen
|
closed
|
Enhance text editor for dashboards
|
dashboards v2 ready for testing
|
# Context
*Why do we add this issue?*
Dashboards as collections of different visualisations are a way to share the insights from the data. As data still needs to be interpreted Jerome adds text to his dashboard visualisations to explain what the dashboards show, the story of the project or describes different individual graphs.
Example (pubic data): https://seap.akvolumen.org/s/53fGgdM9fXE
<img width="1268" alt="screen shot 2018-07-24 at 08 41 56" src="https://user-images.githubusercontent.com/12456965/43121287-8bd05170-8f1d-11e8-878d-f3578683b1dc.png">
The text he adds ranges from simple text descriptions, to captions under the graphs, small headers, lists, etc.
# Problem or idea
*What is the cause?*
Current text editor allows Jerome to add simple plain text. He cannot make it bold, or add a bulleted list and then only way for him to differentiate the text he has written is to use all caps.
To strengthen the dashboards and make them visually more appealing we want to give Jerome the possibility to edit the text he adds to enrich the message he wants to convey with the dashboards.
# Solution or next step
*How could we solve it?*
How can we add the options to edit text so Jerome? Are there open source editors we can use?
|
1.0
|
Enhance text editor for dashboards - # Context
*Why do we add this issue?*
Dashboards as collections of different visualisations are a way to share the insights from the data. As data still needs to be interpreted Jerome adds text to his dashboard visualisations to explain what the dashboards show, the story of the project or describes different individual graphs.
Example (pubic data): https://seap.akvolumen.org/s/53fGgdM9fXE
<img width="1268" alt="screen shot 2018-07-24 at 08 41 56" src="https://user-images.githubusercontent.com/12456965/43121287-8bd05170-8f1d-11e8-878d-f3578683b1dc.png">
The text he adds ranges from simple text descriptions, to captions under the graphs, small headers, lists, etc.
# Problem or idea
*What is the cause?*
Current text editor allows Jerome to add simple plain text. He cannot make it bold, or add a bulleted list and then only way for him to differentiate the text he has written is to use all caps.
To strengthen the dashboards and make them visually more appealing we want to give Jerome the possibility to edit the text he adds to enrich the message he wants to convey with the dashboards.
# Solution or next step
*How could we solve it?*
How can we add the options to edit text so Jerome? Are there open source editors we can use?
|
test
|
enhance text editor for dashboards context why do we add this issue dashboards as collections of different visualisations are a way to share the insights from the data as data still needs to be interpreted jerome adds text to his dashboard visualisations to explain what the dashboards show the story of the project or describes different individual graphs example pubic data img width alt screen shot at src the text he adds ranges from simple text descriptions to captions under the graphs small headers lists etc problem or idea what is the cause current text editor allows jerome to add simple plain text he cannot make it bold or add a bulleted list and then only way for him to differentiate the text he has written is to use all caps to strengthen the dashboards and make them visually more appealing we want to give jerome the possibility to edit the text he adds to enrich the message he wants to convey with the dashboards solution or next step how could we solve it how can we add the options to edit text so jerome are there open source editors we can use
| 1
|
365,791
| 10,797,770,135
|
IssuesEvent
|
2019-11-06 08:39:55
|
kubeflow/pipelines
|
https://api.github.com/repos/kubeflow/pipelines
|
closed
|
Add e2e tests for inverse-proxy-agent
|
area/front-end area/pipelines priority/p1
|
inverse-proxy-agent doesn't have any e2e test coverage yet.
Some tests will be helpful.
/assign @IronPan
|
1.0
|
Add e2e tests for inverse-proxy-agent - inverse-proxy-agent doesn't have any e2e test coverage yet.
Some tests will be helpful.
/assign @IronPan
|
non_test
|
add tests for inverse proxy agent inverse proxy agent doesn t have any test coverage yet some tests will be helpful assign ironpan
| 0
|
151,898
| 13,438,014,836
|
IssuesEvent
|
2020-09-07 17:02:42
|
Mintbean/mintbean-cli
|
https://api.github.com/repos/Mintbean/mintbean-cli
|
opened
|
Development workflow needs updating
|
documentation enhancement help wanted
|
This issue surrounds (1) dev workflow and (2) documentation.
For example, we didn't have a start command in package.json.
I also just had to add a new section for development flow
The documentation right now is pretty out of date. For example, we do have unit tests.
Can somebody familiar with Node CLIs help clean up the dev workflow and also the docs? Would be SUPER appreciated.
|
1.0
|
Development workflow needs updating - This issue surrounds (1) dev workflow and (2) documentation.
For example, we didn't have a start command in package.json.
I also just had to add a new section for development flow
The documentation right now is pretty out of date. For example, we do have unit tests.
Can somebody familiar with Node CLIs help clean up the dev workflow and also the docs? Would be SUPER appreciated.
|
non_test
|
development workflow needs updating this issue surrounds dev workflow and documentation for example we didn t have a start command in package json i also just had to add a new section for development flow the documentation right now is pretty out of date for example we do have unit tests can somebody familiar with node clis help clean up the dev workflow and also the docs would be super appreciated
| 0
|
165,277
| 12,835,878,745
|
IssuesEvent
|
2020-07-07 13:33:57
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
closed
|
[test-failed]: Chrome UI Functional Tests1.test/functional/apps/visualize/_tsvb_time_seriesยทts - visualize app visual builder Time Series should show the correct count in the legend
|
:KibanaApp/fix-it-week Team:KibanaApp failed-test test-cloud
|
**Version: 7.7.0**
**Class: Chrome UI Functional Tests1.test/functional/apps/visualize/_tsvb_time_seriesยทts**
**Stack Trace:**
Error: retry.try timeout: Error: expected '0' to equal '156'
at Assertion.assert (packages/kbn-expect/expect.js:100:11)
at Assertion.be.Assertion.equal (packages/kbn-expect/expect.js:227:8)
at Assertion.be (packages/kbn-expect/expect.js:69:22)
at retry.try (test/functional/apps/visualize/_tsvb_time_series.ts:50:34)
at process._tickCallback (internal/process/next_tick.js:68:7)
at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
_Platform: cloud_
_Build Num: 79_
|
2.0
|
[test-failed]: Chrome UI Functional Tests1.test/functional/apps/visualize/_tsvb_time_seriesยทts - visualize app visual builder Time Series should show the correct count in the legend - **Version: 7.7.0**
**Class: Chrome UI Functional Tests1.test/functional/apps/visualize/_tsvb_time_seriesยทts**
**Stack Trace:**
Error: retry.try timeout: Error: expected '0' to equal '156'
at Assertion.assert (packages/kbn-expect/expect.js:100:11)
at Assertion.be.Assertion.equal (packages/kbn-expect/expect.js:227:8)
at Assertion.be (packages/kbn-expect/expect.js:69:22)
at retry.try (test/functional/apps/visualize/_tsvb_time_series.ts:50:34)
at process._tickCallback (internal/process/next_tick.js:68:7)
at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
_Platform: cloud_
_Build Num: 79_
|
test
|
chrome ui functional test functional apps visualize tsvb time seriesยทts visualize app visual builder time series should show the correct count in the legend version class chrome ui functional test functional apps visualize tsvb time seriesยทts stack trace error retry try timeout error expected to equal at assertion assert packages kbn expect expect js at assertion be assertion equal packages kbn expect expect js at assertion be packages kbn expect expect js at retry try test functional apps visualize tsvb time series ts at process tickcallback internal process next tick js at onfailure test common services retry retry for success ts at retryforsuccess test common services retry retry for success ts platform cloud build num
| 1
|
45,855
| 5,740,816,111
|
IssuesEvent
|
2017-04-24 01:51:36
|
materials-commons/materialscommons.org
|
https://api.github.com/repos/materials-commons/materialscommons.org
|
opened
|
Python API and REST API - Delete Experiment - no test for validate: is user owner
|
area:API factor:high impact:security type:testing
|
On delete experiment, REST API, there is a validation to check that the use is the owner of the experiment: only the owner of a experiment can delete that experiment. This has been coded up. However, it has not been tested. A test need to be written:
1. User A creates a project with an experiment and
2. gives user B access to that project; then
3. user B tries to delete the experiment (and fails); then
4. user A deletes the experiment (with success).
It is easiest to write this test in Python (assuming that user A and user B exist).
This can easily be written as extension of the delete project test (see issue #1028)
|
1.0
|
Python API and REST API - Delete Experiment - no test for validate: is user owner - On delete experiment, REST API, there is a validation to check that the use is the owner of the experiment: only the owner of a experiment can delete that experiment. This has been coded up. However, it has not been tested. A test need to be written:
1. User A creates a project with an experiment and
2. gives user B access to that project; then
3. user B tries to delete the experiment (and fails); then
4. user A deletes the experiment (with success).
It is easiest to write this test in Python (assuming that user A and user B exist).
This can easily be written as extension of the delete project test (see issue #1028)
|
test
|
python api and rest api delete experiment no test for validate is user owner on delete experiment rest api there is a validation to check that the use is the owner of the experiment only the owner of a experiment can delete that experiment this has been coded up however it has not been tested a test need to be written user a creates a project with an experiment and gives user b access to that project then user b tries to delete the experiment and fails then user a deletes the experiment with success it is easiest to write this test in python assuming that user a and user b exist this can easily be written as extension of the delete project test see issue
| 1
|
150,514
| 5,774,248,099
|
IssuesEvent
|
2017-04-28 06:20:40
|
rism-ch/verovio
|
https://api.github.com/repos/rism-ch/verovio
|
closed
|
note-head placement
|
1st priority enhancement
|
When a chord has two of the same notes in it, the note heads should be next to each other, on either side of the stem, but in verovio, it just appears as one note.
For example, this

looks like this in verovio:

|
1.0
|
note-head placement - When a chord has two of the same notes in it, the note heads should be next to each other, on either side of the stem, but in verovio, it just appears as one note.
For example, this

looks like this in verovio:

|
non_test
|
note head placement when a chord has two of the same notes in it the note heads should be next to each other on either side of the stem but in verovio it just appears as one note for example this looks like this in verovio
| 0
|
207,598
| 15,824,710,465
|
IssuesEvent
|
2021-04-06 04:00:02
|
uoForms/App-CANBeWell
|
https://api.github.com/repos/uoForms/App-CANBeWell
|
closed
|
highlighted icon for uterus and ovary is incorrect- female
|
App CanBeWell 2.0 To be tested
|
mentioned icons should be like nonbinary
when click on female uterus only uterus to appear , when click on ovary only ovary to appear
|
1.0
|
highlighted icon for uterus and ovary is incorrect- female - mentioned icons should be like nonbinary
when click on female uterus only uterus to appear , when click on ovary only ovary to appear
|
test
|
highlighted icon for uterus and ovary is incorrect female mentioned icons should be like nonbinary when click on female uterus only uterus to appear when click on ovary only ovary to appear
| 1
|
632,885
| 20,237,864,803
|
IssuesEvent
|
2022-02-14 05:26:40
|
wso2/integration-studio
|
https://api.github.com/repos/wso2/integration-studio
|
closed
|
Error while saving a proxy service in Dev studio due to lack of permissions to resources directory
|
Priority/High
|
**Description:**
When the Integration Studio is installed inside the C:\Program Files directory if the user doesn't have permissions to create and write to a resources directory inside the product installation it gives an error.
IMO the .esb_diagram files should be stored in the workspace and not under the resources folder in the Integration Studio installation.
**Affected Product Version:**
Integration Studio 8
**OS, DB, other environment details and versions:**
Windows environment
**Steps to reproduce:**
1) Copy the integration studio directory to a location on the disk
2) Deny write permission to a particular user
3) Login as that user and try to create a proxy service as an example

|
1.0
|
Error while saving a proxy service in Dev studio due to lack of permissions to resources directory - **Description:**
When the Integration Studio is installed inside the C:\Program Files directory if the user doesn't have permissions to create and write to a resources directory inside the product installation it gives an error.
IMO the .esb_diagram files should be stored in the workspace and not under the resources folder in the Integration Studio installation.
**Affected Product Version:**
Integration Studio 8
**OS, DB, other environment details and versions:**
Windows environment
**Steps to reproduce:**
1) Copy the integration studio directory to a location on the disk
2) Deny write permission to a particular user
3) Login as that user and try to create a proxy service as an example

|
non_test
|
error while saving a proxy service in dev studio due to lack of permissions to resources directory description when the integration studio is installed inside the c program files directory if the user doesn t have permissions to create and write to a resources directory inside the product installation it gives an error imo the esb diagram files should be stored in the workspace and not under the resources folder in the integration studio installation affected product version integration studio os db other environment details and versions windows environment steps to reproduce copy the integration studio directory to a location on the disk deny write permission to a particular user login as that user and try to create a proxy service as an example
| 0
|
221,217
| 16,997,705,371
|
IssuesEvent
|
2021-07-01 08:39:14
|
worldbank/gld
|
https://api.github.com/repos/worldbank/gld
|
opened
|
PHL Bulletins for the latest years
|
PHL documentation
|
The Philippines Statistics Authority (PSA) [has a website listing LFS Bulletins](https://psa.gov.ph/content/integrated-survey-households-ish-bulletin) which function as Basic Information Document, containing all relevant details. These are key to documenting the survey for users.
The records are really good until 2015. For the 20 surveys for the years 2016 to 2020 there are but three bulletins. I have been in touch with the PSA (see email exchange at the end of this issue) but kindly ask you @buscandoaverroes to also email the [Income and Employment Statistics Division](mailto:iesd.staff@psa.gov.ph), putting both [Mitch Viernes](mailto:m.viernes@psa.gov.ph) and me in copy and asking for the release of all the remaining bulletins.
In addition, please explain this issue to Arianna. She may know more about where to find the missing bulletins or - if she did not know about the bulletins - it is a great source we should make her aware of.

|
1.0
|
PHL Bulletins for the latest years - The Philippines Statistics Authority (PSA) [has a website listing LFS Bulletins](https://psa.gov.ph/content/integrated-survey-households-ish-bulletin) which function as Basic Information Document, containing all relevant details. These are key to documenting the survey for users.
The records are really good until 2015. For the 20 surveys for the years 2016 to 2020 there are but three bulletins. I have been in touch with the PSA (see email exchange at the end of this issue) but kindly ask you @buscandoaverroes to also email the [Income and Employment Statistics Division](mailto:iesd.staff@psa.gov.ph), putting both [Mitch Viernes](mailto:m.viernes@psa.gov.ph) and me in copy and asking for the release of all the remaining bulletins.
In addition, please explain this issue to Arianna. She may know more about where to find the missing bulletins or - if she did not know about the bulletins - it is a great source we should make her aware of.

|
non_test
|
phl bulletins for the latest years the philippines statistics authority psa which function as basic information document containing all relevant details these are key to documenting the survey for users the records are really good until for the surveys for the years to there are but three bulletins i have been in touch with the psa see email exchange at the end of this issue but kindly ask you buscandoaverroes to also email the mailto iesd staff psa gov ph putting both mailto m viernes psa gov ph and me in copy and asking for the release of all the remaining bulletins in addition please explain this issue to arianna she may know more about where to find the missing bulletins or if she did not know about the bulletins it is a great source we should make her aware of
| 0
|
242,056
| 20,192,279,843
|
IssuesEvent
|
2022-02-11 07:08:48
|
hazelcast/hazelcast
|
https://api.github.com/repos/hazelcast/hazelcast
|
opened
|
ConsoleTest and ConsoleAppTest don't clean up threads properly
|
Team: Core Type: Test-Failure Source: Internal
|
There are some threads which are not clean up properly for `com.hazelcast.console.ConsoleAppTest` and `com.hazelcast.console.ConsoleTest`. It means that they have to be killed by surefire after 30seconds after tests finished, see (see 30seconds gap in the log):
```
20:13:40 [INFO] Running com.hazelcast.console.ConsoleAppTest
20:13:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s - in com.hazelcast.console.ConsoleAppTest
20:13:41 [INFO] Running com.hazelcast.console.ConsoleTest
20:13:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.868 s - in com.hazelcast.console.ConsoleTest
20:14:13 [INFO]
20:14:13 [INFO] Results:
20:14:13 [INFO]
20:14:13 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
```
Following job can be used as reproducer: http://jenkins.hazelcast.com/job/Hazelcast-master-sonar-ondrej-investigation-2/ (see for example run number 4 where that happened)
Because of that we are not able to create code coverage report properly since the results cannot be collect (for the whole module). This is the same issue as was in https://github.com/hazelcast/hazelcast/issues/17324
List of threads which are killed by surefire:
```
"main" prio=5 Id=1 RUNNABLE
at java.base@11.0.13/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.base@11.0.13/jdk.internal.loader.Resource.getBytes(Resource.java:124)
at java.base@11.0.13/jdk.internal.loader.URLClassPath$JarLoader$2.getBytes(URLClassPath.java:884)
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:797)
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:698)
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:621)
- locked java.lang.Object@5f9d1573
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:579)
at java.base@11.0.13/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
...
"Reference Handler" daemon prio=10 Id=2 RUNNABLE
at java.base@11.0.13/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
at java.base@11.0.13/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
at java.base@11.0.13/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@40e10ff8
at java.base@11.0.13/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@40e10ff8
at java.base@11.0.13/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at java.base@11.0.13/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
at java.base@11.0.13/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
"Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE
"Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@557a1e2d
at java.base@11.0.13/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@557a1e2d
at java.base@11.0.13/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at java.base@11.0.13/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
at java.base@11.0.13/java.lang.Thread.run(Thread.java:834)
at java.base@11.0.13/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
"surefire-forkedjvm-ping-30s" daemon prio=5 Id=13 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7e38a7fe
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7e38a7fe
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at java.base@11.0.13/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
at java.base@11.0.13/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at java.base@11.0.13/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
...
"process reaper" daemon prio=10 Id=14 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@366ef90e
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@366ef90e
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at java.base@11.0.13/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at java.base@11.0.13/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at java.base@11.0.13/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
...
"JitterThread" daemon prio=5 Id=17 TIMED_WAITING
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:357)
at app//com.hazelcast.test.jitter.JitterThread.sleepNanos(JitterThread.java:56)
at app//com.hazelcast.test.jitter.JitterThread.run(JitterThread.java:41)
"ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=60 WAITING on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at java.base@11.0.13/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
at java.base@11.0.13/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
"ForkJoinPool.commonPool-worker-5" daemon prio=5 Id=188 TIMED_WAITING on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275)
at java.base@11.0.13/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619)
at java.base@11.0.13/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
"pool-2-thread-1" prio=5 Id=315 RUNNABLE (in native)
at java.base@11.0.13/java.io.FileInputStream.readBytes(Native Method)
at java.base@11.0.13/java.io.FileInputStream.read(FileInputStream.java:279)
at java.base@11.0.13/java.io.BufferedInputStream.read1(BufferedInputStream.java:290)
at java.base@11.0.13/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
- locked java.io.BufferedInputStream@26a4842b
at java.base@11.0.13/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at java.base@11.0.13/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at java.base@11.0.13/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked java.io.InputStreamReader@31e75d13
at java.base@11.0.13/java.io.InputStreamReader.read(InputStreamReader.java:181)
...
Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@7e819c50
"surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon prio=5 Id=381 RUNNABLE
at java.management@11.0.13/sun.management.ThreadImpl.dumpThreads0(Native Method)
at java.management@11.0.13/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
at java.management@11.0.13/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
at app//org.apache.maven.surefire.booter.ForkedBooter.threadDump(ForkedBooter.java:387)
at app//org.apache.maven.surefire.booter.ForkedBooter$7.run(ForkedBooter.java:377)
at java.base@11.0.13/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base@11.0.13/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@11.0.13/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
...
Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@51850751
```
|
1.0
|
ConsoleTest and ConsoleAppTest don't clean up threads properly - There are some threads which are not clean up properly for `com.hazelcast.console.ConsoleAppTest` and `com.hazelcast.console.ConsoleTest`. It means that they have to be killed by surefire after 30seconds after tests finished, see (see 30seconds gap in the log):
```
20:13:40 [INFO] Running com.hazelcast.console.ConsoleAppTest
20:13:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s - in com.hazelcast.console.ConsoleAppTest
20:13:41 [INFO] Running com.hazelcast.console.ConsoleTest
20:13:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.868 s - in com.hazelcast.console.ConsoleTest
20:14:13 [INFO]
20:14:13 [INFO] Results:
20:14:13 [INFO]
20:14:13 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
```
Following job can be used as reproducer: http://jenkins.hazelcast.com/job/Hazelcast-master-sonar-ondrej-investigation-2/ (see for example run number 4 where that happened)
Because of that we are not able to create code coverage report properly since the results cannot be collect (for the whole module). This is the same issue as was in https://github.com/hazelcast/hazelcast/issues/17324
List of threads which are killed by surefire:
```
"main" prio=5 Id=1 RUNNABLE
at java.base@11.0.13/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.base@11.0.13/jdk.internal.loader.Resource.getBytes(Resource.java:124)
at java.base@11.0.13/jdk.internal.loader.URLClassPath$JarLoader$2.getBytes(URLClassPath.java:884)
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:797)
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.findClassOnClassPathOrNull(BuiltinClassLoader.java:698)
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:621)
- locked java.lang.Object@5f9d1573
at java.base@11.0.13/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:579)
at java.base@11.0.13/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
...
"Reference Handler" daemon prio=10 Id=2 RUNNABLE
at java.base@11.0.13/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
at java.base@11.0.13/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
at java.base@11.0.13/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
"Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@40e10ff8
at java.base@11.0.13/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@40e10ff8
at java.base@11.0.13/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at java.base@11.0.13/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
at java.base@11.0.13/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
"Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE
"Common-Cleaner" daemon prio=8 Id=11 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@557a1e2d
at java.base@11.0.13/java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@557a1e2d
at java.base@11.0.13/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
at java.base@11.0.13/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
at java.base@11.0.13/java.lang.Thread.run(Thread.java:834)
at java.base@11.0.13/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
"surefire-forkedjvm-ping-30s" daemon prio=5 Id=13 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7e38a7fe
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7e38a7fe
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at java.base@11.0.13/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
at java.base@11.0.13/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at java.base@11.0.13/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
...
"process reaper" daemon prio=10 Id=14 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@366ef90e
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@366ef90e
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
at java.base@11.0.13/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
at java.base@11.0.13/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
at java.base@11.0.13/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
at java.base@11.0.13/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
...
"JitterThread" daemon prio=5 Id=17 TIMED_WAITING
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:357)
at app//com.hazelcast.test.jitter.JitterThread.sleepNanos(JitterThread.java:56)
at app//com.hazelcast.test.jitter.JitterThread.run(JitterThread.java:41)
"ForkJoinPool.commonPool-worker-3" daemon prio=5 Id=60 WAITING on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at java.base@11.0.13/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
at java.base@11.0.13/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
"ForkJoinPool.commonPool-worker-5" daemon prio=5 Id=188 TIMED_WAITING on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/jdk.internal.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@33e01298
at java.base@11.0.13/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275)
at java.base@11.0.13/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619)
at java.base@11.0.13/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
"pool-2-thread-1" prio=5 Id=315 RUNNABLE (in native)
at java.base@11.0.13/java.io.FileInputStream.readBytes(Native Method)
at java.base@11.0.13/java.io.FileInputStream.read(FileInputStream.java:279)
at java.base@11.0.13/java.io.BufferedInputStream.read1(BufferedInputStream.java:290)
at java.base@11.0.13/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
- locked java.io.BufferedInputStream@26a4842b
at java.base@11.0.13/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at java.base@11.0.13/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at java.base@11.0.13/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
- locked java.io.InputStreamReader@31e75d13
at java.base@11.0.13/java.io.InputStreamReader.read(InputStreamReader.java:181)
...
Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@7e819c50
"surefire-forkedjvm-last-ditch-daemon-shutdown-thread-30s" daemon prio=5 Id=381 RUNNABLE
at java.management@11.0.13/sun.management.ThreadImpl.dumpThreads0(Native Method)
at java.management@11.0.13/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
at java.management@11.0.13/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
at app//org.apache.maven.surefire.booter.ForkedBooter.threadDump(ForkedBooter.java:387)
at app//org.apache.maven.surefire.booter.ForkedBooter$7.run(ForkedBooter.java:377)
at java.base@11.0.13/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base@11.0.13/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base@11.0.13/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
...
Number of locked synchronizers = 1
- java.util.concurrent.ThreadPoolExecutor$Worker@51850751
```
|
test
|
consoletest and consoleapptest don t clean up threads properly there are some threads which are not clean up properly for com hazelcast console consoleapptest and com hazelcast console consoletest it means that they have to be killed by surefire after after tests finished see see gap in the log running com hazelcast console consoleapptest tests run failures errors skipped time elapsed s in com hazelcast console consoleapptest running com hazelcast console consoletest tests run failures errors skipped time elapsed s in com hazelcast console consoletest results tests run failures errors skipped following job can be used as reproducer see for example run number where that happened because of that we are not able to create code coverage report properly since the results cannot be collect for the whole module this is the same issue as was in list of threads which are killed by surefire main prio id runnable at java base java util zip inflaterinputstream read inflaterinputstream java at java base jdk internal loader resource getbytes resource java at java base jdk internal loader urlclasspath jarloader getbytes urlclasspath java at java base jdk internal loader builtinclassloader defineclass builtinclassloader java at java base jdk internal loader builtinclassloader findclassonclasspathornull builtinclassloader java at java base jdk internal loader builtinclassloader loadclassornull builtinclassloader java locked java lang object at java base jdk internal loader builtinclassloader loadclass builtinclassloader java at java base jdk internal loader classloaders appclassloader loadclass classloaders java reference handler daemon prio id runnable at java base java lang ref reference waitforreferencependinglist native method at java base java lang ref reference processpendingreferences reference java at java base java lang ref reference referencehandler run reference java finalizer daemon prio id waiting on java lang ref referencequeue lock at java base java lang object wait native method waiting on java lang ref referencequeue lock at java base java lang ref referencequeue remove referencequeue java at java base java lang ref referencequeue remove referencequeue java at java base java lang ref finalizer finalizerthread run finalizer java signal dispatcher daemon prio id runnable common cleaner daemon prio id timed waiting on java lang ref referencequeue lock at java base java lang object wait native method waiting on java lang ref referencequeue lock at java base java lang ref referencequeue remove referencequeue java at java base jdk internal ref cleanerimpl run cleanerimpl java at java base java lang thread run thread java at java base jdk internal misc innocuousthread run innocuousthread java surefire forkedjvm ping daemon prio id timed waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java base jdk internal misc unsafe park native method waiting on java util concurrent locks abstractqueuedsynchronizer conditionobject at java base java util concurrent locks locksupport parknanos locksupport java at java base java util concurrent locks abstractqueuedsynchronizer conditionobject awaitnanos abstractqueuedsynchronizer java at java base java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java base java util concurrent scheduledthreadpoolexecutor delayedworkqueue take scheduledthreadpoolexecutor java at java base java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java process reaper daemon prio id timed waiting on java util concurrent synchronousqueue transferstack at java base jdk internal misc unsafe park native method waiting on java util concurrent synchronousqueue transferstack at java base java util concurrent locks locksupport parknanos locksupport java at java base java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java base java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java base java util concurrent synchronousqueue poll synchronousqueue java at java base java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java jitterthread daemon prio id timed waiting at java base jdk internal misc unsafe park native method at java base java util concurrent locks locksupport parknanos locksupport java at app com hazelcast test jitter jitterthread sleepnanos jitterthread java at app com hazelcast test jitter jitterthread run jitterthread java forkjoinpool commonpool worker daemon prio id waiting on java util concurrent forkjoinpool at java base jdk internal misc unsafe park native method waiting on java util concurrent forkjoinpool at java base java util concurrent locks locksupport park locksupport java at java base java util concurrent forkjoinpool runworker forkjoinpool java at java base java util concurrent forkjoinworkerthread run forkjoinworkerthread java forkjoinpool commonpool worker daemon prio id timed waiting on java util concurrent forkjoinpool at java base jdk internal misc unsafe park native method waiting on java util concurrent forkjoinpool at java base java util concurrent locks locksupport parkuntil locksupport java at java base java util concurrent forkjoinpool runworker forkjoinpool java at java base java util concurrent forkjoinworkerthread run forkjoinworkerthread java pool thread prio id runnable in native at java base java io fileinputstream readbytes native method at java base java io fileinputstream read fileinputstream java at java base java io bufferedinputstream bufferedinputstream java at java base java io bufferedinputstream read bufferedinputstream java locked java io bufferedinputstream at java base sun nio cs streamdecoder readbytes streamdecoder java at java base sun nio cs streamdecoder implread streamdecoder java at java base sun nio cs streamdecoder read streamdecoder java locked java io inputstreamreader at java base java io inputstreamreader read inputstreamreader java number of locked synchronizers java util concurrent threadpoolexecutor worker surefire forkedjvm last ditch daemon shutdown thread daemon prio id runnable at java management sun management threadimpl native method at java management sun management threadimpl dumpallthreads threadimpl java at java management sun management threadimpl dumpallthreads threadimpl java at app org apache maven surefire booter forkedbooter threaddump forkedbooter java at app org apache maven surefire booter forkedbooter run forkedbooter java at java base java util concurrent executors runnableadapter call executors java at java base java util concurrent futuretask run futuretask java at java base java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java number of locked synchronizers java util concurrent threadpoolexecutor worker
| 1
|
564,574
| 16,736,331,116
|
IssuesEvent
|
2021-06-11 02:18:04
|
kubeflow/kubeflow
|
https://api.github.com/repos/kubeflow/kubeflow
|
closed
|
Kubeflow on EKS with SSL certificate
|
area/auth area/istio kind/bug lifecycle/stale platform/aws priority/p2
|
/kind bug
**What steps did you take and what happened:**
- I deployed kubeflow on EKS.
- I created a route53 domain `kubeflow.mydomain.com` and pointed to an alias, a service in istio-system namespace `istio-ingressgateway` (type: LoadBalancer).
- When I access `https://kubeflow.mydomain.com` I get a warning message:
```
Warning: Potential Security Risk Ahead
Firefox detected a potential security threat and did not continue to `https://kubeflow.mydomain.com` If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.
Web sites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for kubeflow.mydomain.com. The certificate is only valid for xxxxxxxxxxxxxxxxxxxxxxxx-xxxxxx.REGION.elb.amazonaws.com.
Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
```
I can ignore the message and use kubeflow.
When I update istio-ingressgateway-certs with my own certificates the error is the same.
What's the correct way of fixing this?
**What did you expect to happen:**
I expect to have a correct SSL certificate.
**Environment:**
- Kubeflow version: build version dev_local
- kfctl version: (use `kfctl version`):
- Kubernetes platform: EKS
- Kubernetes version: (use `kubectl version`): Client Version: v1.18.6, Server Version: v1.14.9-eks-658790
- OS (e.g. from `/etc/os-release`): AWS
|
1.0
|
Kubeflow on EKS with SSL certificate - /kind bug
**What steps did you take and what happened:**
- I deployed kubeflow on EKS.
- I created a route53 domain `kubeflow.mydomain.com` and pointed to an alias, a service in istio-system namespace `istio-ingressgateway` (type: LoadBalancer).
- When I access `https://kubeflow.mydomain.com` I get a warning message:
```
Warning: Potential Security Risk Ahead
Firefox detected a potential security threat and did not continue to `https://kubeflow.mydomain.com` If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.
Web sites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for kubeflow.mydomain.com. The certificate is only valid for xxxxxxxxxxxxxxxxxxxxxxxx-xxxxxx.REGION.elb.amazonaws.com.
Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
```
I can ignore the message and use kubeflow.
When I update istio-ingressgateway-certs with my own certificates the error is the same.
What's the correct way of fixing this?
**What did you expect to happen:**
I expect to have a correct SSL certificate.
**Environment:**
- Kubeflow version: build version dev_local
- kfctl version: (use `kfctl version`):
- Kubernetes platform: EKS
- Kubernetes version: (use `kubectl version`): Client Version: v1.18.6, Server Version: v1.14.9-eks-658790
- OS (e.g. from `/etc/os-release`): AWS
|
non_test
|
kubeflow on eks with ssl certificate kind bug what steps did you take and what happened i deployed kubeflow on eks i created a domain kubeflow mydomain com and pointed to an alias a service in istio system namespace istio ingressgateway type loadbalancer when i access i get a warning message warning potential security risk ahead firefox detected a potential security threat and did not continue to if you visit this site attackers could try to steal information like your passwords emails or credit card details web sites prove their identity via certificates firefox does not trust this site because it uses a certificate that is not valid for kubeflow mydomain com the certificate is only valid for xxxxxxxxxxxxxxxxxxxxxxxx xxxxxx region elb amazonaws com error code mozilla pkix error self signed cert i can ignore the message and use kubeflow when i update istio ingressgateway certs with my own certificates the error is the same what s the correct way of fixing this what did you expect to happen i expect to have a correct ssl certificate environment kubeflow version build version dev local kfctl version use kfctl version kubernetes platform eks kubernetes version use kubectl version client version server version eks os e g from etc os release aws
| 0
|
233,522
| 19,007,170,716
|
IssuesEvent
|
2021-11-23 02:32:48
|
SAP/spartacus
|
https://api.github.com/repos/SAP/spartacus
|
closed
|
E2E test for B2C Saved Carts
|
e2e-tests saved-carts e2e-next
|
Saved cart functionality verified only for b2b. See 'b2b-saved-cart.e2e-spec.ts'.
Please verify saved cart functionality with b2c as well by writing an e2e test.
- Include restore cart please.
- Please complete checkout with saved cart.
|
1.0
|
E2E test for B2C Saved Carts - Saved cart functionality verified only for b2b. See 'b2b-saved-cart.e2e-spec.ts'.
Please verify saved cart functionality with b2c as well by writing an e2e test.
- Include restore cart please.
- Please complete checkout with saved cart.
|
test
|
test for saved carts saved cart functionality verified only for see saved cart spec ts please verify saved cart functionality with as well by writing an test include restore cart please please complete checkout with saved cart
| 1
|
21,668
| 30,111,447,795
|
IssuesEvent
|
2023-06-30 08:06:15
|
nephio-project/sig-release
|
https://api.github.com/repos/nephio-project/sig-release
|
closed
|
Define scheme for release versioning and release Cycle
|
area/process-mgmt sig/release
|
Define the scheme for release versioning and cycles and document them. We need to define
- Release Cadence ( How often we need to make a release? )
- What is the k8s version to test and support
- Length of support for a release
- Versioning scheme (x.y.z)
- Hot fixes/back porting mechanism
|
1.0
|
Define scheme for release versioning and release Cycle - Define the scheme for release versioning and cycles and document them. We need to define
- Release Cadence ( How often we need to make a release? )
- What is the k8s version to test and support
- Length of support for a release
- Versioning scheme (x.y.z)
- Hot fixes/back porting mechanism
|
non_test
|
define scheme for release versioning and release cycle define the scheme for release versioning and cycles and document them we need to define release cadence how often we need to make a release what is the version to test and support length of support for a release versioning scheme x y z hot fixes back porting mechanism
| 0
|
286,193
| 24,728,045,569
|
IssuesEvent
|
2022-10-20 15:21:03
|
Azure/ResourceModules
|
https://api.github.com/repos/Azure/ResourceModules
|
closed
|
[Feature Request]: Testing improvements proposal
|
enhancement [cat] testing blocked [cat] needs further discussion
|
### Description
I would like to suggest some improvements to test new modules and module changes with PSRule.
This would have multiple benefits:
1. Parameter files can be written in bicep and can be stored in a more intuitive `.test` folder.
2. We can directly target .bicep test files with ps-rule.yaml files
3. We can perform static analysis on the templates as well as on deployed resources in Azure with the in-flight analysis and can then compare the results to be the same
Questions/Tasks for testing with PSRule:
1. Do we need a custom ruleset? For parameter sets that have full coverage, we can use the PSRule for Azure module, but for minimal parameter sets, these would throw a lot of errors like missing tags, managed identities, etc.
2. Do we need multiple runs in the pipeline (for minimal and full parameter sets)
3. Do we want to automatically deploy and test resources to Azure?
4. How to migrate the existing parameter.json files to a proper testing model?
I would like to hear your thoughts on this!
|
1.0
|
[Feature Request]: Testing improvements proposal - ### Description
I would like to suggest some improvements to test new modules and module changes with PSRule.
This would have multiple benefits:
1. Parameter files can be written in bicep and can be stored in a more intuitive `.test` folder.
2. We can directly target .bicep test files with ps-rule.yaml files
3. We can perform static analysis on the templates as well as on deployed resources in Azure with the in-flight analysis and can then compare the results to be the same
Questions/Tasks for testing with PSRule:
1. Do we need a custom ruleset? For parameter sets that have full coverage, we can use the PSRule for Azure module, but for minimal parameter sets, these would throw a lot of errors like missing tags, managed identities, etc.
2. Do we need multiple runs in the pipeline (for minimal and full parameter sets)
3. Do we want to automatically deploy and test resources to Azure?
4. How to migrate the existing parameter.json files to a proper testing model?
I would like to hear your thoughts on this!
|
test
|
testing improvements proposal description i would like to suggest some improvements to test new modules and module changes with psrule this would have multiple benefits parameter files can be written in bicep and can be stored in a more intuitive test folder we can directly target bicep test files with ps rule yaml files we can perform static analysis on the templates as well as on deployed resources in azure with the in flight analysis and can then compare the results to be the same questions tasks for testing with psrule do we need a custom ruleset for parameter sets that have full coverage we can use the psrule for azure module but for minimal parameter sets these would throw a lot of errors like missing tags managed identities etc do we need multiple runs in the pipeline for minimal and full parameter sets do we want to automatically deploy and test resources to azure how to migrate the existing parameter json files to a proper testing model i would like to hear your thoughts on this
| 1
|
176,398
| 13,639,964,826
|
IssuesEvent
|
2020-09-25 11:58:25
|
root-project/root
|
https://api.github.com/repos/root-project/root
|
closed
|
[JupyROOT][roottest] New nbconvert versions break notebook comparisons
|
affects:master bug in:Testing priority:high
|
## Describe the bug
<!--
A clear and concise description of what the wrong behavior is.
-->
The problem is visible in the [conda nightly builds](https://lcgapp-services.cern.ch/root-jenkins/view/conda/job/conda-nightlies/), e.g. [here](https://lcgapp-services.cern.ch/root-jenkins/view/conda/job/conda-nightlies/136/testReport/junit/projectroot.python/JupyROOT/roottest_python_JupyROOT_importROOT_notebook/).
JupyROOT tests are red because a new json field `"execution"` is added to the `.ipynb` file.
## To Reproduce
<!--
Steps to reproduce the behavior:
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
2. Don't forget to attach the required input files!
3. How to run your code and / or build it, e.g. `root myMacro.C`, ...
-->
It should be enough to install the [ROOT conda nightlies](https://root.cern/install/nightlies/#conda-package), build roottest against them and run one of the JupyROOT tests via ctest.
## Additional context
<!--
Add any other context about the problem here.
-->
I _think_ the reason this problem cropped up is that the version of nbconvert installed by conda (conda-forge channel) was recently bumped from 5.6.1 to 6.0.2. nbformat documents that new `"execution"` field in notebooks as of [8 months ago](https://github.com/jupyter/nbformat/commit/1b6cbffd2ae527354d8b90e17740f823291a8dca).
The `nbdiff.py` steering script already filters some lines from the notebooks before diff'ing them, but the introduction of a new json field also changes the surrounding lines, e.g. a closed brace becomes a comma, an extra closing brace is added, and the current filtering mechanism is not able to deal with this, so I am not sure what the best way to proceed would be.
|
1.0
|
[JupyROOT][roottest] New nbconvert versions break notebook comparisons - ## Describe the bug
<!--
A clear and concise description of what the wrong behavior is.
-->
The problem is visible in the [conda nightly builds](https://lcgapp-services.cern.ch/root-jenkins/view/conda/job/conda-nightlies/), e.g. [here](https://lcgapp-services.cern.ch/root-jenkins/view/conda/job/conda-nightlies/136/testReport/junit/projectroot.python/JupyROOT/roottest_python_JupyROOT_importROOT_notebook/).
JupyROOT tests are red because a new json field `"execution"` is added to the `.ipynb` file.
## To Reproduce
<!--
Steps to reproduce the behavior:
1. Your code that triggers the issue: at least a part; ideally something we can run ourselves.
2. Don't forget to attach the required input files!
3. How to run your code and / or build it, e.g. `root myMacro.C`, ...
-->
It should be enough to install the [ROOT conda nightlies](https://root.cern/install/nightlies/#conda-package), build roottest against them and run one of the JupyROOT tests via ctest.
## Additional context
<!--
Add any other context about the problem here.
-->
I _think_ the reason this problem cropped up is that the version of nbconvert installed by conda (conda-forge channel) was recently bumped from 5.6.1 to 6.0.2. nbformat documents that new `"execution"` field in notebooks as of [8 months ago](https://github.com/jupyter/nbformat/commit/1b6cbffd2ae527354d8b90e17740f823291a8dca).
The `nbdiff.py` steering script already filters some lines from the notebooks before diff'ing them, but the introduction of a new json field also changes the surrounding lines, e.g. a closed brace becomes a comma, an extra closing brace is added, and the current filtering mechanism is not able to deal with this, so I am not sure what the best way to proceed would be.
|
test
|
new nbconvert versions break notebook comparisons describe the bug a clear and concise description of what the wrong behavior is the problem is visible in the e g jupyroot tests are red because a new json field execution is added to the ipynb file to reproduce steps to reproduce the behavior your code that triggers the issue at least a part ideally something we can run ourselves don t forget to attach the required input files how to run your code and or build it e g root mymacro c it should be enough to install the build roottest against them and run one of the jupyroot tests via ctest additional context add any other context about the problem here i think the reason this problem cropped up is that the version of nbconvert installed by conda conda forge channel was recently bumped from to nbformat documents that new execution field in notebooks as of the nbdiff py steering script already filters some lines from the notebooks before diff ing them but the introduction of a new json field also changes the surrounding lines e g a closed brace becomes a comma an extra closing brace is added and the current filtering mechanism is not able to deal with this so i am not sure what the best way to proceed would be
| 1
|
211,728
| 16,357,744,873
|
IssuesEvent
|
2021-05-14 02:49:50
|
microsoft/AzureStorageExplorer
|
https://api.github.com/repos/microsoft/AzureStorageExplorer
|
closed
|
The window popped up when downloading an item auto closes after creating a new destination folder
|
:computer: mac :gear: blobs :gear: disks :gear: files ๐งช testing
|
**Storage Explorer Version**: 1.19.1
**Build Number**: 20210425.1
**Branch**: hotfix/1.19.1
**Platform/OS**: MacOS Catalina 10.15.7
**Architecture**: x64
**Regression From**: Not a regression
## Steps to Reproduce ##
1. Open a blob container.
2. Select one blob -> Click 'Download'.
3. Click 'New Folder' on the popped up Window -> Type a folder name -> Click 'Create'.
4. Check whether the opened window is closed or not.
## Expected Experience ##
The popped up window is not closed.
## Actual Experience ##
The popped up window is closed.
## Additional Context ##
This issue also reproduces for the file share and disk.
|
1.0
|
The window popped up when downloading an item auto closes after creating a new destination folder - **Storage Explorer Version**: 1.19.1
**Build Number**: 20210425.1
**Branch**: hotfix/1.19.1
**Platform/OS**: MacOS Catalina 10.15.7
**Architecture**: x64
**Regression From**: Not a regression
## Steps to Reproduce ##
1. Open a blob container.
2. Select one blob -> Click 'Download'.
3. Click 'New Folder' on the popped up Window -> Type a folder name -> Click 'Create'.
4. Check whether the opened window is closed or not.
## Expected Experience ##
The popped up window is not closed.
## Actual Experience ##
The popped up window is closed.
## Additional Context ##
This issue also reproduces for the file share and disk.
|
test
|
the window popped up when downloading an item auto closes after creating a new destination folder storage explorer version build number branch hotfix platform os macos catalina architecture regression from not a regression steps to reproduce open a blob container select one blob click download click new folder on the popped up window type a folder name click create check whether the opened window is closed or not expected experience the popped up window is not closed actual experience the popped up window is closed additional context this issue also reproduces for the file share and disk
| 1
|
126,230
| 12,288,648,714
|
IssuesEvent
|
2020-05-09 17:41:40
|
antifuchs/kleinhirn
|
https://api.github.com/repos/antifuchs/kleinhirn
|
opened
|
Document the configuration file and worker control channel protocol
|
documentation glaring-problem
|
There's currently zero docs on how anyone would use this, let alone implement a worker that can ack. Fix this.
|
1.0
|
Document the configuration file and worker control channel protocol - There's currently zero docs on how anyone would use this, let alone implement a worker that can ack. Fix this.
|
non_test
|
document the configuration file and worker control channel protocol there s currently zero docs on how anyone would use this let alone implement a worker that can ack fix this
| 0
|
74,025
| 3,427,235,473
|
IssuesEvent
|
2015-12-10 00:19:23
|
radike/issue-tracker
|
https://api.github.com/repos/radike/issue-tracker
|
closed
|
Cannot create more than 1 user
|
bug priority CRITICAL
|
The problem is that every new user has Id set to default Guid (0000-00...).
|
1.0
|
Cannot create more than 1 user - The problem is that every new user has Id set to default Guid (0000-00...).
|
non_test
|
cannot create more than user the problem is that every new user has id set to default guid
| 0
|
48,383
| 5,955,926,670
|
IssuesEvent
|
2017-05-28 11:59:29
|
SWE574-Groupago/heritago
|
https://api.github.com/repos/SWE574-Groupago/heritago
|
opened
|
try out a simple user acceptance test on creating heritage item and both image and text annotation on it.
|
front-end priority: high testing
|
@muatik , I will try out the following steps and see if there will be a new issue or a failing step with the related operations;
- [ ] 1. Create heritage item "Cappadocia"
- [ ] 1.1 Add start date
- [ ] 1.2 Add multiple origins
- [ ] 1.3 Add multiple basic information key-value pairs
- [ ] 1.4 Select "Polygon" map type for geo-location
- [ ] 1.4.1 Add markers to build a hexagon area
- [ ] 1.5 Add multiple images of Cappadocia
- [ ] 1.6 Submit & create new heritage item "Cappadocia"
- [ ] 2. Review data on the heritage item details page of Cappadocia
- [ ] 2.1 Check if all the fields submitted in heritageForm also appears here correctly
- [ ] 3. Annotate the description text of "Cappadocia"
- [ ] 3.1 Add an annotation with motivation questioning
- [ ] 3.2 Add an annotation with motivation linking
- [ ] 4. Annotate the images of Cappadocia
- [ ] 4.1 Use multiple shape selectors while annotating
- [ ] 2. Review data on the heritage item details page of Cappadocia
|
1.0
|
try out a simple user acceptance test on creating heritage item and both image and text annotation on it. - @muatik , I will try out the following steps and see if there will be a new issue or a failing step with the related operations;
- [ ] 1. Create heritage item "Cappadocia"
- [ ] 1.1 Add start date
- [ ] 1.2 Add multiple origins
- [ ] 1.3 Add multiple basic information key-value pairs
- [ ] 1.4 Select "Polygon" map type for geo-location
- [ ] 1.4.1 Add markers to build a hexagon area
- [ ] 1.5 Add multiple images of Cappadocia
- [ ] 1.6 Submit & create new heritage item "Cappadocia"
- [ ] 2. Review data on the heritage item details page of Cappadocia
- [ ] 2.1 Check if all the fields submitted in heritageForm also appears here correctly
- [ ] 3. Annotate the description text of "Cappadocia"
- [ ] 3.1 Add an annotation with motivation questioning
- [ ] 3.2 Add an annotation with motivation linking
- [ ] 4. Annotate the images of Cappadocia
- [ ] 4.1 Use multiple shape selectors while annotating
- [ ] 2. Review data on the heritage item details page of Cappadocia
|
test
|
try out a simple user acceptance test on creating heritage item and both image and text annotation on it muatik i will try out the following steps and see if there will be a new issue or a failing step with the related operations create heritage item cappadocia add start date add multiple origins add multiple basic information key value pairs select polygon map type for geo location add markers to build a hexagon area add multiple images of cappadocia submit create new heritage item cappadocia review data on the heritage item details page of cappadocia check if all the fields submitted in heritageform also appears here correctly annotate the description text of cappadocia add an annotation with motivation questioning add an annotation with motivation linking annotate the images of cappadocia use multiple shape selectors while annotating review data on the heritage item details page of cappadocia
| 1
|
229,634
| 18,398,393,085
|
IssuesEvent
|
2021-10-12 13:52:23
|
MohistMC/Mohist
|
https://api.github.com/repos/MohistMC/Mohist
|
closed
|
Items never despawning
|
1.16.5 Wait Needs Testing
|
<!-- ISSUE_TEMPLATE_3 -> IMPORTANT: DO NOT DELETE THIS LINE.-->
<!-- Thank you for reporting ! Please note that issues can take a lot of time to be fixed and there is no eta.-->
<!-- If you don't know where to upload your logs and crash reports, you can use these websites : -->
<!-- https://paste.ubuntu.com/ (recommended) -->
<!-- https://mclo.gs -->
<!-- https://haste.mohistmc.com -->
<!-- https://pastebin.com -->
<!-- TO FILL THIS TEMPLATE, YOU NEED TO REPLACE THE {} BY WHAT YOU WANT -->
**Minecraft Version :** {1.16.5}
**Mohist Version :** {811}
**Operating System :** {Ubuntu}
**Logs :** {There is nothing in the server log.}
**Mod list :** {Triggered-Crashreport Modlist: https://pastebin.com/UwUfsbsn}
**Plugin list :** {WorldEdit, WorldGuard, MOTD, EssentialsX, WorldEditSUI}
**Description of issue :** {Dropped items on the ground just NEVER despawn. Even after hours, when the same chunk was loaded for a long time. The only mods that do something like this may be "ItemPhysic" and "WorldGuard". BUT: It works just fine in Singleplayer! And nothing like that was configured in WorldGuard. This problem didnt even appear at all before updating to mohist 811 if i remember correctly.}
|
1.0
|
Items never despawning - <!-- ISSUE_TEMPLATE_3 -> IMPORTANT: DO NOT DELETE THIS LINE.-->
<!-- Thank you for reporting ! Please note that issues can take a lot of time to be fixed and there is no eta.-->
<!-- If you don't know where to upload your logs and crash reports, you can use these websites : -->
<!-- https://paste.ubuntu.com/ (recommended) -->
<!-- https://mclo.gs -->
<!-- https://haste.mohistmc.com -->
<!-- https://pastebin.com -->
<!-- TO FILL THIS TEMPLATE, YOU NEED TO REPLACE THE {} BY WHAT YOU WANT -->
**Minecraft Version :** {1.16.5}
**Mohist Version :** {811}
**Operating System :** {Ubuntu}
**Logs :** {There is nothing in the server log.}
**Mod list :** {Triggered-Crashreport Modlist: https://pastebin.com/UwUfsbsn}
**Plugin list :** {WorldEdit, WorldGuard, MOTD, EssentialsX, WorldEditSUI}
**Description of issue :** {Dropped items on the ground just NEVER despawn. Even after hours, when the same chunk was loaded for a long time. The only mods that do something like this may be "ItemPhysic" and "WorldGuard". BUT: It works just fine in Singleplayer! And nothing like that was configured in WorldGuard. This problem didnt even appear at all before updating to mohist 811 if i remember correctly.}
|
test
|
items never despawning important do not delete this line minecraft version mohist version operating system ubuntu logs there is nothing in the server log mod list triggered crashreport modlist plugin list worldedit worldguard motd essentialsx worldeditsui description of issue dropped items on the ground just never despawn even after hours when the same chunk was loaded for a long time the only mods that do something like this may be itemphysic and worldguard but it works just fine in singleplayer and nothing like that was configured in worldguard this problem didnt even appear at all before updating to mohist if i remember correctly
| 1
|
30,385
| 4,600,603,614
|
IssuesEvent
|
2016-09-22 06:16:48
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
reopened
|
New casper test flake: local echo related
|
bug testing
|
I think this issue is caused by our local echo support.
https://travis-ci.org/timabbott/zulip/jobs/148136876
|
1.0
|
New casper test flake: local echo related - I think this issue is caused by our local echo support.
https://travis-ci.org/timabbott/zulip/jobs/148136876
|
test
|
new casper test flake local echo related i think this issue is caused by our local echo support
| 1
|
387,279
| 26,718,680,098
|
IssuesEvent
|
2023-01-28 21:31:07
|
fl-devs/FLHook
|
https://api.github.com/repos/fl-devs/FLHook
|
closed
|
Test all plugins
|
documentation
|
All plugins need to be tested.
1. Does it compile?
2. Do any exceptions occur?
3. Do all commands / features work correctly?
- [x] AFK
- [x] AntiJumpDisconnect
- [x] Arena
- [x] Autobuy
- [x] Betting (old PvP)
- [x] BountyHunt
- [x] CargoDrop
- [x] CashManager
- [x] ConData
- [x] CrashCatcher
- [x] DeathPenalty
- [x] Event
- [x] IP Ban
- [x] KillCounter
- [x] Light Control
- [x] Mark
- [x] Message
- [x] MineControl
- [x] MiscCommands
- [x] NPC Control - #112 @oliverpechey
- [x] Purchase Restrictions
- [x] Rename - https://github.com/fl-devs/FLHook/issues/107
- [x] Restarts
- [x] Sound Manager
- [x] Spin Protection
- [x] Stats
- [x] System Sensor
- [x] Tax
- [x] Tempban
- [x] Wardrobe
- [x] Warehouse
|
1.0
|
Test all plugins - All plugins need to be tested.
1. Does it compile?
2. Do any exceptions occur?
3. Do all commands / features work correctly?
- [x] AFK
- [x] AntiJumpDisconnect
- [x] Arena
- [x] Autobuy
- [x] Betting (old PvP)
- [x] BountyHunt
- [x] CargoDrop
- [x] CashManager
- [x] ConData
- [x] CrashCatcher
- [x] DeathPenalty
- [x] Event
- [x] IP Ban
- [x] KillCounter
- [x] Light Control
- [x] Mark
- [x] Message
- [x] MineControl
- [x] MiscCommands
- [x] NPC Control - #112 @oliverpechey
- [x] Purchase Restrictions
- [x] Rename - https://github.com/fl-devs/FLHook/issues/107
- [x] Restarts
- [x] Sound Manager
- [x] Spin Protection
- [x] Stats
- [x] System Sensor
- [x] Tax
- [x] Tempban
- [x] Wardrobe
- [x] Warehouse
|
non_test
|
test all plugins all plugins need to be tested does it compile do any exceptions occur do all commands features work correctly afk antijumpdisconnect arena autobuy betting old pvp bountyhunt cargodrop cashmanager condata crashcatcher deathpenalty event ip ban killcounter light control mark message minecontrol misccommands npc control oliverpechey purchase restrictions rename restarts sound manager spin protection stats system sensor tax tempban wardrobe warehouse
| 0
|
227,252
| 18,054,223,977
|
IssuesEvent
|
2021-09-20 05:16:36
|
logicmoo/logicmoo_workspace
|
https://api.github.com/repos/logicmoo/logicmoo_workspace
|
opened
|
logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06 JUnit
|
Test_9999 logicmoo.pfc.test.sanity_base unit_test RETRY_UNDEFINED_06 Passing
|
(cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif retry_undefined_06.pfc)
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/RETRY_UNDEFINED_06/logicmoo_pfc_test_sanity_base_RETRY_UNDEFINED_06_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ARETRY_UNDEFINED_06
```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc'),
%~ /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:93
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
:- if((pfc_test_feature(localMt,X=1),X==1)).
:- endif.
:- if((pfc_test_feature(mt,X=1),X==1)).
:- endif.
:- set_prolog_flag(retry_undefined, kb_shared).
:- \+ a.
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/RETRY_UNDEFINED_06/logicmoo_pfc_test_sanity_base_RETRY_UNDEFINED_06_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ARETRY_UNDEFINED_06
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc:20
%~ mpred_test("Test_0001_Line_0000__naf_A",baseKB:(\+a))
%~ make_dynamic_here(baseKB,a)
/*~
%~ mpred_test("Test_0001_Line_0000__naf_A",baseKB:(\+a))
passed=info(why_was_true(baseKB:(\+a)))
no_proof_for(\+a).
no_proof_for(\+a).
no_proof_for(\+a).
name = 'logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06-Test_0001_Line_0000__naf_A'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif retry_undefined_06.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06-Test_0001_Line_0000__naf_A-junit.xml
~*/
%~ unused(no_junit_results)
Test_0001_Line_0000__naf_A result = passed.
%~ test_completed_exit(64)
```
totalTime=1.000
SUCCESS: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k retry_undefined_06.pfc (returned 64) Add_LABELS='' Rem_LABELS='Skipped,Errors,Warnings,Overtime,Skipped,Skipped'
|
3.0
|
logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06 JUnit - (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif retry_undefined_06.pfc)
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/RETRY_UNDEFINED_06/logicmoo_pfc_test_sanity_base_RETRY_UNDEFINED_06_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ARETRY_UNDEFINED_06
```
%~ init_phase(after_load)
%~ init_phase(restore_state)
%
running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc'),
%~ /var/lib/jenkins/.local/share/swi-prolog/pack/logicmoo_utils/prolog/logicmoo_test_header.pl:93
%~ this_test_might_need( :-( use_module( library(logicmoo_plarkc))))
:- if((pfc_test_feature(localMt,X=1),X==1)).
:- endif.
:- if((pfc_test_feature(mt,X=1),X==1)).
:- endif.
:- set_prolog_flag(retry_undefined, kb_shared).
:- \+ a.
% ISSUE: https://github.com/logicmoo/logicmoo_workspace/issues/
% EDIT: https://github.com/logicmoo/logicmoo_workspace/edit/master/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc
% JENKINS: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/RETRY_UNDEFINED_06/logicmoo_pfc_test_sanity_base_RETRY_UNDEFINED_06_JUnit/
% ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3ARETRY_UNDEFINED_06
%~ /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/retry_undefined_06.pfc:20
%~ mpred_test("Test_0001_Line_0000__naf_A",baseKB:(\+a))
%~ make_dynamic_here(baseKB,a)
/*~
%~ mpred_test("Test_0001_Line_0000__naf_A",baseKB:(\+a))
passed=info(why_was_true(baseKB:(\+a)))
no_proof_for(\+a).
no_proof_for(\+a).
no_proof_for(\+a).
name = 'logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06-Test_0001_Line_0000__naf_A'.
JUNIT_CLASSNAME = 'logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06'.
JUNIT_CMD = 'timeout --foreground --preserve-status -s SIGKILL -k 10s 10s swipl -x /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-clif retry_undefined_06.pfc'.
% saving_junit: /var/lib/jenkins/workspace/logicmoo_workspace/test_results/jenkins/Report-logicmoo-pfc-test-sanity_base-vSTARv0vSTARvvDOTvvSTARv-Units-logicmoo.pfc.test.sanity_base.RETRY_UNDEFINED_06-Test_0001_Line_0000__naf_A-junit.xml
~*/
%~ unused(no_junit_results)
Test_0001_Line_0000__naf_A result = passed.
%~ test_completed_exit(64)
```
totalTime=1.000
SUCCESS: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k retry_undefined_06.pfc (returned 64) Add_LABELS='' Rem_LABELS='Skipped,Errors,Warnings,Overtime,Skipped,Skipped'
|
test
|
logicmoo pfc test sanity base retry undefined junit cd var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif retry undefined pfc issue edit jenkins issue search init phase after load init phase restore state running var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base retry undefined pfc var lib jenkins local share swi prolog pack logicmoo utils prolog logicmoo test header pl this test might need use module library logicmoo plarkc if pfc test feature localmt x x endif if pfc test feature mt x x endif set prolog flag retry undefined kb shared a issue edit jenkins issue search var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base retry undefined pfc mpred test test line naf a basekb a make dynamic here basekb a mpred test test line naf a basekb a passed info why was true basekb a no proof for a no proof for a no proof for a name logicmoo pfc test sanity base retry undefined test line naf a junit classname logicmoo pfc test sanity base retry undefined junit cmd timeout foreground preserve status s sigkill k swipl x var lib jenkins workspace logicmoo workspace bin lmoo clif retry undefined pfc saving junit var lib jenkins workspace logicmoo workspace test results jenkins report logicmoo pfc test sanity base units logicmoo pfc test sanity base retry undefined test line naf a junit xml unused no junit results test line naf a result passed test completed exit totaltime success var lib jenkins workspace logicmoo workspace bin lmoo junit minor k retry undefined pfc returned add labels rem labels skipped errors warnings overtime skipped skipped
| 1
|
60,205
| 6,675,871,360
|
IssuesEvent
|
2017-10-05 01:09:35
|
tcpd/lokdhaba
|
https://api.github.com/repos/tcpd/lokdhaba
|
closed
|
Type based consistency checks from codebook.csv
|
FIXED_WAITING_FOR_TEST P1- High Priority
|
As discussed today with Chinmay and Mohit, checkTypes.R should be completed and added to the nightly check script.
It will also depend on files like StateNamesNormalized.csv and CodeBook.csv.
This will only do basic type checking.
|
1.0
|
Type based consistency checks from codebook.csv - As discussed today with Chinmay and Mohit, checkTypes.R should be completed and added to the nightly check script.
It will also depend on files like StateNamesNormalized.csv and CodeBook.csv.
This will only do basic type checking.
|
test
|
type based consistency checks from codebook csv as discussed today with chinmay and mohit checktypes r should be completed and added to the nightly check script it will also depend on files like statenamesnormalized csv and codebook csv this will only do basic type checking
| 1
|
104,687
| 16,619,990,170
|
IssuesEvent
|
2021-06-02 22:34:01
|
jtimberlake/tds-core
|
https://api.github.com/repos/jtimberlake/tds-core
|
opened
|
CVE-2020-28477 (High) detected in immer-1.10.0.tgz
|
security vulnerability
|
## CVE-2020-28477 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>immer-1.10.0.tgz</b></p></summary>
<p>Create your next immutable state by mutating the current one</p>
<p>Library home page: <a href="https://registry.npmjs.org/immer/-/immer-1.10.0.tgz">https://registry.npmjs.org/immer/-/immer-1.10.0.tgz</a></p>
<p>Path to dependency file: tds-core/package.json</p>
<p>Path to vulnerable library: tds-core/node_modules/immer/package.json</p>
<p>
Dependency Hierarchy:
- react-styleguidist-10.6.1.tgz (Root Library)
- react-dev-utils-9.1.0.tgz
- :x: **immer-1.10.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jtimberlake/tds-core/commit/dea0d6818322df63aea1fb950dce6e8cb94c53ba">dea0d6818322df63aea1fb950dce6e8cb94c53ba</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects all versions of package immer.
<p>Publish Date: 2021-01-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28477>CVE-2020-28477</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/immerjs/immer/releases/tag/v8.0.1">https://github.com/immerjs/immer/releases/tag/v8.0.1</a></p>
<p>Release Date: 2021-01-19</p>
<p>Fix Resolution: v8.0.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"immer","packageVersion":"1.10.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-styleguidist:10.6.1;react-dev-utils:9.1.0;immer:1.10.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v8.0.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28477","vulnerabilityDetails":"This affects all versions of package immer.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28477","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2020-28477 (High) detected in immer-1.10.0.tgz - ## CVE-2020-28477 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>immer-1.10.0.tgz</b></p></summary>
<p>Create your next immutable state by mutating the current one</p>
<p>Library home page: <a href="https://registry.npmjs.org/immer/-/immer-1.10.0.tgz">https://registry.npmjs.org/immer/-/immer-1.10.0.tgz</a></p>
<p>Path to dependency file: tds-core/package.json</p>
<p>Path to vulnerable library: tds-core/node_modules/immer/package.json</p>
<p>
Dependency Hierarchy:
- react-styleguidist-10.6.1.tgz (Root Library)
- react-dev-utils-9.1.0.tgz
- :x: **immer-1.10.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/jtimberlake/tds-core/commit/dea0d6818322df63aea1fb950dce6e8cb94c53ba">dea0d6818322df63aea1fb950dce6e8cb94c53ba</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects all versions of package immer.
<p>Publish Date: 2021-01-19
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28477>CVE-2020-28477</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/immerjs/immer/releases/tag/v8.0.1">https://github.com/immerjs/immer/releases/tag/v8.0.1</a></p>
<p>Release Date: 2021-01-19</p>
<p>Fix Resolution: v8.0.1</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"immer","packageVersion":"1.10.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-styleguidist:10.6.1;react-dev-utils:9.1.0;immer:1.10.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v8.0.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-28477","vulnerabilityDetails":"This affects all versions of package immer.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28477","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
|
non_test
|
cve high detected in immer tgz cve high severity vulnerability vulnerable library immer tgz create your next immutable state by mutating the current one library home page a href path to dependency file tds core package json path to vulnerable library tds core node modules immer package json dependency hierarchy react styleguidist tgz root library react dev utils tgz x immer tgz vulnerable library found in head commit a href found in base branch master vulnerability details this affects all versions of package immer 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree react styleguidist react dev utils immer isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails this affects all versions of package immer vulnerabilityurl
| 0
|
4,595
| 2,733,497,738
|
IssuesEvent
|
2015-04-17 14:20:58
|
trendwerk/trendpress
|
https://api.github.com/repos/trendwerk/trendpress
|
closed
|
Remove sidebars
|
improvement needs-testing
|
They're old fashioned. For most themes these days, I immediately remove them.
I'm also in favor of removing the footer sidebar. It's cluttering.
|
1.0
|
Remove sidebars - They're old fashioned. For most themes these days, I immediately remove them.
I'm also in favor of removing the footer sidebar. It's cluttering.
|
test
|
remove sidebars they re old fashioned for most themes these days i immediately remove them i m also in favor of removing the footer sidebar it s cluttering
| 1
|
83,506
| 15,710,242,977
|
IssuesEvent
|
2021-03-27 01:02:17
|
wakdotta/seed
|
https://api.github.com/repos/wakdotta/seed
|
closed
|
CVE-2019-16943 (High) detected in jackson-databind-2.2.3.jar - autoclosed
|
security vulnerability
|
## CVE-2019-16943 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.2.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to vulnerable library: seed/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/spring-jndi/WEB-INF/lib/jackson-databind-2.2.3.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.2.3.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/wakdotta/seed/commit/84d75f925c27e5dcfc5a5c624239567a856e14de">84d75f925c27e5dcfc5a5c624239567a856e14de</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16943>CVE-2019-16943</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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.3,2.7.9.7,2.8.11.5,2.9.10.1</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-16943 (High) detected in jackson-databind-2.2.3.jar - autoclosed - ## CVE-2019-16943 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.2.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to vulnerable library: seed/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/spring-jndi/WEB-INF/lib/jackson-databind-2.2.3.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.2.3.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/wakdotta/seed/commit/84d75f925c27e5dcfc5a5c624239567a856e14de">84d75f925c27e5dcfc5a5c624239567a856e14de</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16943>CVE-2019-16943</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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.6.7.3,2.7.9.7,2.8.11.5,2.9.10.1</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 jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to vulnerable library seed metadata plugins org eclipse wst server core wtpwebapps spring jndi web inf lib jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the jar in the classpath and an attacker can find an rmi service endpoint to access it is possible to make the service execute a malicious payload this issue exists because of com engine spy mishandling 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 com fasterxml jackson core jackson databind step up your open source security game with whitesource
| 0
|
463,676
| 13,285,760,265
|
IssuesEvent
|
2020-08-24 08:39:34
|
kubernetes/website
|
https://api.github.com/repos/kubernetes/website
|
closed
|
Compatibility challenges with Hugo 0.6.x
|
kind/cleanup lifecycle/stale priority/important-longterm
|
**Problem:**
The existing content is not completely compatible with the 0.6x.x releases of Hugo. Hugo 0.60.0 became compatible with CommonMark. Some existing content doesn't render the same way with Hugo < 0.60.0 as it does with Hugo โฅ 0.60.0
- Some localizations have `user-guide-migration-notice.md` files that don't render correctly.
- `config.toml` has configuration that is specific to the BlackFriday renderer for Markdown.
- The code highlighting setup is different
- Pages, including generated documentation, display differently because of changed interpretation of whitespace at the start of lines (indentation)
Specifically:
- https://github.com/kubernetes/website/edit/master/content/en/docs/reference/kubectl/kubectl.md
- https://github.com/kubernetes/website/edit/master/content/en/docs/reference/kubectl/overview.md - The [feature state](https://kubernetes.io/docs/contribute/style/hugo-shortcodes/#feature-state) shortcode does not render as expected with Hugo 0.6x.x
_This is a tracking issue_ and will track **at least** the top 100 most commonly visited pages on this site.
**Top 100 pages to check:**
<details>
<summary>Legend</summary>
Checked items have been reviewed
:warning: = needs attention
</details>
- [x] [/](https://k8s.io/)
- [x] [/docs/reference/kubectl/cheatsheet/](https://k8s.io/docs/reference/kubectl/cheatsheet/)
- [x] :warning: [/docs/tasks/tools/install-kubectl/](https:///docs/tasks/tools/install-kubectl/)
- [x] [/docs/home/](https://k8s.io/docs/home/)
- [x] :warning: [/docs/concepts/services-networking/service/](https://k8s.io/docs/concepts/services-networking/service/)
- [x] :warning: [/docs/concepts/workloads/controllers/deployment/](https://k8s.io/docs/concepts/workloads/controllers/deployment/)
- [x] :warning: [/docs/concepts/services-networking/ingress/](https://k8s.io/docs/concepts/services-networking/service/)
- [x] :warning: [/docs/concepts/storage/persistent-volumes/](https://k8s.io/docs/concepts/storage/persistent-volumes/) _(feature state only)_
- [x] :warning: [/docs/tasks/tools/install-minikube/](https://k8s.io/docs/tasks/tools/install-minikube/) _(content in tabs)_
- [x] :warning: [/docs/setup/learning-environment/minikube/](https://k8s.io/docs/setup/learning-environment/minikube/)
- [x] [/docs/tutorials/kubernetes-basics/](https://k8s.io/docs/tutorials/kubernetes-basics/)
- [x] [/docs/setup](https://k8s.io/docs/setup)
- [x] :warning: [/docs/concepts/configuration/secret/](https://k8s.io/docs/concepts/configuration/secret/) _(feature state only)_
- [x] :warning: [/docs/concepts/storage/volumes/](https://k8s.io/docs/concepts/storage/volumes/) _(feature state only)_
- [x] [/docs/concepts/](https://k8s.io/docs/concepts/)
- [x] [/docs/setup/production-environment/tools/kubeadm/install-kubeadm/](https://k8s.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
- [x] [/docs/concepts/overview/what-is-kubernetes/](https://k8s.io/docs/concepts/overview/what-is-kubernetes/)
- [x] [/docs/tasks/configure-pod-container/configure-pod-configmap/](https://k8s.io/docs/tasks/configure-pod-container/configure-pod-configmap/)
- [x] [/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/](https://k8s.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
- [ ] [/docs/reference/access-authn-authz/rbac/](https://k8s.io/docs/reference/access-authn-authz/rbac/)
- [x] [/docs/tasks/access-application-cluster/web-ui-dashboard/](https://k8s.io/docs/tasks/access-application-cluster/web-ui-dashboard/)
- [x] [/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/](https://k8s.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
- [x] [/docs/tutorials/](https://k8s.io/docs/tutorials/)
- [x] [/docs/concepts/configuration/assign-pod-node/](https://k8s.io/docs/concepts/configuration/assign-pod-node/)
- [x] [/docs/tasks/access-application-cluster/configure-access-multiple-clusters/](https://k8s.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
- [x] [/docs/concepts/overview/components/](https://k8s.io/docs/concepts/overview/components/)
- [x] [/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/)
- [x] [/docs/concepts/services-networking/connect-applications-service/](https://k8s.io/docs/concepts/services-networking/connect-applications-service/)
- [x] [/docs/concepts/workloads/pods/pod/](https://k8s.io/docs/concepts/workloads/pods/pod/)
- [x] [/docs/concepts/configuration/manage-compute-resources-container/](https://k8s.io/docs/concepts/configuration/manage-compute-resources-container/)
- [x] [/docs/concepts/workloads/controllers/jobs-run-to-completion/](https://k8s.io/docs/concepts/workloads/controllers/jobs-run-to-completion/)
- [x] [/docs/concepts/overview/working-with-objects/namespaces/](https://k8s.io/docs/concepts/overview/working-with-objects/namespaces/)
- [ ] [/docs/tasks/debug-application-cluster/get-shell-running-container/](https://k8s.io/docs/tasks/debug-application-cluster/get-shell-running-container/)
- [x] [/docs/concepts/containers/images/](https://k8s.io/docs/concepts/containers/images/)
- [x] [/docs/concepts/workloads/pods/pod-overview/](https://k8s.io/docs/concepts/workloads/pods/pod-overview/)
- [ ] [/docs/tutorials/hello-minikube/](https://k8s.io/docs/tutorials/hello-minikube/)
- [x] [/docs/reference/access-authn-authz/authentication/](https://k8s.io/docs/reference/access-authn-authz/authentication/)
- [x] [/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/)
- [ ] [/docs/reference/kubectl/overview/](https://k8s.io/docs/reference/kubectl/overview/)
- [x] [/docs/concepts/overview/working-with-objects/labels/](https://k8s.io/docs/concepts/overview/working-with-objects/labels/)
- [x] [/docs/concepts/workloads/pods/pod-lifecycle/](https://k8s.io/docs/concepts/workloads/pods/pod-lifecycle/)
- [x] [/docs/concepts/architecture/nodes/](https://k8s.io/docs/concepts/architecture/nodes/)
- [x] [/docs/concepts/services-networking/dns-pod-service/](https://k8s.io/docs/concepts/services-networking/dns-pod-service/)
- [x] [/docs/reference/](https://k8s.io/docs/reference/)
- [x] [/docs/tasks/configure-pod-container/pull-image-private-registry/](https://k8s.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
- [x] [/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive/](https://k8s.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive/)
- [x] [/docs/tasks/configure-pod-container/configure-persistent-volume-storage/](https://k8s.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/)
- [x] [/docs/tasks/inject-data-application/define-environment-variable-container/](https://k8s.io/docs/tasks/inject-data-application/define-environment-variable-container/)
- [ ] [/docs/tutorials/stateless-application/expose-external-ip-address/](https://k8s.io/docs/tutorials/stateless-application/expose-external-ip-address/)
- [ ] [/docs/setup/production-environment/container-runtimes/](https://k8s.io/docs/setup/production-environment/container-runtimes/)
- [x] [/docs/tutorials/kubernetes-basics/explore/explore-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/explore/explore-intro/)
- [x] [/docs/concepts/workloads/controllers/statefulset/](https://k8s.io/docs/concepts/workloads/controllers/statefulset/)
- [x] [/docs/tasks/](https://k8s.io/docs/tasks/)
- [x] [/docs/tasks/run-application/horizontal-pod-autoscale/](https://k8s.io/docs/tasks/run-application/horizontal-pod-autoscale/)
- [ ] [/docs/concepts/storage/storage-classes/](https://k8s.io/docs/concepts/storage/storage-classes/)
- [ ] [/docs/tasks/configure-pod-container/configure-service-account/](https://k8s.io/docs/tasks/configure-pod-container/configure-service-account/)
- [ ] [/docs/concepts/configuration/taint-and-toleration/](https://k8s.io/docs/concepts/configuration/taint-and-toleration/)
- [x] [/docs/concepts/services-networking/network-policies/](https://k8s.io/docs/concepts/services-networking/network-policies/)
- [x] [/docs/tasks/configure-pod-container/security-context/](https://k8s.io/docs/tasks/configure-pod-container/security-context/)
- [x] [/docs/concepts/workloads/controllers/replicaset/](https://k8s.io/docs/concepts/workloads/controllers/replicaset/)
- [x] [/docs/setup/release/notes/](https://k8s.io/docs/setup/release/notes/)
- [x] [/docs/tasks/inject-data-application/define-command-argument-container/](https://k8s.io/docs/tasks/inject-data-application/define-command-argument-container/)
- [x] [/docs/concepts/overview/kubernetes-api/](https://k8s.io/docs/concepts/overview/kubernetes-api/)
- [x] [/docs/concepts/overview/working-with-objects/kubernetes-objects/](https://k8s.io/docs/concepts/overview/working-with-objects/kubernetes-objects/)
- [x] [/docs/tasks/access-application-cluster/port-forward-access-application-cluster/](https://k8s.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
- [x] [/docs/tutorials/kubernetes-basics/expose/expose-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/expose/expose-intro/)
- [x] [/docs/concepts/services-networking/ingress-controllers/](https://k8s.io/docs/concepts/services-networking/ingress-controllers/)
- [x] [/docs/concepts/workloads/pods/init-containers/](https://k8s.io/docs/concepts/workloads/pods/init-containers/)
- [x] [/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/](https://k8s.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/)
- [x] [/docs/concepts/cluster-administration/networking/](https://k8s.io/docs/concepts/cluster-administration/networking/)
- [x] [/docs/tasks/job/automated-tasks-with-cron-jobs/](https://k8s.io/docs/tasks/job/automated-tasks-with-cron-jobs/)
- [x] [/case-studies/](https://k8s.io/case-studies/)
- [x] [/docs/concepts/workloads/controllers/daemonset/](https://k8s.io/docs/concepts/workloads/controllers/daemonset/)
- [x] [/docs/tasks/access-application-cluster/access-cluster/](https://k8s.io/docs/tasks/access-application-cluster/access-cluster/)
- [x] [/training/](https://k8s.io/training/)
- [x] [/docs/concepts/policy/pod-security-policy/](https://k8s.io/docs/concepts/policy/pod-security-policy/)
- [x] [/docs/concepts/cluster-administration/logging/](https://k8s.io/docs/concepts/cluster-administration/logging/)
- [x] [/docs/tasks/run-application/run-stateless-application-deployment/](https://k8s.io/docs/tasks/run-application/run-stateless-application-deployment/)
- [x] [/docs/concepts/configuration/organize-cluster-access-kubeconfig/](https://k8s.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
- [x] [/docs/concepts/configuration/overview/](https://k8s.io/docs/concepts/configuration/overview/)
- [x] [/docs/concepts/workloads/controllers/cron-jobs/](https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/)
- [x] [/docs/tasks/access-application-cluster/create-external-load-balancer/](https://k8s.io/docs/tasks/access-application-cluster/create-external-load-balancer/)
- [ ] [/docs/tasks/administer-cluster/dns-debugging-resolution/](https://k8s.io/docs/tasks/administer-cluster/dns-debugging-resolution/)
- [x] [/docs/tasks/tls/managing-tls-in-a-cluster/](https://k8s.io/docs/tasks/tls/managing-tls-in-a-cluster/)
- [ ] [/docs/setup/production-environment/tools/kubeadm/high-availability/](https://k8s.io/docs/setup/production-environment/tools/kubeadm/high-availability/)
- [x] [/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/](https://k8s.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
- [x] [/docs/tasks/access-application-cluster/list-all-running-container-images/](https://k8s.io/docs/tasks/access-application-cluster/list-all-running-container-images/)
- [x] [/docs/tutorials/kubernetes-basics/update/update-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/update/update-intro/)
- [x] [/docs/concepts/extend-kubernetes/api-extension/custom-resources/](https://k8s.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
- [ ] [/docs/reference/command-line-tools-reference/kube-apiserver/](https://k8s.io/docs/reference/command-line-tools-reference/kube-apiserver/)
- [x] [/case-studies/chinaunicom/](https://k8s.io/case-studies/chinaunicom/)
- [x] [/docs/concepts/cluster-administration/manage-deployment/](https://k8s.io/docs/concepts/cluster-administration/manage-deployment/)
- [ ] [/docs/reference/command-line-tools-reference/kubelet/](https://k8s.io/docs/reference/command-line-tools-reference/kubelet/)
- [x] [/docs/tasks/administer-cluster/access-cluster-api/](https://k8s.io/docs/tasks/administer-cluster/access-cluster-api/)
- [x] [/docs/tasks/inject-data-application/distribute-credentials-secure/](https://k8s.io/docs/tasks/inject-data-application/distribute-credentials-secure/)
- [x] [/zh/docs/home/](https://k8s.io/zh/docs/home/)
- [x] [/zh/](https://k8s.io/zh/)
- [ ] [/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/](https://k8s.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
- [x] [/docs/tasks/debug-application-cluster/](https://k8s.io/docs/tasks/debug-application-cluster/)
- [ ] [/docs/tutorials/stateful-application/basic-stateful-set/](https://k8s.io/docs/tutorials/stateful-application/basic-stateful-set/)
**Additional Information:**
This issue heavily draws on work started in PR #19907 (thanks @jimangel!)
https://github.com/kubernetes/website/pull/19028#issuecomment-599269552 captures more detail
/kind cleanup
/priority important-longterm
|
1.0
|
Compatibility challenges with Hugo 0.6.x - **Problem:**
The existing content is not completely compatible with the 0.6x.x releases of Hugo. Hugo 0.60.0 became compatible with CommonMark. Some existing content doesn't render the same way with Hugo < 0.60.0 as it does with Hugo โฅ 0.60.0
- Some localizations have `user-guide-migration-notice.md` files that don't render correctly.
- `config.toml` has configuration that is specific to the BlackFriday renderer for Markdown.
- The code highlighting setup is different
- Pages, including generated documentation, display differently because of changed interpretation of whitespace at the start of lines (indentation)
Specifically:
- https://github.com/kubernetes/website/edit/master/content/en/docs/reference/kubectl/kubectl.md
- https://github.com/kubernetes/website/edit/master/content/en/docs/reference/kubectl/overview.md - The [feature state](https://kubernetes.io/docs/contribute/style/hugo-shortcodes/#feature-state) shortcode does not render as expected with Hugo 0.6x.x
_This is a tracking issue_ and will track **at least** the top 100 most commonly visited pages on this site.
**Top 100 pages to check:**
<details>
<summary>Legend</summary>
Checked items have been reviewed
:warning: = needs attention
</details>
- [x] [/](https://k8s.io/)
- [x] [/docs/reference/kubectl/cheatsheet/](https://k8s.io/docs/reference/kubectl/cheatsheet/)
- [x] :warning: [/docs/tasks/tools/install-kubectl/](https:///docs/tasks/tools/install-kubectl/)
- [x] [/docs/home/](https://k8s.io/docs/home/)
- [x] :warning: [/docs/concepts/services-networking/service/](https://k8s.io/docs/concepts/services-networking/service/)
- [x] :warning: [/docs/concepts/workloads/controllers/deployment/](https://k8s.io/docs/concepts/workloads/controllers/deployment/)
- [x] :warning: [/docs/concepts/services-networking/ingress/](https://k8s.io/docs/concepts/services-networking/service/)
- [x] :warning: [/docs/concepts/storage/persistent-volumes/](https://k8s.io/docs/concepts/storage/persistent-volumes/) _(feature state only)_
- [x] :warning: [/docs/tasks/tools/install-minikube/](https://k8s.io/docs/tasks/tools/install-minikube/) _(content in tabs)_
- [x] :warning: [/docs/setup/learning-environment/minikube/](https://k8s.io/docs/setup/learning-environment/minikube/)
- [x] [/docs/tutorials/kubernetes-basics/](https://k8s.io/docs/tutorials/kubernetes-basics/)
- [x] [/docs/setup](https://k8s.io/docs/setup)
- [x] :warning: [/docs/concepts/configuration/secret/](https://k8s.io/docs/concepts/configuration/secret/) _(feature state only)_
- [x] :warning: [/docs/concepts/storage/volumes/](https://k8s.io/docs/concepts/storage/volumes/) _(feature state only)_
- [x] [/docs/concepts/](https://k8s.io/docs/concepts/)
- [x] [/docs/setup/production-environment/tools/kubeadm/install-kubeadm/](https://k8s.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)
- [x] [/docs/concepts/overview/what-is-kubernetes/](https://k8s.io/docs/concepts/overview/what-is-kubernetes/)
- [x] [/docs/tasks/configure-pod-container/configure-pod-configmap/](https://k8s.io/docs/tasks/configure-pod-container/configure-pod-configmap/)
- [x] [/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/](https://k8s.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
- [ ] [/docs/reference/access-authn-authz/rbac/](https://k8s.io/docs/reference/access-authn-authz/rbac/)
- [x] [/docs/tasks/access-application-cluster/web-ui-dashboard/](https://k8s.io/docs/tasks/access-application-cluster/web-ui-dashboard/)
- [x] [/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/](https://k8s.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
- [x] [/docs/tutorials/](https://k8s.io/docs/tutorials/)
- [x] [/docs/concepts/configuration/assign-pod-node/](https://k8s.io/docs/concepts/configuration/assign-pod-node/)
- [x] [/docs/tasks/access-application-cluster/configure-access-multiple-clusters/](https://k8s.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/)
- [x] [/docs/concepts/overview/components/](https://k8s.io/docs/concepts/overview/components/)
- [x] [/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/)
- [x] [/docs/concepts/services-networking/connect-applications-service/](https://k8s.io/docs/concepts/services-networking/connect-applications-service/)
- [x] [/docs/concepts/workloads/pods/pod/](https://k8s.io/docs/concepts/workloads/pods/pod/)
- [x] [/docs/concepts/configuration/manage-compute-resources-container/](https://k8s.io/docs/concepts/configuration/manage-compute-resources-container/)
- [x] [/docs/concepts/workloads/controllers/jobs-run-to-completion/](https://k8s.io/docs/concepts/workloads/controllers/jobs-run-to-completion/)
- [x] [/docs/concepts/overview/working-with-objects/namespaces/](https://k8s.io/docs/concepts/overview/working-with-objects/namespaces/)
- [ ] [/docs/tasks/debug-application-cluster/get-shell-running-container/](https://k8s.io/docs/tasks/debug-application-cluster/get-shell-running-container/)
- [x] [/docs/concepts/containers/images/](https://k8s.io/docs/concepts/containers/images/)
- [x] [/docs/concepts/workloads/pods/pod-overview/](https://k8s.io/docs/concepts/workloads/pods/pod-overview/)
- [ ] [/docs/tutorials/hello-minikube/](https://k8s.io/docs/tutorials/hello-minikube/)
- [x] [/docs/reference/access-authn-authz/authentication/](https://k8s.io/docs/reference/access-authn-authz/authentication/)
- [x] [/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/)
- [ ] [/docs/reference/kubectl/overview/](https://k8s.io/docs/reference/kubectl/overview/)
- [x] [/docs/concepts/overview/working-with-objects/labels/](https://k8s.io/docs/concepts/overview/working-with-objects/labels/)
- [x] [/docs/concepts/workloads/pods/pod-lifecycle/](https://k8s.io/docs/concepts/workloads/pods/pod-lifecycle/)
- [x] [/docs/concepts/architecture/nodes/](https://k8s.io/docs/concepts/architecture/nodes/)
- [x] [/docs/concepts/services-networking/dns-pod-service/](https://k8s.io/docs/concepts/services-networking/dns-pod-service/)
- [x] [/docs/reference/](https://k8s.io/docs/reference/)
- [x] [/docs/tasks/configure-pod-container/pull-image-private-registry/](https://k8s.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
- [x] [/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive/](https://k8s.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-interactive/)
- [x] [/docs/tasks/configure-pod-container/configure-persistent-volume-storage/](https://k8s.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/)
- [x] [/docs/tasks/inject-data-application/define-environment-variable-container/](https://k8s.io/docs/tasks/inject-data-application/define-environment-variable-container/)
- [ ] [/docs/tutorials/stateless-application/expose-external-ip-address/](https://k8s.io/docs/tutorials/stateless-application/expose-external-ip-address/)
- [ ] [/docs/setup/production-environment/container-runtimes/](https://k8s.io/docs/setup/production-environment/container-runtimes/)
- [x] [/docs/tutorials/kubernetes-basics/explore/explore-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/explore/explore-intro/)
- [x] [/docs/concepts/workloads/controllers/statefulset/](https://k8s.io/docs/concepts/workloads/controllers/statefulset/)
- [x] [/docs/tasks/](https://k8s.io/docs/tasks/)
- [x] [/docs/tasks/run-application/horizontal-pod-autoscale/](https://k8s.io/docs/tasks/run-application/horizontal-pod-autoscale/)
- [ ] [/docs/concepts/storage/storage-classes/](https://k8s.io/docs/concepts/storage/storage-classes/)
- [ ] [/docs/tasks/configure-pod-container/configure-service-account/](https://k8s.io/docs/tasks/configure-pod-container/configure-service-account/)
- [ ] [/docs/concepts/configuration/taint-and-toleration/](https://k8s.io/docs/concepts/configuration/taint-and-toleration/)
- [x] [/docs/concepts/services-networking/network-policies/](https://k8s.io/docs/concepts/services-networking/network-policies/)
- [x] [/docs/tasks/configure-pod-container/security-context/](https://k8s.io/docs/tasks/configure-pod-container/security-context/)
- [x] [/docs/concepts/workloads/controllers/replicaset/](https://k8s.io/docs/concepts/workloads/controllers/replicaset/)
- [x] [/docs/setup/release/notes/](https://k8s.io/docs/setup/release/notes/)
- [x] [/docs/tasks/inject-data-application/define-command-argument-container/](https://k8s.io/docs/tasks/inject-data-application/define-command-argument-container/)
- [x] [/docs/concepts/overview/kubernetes-api/](https://k8s.io/docs/concepts/overview/kubernetes-api/)
- [x] [/docs/concepts/overview/working-with-objects/kubernetes-objects/](https://k8s.io/docs/concepts/overview/working-with-objects/kubernetes-objects/)
- [x] [/docs/tasks/access-application-cluster/port-forward-access-application-cluster/](https://k8s.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
- [x] [/docs/tutorials/kubernetes-basics/expose/expose-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/expose/expose-intro/)
- [x] [/docs/concepts/services-networking/ingress-controllers/](https://k8s.io/docs/concepts/services-networking/ingress-controllers/)
- [x] [/docs/concepts/workloads/pods/init-containers/](https://k8s.io/docs/concepts/workloads/pods/init-containers/)
- [x] [/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/](https://k8s.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-interactive/)
- [x] [/docs/concepts/cluster-administration/networking/](https://k8s.io/docs/concepts/cluster-administration/networking/)
- [x] [/docs/tasks/job/automated-tasks-with-cron-jobs/](https://k8s.io/docs/tasks/job/automated-tasks-with-cron-jobs/)
- [x] [/case-studies/](https://k8s.io/case-studies/)
- [x] [/docs/concepts/workloads/controllers/daemonset/](https://k8s.io/docs/concepts/workloads/controllers/daemonset/)
- [x] [/docs/tasks/access-application-cluster/access-cluster/](https://k8s.io/docs/tasks/access-application-cluster/access-cluster/)
- [x] [/training/](https://k8s.io/training/)
- [x] [/docs/concepts/policy/pod-security-policy/](https://k8s.io/docs/concepts/policy/pod-security-policy/)
- [x] [/docs/concepts/cluster-administration/logging/](https://k8s.io/docs/concepts/cluster-administration/logging/)
- [x] [/docs/tasks/run-application/run-stateless-application-deployment/](https://k8s.io/docs/tasks/run-application/run-stateless-application-deployment/)
- [x] [/docs/concepts/configuration/organize-cluster-access-kubeconfig/](https://k8s.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
- [x] [/docs/concepts/configuration/overview/](https://k8s.io/docs/concepts/configuration/overview/)
- [x] [/docs/concepts/workloads/controllers/cron-jobs/](https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/)
- [x] [/docs/tasks/access-application-cluster/create-external-load-balancer/](https://k8s.io/docs/tasks/access-application-cluster/create-external-load-balancer/)
- [ ] [/docs/tasks/administer-cluster/dns-debugging-resolution/](https://k8s.io/docs/tasks/administer-cluster/dns-debugging-resolution/)
- [x] [/docs/tasks/tls/managing-tls-in-a-cluster/](https://k8s.io/docs/tasks/tls/managing-tls-in-a-cluster/)
- [ ] [/docs/setup/production-environment/tools/kubeadm/high-availability/](https://k8s.io/docs/setup/production-environment/tools/kubeadm/high-availability/)
- [x] [/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/](https://k8s.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
- [x] [/docs/tasks/access-application-cluster/list-all-running-container-images/](https://k8s.io/docs/tasks/access-application-cluster/list-all-running-container-images/)
- [x] [/docs/tutorials/kubernetes-basics/update/update-intro/](https://k8s.io/docs/tutorials/kubernetes-basics/update/update-intro/)
- [x] [/docs/concepts/extend-kubernetes/api-extension/custom-resources/](https://k8s.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)
- [ ] [/docs/reference/command-line-tools-reference/kube-apiserver/](https://k8s.io/docs/reference/command-line-tools-reference/kube-apiserver/)
- [x] [/case-studies/chinaunicom/](https://k8s.io/case-studies/chinaunicom/)
- [x] [/docs/concepts/cluster-administration/manage-deployment/](https://k8s.io/docs/concepts/cluster-administration/manage-deployment/)
- [ ] [/docs/reference/command-line-tools-reference/kubelet/](https://k8s.io/docs/reference/command-line-tools-reference/kubelet/)
- [x] [/docs/tasks/administer-cluster/access-cluster-api/](https://k8s.io/docs/tasks/administer-cluster/access-cluster-api/)
- [x] [/docs/tasks/inject-data-application/distribute-credentials-secure/](https://k8s.io/docs/tasks/inject-data-application/distribute-credentials-secure/)
- [x] [/zh/docs/home/](https://k8s.io/zh/docs/home/)
- [x] [/zh/](https://k8s.io/zh/)
- [ ] [/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/](https://k8s.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/)
- [x] [/docs/tasks/debug-application-cluster/](https://k8s.io/docs/tasks/debug-application-cluster/)
- [ ] [/docs/tutorials/stateful-application/basic-stateful-set/](https://k8s.io/docs/tutorials/stateful-application/basic-stateful-set/)
**Additional Information:**
This issue heavily draws on work started in PR #19907 (thanks @jimangel!)
https://github.com/kubernetes/website/pull/19028#issuecomment-599269552 captures more detail
/kind cleanup
/priority important-longterm
|
non_test
|
compatibility challenges with hugo x problem the existing content is not completely compatible with the x releases of hugo hugo became compatible with commonmark some existing content doesn t render the same way with hugo as it does with hugo โฅ some localizations have user guide migration notice md files that don t render correctly config toml has configuration that is specific to the blackfriday renderer for markdown the code highlighting setup is different pages including generated documentation display differently because of changed interpretation of whitespace at the start of lines indentation specifically the shortcode does not render as expected with hugo x this is a tracking issue and will track at least the top most commonly visited pages on this site top pages to check legend checked items have been reviewed warning needs attention warning warning warning warning warning feature state only warning content in tabs warning warning feature state only warning feature state only additional information this issue heavily draws on work started in pr thanks jimangel captures more detail kind cleanup priority important longterm
| 0
|
421,938
| 28,366,428,494
|
IssuesEvent
|
2023-04-12 14:10:14
|
grainpath/backend
|
https://api.github.com/repos/grainpath/backend
|
opened
|
All non-modifying API calls are `POST`, and not `GET`
|
documentation
|
A request can have an arbitrary length due to a parametrization (depends on how many points, keywords, etc. are selected). Such a payload is send in the request body. Unfortunately, OpenAPI 3.0 does not support `GET` requests with body, all such requests end up with an error. See microsoft/OpenAPI.NET/issues/795 for details (still open as of 2023-04-12).
|
1.0
|
All non-modifying API calls are `POST`, and not `GET` - A request can have an arbitrary length due to a parametrization (depends on how many points, keywords, etc. are selected). Such a payload is send in the request body. Unfortunately, OpenAPI 3.0 does not support `GET` requests with body, all such requests end up with an error. See microsoft/OpenAPI.NET/issues/795 for details (still open as of 2023-04-12).
|
non_test
|
all non modifying api calls are post and not get a request can have an arbitrary length due to a parametrization depends on how many points keywords etc are selected such a payload is send in the request body unfortunately openapi does not support get requests with body all such requests end up with an error see microsoft openapi net issues for details still open as of
| 0
|
45,427
| 24,058,313,532
|
IssuesEvent
|
2022-09-16 19:11:44
|
eclipse/rdf4j
|
https://api.github.com/repos/eclipse/rdf4j
|
closed
|
SHACL - Cache parsed queries used in validation
|
โฉ performance ๐ฆ SHACL
|
The ShaclSail generates a lot of SPARQL queries during validation, many are identical. We can avoid to have to parse the same queries multiple times if we instead introduce a cache where the TupleExpr is store with the query string as the key, and then clone the TupleExpr before use.
|
True
|
SHACL - Cache parsed queries used in validation - The ShaclSail generates a lot of SPARQL queries during validation, many are identical. We can avoid to have to parse the same queries multiple times if we instead introduce a cache where the TupleExpr is store with the query string as the key, and then clone the TupleExpr before use.
|
non_test
|
shacl cache parsed queries used in validation the shaclsail generates a lot of sparql queries during validation many are identical we can avoid to have to parse the same queries multiple times if we instead introduce a cache where the tupleexpr is store with the query string as the key and then clone the tupleexpr before use
| 0
|
122,072
| 12,140,890,611
|
IssuesEvent
|
2020-04-23 21:19:39
|
PepperDash/Essentials
|
https://api.github.com/repos/PepperDash/Essentials
|
closed
|
[FEATURE]-Add Template SmartGraphics UI Projects
|
documentation
|
**Is your feature request related to a problem? Please describe.**
Currently, no example UI project is included
**Describe the solution you'd like**
PepperDash will release a template UI using a standard Crestron SmartGraphics theme
|
1.0
|
[FEATURE]-Add Template SmartGraphics UI Projects - **Is your feature request related to a problem? Please describe.**
Currently, no example UI project is included
**Describe the solution you'd like**
PepperDash will release a template UI using a standard Crestron SmartGraphics theme
|
non_test
|
add template smartgraphics ui projects is your feature request related to a problem please describe currently no example ui project is included describe the solution you d like pepperdash will release a template ui using a standard crestron smartgraphics theme
| 0
|
4,039
| 10,519,303,463
|
IssuesEvent
|
2019-09-29 17:01:32
|
Thoronir42/paf
|
https://api.github.com/repos/Thoronir42/paf
|
closed
|
Extract Person entity out of User
|
Architecture
|
This will allow non-human users such as "system" or "system-mailer", "delayed-tasks"
|
1.0
|
Extract Person entity out of User - This will allow non-human users such as "system" or "system-mailer", "delayed-tasks"
|
non_test
|
extract person entity out of user this will allow non human users such as system or system mailer delayed tasks
| 0
|
66,905
| 7,026,272,008
|
IssuesEvent
|
2017-12-24 00:01:28
|
spenmath/ScoutsEMSIssues
|
https://api.github.com/repos/spenmath/ScoutsEMSIssues
|
closed
|
Form Navigation
|
testing
|
Remove stand by icon from health forms.
Make sure all health form pages go back to dashboard.
|
1.0
|
Form Navigation - Remove stand by icon from health forms.
Make sure all health form pages go back to dashboard.
|
test
|
form navigation remove stand by icon from health forms make sure all health form pages go back to dashboard
| 1
|
343,179
| 30,653,363,498
|
IssuesEvent
|
2023-07-25 10:22:48
|
unifyai/ivy
|
https://api.github.com/repos/unifyai/ivy
|
closed
|
Fix set.test_unique_values
|
Sub Task Failing Test
|
| | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|
1.0
|
Fix set.test_unique_values - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5655034654/job/15319304291"><img src=https://img.shields.io/badge/-success-success></a>
|
test
|
fix set test unique values jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
| 1
|
162,982
| 25,729,431,055
|
IssuesEvent
|
2022-12-07 19:04:05
|
nextcloud/spreed
|
https://api.github.com/repos/nextcloud/spreed
|
reopened
|
๐ผ๏ธ Conversation avatars
|
2. developing design enhancement medium overview feature: frontend ๐๏ธ client: ๐ค๐ mobile
|
Update as per last discussions:
- [ ] Cropper like in user avatar
- [ ] Automatic shrinking
- [ ] Transparency => white background
- [ ] Animation not allowed
- [ ] One endpoint to rule them all :ring: : user avatar, file mimetype-icon, conversation-image****
Not available for one-to-one, file-conversations and video-verification
No mashing of user avatars as they would need updating and tracking when a user changes their avatar
---
### Work packages
- [x] Server API @vitormattos
- [x] https://github.com/nextcloud/spreed/pull/8333
- [ ] https://github.com/nextcloud/spreed/issues/8443
- [ ] Frontend
- https://github.com/nextcloud/spreed/issues/8334
- [ ] Android
- https://github.com/nextcloud/talk-android/issues/2555
- [ ] iOS
- https://github.com/nextcloud/talk-ios/issues/979
|
1.0
|
๐ผ๏ธ Conversation avatars - Update as per last discussions:
- [ ] Cropper like in user avatar
- [ ] Automatic shrinking
- [ ] Transparency => white background
- [ ] Animation not allowed
- [ ] One endpoint to rule them all :ring: : user avatar, file mimetype-icon, conversation-image****
Not available for one-to-one, file-conversations and video-verification
No mashing of user avatars as they would need updating and tracking when a user changes their avatar
---
### Work packages
- [x] Server API @vitormattos
- [x] https://github.com/nextcloud/spreed/pull/8333
- [ ] https://github.com/nextcloud/spreed/issues/8443
- [ ] Frontend
- https://github.com/nextcloud/spreed/issues/8334
- [ ] Android
- https://github.com/nextcloud/talk-android/issues/2555
- [ ] iOS
- https://github.com/nextcloud/talk-ios/issues/979
|
non_test
|
๐ผ๏ธ conversation avatars update as per last discussions cropper like in user avatar automatic shrinking transparency white background animation not allowed one endpoint to rule them all ring user avatar file mimetype icon conversation image not available for one to one file conversations and video verification no mashing of user avatars as they would need updating and tracking when a user changes their avatar work packages server api vitormattos frontend android ios
| 0
|
48,182
| 6,078,174,977
|
IssuesEvent
|
2017-06-16 07:26:06
|
geetsisbac/WK2XQXCBCXIVMLBGXSPVU5EB
|
https://api.github.com/repos/geetsisbac/WK2XQXCBCXIVMLBGXSPVU5EB
|
reopened
|
MtYdSXvDUgBCVbsWUNre+Y3hydu6osNZu1vLycVQfR9TsS6sq5YxviVAZ9/HB8GXbybMGf0B50/d/vqEok/YIQT9Z+5OCJlpy0yHcg/1IWmLevtlv8kYTztFV6GSqoVwyc/8TtL9kSGVlK/bvVs1VWlXMsuGVNeKe/HBv8nldvc=
|
design
|
S+cY5rxdj+lJ7SmIwMInGTcXC2OjWsYqKfcjts7tKZczpmccYdXZ8QfOUCb4sW0S0TFnHe/OwUWAMklLxbq9J3ZMiB3/iBqbmLFp8up0qSlTg6mJtP1NCB2zNatExgIPoH4swBimd6qRWNS3uKILnL3teoi4Ia1hW+yd09w2wrDQkimVb5LCQW5fwV41/tE/rdi8pBVD6rwCEnLNG9RLrI0PtJ7TgDATNEvk+rEfuHOYZpZ1O4gXBDugXjysevPoYh7jG94/W9A7uNMahNiknwuEWNhVhnZKV25XJ5jWGWQcEEyg9MVdZ++BGTk4AYsGpsn/lVJNEFuI2R10KUbjsD7prdVd99HPhpoQ/To7QOTKWRcgdiJl47xswgsiADOOzjcjFOb1p7j/KdcCdBdXyiCQdEP5ZJHneJTojyH6K8ZAuQnf2aVCIG1zPZ6VIuQ5UcFaBUdBP1NYZZr+EUDIUHHZaUJxXaWKgmz+9RYhJX4m87qFbZIiy//ih18zYOAVaZydyRg//3rDBuPPaaHjY3Dj7g584oA3+Fp+0SmCnT/+iJbglPNJsD49GITKbv0WXgWeYd/I9PB+Tqps1yVEpF2VydN3heK6lYyf2RDDf7WqrgNj2QiTxAurFI8IUz7mFz8ISfi2AsCxPoIoqJbBI188eqkhKTMOofOUfLDvbWFmWnvjtcsbPZdm10fWUbhQsgczAgvBq87NpLH8vmgDaMLcnu1+fSXeCXvhcV2t9loa6SfSq29vFHXZnug5BVQnNX/OoKUJDuPfquQv+Lvucw624mME2/YuQHo6WrHFmDSce/cbq1IO8cjvatZVO3CXwvYM1DNgZXp2c4ZcVCaL6/L853RaC9U4EJS+LoWsrkG1Jq7GqWPQyUT04Xhtq5tGLF7gNT86XPCJiQ7N0ETt89wSNkGgdI8+DKYGnJl6j6n0RpzEeIbgf4uM+6ypxIxEydPmjE2RVM3edDYIupgq9p1VWWQofTVZ+cSPpal3hD+8MC3EtLq1J9oUSYhs9ZSa/Swpe1io0W2L93rgahq1aJyFexFHewNQzDlT8S2zdRQZdVf9Ogi+Eql/wPwrLxXP46MhWcjpqgSAcr5InL6DKuqBX7O5Hj0D+RuB4hBBzNR3wZrtfQfwc/07lb2Y9PgSU7TbLzkmRnki3ip5urJoUfjkCZTlAWM1kfO0nqMYdJpf/X4N0WXRD4tXCo+eWdgzzLq01K0jgSAXY844+z8kbJuRtv/eIvTs0Y9aaKNrH6b8ANPIjch8/jH4W/NKB6KwMenIcHmbCQw4iRLhZiJlcU46Td8amLNwcuJ4VxM1/v5ZYWvs76cMq/Wu67WyHS8+CStPQQX4mXPwseGVZeAQLpU72dK4Q5R2jkiytcDCOOW36zxTYGNod4mDHqIGuW2ArAABLjEFPyl+2C02Vp2kgGTtOZe+5UmV5XDDitz0HBS/d5UnPfgQEuEGhZxgXTWUSWeVHjFpNfoid9Dzz+LH0e2r4ozTTvRJR+Q1RcajHGE35f4T5HndqjcS0sc2+5OSHbLcWO8oZAgmAU11gE1QdSTMvSd7bXJheEQ1PPa02NxHozFomRI6P+qeOqZo745KIZstStvxaDQkLGm5njbpjbHYPxRt4XCKPdTI7ARnlol2YZVNtm/UUTP+n8N5rjzqK0Kr/mG6ygQJTngHNm9GKYELYykOHYwXJDridvybnPlqoZ0GJCEdsHTAM7y5KXJCyW5dW/zgVQ+v7HlAJVl5l5toAMUyEQmrrrhsDbspw99HOP4Fpej5cB9UJbHFi0A0+rGebTRv/osZ9WjfiorkvWWYLbFAtjjdGqA88O5sjiWsjIlWLXDvQKIqHch7bAy39m3wg8iW3bY98Tp6EwAndTyS/4a6WpEd0a4rVNYnKDqLDjjO50WnLXYzHnNqyKYbc3WigorFw7+nEgSHeFfnQWLOt8kMiEiNJ3AGTsraUlNQQf8xc0Xz+EHM/C2jHVX2hm35iwr/wyeONO0T0psqExzPOq7Trjd6yI6X2bugivrmb5DY6wnFcxr3oupIDslDUkR4fR4CliD2yJ8AFaKRdTlDrz6whXqXXKkQ8MJgwMtBz7s89BZEr2yE9q42kMMAwKsI6SQR/N4BZ2scS8kxq0OgRJLXQLW4CqcL/gbGGeKmfadutd7qk/XHKonzcyGCYBB7J+T7xDhXwZ7qwNL4+dVeAqNfAToZScKiilw1ELu60nek8kQAKDGPHh1/WuwOSZnNuTKd7yI14HQ5rdTvzIf+BfnbOn6erEeQGHxE3NK9T9dcJmxT2TJjp7KX25C/oMOjfvaN43h/XVmHMY+T0g4B99jmF+/kTeK5OVUcxDzNRzpOBAIBTcWPqICpUsrD9cEp7MP6DXZwgt6ueWUNfOLg1+8/tM/Rc1aaXgipzH15f+Fn1++VCA0bEwSwpc3ZiwOViRj+K+7CXO9iWZ5qG6Y1XcHgCeoKXg8SBQPMfmuAfNxT5OD+clm4FoqGJRUX0DUJUxGL3KCVtRhVVcGtXugO325+xLexo1zhVnOxoDztgrPmNibdU0TU8DFThbucbug0Xiic/ifoCVLccst1bj1TcQbhofbVjm4iANiwDexTdfRSIw1+U61RVjrWnK3wG+/VnXQhQ7wEy8ymdMmjN2dN9wm6CERjtSMfrYu5vP1W4qRUxZJqcyATxkk5zIWm46n5BiHoNPQc1GMoKYo6RzbT7cFFftuB62ZGe43obPBLouCkUJ4HzqBhvU6fmEz6vnKWUj98knN7C/ptNd1DQxgGFd1yZf69pKCYPqeoit2swI+dpCs4tKz7nkSaesGOuuBW9IUMhPc1r60Yx0Sq1n30hTTN6kUqUNZC9NTWKq2Hzv62cP9qtUGgDIFpN8POvnDUu9vW8qDsPMZ+mKF2OZKOzGNNOJZF3VqEA+O+14wPkpLpupc34FYX9TxFbpufqG0PwSqUbN/ju9rV+J053THpyHB5mwkMOIkS4WYiZXHIOaSAtFRn5YzRlM3Demzi0Elj4eZnsOi/ilpYrwp0tNXPCjceTNKkBIfFATCRIu0yCkK64A1NSsbMakn8H+uWdU2715o3gghchsRtpbzXI15xU8R4cx7q92oVgYcgMMUxEJnyrlMh9hComnbnf/Arj6cIHUVmvAx2vaLaxRWBRpfJLBeIlaxtzDpCt3VKFEYHAIMSUx5YkCLABbHnr45rA+Nvbw+B1cG50TihsRpOH6kmNvVEOe1ovM76+99ZtALuN+LyOY10DjF9x5vcnSUnQCDOLgVQO0VikUsYhydxBSpOQT9tbCmq6GeA8JV8ifL77pG0hYGSCQr+pCsWfcN2LlztCu/1yXyewM63Bt6Ek1VF9gLo6Kwz5XjwVGZlfoXrFeVDnIc/FNjoUAU49RqpgxC3chQAT8mZxy9pv/ivQ8cdD+S8c+9jr6n6yrFwEn8DUYU/T8bAYS/7zL/+Hl5i2wgXr1ki6FZY3Y+F+LHL1DBjTky/zWTpllw4EQ6/1KYT6Cbm9LlGxr+27sBLgC4ZoB70rhjYaCngWBPURLh/0T8m225QCsktQ09K5dBnvR3tio6x3EeVlJoJ91pmRvMhOMqjkp9DJvEFrJ12bG5FaXI5IKA43JOxKKwWfQ1bUK2V42kvtPaWZ8C2CXZ6jqlsUpXyUn1YfXrysY85jK1nXMyqN0Pjkch8gVDWdPLjF7OvA1Ryrz+w6xgchDubHZ+w/UH5iBGXjjfzHN8jhI4EoU7I01p9ASNd8OmWROTaKCVJoraLtnbEFqWCX8TWlPzFCiUOrCeba6s1pDdNFlem7shv1+zBEq4jp2l6TXUdXt36lR4thnyqR7Mh8Xh9xWOQ1Hhwhfk7M3rap7eQklUDX4GoZHvfMZJCzyzQal+OlOwHIuQJ6xBtOtJ3GjKUi3UZDUNiVojZiTBKF1TUp2VEYXsKtY/UAFAJG0eHrXAdyc/pZu+HTNP5wCdIRR1B77mrXOnMlHB9d8T5hyq9AKdsLKsUMB+HVDyc1yFgrUvr70hD3tCJPNxXoQFamq/RNDXhEIWIDqHIAv/xa6RNS3yw6FxV1P05ol/wkUZ2QgUAjBrTUEUpoOchgU4EUoOAt7p8xmB8dAlqj+LGTSXQQM8vV/PPC3hzbw9+yflIENZZyOw3Q+mVfgVXkVsVvmrJQf0Fld+2wu8ft6laP5DW/4YISXu/kUEl0ISFwZzinIW4yh0UM7A4ZcKCKVX7ut8J9WvNJWYyiWdYy7M4aT1Xcy+mBPnxZSair9Yh3n0nM1JTF7yosKatzstdrSMR8RIvannK1M8jPXIvae74KdV0O1Wn/5q4dGsx+G12BRrmXXbVDsgi2ZnnM9LjuzAVvFVip6LfhrPmEk73cvAJLcaMgZk0U9KxyTu3s3rx7f4gnbvR7n/6BHYsttOOAWOR0lQcCMYns2YZG+zZCkloPOQTZXc7ceS85B4ZR7e/KKzopg2auS5T14WpMUiHvhvO4mXNJpoTcTuzvIG6wNNSCF+0zcwUqowLHtwunaQqbBX2ykdrG+TciRUWG7UQIiBW9XtAKwT4tuk0dNQmtnn/SqF2JC7xjlw0waov515TyWkssjnf7SnVEsRiFcQbU653gSJq2Bw1R3vUbsqJbSowJjsKbx5Csk+K3Nfy5E7IgWOgpBIuPgPxaBJa3OXK1VuI+lJiZSdRcj1aJiv9H/zloXQ9AHq9hUjmG9lvKpF4AKY8A58uK1Y5pfiz0hvVj/oLXAQK7Jr1bc1JAy+w2QSRtbocsJOcqFTqOj834gpDSPGy9rmnDeLIiR9CtJmN8xSb2aTSdtEPgMGv5lVMc+zMnoYXasH0z9cRym8MGiIh+VyhlGm8srIEBHOoNEN+i3IBYolaL2ZdaCqu5q+h5TqNWBNGbRHiLpJWUklmzd67HdsK77qLLXF7oaqdozfBTEw+Cp2Bbo8A8Dbhm+iE4P0TNsxwc6m8E5v3JO3aD8fPhQbPrxB9ftJyMJOOVLEqw2ox43eTWCm6RlCNTlNhLA7VTDCpHZJYmWQyirn90j2+KWFaclcGLlAOZSQEJV4INLeiEFOYLrIf5ObNaOf2g1kKA7+8777pQQPTjVoOyp8vPrkj9/+mEk9ovf2zmy0VxISEwtJbUdyTfi/syiJgsxs4nKX5P3olLySJJCAOcDNtq3FaA0oHOPAzne1IDdVvYy3uD1NIKcAKKmh+OOac9/03x2NUKpLrmyYPLuFuihjpurNW4YHJSbhXLBYCt4M0JHeIwUt0QzEK4UpZe5CZzReleHvTSOXpDd4P/ynT+OJ6ioR2Ug7M0LAFZsHOWlgNPlrz+F9F1aIpXzdTxO2ul6u4U9E3SCMV30NhqfYKrMLgTDo4PizgpQrDsIHLwNV2lo72TUtXGa4eanNvhjlfoDKWeEnzY7GuDMPQpcybuAg+ZckS1y7FvGu8GU54yr2Cb4X0UeTV4GsAtMa807l4P340J3t7gGGOM7KYKvcbcz9ycRn/khAsJUpWK9pqXNVOTeqJN1aiK1QLXIBRtqTegFnoXXr7Vy24TLA1UREbQuIdZ4/WnvPps4OXF4/mozLpr5uC0f2TD4k33OCYbYAQV/quaUTAX6s0UNwoRMb16svoPB/qOFFUfyMA3t0S2SyJCOGPzcvoI04EtajptQdWuTjHjKNswekVZ+YMe2jp28B4ltJHStfzLDa1HksD9oLyGkRtzj2qeMucHxq5h+2dvIjqR3/LLestVt4NTQJBpB0VUCIbDNZKDTJCWoA4ty5qCe4JexMPsvzfKYHXS5f98hNgxIYz/C/0R8weTkCsY1igC7qh/DE2k5ss0iTV5mT6WBokG7D/wZcrvneUe62oLhernUr5GX9rjb6yM9KpFle4bHdmJSt1Iw+WDSc04Z0HNRXkQvO4f5jxH5hrOCFyvo1DVELx0CIQnquAX/NbFRSqWnngFoxh5FA8zD9whAQ72C+eB0sZiJIwDBJEkC5X2wvUso9HCBj6ynU1JwjtHmxBhOU3aUfbB9pZBkolNjMzhqcYZyX6KRKi6nYaSYI2ZvEUTyFAE5OBt3Ea1J/j+9YI7zEK6pt6a0eW6e3H/+UsixuRix3ST/ALOpOz6Z7FsCr4917UuIWsB7tAe2plwjeuGh4DwI4qY20WAToFFSsLOJYgxfDwdmUEymWT4MZSiX+1VSfIchq4FPzodqBP4bcgOn7C7ZUf/Ob2fJZVGrlQDwEmY/E3USMDNkPRbFcECi8E8OGXNSlmQ0piDsdmzFETj0XEkbOJLmh/eSKIxca4iznEYdF3I5c16YNUkIKAhhvN45yAZ3vMshETtuA49nJ4XkpJdRudE4s6cmfgdqNKjWeL2udgfO7W7+2qZBDToqSK3cQmvjJtEiUHwKeXmKR+0z4XJLaoPug5CJors/tCpa1CJ167VQTyXso1PzP8rrvU/SWph2NZptNSZn2sJJBeGLTJ4nL/jfRII2i/6KD3jhCpKQHsd/VE9ePJinDiJLaELf9C6ELKYekvCn+HimjcQrUnqu3QhvDMLYv0V/Ct10n9PW+zznYzKjoug5GWvTuyqutmczwnM1N65T2TGGd5zVxyCe/7/Z02IAKKSPaI4vukKMTTBm0BudaeOViEtU/9ilstaXXqkakjk3U8aCGKEZLwV8XCasrw3SNvNh6ZEilykWOBfBW8ChQcrDx33afOOCwcOgslUl6tw1i9OQ3bbHvPA5Ws7jJTdcjk3ni2mcIB71kKvzFCmOPPZezbv2VKyudoNYnzLg==
|
1.0
|
MtYdSXvDUgBCVbsWUNre+Y3hydu6osNZu1vLycVQfR9TsS6sq5YxviVAZ9/HB8GXbybMGf0B50/d/vqEok/YIQT9Z+5OCJlpy0yHcg/1IWmLevtlv8kYTztFV6GSqoVwyc/8TtL9kSGVlK/bvVs1VWlXMsuGVNeKe/HBv8nldvc= - S+cY5rxdj+lJ7SmIwMInGTcXC2OjWsYqKfcjts7tKZczpmccYdXZ8QfOUCb4sW0S0TFnHe/OwUWAMklLxbq9J3ZMiB3/iBqbmLFp8up0qSlTg6mJtP1NCB2zNatExgIPoH4swBimd6qRWNS3uKILnL3teoi4Ia1hW+yd09w2wrDQkimVb5LCQW5fwV41/tE/rdi8pBVD6rwCEnLNG9RLrI0PtJ7TgDATNEvk+rEfuHOYZpZ1O4gXBDugXjysevPoYh7jG94/W9A7uNMahNiknwuEWNhVhnZKV25XJ5jWGWQcEEyg9MVdZ++BGTk4AYsGpsn/lVJNEFuI2R10KUbjsD7prdVd99HPhpoQ/To7QOTKWRcgdiJl47xswgsiADOOzjcjFOb1p7j/KdcCdBdXyiCQdEP5ZJHneJTojyH6K8ZAuQnf2aVCIG1zPZ6VIuQ5UcFaBUdBP1NYZZr+EUDIUHHZaUJxXaWKgmz+9RYhJX4m87qFbZIiy//ih18zYOAVaZydyRg//3rDBuPPaaHjY3Dj7g584oA3+Fp+0SmCnT/+iJbglPNJsD49GITKbv0WXgWeYd/I9PB+Tqps1yVEpF2VydN3heK6lYyf2RDDf7WqrgNj2QiTxAurFI8IUz7mFz8ISfi2AsCxPoIoqJbBI188eqkhKTMOofOUfLDvbWFmWnvjtcsbPZdm10fWUbhQsgczAgvBq87NpLH8vmgDaMLcnu1+fSXeCXvhcV2t9loa6SfSq29vFHXZnug5BVQnNX/OoKUJDuPfquQv+Lvucw624mME2/YuQHo6WrHFmDSce/cbq1IO8cjvatZVO3CXwvYM1DNgZXp2c4ZcVCaL6/L853RaC9U4EJS+LoWsrkG1Jq7GqWPQyUT04Xhtq5tGLF7gNT86XPCJiQ7N0ETt89wSNkGgdI8+DKYGnJl6j6n0RpzEeIbgf4uM+6ypxIxEydPmjE2RVM3edDYIupgq9p1VWWQofTVZ+cSPpal3hD+8MC3EtLq1J9oUSYhs9ZSa/Swpe1io0W2L93rgahq1aJyFexFHewNQzDlT8S2zdRQZdVf9Ogi+Eql/wPwrLxXP46MhWcjpqgSAcr5InL6DKuqBX7O5Hj0D+RuB4hBBzNR3wZrtfQfwc/07lb2Y9PgSU7TbLzkmRnki3ip5urJoUfjkCZTlAWM1kfO0nqMYdJpf/X4N0WXRD4tXCo+eWdgzzLq01K0jgSAXY844+z8kbJuRtv/eIvTs0Y9aaKNrH6b8ANPIjch8/jH4W/NKB6KwMenIcHmbCQw4iRLhZiJlcU46Td8amLNwcuJ4VxM1/v5ZYWvs76cMq/Wu67WyHS8+CStPQQX4mXPwseGVZeAQLpU72dK4Q5R2jkiytcDCOOW36zxTYGNod4mDHqIGuW2ArAABLjEFPyl+2C02Vp2kgGTtOZe+5UmV5XDDitz0HBS/d5UnPfgQEuEGhZxgXTWUSWeVHjFpNfoid9Dzz+LH0e2r4ozTTvRJR+Q1RcajHGE35f4T5HndqjcS0sc2+5OSHbLcWO8oZAgmAU11gE1QdSTMvSd7bXJheEQ1PPa02NxHozFomRI6P+qeOqZo745KIZstStvxaDQkLGm5njbpjbHYPxRt4XCKPdTI7ARnlol2YZVNtm/UUTP+n8N5rjzqK0Kr/mG6ygQJTngHNm9GKYELYykOHYwXJDridvybnPlqoZ0GJCEdsHTAM7y5KXJCyW5dW/zgVQ+v7HlAJVl5l5toAMUyEQmrrrhsDbspw99HOP4Fpej5cB9UJbHFi0A0+rGebTRv/osZ9WjfiorkvWWYLbFAtjjdGqA88O5sjiWsjIlWLXDvQKIqHch7bAy39m3wg8iW3bY98Tp6EwAndTyS/4a6WpEd0a4rVNYnKDqLDjjO50WnLXYzHnNqyKYbc3WigorFw7+nEgSHeFfnQWLOt8kMiEiNJ3AGTsraUlNQQf8xc0Xz+EHM/C2jHVX2hm35iwr/wyeONO0T0psqExzPOq7Trjd6yI6X2bugivrmb5DY6wnFcxr3oupIDslDUkR4fR4CliD2yJ8AFaKRdTlDrz6whXqXXKkQ8MJgwMtBz7s89BZEr2yE9q42kMMAwKsI6SQR/N4BZ2scS8kxq0OgRJLXQLW4CqcL/gbGGeKmfadutd7qk/XHKonzcyGCYBB7J+T7xDhXwZ7qwNL4+dVeAqNfAToZScKiilw1ELu60nek8kQAKDGPHh1/WuwOSZnNuTKd7yI14HQ5rdTvzIf+BfnbOn6erEeQGHxE3NK9T9dcJmxT2TJjp7KX25C/oMOjfvaN43h/XVmHMY+T0g4B99jmF+/kTeK5OVUcxDzNRzpOBAIBTcWPqICpUsrD9cEp7MP6DXZwgt6ueWUNfOLg1+8/tM/Rc1aaXgipzH15f+Fn1++VCA0bEwSwpc3ZiwOViRj+K+7CXO9iWZ5qG6Y1XcHgCeoKXg8SBQPMfmuAfNxT5OD+clm4FoqGJRUX0DUJUxGL3KCVtRhVVcGtXugO325+xLexo1zhVnOxoDztgrPmNibdU0TU8DFThbucbug0Xiic/ifoCVLccst1bj1TcQbhofbVjm4iANiwDexTdfRSIw1+U61RVjrWnK3wG+/VnXQhQ7wEy8ymdMmjN2dN9wm6CERjtSMfrYu5vP1W4qRUxZJqcyATxkk5zIWm46n5BiHoNPQc1GMoKYo6RzbT7cFFftuB62ZGe43obPBLouCkUJ4HzqBhvU6fmEz6vnKWUj98knN7C/ptNd1DQxgGFd1yZf69pKCYPqeoit2swI+dpCs4tKz7nkSaesGOuuBW9IUMhPc1r60Yx0Sq1n30hTTN6kUqUNZC9NTWKq2Hzv62cP9qtUGgDIFpN8POvnDUu9vW8qDsPMZ+mKF2OZKOzGNNOJZF3VqEA+O+14wPkpLpupc34FYX9TxFbpufqG0PwSqUbN/ju9rV+J053THpyHB5mwkMOIkS4WYiZXHIOaSAtFRn5YzRlM3Demzi0Elj4eZnsOi/ilpYrwp0tNXPCjceTNKkBIfFATCRIu0yCkK64A1NSsbMakn8H+uWdU2715o3gghchsRtpbzXI15xU8R4cx7q92oVgYcgMMUxEJnyrlMh9hComnbnf/Arj6cIHUVmvAx2vaLaxRWBRpfJLBeIlaxtzDpCt3VKFEYHAIMSUx5YkCLABbHnr45rA+Nvbw+B1cG50TihsRpOH6kmNvVEOe1ovM76+99ZtALuN+LyOY10DjF9x5vcnSUnQCDOLgVQO0VikUsYhydxBSpOQT9tbCmq6GeA8JV8ifL77pG0hYGSCQr+pCsWfcN2LlztCu/1yXyewM63Bt6Ek1VF9gLo6Kwz5XjwVGZlfoXrFeVDnIc/FNjoUAU49RqpgxC3chQAT8mZxy9pv/ivQ8cdD+S8c+9jr6n6yrFwEn8DUYU/T8bAYS/7zL/+Hl5i2wgXr1ki6FZY3Y+F+LHL1DBjTky/zWTpllw4EQ6/1KYT6Cbm9LlGxr+27sBLgC4ZoB70rhjYaCngWBPURLh/0T8m225QCsktQ09K5dBnvR3tio6x3EeVlJoJ91pmRvMhOMqjkp9DJvEFrJ12bG5FaXI5IKA43JOxKKwWfQ1bUK2V42kvtPaWZ8C2CXZ6jqlsUpXyUn1YfXrysY85jK1nXMyqN0Pjkch8gVDWdPLjF7OvA1Ryrz+w6xgchDubHZ+w/UH5iBGXjjfzHN8jhI4EoU7I01p9ASNd8OmWROTaKCVJoraLtnbEFqWCX8TWlPzFCiUOrCeba6s1pDdNFlem7shv1+zBEq4jp2l6TXUdXt36lR4thnyqR7Mh8Xh9xWOQ1Hhwhfk7M3rap7eQklUDX4GoZHvfMZJCzyzQal+OlOwHIuQJ6xBtOtJ3GjKUi3UZDUNiVojZiTBKF1TUp2VEYXsKtY/UAFAJG0eHrXAdyc/pZu+HTNP5wCdIRR1B77mrXOnMlHB9d8T5hyq9AKdsLKsUMB+HVDyc1yFgrUvr70hD3tCJPNxXoQFamq/RNDXhEIWIDqHIAv/xa6RNS3yw6FxV1P05ol/wkUZ2QgUAjBrTUEUpoOchgU4EUoOAt7p8xmB8dAlqj+LGTSXQQM8vV/PPC3hzbw9+yflIENZZyOw3Q+mVfgVXkVsVvmrJQf0Fld+2wu8ft6laP5DW/4YISXu/kUEl0ISFwZzinIW4yh0UM7A4ZcKCKVX7ut8J9WvNJWYyiWdYy7M4aT1Xcy+mBPnxZSair9Yh3n0nM1JTF7yosKatzstdrSMR8RIvannK1M8jPXIvae74KdV0O1Wn/5q4dGsx+G12BRrmXXbVDsgi2ZnnM9LjuzAVvFVip6LfhrPmEk73cvAJLcaMgZk0U9KxyTu3s3rx7f4gnbvR7n/6BHYsttOOAWOR0lQcCMYns2YZG+zZCkloPOQTZXc7ceS85B4ZR7e/KKzopg2auS5T14WpMUiHvhvO4mXNJpoTcTuzvIG6wNNSCF+0zcwUqowLHtwunaQqbBX2ykdrG+TciRUWG7UQIiBW9XtAKwT4tuk0dNQmtnn/SqF2JC7xjlw0waov515TyWkssjnf7SnVEsRiFcQbU653gSJq2Bw1R3vUbsqJbSowJjsKbx5Csk+K3Nfy5E7IgWOgpBIuPgPxaBJa3OXK1VuI+lJiZSdRcj1aJiv9H/zloXQ9AHq9hUjmG9lvKpF4AKY8A58uK1Y5pfiz0hvVj/oLXAQK7Jr1bc1JAy+w2QSRtbocsJOcqFTqOj834gpDSPGy9rmnDeLIiR9CtJmN8xSb2aTSdtEPgMGv5lVMc+zMnoYXasH0z9cRym8MGiIh+VyhlGm8srIEBHOoNEN+i3IBYolaL2ZdaCqu5q+h5TqNWBNGbRHiLpJWUklmzd67HdsK77qLLXF7oaqdozfBTEw+Cp2Bbo8A8Dbhm+iE4P0TNsxwc6m8E5v3JO3aD8fPhQbPrxB9ftJyMJOOVLEqw2ox43eTWCm6RlCNTlNhLA7VTDCpHZJYmWQyirn90j2+KWFaclcGLlAOZSQEJV4INLeiEFOYLrIf5ObNaOf2g1kKA7+8777pQQPTjVoOyp8vPrkj9/+mEk9ovf2zmy0VxISEwtJbUdyTfi/syiJgsxs4nKX5P3olLySJJCAOcDNtq3FaA0oHOPAzne1IDdVvYy3uD1NIKcAKKmh+OOac9/03x2NUKpLrmyYPLuFuihjpurNW4YHJSbhXLBYCt4M0JHeIwUt0QzEK4UpZe5CZzReleHvTSOXpDd4P/ynT+OJ6ioR2Ug7M0LAFZsHOWlgNPlrz+F9F1aIpXzdTxO2ul6u4U9E3SCMV30NhqfYKrMLgTDo4PizgpQrDsIHLwNV2lo72TUtXGa4eanNvhjlfoDKWeEnzY7GuDMPQpcybuAg+ZckS1y7FvGu8GU54yr2Cb4X0UeTV4GsAtMa807l4P340J3t7gGGOM7KYKvcbcz9ycRn/khAsJUpWK9pqXNVOTeqJN1aiK1QLXIBRtqTegFnoXXr7Vy24TLA1UREbQuIdZ4/WnvPps4OXF4/mozLpr5uC0f2TD4k33OCYbYAQV/quaUTAX6s0UNwoRMb16svoPB/qOFFUfyMA3t0S2SyJCOGPzcvoI04EtajptQdWuTjHjKNswekVZ+YMe2jp28B4ltJHStfzLDa1HksD9oLyGkRtzj2qeMucHxq5h+2dvIjqR3/LLestVt4NTQJBpB0VUCIbDNZKDTJCWoA4ty5qCe4JexMPsvzfKYHXS5f98hNgxIYz/C/0R8weTkCsY1igC7qh/DE2k5ss0iTV5mT6WBokG7D/wZcrvneUe62oLhernUr5GX9rjb6yM9KpFle4bHdmJSt1Iw+WDSc04Z0HNRXkQvO4f5jxH5hrOCFyvo1DVELx0CIQnquAX/NbFRSqWnngFoxh5FA8zD9whAQ72C+eB0sZiJIwDBJEkC5X2wvUso9HCBj6ynU1JwjtHmxBhOU3aUfbB9pZBkolNjMzhqcYZyX6KRKi6nYaSYI2ZvEUTyFAE5OBt3Ea1J/j+9YI7zEK6pt6a0eW6e3H/+UsixuRix3ST/ALOpOz6Z7FsCr4917UuIWsB7tAe2plwjeuGh4DwI4qY20WAToFFSsLOJYgxfDwdmUEymWT4MZSiX+1VSfIchq4FPzodqBP4bcgOn7C7ZUf/Ob2fJZVGrlQDwEmY/E3USMDNkPRbFcECi8E8OGXNSlmQ0piDsdmzFETj0XEkbOJLmh/eSKIxca4iznEYdF3I5c16YNUkIKAhhvN45yAZ3vMshETtuA49nJ4XkpJdRudE4s6cmfgdqNKjWeL2udgfO7W7+2qZBDToqSK3cQmvjJtEiUHwKeXmKR+0z4XJLaoPug5CJors/tCpa1CJ167VQTyXso1PzP8rrvU/SWph2NZptNSZn2sJJBeGLTJ4nL/jfRII2i/6KD3jhCpKQHsd/VE9ePJinDiJLaELf9C6ELKYekvCn+HimjcQrUnqu3QhvDMLYv0V/Ct10n9PW+zznYzKjoug5GWvTuyqutmczwnM1N65T2TGGd5zVxyCe/7/Z02IAKKSPaI4vukKMTTBm0BudaeOViEtU/9ilstaXXqkakjk3U8aCGKEZLwV8XCasrw3SNvNh6ZEilykWOBfBW8ChQcrDx33afOOCwcOgslUl6tw1i9OQ3bbHvPA5Ws7jJTdcjk3ni2mcIB71kKvzFCmOPPZezbv2VKyudoNYnzLg==
|
non_test
|
mtydsxvdugbcvbswunre d vqeok s te eudiuhhzaujxxawkgmz fp ookujdupfquqv eql uutp zgvq rgebtrv ehm xvmhmy tm k o nvbw f w pzu rndxheiwidqhiav ynt c j
| 0
|
8,720
| 11,857,157,601
|
IssuesEvent
|
2020-03-25 09:03:12
|
tikv/tikv
|
https://api.github.com/repos/tikv/tikv
|
opened
|
Unknown time zone 'posixrules'
|
component/coprocessor type/bug
|
## Bug Report
Cannot start tidb because of timezone error: unknown timezone 'posixrules'.
### Steps to reproduce
Start tidb and tikv on a machine with America/New_York timezone.
This was caused by realpath of `America/New_York` will lead to `/usr/share/zoneinfo/posixrules`. But the `chrono_tz` doesn't understand `posixrules` in its implementation of [`from_str`](https://docs.rs/chrono-tz/0.5.1/src/chrono_tz/home/cratesfyi/cratesfyi/debug/build/chrono-tz-81e187c3996d21f6/out/timezones.rs.html#605-1202)
|
1.0
|
Unknown time zone 'posixrules' - ## Bug Report
Cannot start tidb because of timezone error: unknown timezone 'posixrules'.
### Steps to reproduce
Start tidb and tikv on a machine with America/New_York timezone.
This was caused by realpath of `America/New_York` will lead to `/usr/share/zoneinfo/posixrules`. But the `chrono_tz` doesn't understand `posixrules` in its implementation of [`from_str`](https://docs.rs/chrono-tz/0.5.1/src/chrono_tz/home/cratesfyi/cratesfyi/debug/build/chrono-tz-81e187c3996d21f6/out/timezones.rs.html#605-1202)
|
non_test
|
unknown time zone posixrules bug report cannot start tidb because of timezone error unknown timezone posixrules steps to reproduce start tidb and tikv on a machine with america new york timezone this was caused by realpath of america new york will lead to usr share zoneinfo posixrules but the chrono tz doesn t understand posixrules in its implementation of
| 0
|
21,731
| 3,917,742,419
|
IssuesEvent
|
2016-04-21 09:32:20
|
TEAMMATES/teammates
|
https://api.github.com/repos/TEAMMATES/teammates
|
reopened
|
InstructorFeedbackResultsPageUiTest is failing on live server
|
a-Testing f-Results m.Feature p.High
|
org.openqa.selenium.TimeoutException: Timed out after 15 seconds waiting for presence of element located by: By.cssSelector: .popover-content > img
Build info: version: '2.46.0', revision: '87c69e2', time: '2015-06-04 16:16:47'
System info: host: 'damithch-d9010', ip: '172.26.184.69', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_45'
Session ID: 06c85606-1bab-402f-8a9a-1cb50186cc35
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=38.0.5}]
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:80)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:229)
at teammates.test.pageobjects.AppPage.waitForElementPresence(AppPage.java:222)
at teammates.test.pageobjects.InstructorFeedbackResultsPage.hoverClickAndViewPhotoOnTableCell(InstructorFeedbackResultsPage.java:379)
at teammates.test.pageobjects.InstructorFeedbackResultsPage.hoverClickAndViewRecipientPhotoOnTableCell(InstructorFeedbackResultsPage.java:395)
at teammates.test.cases.ui.browsertests.InstructorFeedbackResultsPageUiTest.testViewPhotoAndAjaxForLargeScaledSession(InstructorFeedbackResultsPageUiTest.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
at org.testng.TestNG.run(TestNG.java:1057)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:111)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:204)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:175)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"css selector","selector":".popover-content > img"}
Command duration or timeout: 20 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.46.0', revision: '87c69e2', time: '2015-06-04 16:16:47'
System info: host: 'damithch-d9010', ip: '172.26.184.69', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_45'
*** Element info: {Using=css selector, value=.popover-content > img}
Session ID: 06c85606-1bab-402f-8a9a-1cb50186cc35
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=38.0.5}]
at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:605)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:358)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:447)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:427)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:350)
at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:809)
at org.openqa.selenium.support.ui.ExpectedConditions.access$0(ExpectedConditions.java:807)
at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:181)
at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:1)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:209)
... 28 more
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"css selector","selector":".popover-content > img"}
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.46.0', revision: '87c69e2', time: '2015-06-04 16:16:47'
System info: host: 'damithch-d9010', ip: '172.26.184.69', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_45'
Driver info: driver.version: unknown
at <anonymous class>.FirefoxDriver.prototype.findElementInternal_(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:10299)
at <anonymous class>.FirefoxDriver.prototype.findElement(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:10308)
at <anonymous class>.DelayedCommand.prototype.executeInternal_/h(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/command-processor.js:12282)
at <anonymous class>.DelayedCommand.prototype.executeInternal_(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/command-processor.js:12287)
at <anonymous class>.DelayedCommand.prototype.execute/<(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/command-processor.js:12229)
|
1.0
|
InstructorFeedbackResultsPageUiTest is failing on live server - org.openqa.selenium.TimeoutException: Timed out after 15 seconds waiting for presence of element located by: By.cssSelector: .popover-content > img
Build info: version: '2.46.0', revision: '87c69e2', time: '2015-06-04 16:16:47'
System info: host: 'damithch-d9010', ip: '172.26.184.69', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_45'
Session ID: 06c85606-1bab-402f-8a9a-1cb50186cc35
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=38.0.5}]
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:80)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:229)
at teammates.test.pageobjects.AppPage.waitForElementPresence(AppPage.java:222)
at teammates.test.pageobjects.InstructorFeedbackResultsPage.hoverClickAndViewPhotoOnTableCell(InstructorFeedbackResultsPage.java:379)
at teammates.test.pageobjects.InstructorFeedbackResultsPage.hoverClickAndViewRecipientPhotoOnTableCell(InstructorFeedbackResultsPage.java:395)
at teammates.test.cases.ui.browsertests.InstructorFeedbackResultsPageUiTest.testViewPhotoAndAjaxForLargeScaledSession(InstructorFeedbackResultsPageUiTest.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
at org.testng.SuiteRunner.run(SuiteRunner.java:240)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
at org.testng.TestNG.run(TestNG.java:1057)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:111)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:204)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:175)
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"css selector","selector":".popover-content > img"}
Command duration or timeout: 20 milliseconds
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.46.0', revision: '87c69e2', time: '2015-06-04 16:16:47'
System info: host: 'damithch-d9010', ip: '172.26.184.69', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_45'
*** Element info: {Using=css selector, value=.popover-content > img}
Session ID: 06c85606-1bab-402f-8a9a-1cb50186cc35
Driver info: org.openqa.selenium.firefox.FirefoxDriver
Capabilities [{platform=WINDOWS, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true, databaseEnabled=true, browserName=firefox, handlesAlerts=true, nativeEvents=false, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=38.0.5}]
at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:605)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:358)
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:447)
at org.openqa.selenium.By$ByCssSelector.findElement(By.java:427)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:350)
at org.openqa.selenium.support.ui.ExpectedConditions.findElement(ExpectedConditions.java:809)
at org.openqa.selenium.support.ui.ExpectedConditions.access$0(ExpectedConditions.java:807)
at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:181)
at org.openqa.selenium.support.ui.ExpectedConditions$6.apply(ExpectedConditions.java:1)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:209)
... 28 more
Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"css selector","selector":".popover-content > img"}
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '2.46.0', revision: '87c69e2', time: '2015-06-04 16:16:47'
System info: host: 'damithch-d9010', ip: '172.26.184.69', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.7.0_45'
Driver info: driver.version: unknown
at <anonymous class>.FirefoxDriver.prototype.findElementInternal_(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:10299)
at <anonymous class>.FirefoxDriver.prototype.findElement(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/driver-component.js:10308)
at <anonymous class>.DelayedCommand.prototype.executeInternal_/h(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/command-processor.js:12282)
at <anonymous class>.DelayedCommand.prototype.executeInternal_(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/command-processor.js:12287)
at <anonymous class>.DelayedCommand.prototype.execute/<(file:///C:/Users/dcsdcr/AppData/Local/Temp/anonymous3714107793205197227webdriver-profile/extensions/fxdriver@googlecode.com/components/command-processor.js:12229)
|
test
|
instructorfeedbackresultspageuitest is failing on live server org openqa selenium timeoutexception timed out after seconds waiting for presence of element located by by cssselector popover content img build info version revision time system info host damithch ip os name windows os arch os version java version session id driver info org openqa selenium firefox firefoxdriver capabilities at org openqa selenium support ui webdriverwait timeoutexception webdriverwait java at org openqa selenium support ui fluentwait until fluentwait java at teammates test pageobjects apppage waitforelementpresence apppage java at teammates test pageobjects instructorfeedbackresultspage hoverclickandviewphotoontablecell instructorfeedbackresultspage java at teammates test pageobjects instructorfeedbackresultspage hoverclickandviewrecipientphotoontablecell instructorfeedbackresultspage java at teammates test cases ui browsertests instructorfeedbackresultspageuitest testviewphotoandajaxforlargescaledsession instructorfeedbackresultspageuitest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng run testng java at org testng remote remotetestng run remotetestng java at org testng remote remotetestng initandrun remotetestng java at org testng remote remotetestng main remotetestng java caused by org openqa selenium nosuchelementexception unable to locate element method css selector selector popover content img command duration or timeout milliseconds for documentation on this error please visit build info version revision time system info host damithch ip os name windows os arch os version java version element info using css selector value popover content img session id driver info org openqa selenium firefox firefoxdriver capabilities at sun reflect newinstance unknown source at sun reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java lang reflect constructor newinstance constructor java at org openqa selenium remote errorhandler createthrowable errorhandler java at org openqa selenium remote errorhandler throwifresponsefailed errorhandler java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver findelement remotewebdriver java at org openqa selenium remote remotewebdriver findelementbycssselector remotewebdriver java at org openqa selenium by bycssselector findelement by java at org openqa selenium remote remotewebdriver findelement remotewebdriver java at org openqa selenium support ui expectedconditions findelement expectedconditions java at org openqa selenium support ui expectedconditions access expectedconditions java at org openqa selenium support ui expectedconditions apply expectedconditions java at org openqa selenium support ui expectedconditions apply expectedconditions java at org openqa selenium support ui fluentwait until fluentwait java more caused by org openqa selenium nosuchelementexception unable to locate element method css selector selector popover content img for documentation on this error please visit build info version revision time system info host damithch ip os name windows os arch os version java version driver info driver version unknown at firefoxdriver prototype findelementinternal file c users dcsdcr appdata local temp profile extensions fxdriver googlecode com components driver component js at firefoxdriver prototype findelement file c users dcsdcr appdata local temp profile extensions fxdriver googlecode com components driver component js at delayedcommand prototype executeinternal h file c users dcsdcr appdata local temp profile extensions fxdriver googlecode com components command processor js at delayedcommand prototype executeinternal file c users dcsdcr appdata local temp profile extensions fxdriver googlecode com components command processor js at delayedcommand prototype execute file c users dcsdcr appdata local temp profile extensions fxdriver googlecode com components command processor js
| 1
|
1,673
| 3,408,414,945
|
IssuesEvent
|
2015-12-04 10:30:55
|
coreos/rkt
|
https://api.github.com/repos/coreos/rkt
|
opened
|
discovery: adding option: --insecure-options=http
|
area/security area/usability low hanging fruit
|
At the moment, rkt always accept to download ACIs on http.
When rkt fetches ACIs via discovery, it uses the [discoverApp()](https://github.com/coreos/rkt/blob/master/rkt/images.go#L843):
```go
func discoverApp(app *discovery.App, headers map[string]config.Headerer,
insecure bool) (*discovery.Endpoints, error) {
hostHeaders := config.ResolveAuthPerHost(headers)
ep, attempts, err := discovery.DiscoverEndpoints(*app, hostHeaders, insecure)
```
[DiscoverEndpoints()](https://github.com/appc/spec/blob/master/discovery/discovery.go#L219) "optionally will use HTTP if insecure is set".
But in rkt, [fetchImageByName()](https://github.com/coreos/rkt/blob/master/rkt/images.go#L271) always use *insecure=true*:
```go
ep, err := discoverApp(app, f.headers, true)
```
We should add a new option `--insecure-options=http` and only set *insecure=true* if the user specifies that insecure option.
It was first reported on the following comments:
- https://github.com/coreos/rkt/pull/1822#discussion_r46587933
- https://github.com/coreos/rkt/issues/1795#issuecomment-160588066
|
True
|
discovery: adding option: --insecure-options=http - At the moment, rkt always accept to download ACIs on http.
When rkt fetches ACIs via discovery, it uses the [discoverApp()](https://github.com/coreos/rkt/blob/master/rkt/images.go#L843):
```go
func discoverApp(app *discovery.App, headers map[string]config.Headerer,
insecure bool) (*discovery.Endpoints, error) {
hostHeaders := config.ResolveAuthPerHost(headers)
ep, attempts, err := discovery.DiscoverEndpoints(*app, hostHeaders, insecure)
```
[DiscoverEndpoints()](https://github.com/appc/spec/blob/master/discovery/discovery.go#L219) "optionally will use HTTP if insecure is set".
But in rkt, [fetchImageByName()](https://github.com/coreos/rkt/blob/master/rkt/images.go#L271) always use *insecure=true*:
```go
ep, err := discoverApp(app, f.headers, true)
```
We should add a new option `--insecure-options=http` and only set *insecure=true* if the user specifies that insecure option.
It was first reported on the following comments:
- https://github.com/coreos/rkt/pull/1822#discussion_r46587933
- https://github.com/coreos/rkt/issues/1795#issuecomment-160588066
|
non_test
|
discovery adding option insecure options http at the moment rkt always accept to download acis on http when rkt fetches acis via discovery it uses the go func discoverapp app discovery app headers map config headerer insecure bool discovery endpoints error hostheaders config resolveauthperhost headers ep attempts err discovery discoverendpoints app hostheaders insecure optionally will use http if insecure is set but in rkt always use insecure true go ep err discoverapp app f headers true we should add a new option insecure options http and only set insecure true if the user specifies that insecure option it was first reported on the following comments
| 0
|
98,314
| 8,675,483,483
|
IssuesEvent
|
2018-11-30 11:01:00
|
shahkhan40/shantestrep
|
https://api.github.com/repos/shahkhan40/shantestrep
|
closed
|
fxscantest : ApiV1DashboardCountTimeBetweenGetQueryParamTodateEmptyValue
|
fxscantest
|
Project : fxscantest
Job : uatenv
Env : uatenv
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZTQxMjFkODAtYzRmMC00YjUzLTg0MmMtZTRjZGI3NDNiODg4; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 10:16:00 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/count-time-between?toDate=&fromDate=UrRdFiZO
Request :
Response :
{
"timestamp" : "2018-11-30T10:16:00.598+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/dashboard/count-time-between"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed]
--- FX Bot ---
|
1.0
|
fxscantest : ApiV1DashboardCountTimeBetweenGetQueryParamTodateEmptyValue - Project : fxscantest
Job : uatenv
Env : uatenv
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZTQxMjFkODAtYzRmMC00YjUzLTg0MmMtZTRjZGI3NDNiODg4; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 10:16:00 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/count-time-between?toDate=&fromDate=UrRdFiZO
Request :
Response :
{
"timestamp" : "2018-11-30T10:16:00.598+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/dashboard/count-time-between"
}
Logs :
Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed]
--- FX Bot ---
|
test
|
fxscantest project fxscantest job uatenv env uatenv region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api dashboard count time between logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot
| 1
|
135,439
| 19,577,369,444
|
IssuesEvent
|
2022-01-04 16:48:02
|
department-of-veterans-affairs/va.gov-team
|
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
|
closed
|
Compile data on buttons vs action links to identify conversion rate
|
vsp-design-system-team
|
Look at 10 URLs of buttons vs. action links and capture change in conversion rate for uniques. This is the kind of documentation Kevin expects to move this pattern to the official design system
- [ ] Identify 5-10 URLs with buttons and action links
- [ ] Compile conversion rate for each of the URLs for buttons
- [ ] Compile conversion rate for each of the URLs for action links
- [ ] Show conversion rate for each of the URLs between buttons and action links
|
1.0
|
Compile data on buttons vs action links to identify conversion rate -
Look at 10 URLs of buttons vs. action links and capture change in conversion rate for uniques. This is the kind of documentation Kevin expects to move this pattern to the official design system
- [ ] Identify 5-10 URLs with buttons and action links
- [ ] Compile conversion rate for each of the URLs for buttons
- [ ] Compile conversion rate for each of the URLs for action links
- [ ] Show conversion rate for each of the URLs between buttons and action links
|
non_test
|
compile data on buttons vs action links to identify conversion rate look at urls of buttons vs action links and capture change in conversion rate for uniques this is the kind of documentation kevin expects to move this pattern to the official design system identify urls with buttons and action links compile conversion rate for each of the urls for buttons compile conversion rate for each of the urls for action links show conversion rate for each of the urls between buttons and action links
| 0
|
344,823
| 30,763,770,209
|
IssuesEvent
|
2023-07-30 02:50:58
|
GlareDB/glaredb
|
https://api.github.com/repos/GlareDB/glaredb
|
opened
|
Unwrap in background job when python test fails
|
bug :bug: test :test_tube: python :snake:
|
## Context
```
% just python test
just py-glaredb/test
python3 -m pip install virtualenv > /dev/null
[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: python3.10 -m pip install --upgrade pip
python3 -m virtualenv .venv > /dev/null
.venv/bin/pytest -s
================================================= test session starts =================================================
platform darwin -- Python 3.10.12, pytest-7.4.0, pluggy-1.2.0
rootdir: /Users/sean/Code/github.com/glaredb/glaredb/py-glaredb
collected 9 items
tests/test_logical_plan.py thread 'glaredb-python-thread-7' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', crates/sqlexec/src/background_jobs.rs:117:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
.
tests/test_pandas.py ....
tests/test_polars.py ....
================================================== 9 passed in 1.05s ==================================================
```
Can make debugging tricky.
## Expected
## Actual
## Impact
|
2.0
|
Unwrap in background job when python test fails - ## Context
```
% just python test
just py-glaredb/test
python3 -m pip install virtualenv > /dev/null
[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: python3.10 -m pip install --upgrade pip
python3 -m virtualenv .venv > /dev/null
.venv/bin/pytest -s
================================================= test session starts =================================================
platform darwin -- Python 3.10.12, pytest-7.4.0, pluggy-1.2.0
rootdir: /Users/sean/Code/github.com/glaredb/glaredb/py-glaredb
collected 9 items
tests/test_logical_plan.py thread 'glaredb-python-thread-7' panicked at 'called `Result::unwrap()` on an `Err` value: SendError { .. }', crates/sqlexec/src/background_jobs.rs:117:30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
.
tests/test_pandas.py ....
tests/test_polars.py ....
================================================== 9 passed in 1.05s ==================================================
```
Can make debugging tricky.
## Expected
## Actual
## Impact
|
test
|
unwrap in background job when python test fails context just python test just py glaredb test m pip install virtualenv dev null a new release of pip is available to update run m pip install upgrade pip m virtualenv venv dev null venv bin pytest s test session starts platform darwin python pytest pluggy rootdir users sean code github com glaredb glaredb py glaredb collected items tests test logical plan py thread glaredb python thread panicked at called result unwrap on an err value senderror crates sqlexec src background jobs rs note run with rust backtrace environment variable to display a backtrace tests test pandas py tests test polars py passed in can make debugging tricky expected actual impact
| 1
|
15,682
| 11,660,317,878
|
IssuesEvent
|
2020-03-03 02:55:44
|
APSIMInitiative/ApsimX
|
https://api.github.com/repos/APSIMInitiative/ApsimX
|
closed
|
column for gravimetric water data?
|
interface/infrastructure newfeature
|
Could we please add a column adjacent to the volumetric data that allows us to record gravimetric data?
In my opinion:
- the gravimetric column should be on the left of the two.
- changing either of the columns should change the other (by referencing to BD of the soil file of course)
- if the initial nitrogen/water node is then moved to a different soil, gravimetric should stay the same and VWC should change.
|
1.0
|
column for gravimetric water data? - Could we please add a column adjacent to the volumetric data that allows us to record gravimetric data?
In my opinion:
- the gravimetric column should be on the left of the two.
- changing either of the columns should change the other (by referencing to BD of the soil file of course)
- if the initial nitrogen/water node is then moved to a different soil, gravimetric should stay the same and VWC should change.
|
non_test
|
column for gravimetric water data could we please add a column adjacent to the volumetric data that allows us to record gravimetric data in my opinion the gravimetric column should be on the left of the two changing either of the columns should change the other by referencing to bd of the soil file of course if the initial nitrogen water node is then moved to a different soil gravimetric should stay the same and vwc should change
| 0
|
171,190
| 6,481,015,494
|
IssuesEvent
|
2017-08-18 14:41:58
|
containerd/containerd
|
https://api.github.com/repos/containerd/containerd
|
closed
|
`ctr run` hangs (seems regression in 06dc87ae59cca1536a3a98741a267af687b6dcdd)
|
kind/bug priority/P0
|
`sudo ctr run docker.io/library/alpine:latest foo echo hello` always hangs after printing `hello`
Always reproducible in 06dc87ae59cca1536a3a98741a267af687b6dcdd, but not in the previous commit
|
1.0
|
`ctr run` hangs (seems regression in 06dc87ae59cca1536a3a98741a267af687b6dcdd) - `sudo ctr run docker.io/library/alpine:latest foo echo hello` always hangs after printing `hello`
Always reproducible in 06dc87ae59cca1536a3a98741a267af687b6dcdd, but not in the previous commit
|
non_test
|
ctr run hangs seems regression in sudo ctr run docker io library alpine latest foo echo hello always hangs after printing hello always reproducible in but not in the previous commit
| 0
|
404,393
| 27,485,601,706
|
IssuesEvent
|
2023-03-04 03:09:30
|
balajicb-bc75/mywebclass-agile-docs
|
https://api.github.com/repos/balajicb-bc75/mywebclass-agile-docs
|
closed
|
For Comments
|
documentation
|
Creating a new issue for Comments - To create a new pull request and open up for comments by partner to create issues
|
1.0
|
For Comments - Creating a new issue for Comments - To create a new pull request and open up for comments by partner to create issues
|
non_test
|
for comments creating a new issue for comments to create a new pull request and open up for comments by partner to create issues
| 0
|
251,407
| 18,949,023,283
|
IssuesEvent
|
2021-11-18 13:24:21
|
RyanKor/kaggle-project
|
https://api.github.com/repos/RyanKor/kaggle-project
|
opened
|
์ด๋ฒ ์ธ๊ณต์ง๋ฅ ํ๊ธ ๋ฌธํ ์์ฑ ๋ํ 1๋ฑ ํ๋ก์ ํธ์ ํ๋ก์ ํธ ์งํ์ ๋ํ ๊ธ
|
documentation
|
๋ฐ์ดํฐ ์์ง๋ถํฐ ๊ฐ๊ณต, ๋ชจ๋ธ๋ง๊น์ง ์ ๋ฐ์ ์ธ ํ๋ก์ธ์ค์ ๋ํด ๋ค๋ฃฌ ๊ธ์ด๋ค.
์ธ์์ ์ธ ๋ถ๋ถ์ ๋ชจ๋ธ๋ง๋ณด๋ค๋ ๋ฐ์ดํฐ๋ฅผ ์์งํ๊ธฐ ์ํด ์ด๋ค ํ๋ก์ธ์ค๋ฅผ ๋ ์ฌ๋ ธ๋์ง, ๊ทธ๋ฆฌ๊ณ ์ด ๋ฐ์ดํฐ๋ฅผ ์ด๋ป๊ฒ ์ ์ฒ๋ฆฌ๋ฅผ ํ๋ ๊ณผ์ ์ ๋ํด ๋ด๊ฐ ์ ๋ชฐ๋๋ ๋ถ๋ถ๋ค์ ๋ง์ด ์ธ๊ธํ๊ณ ์๋ค.
์ฌํ๊น์ง ์ฑ
์ด๋ ๊ฐ์์์ ๋ฐ์ดํฐ ์ ์ฒ๋ฆฌ๊ฐ ๊ฑฐ์ ๋ค ์๋ฃ๋ ๊ฒ๋ค์ ์ ๊ณตํ๊ธฐ ๋๋ฌธ์ ์ง์ ์ ์ผ๋ก ์ ์ฒ๋ฆฌ๋ฅผ ํด ๋ณผ ๊ธฐํ๊ฐ ๋ง์ด ์์๋๋ฐ, ์ด๊ฑธ๋ณด๋ฉด์ ๋ค๋ฅธ ์ฌ๋๋ค์ด ํ๋ก์ ํธ๋ฅผ ์ด๋ป๊ฒ ์ํํ๋์ง ๊ฐ์ด ์จ๋ค.
https://l-yohai.github.io/AI-Bookathon-%EB%8C%80%EC%83%81-%ED%9B%84%EA%B8%B0/?fbclid=IwAR0jKbR78c9MiGCcNSozxte0m47ZDl4r23mjF7T9n44V58yJkZrF3moONtM
๊ทธ๋ฆฌ๊ณ ๋ฐ์ดํฐ ํ์ ๊ด๋ จํด์๋ ์๋ผ์คํฑ ์์น๋ฅผ ์ฌ์ฉํ๋๋ฐ, ์ด๋ฐ ๋ถ๋ถ๋ ๋์ฌ๊ฒจ ๋ณผ ๋ง ํ๋ค.
|
1.0
|
์ด๋ฒ ์ธ๊ณต์ง๋ฅ ํ๊ธ ๋ฌธํ ์์ฑ ๋ํ 1๋ฑ ํ๋ก์ ํธ์ ํ๋ก์ ํธ ์งํ์ ๋ํ ๊ธ - ๋ฐ์ดํฐ ์์ง๋ถํฐ ๊ฐ๊ณต, ๋ชจ๋ธ๋ง๊น์ง ์ ๋ฐ์ ์ธ ํ๋ก์ธ์ค์ ๋ํด ๋ค๋ฃฌ ๊ธ์ด๋ค.
์ธ์์ ์ธ ๋ถ๋ถ์ ๋ชจ๋ธ๋ง๋ณด๋ค๋ ๋ฐ์ดํฐ๋ฅผ ์์งํ๊ธฐ ์ํด ์ด๋ค ํ๋ก์ธ์ค๋ฅผ ๋ ์ฌ๋ ธ๋์ง, ๊ทธ๋ฆฌ๊ณ ์ด ๋ฐ์ดํฐ๋ฅผ ์ด๋ป๊ฒ ์ ์ฒ๋ฆฌ๋ฅผ ํ๋ ๊ณผ์ ์ ๋ํด ๋ด๊ฐ ์ ๋ชฐ๋๋ ๋ถ๋ถ๋ค์ ๋ง์ด ์ธ๊ธํ๊ณ ์๋ค.
์ฌํ๊น์ง ์ฑ
์ด๋ ๊ฐ์์์ ๋ฐ์ดํฐ ์ ์ฒ๋ฆฌ๊ฐ ๊ฑฐ์ ๋ค ์๋ฃ๋ ๊ฒ๋ค์ ์ ๊ณตํ๊ธฐ ๋๋ฌธ์ ์ง์ ์ ์ผ๋ก ์ ์ฒ๋ฆฌ๋ฅผ ํด ๋ณผ ๊ธฐํ๊ฐ ๋ง์ด ์์๋๋ฐ, ์ด๊ฑธ๋ณด๋ฉด์ ๋ค๋ฅธ ์ฌ๋๋ค์ด ํ๋ก์ ํธ๋ฅผ ์ด๋ป๊ฒ ์ํํ๋์ง ๊ฐ์ด ์จ๋ค.
https://l-yohai.github.io/AI-Bookathon-%EB%8C%80%EC%83%81-%ED%9B%84%EA%B8%B0/?fbclid=IwAR0jKbR78c9MiGCcNSozxte0m47ZDl4r23mjF7T9n44V58yJkZrF3moONtM
๊ทธ๋ฆฌ๊ณ ๋ฐ์ดํฐ ํ์ ๊ด๋ จํด์๋ ์๋ผ์คํฑ ์์น๋ฅผ ์ฌ์ฉํ๋๋ฐ, ์ด๋ฐ ๋ถ๋ถ๋ ๋์ฌ๊ฒจ ๋ณผ ๋ง ํ๋ค.
|
non_test
|
์ด๋ฒ ์ธ๊ณต์ง๋ฅ ํ๊ธ ๋ฌธํ ์์ฑ ๋ํ ํ๋ก์ ํธ์ ํ๋ก์ ํธ ์งํ์ ๋ํ ๊ธ ๋ฐ์ดํฐ ์์ง๋ถํฐ ๊ฐ๊ณต ๋ชจ๋ธ๋ง๊น์ง ์ ๋ฐ์ ์ธ ํ๋ก์ธ์ค์ ๋ํด ๋ค๋ฃฌ ๊ธ์ด๋ค ์ธ์์ ์ธ ๋ถ๋ถ์ ๋ชจ๋ธ๋ง๋ณด๋ค๋ ๋ฐ์ดํฐ๋ฅผ ์์งํ๊ธฐ ์ํด ์ด๋ค ํ๋ก์ธ์ค๋ฅผ ๋ ์ฌ๋ ธ๋์ง ๊ทธ๋ฆฌ๊ณ ์ด ๋ฐ์ดํฐ๋ฅผ ์ด๋ป๊ฒ ์ ์ฒ๋ฆฌ๋ฅผ ํ๋ ๊ณผ์ ์ ๋ํด ๋ด๊ฐ ์ ๋ชฐ๋๋ ๋ถ๋ถ๋ค์ ๋ง์ด ์ธ๊ธํ๊ณ ์๋ค ์ฌํ๊น์ง ์ฑ
์ด๋ ๊ฐ์์์ ๋ฐ์ดํฐ ์ ์ฒ๋ฆฌ๊ฐ ๊ฑฐ์ ๋ค ์๋ฃ๋ ๊ฒ๋ค์ ์ ๊ณตํ๊ธฐ ๋๋ฌธ์ ์ง์ ์ ์ผ๋ก ์ ์ฒ๋ฆฌ๋ฅผ ํด ๋ณผ ๊ธฐํ๊ฐ ๋ง์ด ์์๋๋ฐ ์ด๊ฑธ๋ณด๋ฉด์ ๋ค๋ฅธ ์ฌ๋๋ค์ด ํ๋ก์ ํธ๋ฅผ ์ด๋ป๊ฒ ์ํํ๋์ง ๊ฐ์ด ์จ๋ค ๊ทธ๋ฆฌ๊ณ ๋ฐ์ดํฐ ํ์ ๊ด๋ จํด์๋ ์๋ผ์คํฑ ์์น๋ฅผ ์ฌ์ฉํ๋๋ฐ ์ด๋ฐ ๋ถ๋ถ๋ ๋์ฌ๊ฒจ ๋ณผ ๋ง ํ๋ค
| 0
|
252,992
| 21,646,874,127
|
IssuesEvent
|
2022-05-06 03:47:29
|
pytorch/pytorch
|
https://api.github.com/repos/pytorch/pytorch
|
opened
|
DISABLED test_backward_index_put_cuda_float32 (__main__.TestCompositeComplianceCUDA)
|
module: flaky-tests skipped module: unknown
|
Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](http://torch-ci.com/failure/test_backward_index_put_cuda_float32%2C%20TestCompositeComplianceCUDA) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/6315746252).
Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 3 green.
|
1.0
|
DISABLED test_backward_index_put_cuda_float32 (__main__.TestCompositeComplianceCUDA) - Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](http://torch-ci.com/failure/test_backward_index_put_cuda_float32%2C%20TestCompositeComplianceCUDA) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/6315746252).
Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 3 green.
|
test
|
disabled test backward index put cuda main testcompositecompliancecuda platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with red and green
| 1
|
711,901
| 24,479,207,021
|
IssuesEvent
|
2022-10-08 15:42:41
|
AY2223S1-CS2103T-T09-4/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-T09-4/tp
|
closed
|
Add additional notes field
|
priority.HIGH type.Task type.Task.Add
|
Notes are to record any information the tutor wants to tag to the student.
|
1.0
|
Add additional notes field - Notes are to record any information the tutor wants to tag to the student.
|
non_test
|
add additional notes field notes are to record any information the tutor wants to tag to the student
| 0
|
91,284
| 26,347,031,927
|
IssuesEvent
|
2023-01-10 23:17:38
|
gr0vity-dev/nano-node-tracker
|
https://api.github.com/repos/gr0vity-dev/nano-node-tracker
|
opened
|
nanoapi_generated.h should be generated in the build folder
|
build-error
|
2021-10-08T17:27:50Z dsiganos
After the upgrade of flatbuffers library my build broke and even deleting the entire build directory didn't fix the problem. I think the problem was that nanoapi_generated.h needed refreshing. The build started succeeding after I deleted nanoapi_generated.h and I rebuilt everything. That makes me wonder, shouldn't nanoapi_generated.h be residing in the build directory?I am not sure what the problem was exactly, all I know is that my build started succeeding when I deleted it. And my question is, since it is a build artifact, shouldn't it be in the build directory?
|
1.0
|
nanoapi_generated.h should be generated in the build folder - 2021-10-08T17:27:50Z dsiganos
After the upgrade of flatbuffers library my build broke and even deleting the entire build directory didn't fix the problem. I think the problem was that nanoapi_generated.h needed refreshing. The build started succeeding after I deleted nanoapi_generated.h and I rebuilt everything. That makes me wonder, shouldn't nanoapi_generated.h be residing in the build directory?I am not sure what the problem was exactly, all I know is that my build started succeeding when I deleted it. And my question is, since it is a build artifact, shouldn't it be in the build directory?
|
non_test
|
nanoapi generated h should be generated in the build folder dsiganos after the upgrade of flatbuffers library my build broke and even deleting the entire build directory didn t fix the problem i think the problem was that nanoapi generated h needed refreshing the build started succeeding after i deleted nanoapi generated h and i rebuilt everything that makes me wonder shouldn t nanoapi generated h be residing in the build directory i am not sure what the problem was exactly all i know is that my build started succeeding when i deleted it and my question is since it is a build artifact shouldn t it be in the build directory
| 0
|
256,229
| 22,042,339,512
|
IssuesEvent
|
2022-05-29 14:48:45
|
SAA-SDT/eac-cpf-schema
|
https://api.github.com/repos/SAA-SDT/eac-cpf-schema
|
closed
|
<toDate>
|
Element Best Practice Guide Tested by Schema Team
|
## To Date
- add optional attributes
`@audience`
`@calendar`
`@certainty`
`@conventationDeclarationReference`
`@era`
`@localTypeDeclarationReference`
`@maintenanceEventReference`
`@scriptOfElement`
`@status`
`@sourceReference`
- keep name and scope
## Creator of issue
1. Silke Jagodzinski
2. TS-EAS: EAC-CPF subgroup
3. silkejagodzinski@gmail.com
## Related issues / documents
[Topic_dates_20200911.pdf](https://github.com/SAA-SDT/TS-EAS-subteam-notes/blob/master/eaccpf-subteam/working-documents/topics/dates/Topic_dates_20200911.pdf)
`<dateRange>:` best practice #32
New attribute `@status` #70
## EAD3 Reconciliation
**Additional EAD 3 attributes**:
`@altrender`
`@audience`
`@script`
## Context
**Summary:** The ending date in a date range.
**May contain**: [text]
**May occur within**: dateRange
**Attributes:** `@localType`, `@notAfter`, `@notBefore`, `@standardDate`, `@xml:id`, `@xml:lang`
**Availability:** Optional, Non-repeatable
## Solution documentation:
**May contain**: [text]
**May occur within**: `<dateRange>`
**Attributes:**
`@audience` - optional (values limited to: external, internal)
`@calendar` - optional
`@certainty` - optional
`@conventationDeclarationReference` - optional
`@era` - optional
`@id` - optional
`@languageOfElement` - optional
`@localType` - optional
`@localTypeDeclarationReference` - optional
`@maintenanceEventReference` - optional
`@notAfter` - optional
`@notBefore` - optional
`@scriptOfElement` - optional
`@standardDate` - optional
`@status` - optional (values limited to: unknown, ongoing)
`@sourceReference` - optional
**Availability:** Optional, not repeatable
- Topic for Best Practise Guide
## Example encoding
```
<dateRange>
<fromDate>start date of existence</fromDate>
<toDate audience="external" certainty="circa" conventionDeclarationReference="conventiondeclaration1" id="toDate1" languageOfElement="en" localType="localToDate" localTypeDeclarationReference="localTypeDeclaration1" maintenanceEventReference="maintenancevent1" notAfter="2019" notBefore="1900" scriptOfElement="lat" sourceReference="source1" standardDate="2010-12-31" status="ongoing">end date of existence</toDate>
</dateRange>>
```
|
1.0
|
<toDate> - ## To Date
- add optional attributes
`@audience`
`@calendar`
`@certainty`
`@conventationDeclarationReference`
`@era`
`@localTypeDeclarationReference`
`@maintenanceEventReference`
`@scriptOfElement`
`@status`
`@sourceReference`
- keep name and scope
## Creator of issue
1. Silke Jagodzinski
2. TS-EAS: EAC-CPF subgroup
3. silkejagodzinski@gmail.com
## Related issues / documents
[Topic_dates_20200911.pdf](https://github.com/SAA-SDT/TS-EAS-subteam-notes/blob/master/eaccpf-subteam/working-documents/topics/dates/Topic_dates_20200911.pdf)
`<dateRange>:` best practice #32
New attribute `@status` #70
## EAD3 Reconciliation
**Additional EAD 3 attributes**:
`@altrender`
`@audience`
`@script`
## Context
**Summary:** The ending date in a date range.
**May contain**: [text]
**May occur within**: dateRange
**Attributes:** `@localType`, `@notAfter`, `@notBefore`, `@standardDate`, `@xml:id`, `@xml:lang`
**Availability:** Optional, Non-repeatable
## Solution documentation:
**May contain**: [text]
**May occur within**: `<dateRange>`
**Attributes:**
`@audience` - optional (values limited to: external, internal)
`@calendar` - optional
`@certainty` - optional
`@conventationDeclarationReference` - optional
`@era` - optional
`@id` - optional
`@languageOfElement` - optional
`@localType` - optional
`@localTypeDeclarationReference` - optional
`@maintenanceEventReference` - optional
`@notAfter` - optional
`@notBefore` - optional
`@scriptOfElement` - optional
`@standardDate` - optional
`@status` - optional (values limited to: unknown, ongoing)
`@sourceReference` - optional
**Availability:** Optional, not repeatable
- Topic for Best Practise Guide
## Example encoding
```
<dateRange>
<fromDate>start date of existence</fromDate>
<toDate audience="external" certainty="circa" conventionDeclarationReference="conventiondeclaration1" id="toDate1" languageOfElement="en" localType="localToDate" localTypeDeclarationReference="localTypeDeclaration1" maintenanceEventReference="maintenancevent1" notAfter="2019" notBefore="1900" scriptOfElement="lat" sourceReference="source1" standardDate="2010-12-31" status="ongoing">end date of existence</toDate>
</dateRange>>
```
|
test
|
to date add optional attributes audience calendar certainty conventationdeclarationreference era localtypedeclarationreference maintenanceeventreference scriptofelement status sourcereference keep name and scope creator of issue silke jagodzinski ts eas eac cpf subgroup silkejagodzinski gmail com related issues documents best practice new attribute status reconciliation additional ead attributes altrender audience script context summary the ending date in a date range may contain may occur within daterange attributes localtype notafter notbefore standarddate xml id xml lang availability optional non repeatable solution documentation may contain may occur within attributes audience optional values limited to external internal calendar optional certainty optional conventationdeclarationreference optional era optional id optional languageofelement optional localtype optional localtypedeclarationreference optional maintenanceeventreference optional notafter optional notbefore optional scriptofelement optional standarddate optional status optional values limited to unknown ongoing sourcereference optional availability optional not repeatable topic for best practise guide example encoding start date of existence end date of existence
| 1
|
202,931
| 15,307,894,564
|
IssuesEvent
|
2021-02-24 21:35:29
|
Slimefun/Slimefun4
|
https://api.github.com/repos/Slimefun/Slimefun4
|
closed
|
Item name bypass
|
๐ฏ Needs testing ๐ Bug Report
|
<!-- FILL IN THE FORM BELOW -->
## :round_pushpin: Description (REQUIRED)
<!-- A clear and detailed description of what went wrong. -->
<!-- The more information you can provide, the easier we can handle this problem. -->
<!-- Start writing below this line -->
with a plugin that allows you to rename items with color codes, one can create fake sf items that act like the real thing even if the data tag is not the same as the right item
## :bookmark_tabs: Steps to reproduce the Issue (REQUIRED)
<!-- Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it. -->
<!-- Youtube Videos and Screenshots are recommended!!! -->
<!-- Start writing below this line -->
1. you need a plugin that allows you to add color codes to rename items (we have colored anvils)
2. rename the right item with the right name and the same format and color

3. once you have the items you need you can craft them in any way you want


## :bulb: Expected behavior (REQUIRED)
<!-- What were you expecting to happen? -->
<!-- What do you think would have been the correct behaviour? -->
<!-- Start writing below this line -->
the correct behavior is that sf would not recognize the item as it does not have the right data tag.
of ingot

fake ingot

the data tags are not the same.
## :scroll: Server Log
<!-- Take a look at your Server Log and post any errors you can find via https://pastebin.com/ -->
<!-- If you are unsure about it, post your full log, you can find it under /logs/latest.log -->
<!-- Paste your link(s) below this line -->
## :open_file_folder: /error-reports/ Folder
<!-- Check the folder /plugins/Slimefun/error-reports/ and upload any files inside that folder. -->
<!-- You can also post these files via https://pastebin.com/ -->
<!-- Paste your link(s) below this line -->
## :compass: Environment (REQUIRED)
<!-- Any issue without the exact version numbers will be closed! -->
<!-- "latest" IS NOT A VERSION NUMBER. -->
<!-- We recommend running "/sf versions" and showing us a screenshot of that. -->
<!-- Make sure that the screenshot covers the entire output of that command. -->
<!-- If your issue is related to other plugins, make sure to include the versions of these plugins too! -->
- Server Software: APOLLO16 (a custom fork of paper)
- Minecraft Version: 1.16.6
- Slimefun Version: DEV-821 (git 6533b502)

|
1.0
|
Item name bypass - <!-- FILL IN THE FORM BELOW -->
## :round_pushpin: Description (REQUIRED)
<!-- A clear and detailed description of what went wrong. -->
<!-- The more information you can provide, the easier we can handle this problem. -->
<!-- Start writing below this line -->
with a plugin that allows you to rename items with color codes, one can create fake sf items that act like the real thing even if the data tag is not the same as the right item
## :bookmark_tabs: Steps to reproduce the Issue (REQUIRED)
<!-- Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it. -->
<!-- Youtube Videos and Screenshots are recommended!!! -->
<!-- Start writing below this line -->
1. you need a plugin that allows you to add color codes to rename items (we have colored anvils)
2. rename the right item with the right name and the same format and color

3. once you have the items you need you can craft them in any way you want


## :bulb: Expected behavior (REQUIRED)
<!-- What were you expecting to happen? -->
<!-- What do you think would have been the correct behaviour? -->
<!-- Start writing below this line -->
the correct behavior is that sf would not recognize the item as it does not have the right data tag.
of ingot

fake ingot

the data tags are not the same.
## :scroll: Server Log
<!-- Take a look at your Server Log and post any errors you can find via https://pastebin.com/ -->
<!-- If you are unsure about it, post your full log, you can find it under /logs/latest.log -->
<!-- Paste your link(s) below this line -->
## :open_file_folder: /error-reports/ Folder
<!-- Check the folder /plugins/Slimefun/error-reports/ and upload any files inside that folder. -->
<!-- You can also post these files via https://pastebin.com/ -->
<!-- Paste your link(s) below this line -->
## :compass: Environment (REQUIRED)
<!-- Any issue without the exact version numbers will be closed! -->
<!-- "latest" IS NOT A VERSION NUMBER. -->
<!-- We recommend running "/sf versions" and showing us a screenshot of that. -->
<!-- Make sure that the screenshot covers the entire output of that command. -->
<!-- If your issue is related to other plugins, make sure to include the versions of these plugins too! -->
- Server Software: APOLLO16 (a custom fork of paper)
- Minecraft Version: 1.16.6
- Slimefun Version: DEV-821 (git 6533b502)

|
test
|
item name bypass round pushpin description required with a plugin that allows you to rename items with color codes one can create fake sf items that act like the real thing even if the data tag is not the same as the right item bookmark tabs steps to reproduce the issue required you need a plugin that allows you to add color codes to rename items we have colored anvils rename the right item with the right name and the same format and color once you have the items you need you can craft them in any way you want bulb expected behavior required the correct behavior is that sf would not recognize the item as it does not have the right data tag of ingot fake ingot the data tags are not the same scroll server log open file folder error reports folder compass environment required server software a custom fork of paper minecraft version slimefun version dev git
| 1
|
162,195
| 12,626,911,672
|
IssuesEvent
|
2020-06-14 18:51:38
|
AudunVN/hypso-openmct
|
https://api.github.com/repos/AudunVN/hypso-openmct
|
opened
|
Implement basic NA PostgREST server test instance
|
server testing
|
Should be able to respond to the requests required by NATelemetryFetcher, to enable testing and verification for this without having to rely on a connection to the real server.
|
1.0
|
Implement basic NA PostgREST server test instance - Should be able to respond to the requests required by NATelemetryFetcher, to enable testing and verification for this without having to rely on a connection to the real server.
|
test
|
implement basic na postgrest server test instance should be able to respond to the requests required by natelemetryfetcher to enable testing and verification for this without having to rely on a connection to the real server
| 1
|
184,588
| 14,289,501,639
|
IssuesEvent
|
2020-11-23 19:21:45
|
github-vet/rangeclosure-findings
|
https://api.github.com/repos/github-vet/rangeclosure-findings
|
closed
|
zhanshicai/zhanshicai: gossip/gossip/orgs_test.go; 14 LoC
|
fresh small test
|
Found a possible issue in [zhanshicai/zhanshicai](https://www.github.com/zhanshicai/zhanshicai) at [gossip/gossip/orgs_test.go](https://github.com/zhanshicai/zhanshicai/blob/fc4298bdbe0e2f79f8a3a80c31ba0ac46dc91096/gossip/gossip/orgs_test.go#L397-L410)
The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements
which capture loop variables.
[Click here to see the code in its original context.](https://github.com/zhanshicai/zhanshicai/blob/fc4298bdbe0e2f79f8a3a80c31ba0ac46dc91096/gossip/gossip/orgs_test.go#L397-L410)
<details>
<summary>Click here to show the 14 line(s) of Go which triggered the analyzer.</summary>
```go
for _, ch := range channels {
if isOrgInChan(org, ch) {
for _, p := range peers {
p.JoinChan(joinChanMsgsByChan[ch], common.ChainID(ch))
p.UpdateChannelMetadata(createMetadata(1), common.ChainID(ch))
go func(p Gossip) {
for i := 0; i < 5; i++ {
time.Sleep(time.Second)
p.UpdateChannelMetadata(createMetadata(1), common.ChainID(ch))
}
}(p)
}
}
}
```
</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: fc4298bdbe0e2f79f8a3a80c31ba0ac46dc91096
|
1.0
|
zhanshicai/zhanshicai: gossip/gossip/orgs_test.go; 14 LoC -
Found a possible issue in [zhanshicai/zhanshicai](https://www.github.com/zhanshicai/zhanshicai) at [gossip/gossip/orgs_test.go](https://github.com/zhanshicai/zhanshicai/blob/fc4298bdbe0e2f79f8a3a80c31ba0ac46dc91096/gossip/gossip/orgs_test.go#L397-L410)
The below snippet of Go code triggered static analysis which searches for goroutines and/or defer statements
which capture loop variables.
[Click here to see the code in its original context.](https://github.com/zhanshicai/zhanshicai/blob/fc4298bdbe0e2f79f8a3a80c31ba0ac46dc91096/gossip/gossip/orgs_test.go#L397-L410)
<details>
<summary>Click here to show the 14 line(s) of Go which triggered the analyzer.</summary>
```go
for _, ch := range channels {
if isOrgInChan(org, ch) {
for _, p := range peers {
p.JoinChan(joinChanMsgsByChan[ch], common.ChainID(ch))
p.UpdateChannelMetadata(createMetadata(1), common.ChainID(ch))
go func(p Gossip) {
for i := 0; i < 5; i++ {
time.Sleep(time.Second)
p.UpdateChannelMetadata(createMetadata(1), common.ChainID(ch))
}
}(p)
}
}
}
```
</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: fc4298bdbe0e2f79f8a3a80c31ba0ac46dc91096
|
test
|
zhanshicai zhanshicai gossip gossip orgs test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer go for ch range channels if isorginchan org ch for p range peers p joinchan joinchanmsgsbychan common chainid ch p updatechannelmetadata createmetadata common chainid ch go func p gossip for i i i time sleep time second p updatechannelmetadata createmetadata common chainid ch p 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
|
214,645
| 16,602,244,136
|
IssuesEvent
|
2021-06-01 21:16:20
|
microsoft/vscode
|
https://api.github.com/repos/microsoft/vscode
|
closed
|
Test: Terminal profile contributions API
|
testplan-item
|
Refs: https://github.com/microsoft/vscode/pull/120369
- [x] macOS @sandy081
- [x] linux @JacksonKearl
- [x] windows @connor4312
Complexity: 3
Authors: @Tyriar, @meganrogge
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23124793%0A%0A)
---
There's a new proposed API that allows contributing terminal profiles, note that this is replacing the old terminal "types" API that js-debug uses. To test, use the [terminal-sample](https://github.com/Microsoft/vscode-extension-samples/tree/main/terminal-sample) and [external-terminal-sample](https://github.com/microsoft/vscode-extension-samples/tree/main/extension-terminal-sample) APIs to contribute new profiles, they should show up in the terminal's new terminal dropdown and and `Create New Terminal Integrated Terminal (With Profile)` command. For example:
```ts
context.subscriptions.push(vscode.window.registerTerminalProfileProvider('my-ext.terminal-profile', {
provideProfileOptions(token: vscode.CancellationToken): vscode.ProviderResult<vscode.TerminalOptions | vscode.ExtensionTerminalOptions> {
// Try out several options, as well as contributing { name, pty } options
return { name: 'Profile from extension', shellPath: 'cmd.exe' };
}
}));
```
When a profile is activated it will fire a new `onTerminalProfile` activation event:
```json
"activationEvents": [
"onTerminalProfile:my-ext.terminal-profile"
],
"contributes": {
"terminal": {
"profiles": [
{
"title": "Profile from extension",
"id": "my-ext.terminal-profile"
}
]
},
}
```
|
1.0
|
Test: Terminal profile contributions API - Refs: https://github.com/microsoft/vscode/pull/120369
- [x] macOS @sandy081
- [x] linux @JacksonKearl
- [x] windows @connor4312
Complexity: 3
Authors: @Tyriar, @meganrogge
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23124793%0A%0A)
---
There's a new proposed API that allows contributing terminal profiles, note that this is replacing the old terminal "types" API that js-debug uses. To test, use the [terminal-sample](https://github.com/Microsoft/vscode-extension-samples/tree/main/terminal-sample) and [external-terminal-sample](https://github.com/microsoft/vscode-extension-samples/tree/main/extension-terminal-sample) APIs to contribute new profiles, they should show up in the terminal's new terminal dropdown and and `Create New Terminal Integrated Terminal (With Profile)` command. For example:
```ts
context.subscriptions.push(vscode.window.registerTerminalProfileProvider('my-ext.terminal-profile', {
provideProfileOptions(token: vscode.CancellationToken): vscode.ProviderResult<vscode.TerminalOptions | vscode.ExtensionTerminalOptions> {
// Try out several options, as well as contributing { name, pty } options
return { name: 'Profile from extension', shellPath: 'cmd.exe' };
}
}));
```
When a profile is activated it will fire a new `onTerminalProfile` activation event:
```json
"activationEvents": [
"onTerminalProfile:my-ext.terminal-profile"
],
"contributes": {
"terminal": {
"profiles": [
{
"title": "Profile from extension",
"id": "my-ext.terminal-profile"
}
]
},
}
```
|
test
|
test terminal profile contributions api refs macos linux jacksonkearl windows complexity authors tyriar meganrogge there s a new proposed api that allows contributing terminal profiles note that this is replacing the old terminal types api that js debug uses to test use the and apis to contribute new profiles they should show up in the terminal s new terminal dropdown and and create new terminal integrated terminal with profile command for example ts context subscriptions push vscode window registerterminalprofileprovider my ext terminal profile provideprofileoptions token vscode cancellationtoken vscode providerresult try out several options as well as contributing name pty options return name profile from extension shellpath cmd exe when a profile is activated it will fire a new onterminalprofile activation event json activationevents onterminalprofile my ext terminal profile contributes terminal profiles title profile from extension id my ext terminal profile
| 1
|
269,540
| 20,386,304,327
|
IssuesEvent
|
2022-02-22 07:21:56
|
Azure/PSRule.Rules.Azure
|
https://api.github.com/repos/Azure/PSRule.Rules.Azure
|
opened
|
Improve running locally documentation
|
documentation
|
We need to improve documentation for testing a repository locally using VSCode extension including any configuration options that are relevant.
|
1.0
|
Improve running locally documentation - We need to improve documentation for testing a repository locally using VSCode extension including any configuration options that are relevant.
|
non_test
|
improve running locally documentation we need to improve documentation for testing a repository locally using vscode extension including any configuration options that are relevant
| 0
|
111,737
| 24,185,331,216
|
IssuesEvent
|
2022-09-23 12:50:29
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
`$CompilationError$` is returned with create variable and check error code action
|
Type/Bug Team/LanguageServer Points/2 Area/CodeAction Reason/MultipleComponentInteraction
|
**Description:**
Consider the following scenario where we only have `returns` without the return type.
https://user-images.githubusercontent.com/61020198/182784542-9263a5c0-40f9-49db-8d4a-f47bcdc002a3.mov
In this scenario when we apply the Create variable and check error code action, `$CompilationError$|error` is returned with the variable creation.
**Steps to reproduce:**
```
function createIntWithError() returns int|error {
return 0;
}
class MyClass {
function testFunction() returns {
createIntWithError();
}
}
```
|
1.0
|
`$CompilationError$` is returned with create variable and check error code action - **Description:**
Consider the following scenario where we only have `returns` without the return type.
https://user-images.githubusercontent.com/61020198/182784542-9263a5c0-40f9-49db-8d4a-f47bcdc002a3.mov
In this scenario when we apply the Create variable and check error code action, `$CompilationError$|error` is returned with the variable creation.
**Steps to reproduce:**
```
function createIntWithError() returns int|error {
return 0;
}
class MyClass {
function testFunction() returns {
createIntWithError();
}
}
```
|
non_test
|
compilationerror is returned with create variable and check error code action description consider the following scenario where we only have returns without the return type in this scenario when we apply the create variable and check error code action compilationerror error is returned with the variable creation steps to reproduce function createintwitherror returns int error return class myclass function testfunction returns createintwitherror
| 0
|
95,780
| 12,040,993,164
|
IssuesEvent
|
2020-04-14 08:03:15
|
sourcegraph/sourcegraph
|
https://api.github.com/repos/sourcegraph/sourcegraph
|
closed
|
Function of extension-contributed buttons is not clear
|
bug needs-design team/web webapp
|
I just noticed that on Sourcegraph.com the buttons above a file also show up as text:
<img width="838" alt="Screen Shot 2019-09-06 at 08 39 30" src="https://user-images.githubusercontent.com/1185253/64406347-df773180-d081-11e9-81b9-98636d317e16.png">
See here: https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/enterprise/cmd/frontend/internal/dotcom/productsubscription/subscriptions_db.go#L12:41
I don't think that's the intended behavior, since it doesn't show up on sourcegraph.sgdev.org: https://sourcegraph.sgdev.org/sourcegraph/enterprise@093a16521df58e6c49cf70e6a4832137e740265a/-/blob/enterprise/cmd/frontend/internal/dotcom/productsubscription/subscriptions_db.go
(@lguychard: I don't know who to assign this to, feel free to re-assign!)
|
1.0
|
Function of extension-contributed buttons is not clear - I just noticed that on Sourcegraph.com the buttons above a file also show up as text:
<img width="838" alt="Screen Shot 2019-09-06 at 08 39 30" src="https://user-images.githubusercontent.com/1185253/64406347-df773180-d081-11e9-81b9-98636d317e16.png">
See here: https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/enterprise/cmd/frontend/internal/dotcom/productsubscription/subscriptions_db.go#L12:41
I don't think that's the intended behavior, since it doesn't show up on sourcegraph.sgdev.org: https://sourcegraph.sgdev.org/sourcegraph/enterprise@093a16521df58e6c49cf70e6a4832137e740265a/-/blob/enterprise/cmd/frontend/internal/dotcom/productsubscription/subscriptions_db.go
(@lguychard: I don't know who to assign this to, feel free to re-assign!)
|
non_test
|
function of extension contributed buttons is not clear i just noticed that on sourcegraph com the buttons above a file also show up as text img width alt screen shot at src see here i don t think that s the intended behavior since it doesn t show up on sourcegraph sgdev org lguychard i don t know who to assign this to feel free to re assign
| 0
|
326,324
| 27,983,429,272
|
IssuesEvent
|
2023-03-26 12:31:10
|
IntellectualSites/PlotSquared
|
https://api.github.com/repos/IntellectualSites/PlotSquared
|
closed
|
Stone edges are no longer generated after "Schematic generation" setup.
|
Requires Testing
|
### Server Implementation
Paper
### Server Version
1.19.2
### Describe the bug
Hello, I have downloaded the plugin PlotSquared and Fawe the latest version for 1.19.2 Paper Server and put them in plugin folder. I then started the server and everything ran without errors. First I did a setup to create a plotworld and used the default values in setup. Then first the plotworld was created with empty green area with stone borders. After that I wanted to add/activate this "Schematic generation" [https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html](https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html) and I followed the instructions exactly and properly and did not change anything else in the settings and so on. I followed the instructions exactly. Then stopped server and deleted the plotworld so that the plotworld can regenerate. After that server started and then the image **no. 1** looked like this and suddenly without stone borders, why? Then I went some plot and executed with /plot claim and first nothing happened except that I took the plot in my possession. Then I executed the command /plot delete and again /plot claim and suddenly this stone border is there, see picture **no. 2**, why is that? And but it is still generated without stone borders like on the picture **no. 1**.


### To Reproduce
1. Rebuild Minecraft Server **1.19.2 Paper**.
2. Download the plugin [PlotSquared v6](https://www.spigotmc.org/resources/plotsquared-v6.77506/) and [FAWE](https://intellectualsites.github.io/download/fawe.html) and put them into the plugins folder.
3. Launch Minecraft Server.
4. Create plot world with default values:
- /ps setup PlotSquared
- /ps setup normal
- /ps setup 62
- /ps setup 42
- /ps setup stone
- /ps setup true
- /ps setup grass_block
- /ps setup stone_slab
- /ps setup sandstone_slab
- /ps setup 7
- /ps setup 62
- /ps setup quartz_block
- /ps setup stone
- /ps setup 62
- /ps setup true
- /ps setup (World name)
5. Take some empty plot and build something on it for test purposes.
6. Perform setup "[Schematic generation](https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html)".
7. Minecraft server stop.
8. Delete plot world so that it can generate completely.
9. Launch Minecraft Server.
10. Then you see that all plots are generated without stone borders, but if you take on free plots with **/ps claim** and then delete **/ps delete** plot, then the stone border is suddenly there and the whole thing must be fixed so that the stone borders are generated at the beginning.
### Expected behaviour
That the stone edges after "[Schematic generation](https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html)" setup will no longer generate.
### Screenshots / Videos


### Error log (if applicable)
_No response_
### Plot Debugpaste
https://athion.net/ISPaster/paste/view/e7d3be5af0524ffb9d08a5cb29a3c163
### PlotSquared Version
PlotSquared-6.11.1-Premium
### Checklist
- [x] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
### Anything else?
_No response_
|
1.0
|
Stone edges are no longer generated after "Schematic generation" setup. - ### Server Implementation
Paper
### Server Version
1.19.2
### Describe the bug
Hello, I have downloaded the plugin PlotSquared and Fawe the latest version for 1.19.2 Paper Server and put them in plugin folder. I then started the server and everything ran without errors. First I did a setup to create a plotworld and used the default values in setup. Then first the plotworld was created with empty green area with stone borders. After that I wanted to add/activate this "Schematic generation" [https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html](https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html) and I followed the instructions exactly and properly and did not change anything else in the settings and so on. I followed the instructions exactly. Then stopped server and deleted the plotworld so that the plotworld can regenerate. After that server started and then the image **no. 1** looked like this and suddenly without stone borders, why? Then I went some plot and executed with /plot claim and first nothing happened except that I took the plot in my possession. Then I executed the command /plot delete and again /plot claim and suddenly this stone border is there, see picture **no. 2**, why is that? And but it is still generated without stone borders like on the picture **no. 1**.


### To Reproduce
1. Rebuild Minecraft Server **1.19.2 Paper**.
2. Download the plugin [PlotSquared v6](https://www.spigotmc.org/resources/plotsquared-v6.77506/) and [FAWE](https://intellectualsites.github.io/download/fawe.html) and put them into the plugins folder.
3. Launch Minecraft Server.
4. Create plot world with default values:
- /ps setup PlotSquared
- /ps setup normal
- /ps setup 62
- /ps setup 42
- /ps setup stone
- /ps setup true
- /ps setup grass_block
- /ps setup stone_slab
- /ps setup sandstone_slab
- /ps setup 7
- /ps setup 62
- /ps setup quartz_block
- /ps setup stone
- /ps setup 62
- /ps setup true
- /ps setup (World name)
5. Take some empty plot and build something on it for test purposes.
6. Perform setup "[Schematic generation](https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html)".
7. Minecraft server stop.
8. Delete plot world so that it can generate completely.
9. Launch Minecraft Server.
10. Then you see that all plots are generated without stone borders, but if you take on free plots with **/ps claim** and then delete **/ps delete** plot, then the stone border is suddenly there and the whole thing must be fixed so that the stone borders are generated at the beginning.
### Expected behaviour
That the stone edges after "[Schematic generation](https://intellectualsites.github.io/plotsquared-documentation/schematics/schematic-generation.html)" setup will no longer generate.
### Screenshots / Videos


### Error log (if applicable)
_No response_
### Plot Debugpaste
https://athion.net/ISPaster/paste/view/e7d3be5af0524ffb9d08a5cb29a3c163
### PlotSquared Version
PlotSquared-6.11.1-Premium
### Checklist
- [x] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
### Anything else?
_No response_
|
test
|
stone edges are no longer generated after schematic generation setup server implementation paper server version describe the bug hello i have downloaded the plugin plotsquared and fawe the latest version for paper server and put them in plugin folder i then started the server and everything ran without errors first i did a setup to create a plotworld and used the default values in setup then first the plotworld was created with empty green area with stone borders after that i wanted to add activate this schematic generation and i followed the instructions exactly and properly and did not change anything else in the settings and so on i followed the instructions exactly then stopped server and deleted the plotworld so that the plotworld can regenerate after that server started and then the image no looked like this and suddenly without stone borders why then i went some plot and executed with plot claim and first nothing happened except that i took the plot in my possession then i executed the command plot delete and again plot claim and suddenly this stone border is there see picture no why is that and but it is still generated without stone borders like on the picture no to reproduce rebuild minecraft server paper download the plugin and and put them into the plugins folder launch minecraft server create plot world with default values ps setup plotsquared ps setup normal ps setup ps setup ps setup stone ps setup true ps setup grass block ps setup stone slab ps setup sandstone slab ps setup ps setup ps setup quartz block ps setup stone ps setup ps setup true ps setup world name take some empty plot and build something on it for test purposes perform setup minecraft server stop delete plot world so that it can generate completely launch minecraft server then you see that all plots are generated without stone borders but if you take on free plots with ps claim and then delete ps delete plot then the stone border is suddenly there and the whole thing must be fixed so that the stone borders are generated at the beginning expected behaviour that the stone edges after setup will no longer generate screenshots videos error log if applicable no response plot debugpaste plotsquared version plotsquared premium checklist i have included a plot debugpaste i am using the newest build from and the issue still persists anything else no response
| 1
|
106,537
| 4,274,066,906
|
IssuesEvent
|
2016-07-13 19:17:46
|
fgpv-vpgf/fgpv-vpgf
|
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
|
closed
|
bug(ui): settings and metada toggles in toc are not accessible via keyboard or touch
|
bug-type: broken use case experience: ux needs: UX review priority: medium problem: standards
|
These toggles are hidden and shown only on hover; when tabbing, they are skipped and only the visibility toggle gets focus.
- [ ] Let settings and metadata to properly receive focus from the keyboard.
- [ ] Always display toggles in mobile layout (and/or when a mobile browser detected.)

|
1.0
|
bug(ui): settings and metada toggles in toc are not accessible via keyboard or touch - These toggles are hidden and shown only on hover; when tabbing, they are skipped and only the visibility toggle gets focus.
- [ ] Let settings and metadata to properly receive focus from the keyboard.
- [ ] Always display toggles in mobile layout (and/or when a mobile browser detected.)

|
non_test
|
bug ui settings and metada toggles in toc are not accessible via keyboard or touch these toggles are hidden and shown only on hover when tabbing they are skipped and only the visibility toggle gets focus let settings and metadata to properly receive focus from the keyboard always display toggles in mobile layout and or when a mobile browser detected
| 0
|
281,161
| 24,366,139,925
|
IssuesEvent
|
2022-10-03 15:18:15
|
golang/go
|
https://api.github.com/repos/golang/go
|
closed
|
runtime/coverage: TestCoverageApis/emitToNonexistentDir fails on plan9
|
Testing OS-Plan9 NeedsFix
|
CL [436236](https://go-review.googlesource.com/c/go/+/436236) broke testing on Plan 9 by enabling coverage tests which were not previously being run by default. Failure looks like this:
```
--- FAIL: TestCoverageApis (121.79s)
emitdata_test.go:42: harness path is /tmp/TestCoverageApis2970001122/001/build/harness.exe
--- FAIL: TestCoverageApis/emitToNonexistentDir (0.23s)
emitdata_test.go:144: running: /tmp/TestCoverageApis2970001122/001/build/harness.exe -tp emitToNonexistentDir -o /tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y with rdir=/tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-rdir-y and GOCOVERDIR=false
emitdata_test.go:268: warning: GOCOVERDIR not set, no coverage data emitted
emitToNonexistentDir: meta data emit to bad dir: got error:
output directory "/tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y_MANGLED" inaccessible (err: stat /tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y_MANGLED: '.../TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y_MANGLED' does not exist); no coverage data written
wanted error with one of:
[no such file or directory system cannot find the file specified]
emitdata_test.go:269: running 'harness -tp emitToNonexistentDir': exit status: 'harness.exe 33405: 1'
FAIL
FAIL runtime/coverage 230.966s
```
The cause is that the "want" strings to indicate a nonexistent directory only allow for linux-ish (sic) and windows error messages. The fix is to add the equivalent error string for Plan 9.
|
1.0
|
runtime/coverage: TestCoverageApis/emitToNonexistentDir fails on plan9 - CL [436236](https://go-review.googlesource.com/c/go/+/436236) broke testing on Plan 9 by enabling coverage tests which were not previously being run by default. Failure looks like this:
```
--- FAIL: TestCoverageApis (121.79s)
emitdata_test.go:42: harness path is /tmp/TestCoverageApis2970001122/001/build/harness.exe
--- FAIL: TestCoverageApis/emitToNonexistentDir (0.23s)
emitdata_test.go:144: running: /tmp/TestCoverageApis2970001122/001/build/harness.exe -tp emitToNonexistentDir -o /tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y with rdir=/tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-rdir-y and GOCOVERDIR=false
emitdata_test.go:268: warning: GOCOVERDIR not set, no coverage data emitted
emitToNonexistentDir: meta data emit to bad dir: got error:
output directory "/tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y_MANGLED" inaccessible (err: stat /tmp/TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y_MANGLED: '.../TestCoverageApis2970001122/001/emitToNonexistentDir-edir-y_MANGLED' does not exist); no coverage data written
wanted error with one of:
[no such file or directory system cannot find the file specified]
emitdata_test.go:269: running 'harness -tp emitToNonexistentDir': exit status: 'harness.exe 33405: 1'
FAIL
FAIL runtime/coverage 230.966s
```
The cause is that the "want" strings to indicate a nonexistent directory only allow for linux-ish (sic) and windows error messages. The fix is to add the equivalent error string for Plan 9.
|
test
|
runtime coverage testcoverageapis emittononexistentdir fails on cl broke testing on plan by enabling coverage tests which were not previously being run by default failure looks like this fail testcoverageapis emitdata test go harness path is tmp build harness exe fail testcoverageapis emittononexistentdir emitdata test go running tmp build harness exe tp emittononexistentdir o tmp emittononexistentdir edir y with rdir tmp emittononexistentdir rdir y and gocoverdir false emitdata test go warning gocoverdir not set no coverage data emitted emittononexistentdir meta data emit to bad dir got error output directory tmp emittononexistentdir edir y mangled inaccessible err stat tmp emittononexistentdir edir y mangled emittononexistentdir edir y mangled does not exist no coverage data written wanted error with one of emitdata test go running harness tp emittononexistentdir exit status harness exe fail fail runtime coverage the cause is that the want strings to indicate a nonexistent directory only allow for linux ish sic and windows error messages the fix is to add the equivalent error string for plan
| 1
|
39,549
| 5,240,818,068
|
IssuesEvent
|
2017-01-31 14:13:23
|
ValveSoftware/Source-1-Games
|
https://api.github.com/repos/ValveSoftware/Source-1-Games
|
closed
|
TF2: Sometimes %NEMESISNAME% and %killername% shows instead of enemys name.
|
Need Retest Reviewed Team Fortress 2
|
Issue transferred from ValveSoftware/steam-for-linux#689
@birdstream posted at 2013-01-13T15:51:16Z:
Sometimes when i get killed, especially when i get a new nemesis, %NEMESISNAME% and %killername% are shown instead of enemys name:

|
1.0
|
TF2: Sometimes %NEMESISNAME% and %killername% shows instead of enemys name. - Issue transferred from ValveSoftware/steam-for-linux#689
@birdstream posted at 2013-01-13T15:51:16Z:
Sometimes when i get killed, especially when i get a new nemesis, %NEMESISNAME% and %killername% are shown instead of enemys name:

|
test
|
sometimes nemesisname and killername shows instead of enemys name issue transferred from valvesoftware steam for linux birdstream posted at sometimes when i get killed especially when i get a new nemesis nemesisname and killername are shown instead of enemys name
| 1
|
268,941
| 20,365,620,747
|
IssuesEvent
|
2022-02-21 05:04:10
|
DevCamp2Flame/FlameTalk_Server
|
https://api.github.com/repos/DevCamp2Flame/FlameTalk_Server
|
closed
|
์ฝ๋ ๋ฆฌ๋ทฐ ๊ฐ์ด๋ ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ์ฌํญ ์ ์ฉ
|
documentation
|
## Description
ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ์ผ๋ก, ์ฝ๋ ๋ฆฌ๋ทฐ ๊ฐ์ด๋์ `ํด๋ ๊ตฌ์กฐ` ๋ณ๊ฒฝ
## Todo
- [ ] ํด๋ ๊ตฌ์กฐ ๋ค์ ์์ฑ
|
1.0
|
์ฝ๋ ๋ฆฌ๋ทฐ ๊ฐ์ด๋ ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ์ฌํญ ์ ์ฉ - ## Description
ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ์ผ๋ก, ์ฝ๋ ๋ฆฌ๋ทฐ ๊ฐ์ด๋์ `ํด๋ ๊ตฌ์กฐ` ๋ณ๊ฒฝ
## Todo
- [ ] ํด๋ ๊ตฌ์กฐ ๋ค์ ์์ฑ
|
non_test
|
์ฝ๋ ๋ฆฌ๋ทฐ ๊ฐ์ด๋ ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ์ฌํญ ์ ์ฉ description ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ์ผ๋ก ์ฝ๋ ๋ฆฌ๋ทฐ ๊ฐ์ด๋์ ํด๋ ๊ตฌ์กฐ ๋ณ๊ฒฝ todo ํด๋ ๊ตฌ์กฐ ๋ค์ ์์ฑ
| 0
|
280,689
| 30,842,855,829
|
IssuesEvent
|
2023-08-02 11:55:21
|
momo-tong/jackson-databind-2.3.1
|
https://api.github.com/repos/momo-tong/jackson-databind-2.3.1
|
opened
|
jackson-databind-2.3.1.jar: 68 vulnerabilities (highest severity is: 10.0)
|
Mend: dependency security vulnerability
|
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (jackson-databind version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2018-14721](https://www.mend.io/vulnerability-database/CVE-2018-14721) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 10.0 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-14540](https://www.mend.io/vulnerability-database/CVE-2019-14540) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-17531](https://www.mend.io/vulnerability-database/CVE-2019-17531) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2017-15095](https://www.mend.io/vulnerability-database/CVE-2017-15095) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.2 | ❌ |
| [CVE-2017-7525](https://www.mend.io/vulnerability-database/CVE-2017-7525) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.1 | ❌ |
| [CVE-2018-14720](https://www.mend.io/vulnerability-database/CVE-2018-14720) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-16335](https://www.mend.io/vulnerability-database/CVE-2019-16335) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-17267](https://www.mend.io/vulnerability-database/CVE-2019-17267) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2018-11307](https://www.mend.io/vulnerability-database/CVE-2018-11307) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-8840](https://www.mend.io/vulnerability-database/CVE-2020-8840) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-16942](https://www.mend.io/vulnerability-database/CVE-2019-16942) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-16943](https://www.mend.io/vulnerability-database/CVE-2019-16943) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-19362](https://www.mend.io/vulnerability-database/CVE-2018-19362) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-19361](https://www.mend.io/vulnerability-database/CVE-2018-19361) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-19360](https://www.mend.io/vulnerability-database/CVE-2018-19360) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-10202](https://www.mend.io/vulnerability-database/CVE-2019-10202) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-14893](https://www.mend.io/vulnerability-database/CVE-2019-14893) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-14892](https://www.mend.io/vulnerability-database/CVE-2019-14892) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-9546](https://www.mend.io/vulnerability-database/CVE-2020-9546) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2017-17485](https://www.mend.io/vulnerability-database/CVE-2017-17485) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-14379](https://www.mend.io/vulnerability-database/CVE-2019-14379) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-9547](https://www.mend.io/vulnerability-database/CVE-2020-9547) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-9548](https://www.mend.io/vulnerability-database/CVE-2020-9548) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-20330](https://www.mend.io/vulnerability-database/CVE-2019-20330) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2018-14719](https://www.mend.io/vulnerability-database/CVE-2018-14719) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-14718](https://www.mend.io/vulnerability-database/CVE-2018-14718) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-7489](https://www.mend.io/vulnerability-database/CVE-2018-7489) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10968](https://www.mend.io/vulnerability-database/CVE-2020-10968) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-10969](https://www.mend.io/vulnerability-database/CVE-2020-10969) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11111](https://www.mend.io/vulnerability-database/CVE-2020-11111) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11113](https://www.mend.io/vulnerability-database/CVE-2020-11113) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11112](https://www.mend.io/vulnerability-database/CVE-2020-11112) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10672](https://www.mend.io/vulnerability-database/CVE-2020-10672) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10673](https://www.mend.io/vulnerability-database/CVE-2020-10673) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11619](https://www.mend.io/vulnerability-database/CVE-2020-11619) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-36189](https://www.mend.io/vulnerability-database/CVE-2020-36189) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36188](https://www.mend.io/vulnerability-database/CVE-2020-36188) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-11620](https://www.mend.io/vulnerability-database/CVE-2020-11620) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10650](https://www.mend.io/vulnerability-database/CVE-2020-10650) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.9.10.4 | ❌ |
| [CVE-2020-36181](https://www.mend.io/vulnerability-database/CVE-2020-36181) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36180](https://www.mend.io/vulnerability-database/CVE-2020-36180) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36183](https://www.mend.io/vulnerability-database/CVE-2020-36183) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36182](https://www.mend.io/vulnerability-database/CVE-2020-36182) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36185](https://www.mend.io/vulnerability-database/CVE-2020-36185) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2018-5968](https://www.mend.io/vulnerability-database/CVE-2018-5968) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-36184](https://www.mend.io/vulnerability-database/CVE-2020-36184) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36187](https://www.mend.io/vulnerability-database/CVE-2020-36187) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36186](https://www.mend.io/vulnerability-database/CVE-2020-36186) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2021-20190](https://www.mend.io/vulnerability-database/CVE-2021-20190) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36179](https://www.mend.io/vulnerability-database/CVE-2020-36179) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-24616](https://www.mend.io/vulnerability-database/CVE-2020-24616) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14060](https://www.mend.io/vulnerability-database/CVE-2020-14060) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14061](https://www.mend.io/vulnerability-database/CVE-2020-14061) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14062](https://www.mend.io/vulnerability-database/CVE-2020-14062) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-24750](https://www.mend.io/vulnerability-database/CVE-2020-24750) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14195](https://www.mend.io/vulnerability-database/CVE-2020-14195) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-12086](https://www.mend.io/vulnerability-database/CVE-2019-12086) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-25649](https://www.mend.io/vulnerability-database/CVE-2020-25649) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2018-12022](https://www.mend.io/vulnerability-database/CVE-2018-12022) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-12023](https://www.mend.io/vulnerability-database/CVE-2018-12023) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-14439](https://www.mend.io/vulnerability-database/CVE-2019-14439) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2022-42004](https://www.mend.io/vulnerability-database/CVE-2022-42004) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.12.7.1 | ❌ |
| [CVE-2022-42003](https://www.mend.io/vulnerability-database/CVE-2022-42003) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.12.7.1 | ❌ |
| [CVE-2020-36518](https://www.mend.io/vulnerability-database/CVE-2020-36518) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.12.6.1 | ❌ |
| [CVE-2019-12814](https://www.mend.io/vulnerability-database/CVE-2019-12814) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.9 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-12384](https://www.mend.io/vulnerability-database/CVE-2019-12384) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.9 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [WS-2018-0125](https://github.com/FasterXML/jackson-core/issues/315) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.3 | jackson-core-2.3.1.jar | Transitive | 2.6.4 | ❌ |
| [WS-2018-0124](https://issues.jboss.org/browse/JBEAP-6316) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.3 | jackson-core-2.3.1.jar | Transitive | 2.6.4 | ❌ |
## Details
> Partial details (22 vulnerabilities) are displayed below due to a content size limitation in GitHub. To view information on the remaining vulnerabilities, navigate to the Mend Application.<br>
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-14721</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to conduct server-side request forgery (SSRF) attacks by leveraging failure to block the axis2-jaxws class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14721>CVE-2018-14721</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>10.0</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Changed
- 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14721">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14721</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14540</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.
<p>Publish Date: 2019-09-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14540>CVE-2019-14540</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540</a></p>
<p>Release Date: 2019-09-15</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-17531</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.
<p>Publish Date: 2019-10-12
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-17531>CVE-2019-17531</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531</a></p>
<p>Release Date: 2019-10-12</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2017-15095</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
<p>Publish Date: 2018-02-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-15095>CVE-2017-15095</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-15095">https://nvd.nist.gov/vuln/detail/CVE-2017-15095</a></p>
<p>Release Date: 2017-06-27</p>
<p>Fix Resolution: 2.6.7.2</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2017-7525</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
<p>Publish Date: 2018-02-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-7525>CVE-2017-7525</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525</a></p>
<p>Release Date: 2018-02-06</p>
<p>Fix Resolution: 2.6.7.1</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-14720</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.7 might allow attackers to conduct external XML entity (XXE) attacks by leveraging failure to block unspecified JDK classes from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14720>CVE-2018-14720</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-14720">https://nvd.nist.gov/vuln/detail/CVE-2018-14720</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-16335</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariDataSource. This is a different vulnerability than CVE-2019-14540.
<p>Publish Date: 2019-09-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16335>CVE-2019-16335</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-09-15</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-17267</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup.
<p>Publish Date: 2019-10-07
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-17267>CVE-2019-17267</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-10-07</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-11307</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.5. Use of Jackson default typing along with a gadget class from iBatis allows exfiltration of content. Fixed in 2.7.9.4, 2.8.11.2, and 2.9.6.
<p>Publish Date: 2019-07-09
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-11307>CVE-2018-11307</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-07-09</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2020-8840</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.0.0 through 2.9.10.2 lacks certain xbean-reflect/JNDI blocking, as demonstrated by org.apache.xbean.propertyeditor.JndiConverter.
<p>Publish Date: 2020-02-10
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-8840>CVE-2020-8840</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-02-10</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-16942</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16942>CVE-2019-16942</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16942">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16942</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-16943</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16943>CVE-2019-16943</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-19362</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19362>CVE-2018-19362</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-19361</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19361>CVE-2018-19361</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-19360</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the axis2-transport-jms class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19360>CVE-2018-19360</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19360">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19360</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-10202</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-10202>CVE-2019-10202</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://lists.apache.org/thread/08302h5kp2l9ry2zq8vydomlhn0fg4j4">https://lists.apache.org/thread/08302h5kp2l9ry2zq8vydomlhn0fg4j4</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14893</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A flaw was discovered in FasterXML jackson-databind in all versions before 2.9.10 and 2.10.0, where it would permit polymorphic deserialization of malicious objects using the xalan JNDI gadget when used in conjunction with polymorphic type handling methods such as `enableDefaultTyping()` or when @JsonTypeInfo is using `Id.CLASS` or `Id.MINIMAL_CLASS` or in any other way which ObjectMapper.readValue might instantiate objects from unsafe sources. An attacker could use this flaw to execute arbitrary code.
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14893>CVE-2019-14893</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14893">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14893</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14892</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A flaw was discovered in jackson-databind in versions before 2.9.10, 2.8.11.5 and 2.6.7.3, where it would permit polymorphic deserialization of a malicious object using commons-configuration 1 and 2 JNDI classes. An attacker could use this flaw to execute arbitrary code.
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14892>CVE-2019-14892</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2020-9546</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-9546>CVE-2020-9546</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2017-17485</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
<p>Publish Date: 2018-01-10
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-17485>CVE-2017-17485</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17485">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17485</a></p>
<p>Release Date: 2018-01-10</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14379</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
SubTypeValidator.java in FasterXML jackson-databind before 2.9.9.2 mishandles default typing when ehcache is used (because of net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup), leading to remote code execution.
<p>Publish Date: 2019-07-29
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14379>CVE-2019-14379</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14379">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14379</a></p>
<p>Release Date: 2019-07-29</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2020-9547</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig (aka ibatis-sqlmap).
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-9547>CVE-2020-9547</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9547">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9547</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details>
|
True
|
jackson-databind-2.3.1.jar: 68 vulnerabilities (highest severity is: 10.0) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (jackson-databind version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2018-14721](https://www.mend.io/vulnerability-database/CVE-2018-14721) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 10.0 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-14540](https://www.mend.io/vulnerability-database/CVE-2019-14540) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-17531](https://www.mend.io/vulnerability-database/CVE-2019-17531) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2017-15095](https://www.mend.io/vulnerability-database/CVE-2017-15095) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.2 | ❌ |
| [CVE-2017-7525](https://www.mend.io/vulnerability-database/CVE-2017-7525) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.1 | ❌ |
| [CVE-2018-14720](https://www.mend.io/vulnerability-database/CVE-2018-14720) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-16335](https://www.mend.io/vulnerability-database/CVE-2019-16335) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-17267](https://www.mend.io/vulnerability-database/CVE-2019-17267) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2018-11307](https://www.mend.io/vulnerability-database/CVE-2018-11307) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-8840](https://www.mend.io/vulnerability-database/CVE-2020-8840) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-16942](https://www.mend.io/vulnerability-database/CVE-2019-16942) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-16943](https://www.mend.io/vulnerability-database/CVE-2019-16943) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-19362](https://www.mend.io/vulnerability-database/CVE-2018-19362) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-19361](https://www.mend.io/vulnerability-database/CVE-2018-19361) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-19360](https://www.mend.io/vulnerability-database/CVE-2018-19360) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-10202](https://www.mend.io/vulnerability-database/CVE-2019-10202) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-14893](https://www.mend.io/vulnerability-database/CVE-2019-14893) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-14892](https://www.mend.io/vulnerability-database/CVE-2019-14892) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-9546](https://www.mend.io/vulnerability-database/CVE-2020-9546) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2017-17485](https://www.mend.io/vulnerability-database/CVE-2017-17485) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-14379](https://www.mend.io/vulnerability-database/CVE-2019-14379) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-9547](https://www.mend.io/vulnerability-database/CVE-2020-9547) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-9548](https://www.mend.io/vulnerability-database/CVE-2020-9548) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-20330](https://www.mend.io/vulnerability-database/CVE-2019-20330) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2018-14719](https://www.mend.io/vulnerability-database/CVE-2018-14719) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-14718](https://www.mend.io/vulnerability-database/CVE-2018-14718) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-7489](https://www.mend.io/vulnerability-database/CVE-2018-7489) | <img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Critical | 9.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10968](https://www.mend.io/vulnerability-database/CVE-2020-10968) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-10969](https://www.mend.io/vulnerability-database/CVE-2020-10969) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11111](https://www.mend.io/vulnerability-database/CVE-2020-11111) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11113](https://www.mend.io/vulnerability-database/CVE-2020-11113) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11112](https://www.mend.io/vulnerability-database/CVE-2020-11112) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10672](https://www.mend.io/vulnerability-database/CVE-2020-10672) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10673](https://www.mend.io/vulnerability-database/CVE-2020-10673) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.8 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-11619](https://www.mend.io/vulnerability-database/CVE-2020-11619) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-36189](https://www.mend.io/vulnerability-database/CVE-2020-36189) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36188](https://www.mend.io/vulnerability-database/CVE-2020-36188) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-11620](https://www.mend.io/vulnerability-database/CVE-2020-11620) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-10650](https://www.mend.io/vulnerability-database/CVE-2020-10650) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.9.10.4 | ❌ |
| [CVE-2020-36181](https://www.mend.io/vulnerability-database/CVE-2020-36181) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36180](https://www.mend.io/vulnerability-database/CVE-2020-36180) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36183](https://www.mend.io/vulnerability-database/CVE-2020-36183) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36182](https://www.mend.io/vulnerability-database/CVE-2020-36182) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36185](https://www.mend.io/vulnerability-database/CVE-2020-36185) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2018-5968](https://www.mend.io/vulnerability-database/CVE-2018-5968) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-36184](https://www.mend.io/vulnerability-database/CVE-2020-36184) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36187](https://www.mend.io/vulnerability-database/CVE-2020-36187) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36186](https://www.mend.io/vulnerability-database/CVE-2020-36186) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2021-20190](https://www.mend.io/vulnerability-database/CVE-2021-20190) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-36179](https://www.mend.io/vulnerability-database/CVE-2020-36179) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.5 | ❌ |
| [CVE-2020-24616](https://www.mend.io/vulnerability-database/CVE-2020-24616) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14060](https://www.mend.io/vulnerability-database/CVE-2020-14060) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14061](https://www.mend.io/vulnerability-database/CVE-2020-14061) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14062](https://www.mend.io/vulnerability-database/CVE-2020-14062) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-24750](https://www.mend.io/vulnerability-database/CVE-2020-24750) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2020-14195](https://www.mend.io/vulnerability-database/CVE-2020-14195) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 8.1 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2019-12086](https://www.mend.io/vulnerability-database/CVE-2019-12086) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2020-25649](https://www.mend.io/vulnerability-database/CVE-2020-25649) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.4 | ❌ |
| [CVE-2018-12022](https://www.mend.io/vulnerability-database/CVE-2018-12022) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2018-12023](https://www.mend.io/vulnerability-database/CVE-2018-12023) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-14439](https://www.mend.io/vulnerability-database/CVE-2019-14439) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2022-42004](https://www.mend.io/vulnerability-database/CVE-2022-42004) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.12.7.1 | ❌ |
| [CVE-2022-42003](https://www.mend.io/vulnerability-database/CVE-2022-42003) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.12.7.1 | ❌ |
| [CVE-2020-36518](https://www.mend.io/vulnerability-database/CVE-2020-36518) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.5 | jackson-databind-2.3.1.jar | Direct | 2.12.6.1 | ❌ |
| [CVE-2019-12814](https://www.mend.io/vulnerability-database/CVE-2019-12814) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.9 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [CVE-2019-12384](https://www.mend.io/vulnerability-database/CVE-2019-12384) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.9 | jackson-databind-2.3.1.jar | Direct | 2.6.7.3 | ❌ |
| [WS-2018-0125](https://github.com/FasterXML/jackson-core/issues/315) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.3 | jackson-core-2.3.1.jar | Transitive | 2.6.4 | ❌ |
| [WS-2018-0124](https://issues.jboss.org/browse/JBEAP-6316) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.3 | jackson-core-2.3.1.jar | Transitive | 2.6.4 | ❌ |
## Details
> Partial details (22 vulnerabilities) are displayed below due to a content size limitation in GitHub. To view information on the remaining vulnerabilities, navigate to the Mend Application.<br>
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-14721</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to conduct server-side request forgery (SSRF) attacks by leveraging failure to block the axis2-jaxws class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14721>CVE-2018-14721</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>10.0</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Changed
- 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14721">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14721</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14540</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.
<p>Publish Date: 2019-09-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14540>CVE-2019-14540</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540</a></p>
<p>Release Date: 2019-09-15</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-17531</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the apache-log4j-extra (version 1.2.x) jar in the classpath, and an attacker can provide a JNDI service to access, it is possible to make the service execute a malicious payload.
<p>Publish Date: 2019-10-12
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-17531>CVE-2019-17531</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17531</a></p>
<p>Release Date: 2019-10-12</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2017-15095</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A deserialization flaw was discovered in the jackson-databind in versions before 2.8.10 and 2.9.1, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper. This issue extends the previous flaw CVE-2017-7525 by blacklisting more classes that could be used maliciously.
<p>Publish Date: 2018-02-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-15095>CVE-2017-15095</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-15095">https://nvd.nist.gov/vuln/detail/CVE-2017-15095</a></p>
<p>Release Date: 2017-06-27</p>
<p>Fix Resolution: 2.6.7.2</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2017-7525</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A deserialization flaw was discovered in the jackson-databind, versions before 2.6.7.1, 2.7.9.1 and 2.8.9, which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readValue method of the ObjectMapper.
<p>Publish Date: 2018-02-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-7525>CVE-2017-7525</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7525</a></p>
<p>Release Date: 2018-02-06</p>
<p>Fix Resolution: 2.6.7.1</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-14720</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.7 might allow attackers to conduct external XML entity (XXE) attacks by leveraging failure to block unspecified JDK classes from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-14720>CVE-2018-14720</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-14720">https://nvd.nist.gov/vuln/detail/CVE-2018-14720</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-16335</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariDataSource. This is a different vulnerability than CVE-2019-14540.
<p>Publish Date: 2019-09-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16335>CVE-2019-16335</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-09-15</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-17267</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup.
<p>Publish Date: 2019-10-07
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-17267>CVE-2019-17267</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-10-07</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-11307</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
An issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.5. Use of Jackson default typing along with a gadget class from iBatis allows exfiltration of content. Fixed in 2.7.9.4, 2.8.11.2, and 2.9.6.
<p>Publish Date: 2019-07-09
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-11307>CVE-2018-11307</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2019-07-09</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2020-8840</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.0.0 through 2.9.10.2 lacks certain xbean-reflect/JNDI blocking, as demonstrated by org.apache.xbean.propertyeditor.JndiConverter.
<p>Publish Date: 2020-02-10
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-8840>CVE-2020-8840</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-02-10</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-16942</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the commons-dbcp (1.4) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of org.apache.commons.dbcp.datasources.SharedPoolDataSource and org.apache.commons.dbcp.datasources.PerUserPoolDataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16942>CVE-2019-16942</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16942">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16942</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-16943</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind 2.0.0 through 2.9.10. When Default Typing is enabled (either globally or for a specific property) for an externally exposed JSON endpoint and the service has the p6spy (3.8.6) jar in the classpath, and an attacker can find an RMI service endpoint to access, it is possible to make the service execute a malicious payload. This issue exists because of com.p6spy.engine.spy.P6DataSource mishandling.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-16943>CVE-2019-16943</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16943</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-19362</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the jboss-common-core class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19362>CVE-2018-19362</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19362</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-19361</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19361>CVE-2018-19361</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19361</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2018-19360</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.8 might allow attackers to have unspecified impact by leveraging failure to block the axis2-transport-jms class from polymorphic deserialization.
<p>Publish Date: 2019-01-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2018-19360>CVE-2018-19360</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19360">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19360</a></p>
<p>Release Date: 2019-01-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-10202</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A series of deserialization vulnerabilities have been discovered in Codehaus 1.9.x implemented in EAP 7. This CVE fixes CVE-2017-17485, CVE-2017-7525, CVE-2017-15095, CVE-2018-5968, CVE-2018-7489, CVE-2018-1000873, CVE-2019-12086 reported for FasterXML jackson-databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike.
<p>Publish Date: 2019-10-01
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-10202>CVE-2019-10202</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://lists.apache.org/thread/08302h5kp2l9ry2zq8vydomlhn0fg4j4">https://lists.apache.org/thread/08302h5kp2l9ry2zq8vydomlhn0fg4j4</a></p>
<p>Release Date: 2019-10-01</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14893</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A flaw was discovered in FasterXML jackson-databind in all versions before 2.9.10 and 2.10.0, where it would permit polymorphic deserialization of malicious objects using the xalan JNDI gadget when used in conjunction with polymorphic type handling methods such as `enableDefaultTyping()` or when @JsonTypeInfo is using `Id.CLASS` or `Id.MINIMAL_CLASS` or in any other way which ObjectMapper.readValue might instantiate objects from unsafe sources. An attacker could use this flaw to execute arbitrary code.
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14893>CVE-2019-14893</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14893">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14893</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14892</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
A flaw was discovered in jackson-databind in versions before 2.9.10, 2.8.11.5 and 2.6.7.3, where it would permit polymorphic deserialization of a malicious object using commons-configuration 1 and 2 JNDI classes. An attacker could use this flaw to execute arbitrary code.
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14892>CVE-2019-14892</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2020-9546</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig (aka shaded hikari-config).
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-9546>CVE-2020-9546</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9546</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2017-17485</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3 allows unauthenticated remote code execution because of an incomplete fix for the CVE-2017-7525 deserialization flaw. This is exploitable by sending maliciously crafted JSON input to the readValue method of the ObjectMapper, bypassing a blacklist that is ineffective if the Spring libraries are available in the classpath.
<p>Publish Date: 2018-01-10
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-17485>CVE-2017-17485</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17485">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17485</a></p>
<p>Release Date: 2018-01-10</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2019-14379</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
SubTypeValidator.java in FasterXML jackson-databind before 2.9.9.2 mishandles default typing when ehcache is used (because of net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup), leading to remote code execution.
<p>Publish Date: 2019-07-29
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-14379>CVE-2019-14379</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14379">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14379</a></p>
<p>Release Date: 2019-07-29</p>
<p>Fix Resolution: 2.6.7.3</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> CVE-2020-9547</summary>
### Vulnerable Library - <b>jackson-databind-2.3.1.jar</b></p>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar</p>
<p>
Dependency Hierarchy:
- :x: **jackson-databind-2.3.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/momo-tong/jackson-databind-2.3.1/commit/f05af6d47a5d556b334760ee4c936059929e1ac3">f05af6d47a5d556b334760ee4c936059929e1ac3</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig (aka ibatis-sqlmap).
<p>Publish Date: 2020-03-02
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-9547>CVE-2020-9547</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9547">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-9547</a></p>
<p>Release Date: 2020-03-02</p>
<p>Fix Resolution: 2.6.7.4</p>
</p>
<p></p>
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
</details>
|
non_test
|
jackson databind jar vulnerabilities highest severity is vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar found in head commit a href vulnerabilities cve severity cvss dependency type fixed in jackson databind version remediation available critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct critical jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct high jackson databind jar direct medium jackson databind jar direct medium jackson databind jar direct medium jackson core jar transitive medium jackson core jar transitive details partial details vulnerabilities are displayed below due to a content size limitation in github to view information on the remaining vulnerabilities navigate to the mend application cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow remote attackers to conduct server side request forgery ssrf attacks by leveraging failure to block the jaxws class from polymorphic deserialization 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 changed 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to com zaxxer hikari hikariconfig 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the apache extra version x jar in the classpath and an attacker can provide a jndi service to access it is possible to make the service execute a malicious payload 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a deserialization flaw was discovered in the jackson databind in versions before and which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readvalue method of the objectmapper this issue extends the previous flaw cve by blacklisting more classes that could be used maliciously 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a deserialization flaw was discovered in the jackson databind versions before and which could allow an unauthenticated user to perform code execution by sending the maliciously crafted input to the readvalue method of the objectmapper 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow attackers to conduct external xml entity xxe attacks by leveraging failure to block unspecified jdk classes from polymorphic deserialization 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to com zaxxer hikari hikaridatasource this is a different vulnerability than cve 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 release date fix resolution step up your open source security game with mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to net sf ehcache hibernate ehcachejtatransactionmanagerlookup 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 release date fix resolution step up your open source security game with mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details an issue was discovered in fasterxml jackson databind through use of jackson default typing along with a gadget class from ibatis allows exfiltration of content fixed in and 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 release date fix resolution step up your open source security game with mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind through lacks certain xbean reflect jndi blocking as demonstrated by org apache xbean propertyeditor jndiconverter 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 release date fix resolution step up your open source security game with mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the commons dbcp jar in the classpath and an attacker can find an rmi service endpoint to access it is possible to make the service execute a malicious payload this issue exists because of org apache commons dbcp datasources sharedpooldatasource and org apache commons dbcp datasources peruserpooldatasource mishandling 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind through when default typing is enabled either globally or for a specific property for an externally exposed json endpoint and the service has the jar in the classpath and an attacker can find an rmi service endpoint to access it is possible to make the service execute a malicious payload this issue exists because of com engine spy mishandling 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the jboss common core class from polymorphic deserialization 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the openjpa class from polymorphic deserialization 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before might allow attackers to have unspecified impact by leveraging failure to block the transport jms class from polymorphic deserialization 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a series of deserialization vulnerabilities have been discovered in codehaus x implemented in eap this cve fixes cve cve cve cve cve cve cve reported for fasterxml jackson databind by implementing a whitelist approach that will mitigate these vulnerabilities and future ones alike 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a flaw was discovered in fasterxml jackson databind in all versions before and where it would permit polymorphic deserialization of malicious objects using the xalan jndi gadget when used in conjunction with polymorphic type handling methods such as enabledefaulttyping or when jsontypeinfo is using id class or id minimal class or in any other way which objectmapper readvalue might instantiate objects from unsafe sources an attacker could use this flaw to execute arbitrary code 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details a flaw was discovered in jackson databind in versions before and where it would permit polymorphic deserialization of a malicious object using commons configuration and jndi classes an attacker could use this flaw to execute arbitrary code 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 release date fix resolution step up your open source security game with mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache hadoop shaded com zaxxer hikari hikariconfig aka shaded hikari config 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind through and x through allows unauthenticated remote code execution because of an incomplete fix for the cve deserialization flaw this is exploitable by sending maliciously crafted json input to the readvalue method of the objectmapper bypassing a blacklist that is ineffective if the spring libraries are available in the classpath 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details subtypevalidator java in fasterxml jackson databind before mishandles default typing when ehcache is used because of net sf ehcache transaction manager defaulttransactionmanagerlookup leading to remote code execution 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 mend cve vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to com ibatis sqlmap engine transaction jta jtatransactionconfig aka ibatis sqlmap 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 mend
| 0
|
89,848
| 18,045,487,896
|
IssuesEvent
|
2021-09-18 20:34:58
|
julz0815/veracode-flaws-to-issues
|
https://api.github.com/repos/julz0815/veracode-flaws-to-issues
|
closed
|
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:61]
|
VeracodeFlaw: Medium Veracode Policy Scan
|
NaN:L2565
**Filename:** UserController.java
**Line:** 256
**CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)'))
<span>This call to showPasswordHint() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allowing an attacker to embed malicious content, such as Javascript code, which will be executed in the context of the victim's browser. XSS vulnerabilities are commonly exploited to steal or manipulate cookies, modify presentation of content, and compromise confidential information, with new attack vectors being discovered on a regular basis. The tainted data originated from earlier calls to AnnotationVirtualController.vc_annotation_entry, and java.sql.Statement.executeQuery.</span> <span>Use contextual escaping on all untrusted data before using it to construct any portion of an HTTP response. The escaping method should be chosen based on the specific use case of the untrusted data, otherwise it may not protect fully against the attack. For example, if the data is being written to the body of an HTML page, use HTML entity escaping; if the data is being written to an attribute, use attribute escaping; etc. Both the OWASP Java Encoder library and the Microsoft AntiXSS library provide contextual escaping methods. For more details on contextual escaping, see https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md. In addition, as a best practice, always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible.</span> <span>References: <a href="https://cwe.mitre.org/data/definitions/79.html">CWE</a> <a href="https://www.owasp.org/index.php/XSS">OWASP</a> <a href="https://webappsec.pbworks.com/Cross-Site-Scripting">WASC</a> <a href="https://help.veracode.com/reader/4EKhlLSMHm5jC8P8j3XccQ/IiF_rOE79ANbwnZwreSPGA">Supported Cleansers</a></span>
|
2.0
|
Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)') [VID:61] - NaN:L2565
**Filename:** UserController.java
**Line:** 256
**CWE:** 80 (Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) ('Cross-Site Scripting (XSS)'))
<span>This call to showPasswordHint() contains a cross-site scripting (XSS) flaw. The application populates the HTTP response with untrusted input, allowing an attacker to embed malicious content, such as Javascript code, which will be executed in the context of the victim's browser. XSS vulnerabilities are commonly exploited to steal or manipulate cookies, modify presentation of content, and compromise confidential information, with new attack vectors being discovered on a regular basis. The tainted data originated from earlier calls to AnnotationVirtualController.vc_annotation_entry, and java.sql.Statement.executeQuery.</span> <span>Use contextual escaping on all untrusted data before using it to construct any portion of an HTTP response. The escaping method should be chosen based on the specific use case of the untrusted data, otherwise it may not protect fully against the attack. For example, if the data is being written to the body of an HTML page, use HTML entity escaping; if the data is being written to an attribute, use attribute escaping; etc. Both the OWASP Java Encoder library and the Microsoft AntiXSS library provide contextual escaping methods. For more details on contextual escaping, see https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.md. In addition, as a best practice, always validate untrusted input to ensure that it conforms to the expected format, using centralized data validation routines when possible.</span> <span>References: <a href="https://cwe.mitre.org/data/definitions/79.html">CWE</a> <a href="https://www.owasp.org/index.php/XSS">OWASP</a> <a href="https://webappsec.pbworks.com/Cross-Site-Scripting">WASC</a> <a href="https://help.veracode.com/reader/4EKhlLSMHm5jC8P8j3XccQ/IiF_rOE79ANbwnZwreSPGA">Supported Cleansers</a></span>
|
non_test
|
improper neutralization of script related html tags in a web page basic xss cross site scripting xss nan filename usercontroller java line cwe improper neutralization of script related html tags in a web page basic xss cross site scripting xss this call to showpasswordhint contains a cross site scripting xss flaw the application populates the http response with untrusted input allowing an attacker to embed malicious content such as javascript code which will be executed in the context of the victim s browser xss vulnerabilities are commonly exploited to steal or manipulate cookies modify presentation of content and compromise confidential information with new attack vectors being discovered on a regular basis the tainted data originated from earlier calls to annotationvirtualcontroller vc annotation entry and java sql statement executequery use contextual escaping on all untrusted data before using it to construct any portion of an http response the escaping method should be chosen based on the specific use case of the untrusted data otherwise it may not protect fully against the attack for example if the data is being written to the body of an html page use html entity escaping if the data is being written to an attribute use attribute escaping etc both the owasp java encoder library and the microsoft antixss library provide contextual escaping methods for more details on contextual escaping see in addition as a best practice always validate untrusted input to ensure that it conforms to the expected format using centralized data validation routines when possible references
| 0
|
5,467
| 2,576,533,150
|
IssuesEvent
|
2015-02-12 10:49:12
|
georchestra/georchestra
|
https://api.github.com/repos/georchestra/georchestra
|
opened
|
mapfishapp : referentials doesn't work with GS 2.5.4
|
14.12 bug priority-low
|
as seen on sdi.georchestra.org using the referentials tab
```xml
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://sdi.georchestra.org/geoserver/schemas/ows/1.1.0/owsAll.xsd">
<ows:Exception exceptionCode="OperationParsingFailed">
<ows:ExceptionText>Request parsing failed
Parsing failed for PropertyIsLike: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
java.lang.String cannot be cast to java.lang.Boolean</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
```
|
1.0
|
mapfishapp : referentials doesn't work with GS 2.5.4 - as seen on sdi.georchestra.org using the referentials tab
```xml
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://sdi.georchestra.org/geoserver/schemas/ows/1.1.0/owsAll.xsd">
<ows:Exception exceptionCode="OperationParsingFailed">
<ows:ExceptionText>Request parsing failed
Parsing failed for PropertyIsLike: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
java.lang.String cannot be cast to java.lang.Boolean</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
```
|
non_test
|
mapfishapp referentials doesn t work with gs as seen on sdi georchestra org using the referentials tab xml ows exceptionreport xmlns ows xmlns xsi version xsi schemalocation request parsing failed parsing failed for propertyislike java lang classcastexception java lang string cannot be cast to java lang boolean java lang string cannot be cast to java lang boolean
| 0
|
24,658
| 4,104,479,271
|
IssuesEvent
|
2016-06-05 12:00:24
|
MelanieApplincourt/REPO_UZ_1234987
|
https://api.github.com/repos/MelanieApplincourt/REPO_UZ_1234987
|
closed
|
Issue adding a driver in a flow
|
bug to be tested Web app
|
I add 2 driver on a flow and save. The save is done properly

When I come back on the page after refresh, the second driver has not been save properly.

|
1.0
|
Issue adding a driver in a flow - I add 2 driver on a flow and save. The save is done properly

When I come back on the page after refresh, the second driver has not been save properly.

|
test
|
issue adding a driver in a flow i add driver on a flow and save the save is done properly when i come back on the page after refresh the second driver has not been save properly
| 1
|
248,975
| 21,091,892,983
|
IssuesEvent
|
2022-04-04 06:24:41
|
microsoft/vscode
|
https://api.github.com/repos/microsoft/vscode
|
reopened
|
Search: has a tooltp with a keybinding
|
smoke-test-failure
|
https://dev.azure.com/monacotools/Monaco/_build/results?buildId=119617&view=logs&j=3792f238-f35e-5f82-0dbc-272432d9a0fb&t=00d0ae10-f5a4-5438-a3b8-c58076933cab
```
1) VSCode Smoke Tests (Electron)
VSCode Smoke Tests (Electron)
Search
has a tooltp with a keybinding:
Error: Expected search tooltip to contain keybinding but got undefined
at Context.<anonymous> (out/areas/search/search.test.js:21:23)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
```
|
1.0
|
Search: has a tooltp with a keybinding - https://dev.azure.com/monacotools/Monaco/_build/results?buildId=119617&view=logs&j=3792f238-f35e-5f82-0dbc-272432d9a0fb&t=00d0ae10-f5a4-5438-a3b8-c58076933cab
```
1) VSCode Smoke Tests (Electron)
VSCode Smoke Tests (Electron)
Search
has a tooltp with a keybinding:
Error: Expected search tooltip to contain keybinding but got undefined
at Context.<anonymous> (out/areas/search/search.test.js:21:23)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
```
|
test
|
search has a tooltp with a keybinding vscode smoke tests electron vscode smoke tests electron search has a tooltp with a keybinding error expected search tooltip to contain keybinding but got undefined at context out areas search search test js at processticksandrejections internal process task queues js
| 1
|
90,226
| 8,231,128,630
|
IssuesEvent
|
2018-09-07 14:59:23
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
jobs/jobspb: (unknown) failed under stress
|
C-test-failure O-robot
|
SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5
Parameters:
```
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891321&tab=buildLog
```
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc
set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/build/ ./pkg/ccl/backupccl/ ./pkg/ccl/baseccl/ ./pkg/ccl/storageccl/engineccl/enginepbccl/ ./pkg/ccl/utilccl/licenseccl/ ./pkg/config/ ./pkg/gossip/ ./pkg/internal/client/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/ ./pkg/settings/cluster/ ./pkg/sql/distsqlrun/ ./pkg/sql/jobs/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/sqlbase/ ./pkg/sql/stats/ ./pkg/storage/ ./pkg/storage/engine/enginepb/ ./pkg/storage/storagebase/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/hlc/ ./pkg/util/log/ ./pkg/util/protoutil/ ./pkg/util/tracing/; do \
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \
done
touch bin/.cpp_ccl_protobuf_sources
yes
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/binutils
checking for sys/types.h... github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/report
yes
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.cc
checking for sys/stat.h... github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/symbolizer
touch bin/.cpp_protobuf_sources
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cover
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor
yes
github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree
github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge
checking for stdlib.h... github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/driver
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax
yes
checking for string.h... github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang
Scanning dependencies of target roach
[ 2%] Building CXX object CMakeFiles/roach.dir/batch.cc.o
[ 5%] Building CXX object CMakeFiles/roach.dir/db.cc.o
[ 8%] Building CXX object CMakeFiles/roach.dir/chunked_buffer.cc.o
[ 11%] Building CXX object CMakeFiles/roach.dir/comparator.cc.o
[ 14%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator
yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job
checking for memory.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway
yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl
checking for strings.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt
yes
checking for inttypes.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/imports
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/driver
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat
yes
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc
checking for stdint.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat
checking for unistd.h... go/internal/gccgoimporter
go/internal/gcimporter
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers
yes
checking whether byte ordering is bigendian... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep
go/internal/srcimporter
go/importer
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer
no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether pause instruction is compilable... yes
checking for ar... ar
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... no
checking for library containing log... -lm
checking whether __attribute__ syntax is compilable... [ 17%] Building CXX object CMakeFiles/roach.dir/engine.cc.o
yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... touch bin/.bootstrap
[ 20%] Building CXX object CMakeFiles/roach.dir/merge.cc.o
set -euo pipefail; \
ret=$(cd ./pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql.y); \
if expr "$ret" : ".*conflicts" >/dev/null; then \
echo "$ret"; exit 1; \
fi
yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... [ 23%] Building CXX object CMakeFiles/roach.dir/mvcc.cc.o
yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... [ 26%] Building CXX object CMakeFiles/roach.dir/options.cc.o
yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace in -lgcc... yes
checking configured backtracing method... libgcc
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking LG_PAGE... 12
Missing VERSION file, and unable to generate it; creating bogus VERSION
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking whether pthread_atfork(3) is compilable... [ 29%] Building CXX object CMakeFiles/roach.dir/snapshot.cc.o
yes
checking for library containing clock_gettime... none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
checking whether mach_absolute_time() is compilable... no
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... yes
checking for secure_getenv... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for TLS... yes
checking whether C11 atomics is compilable... yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... yes
checking whether madvise(..., MADV_FREE) is compilable... no
checking whether madvise(..., MADV_DONTNEED) is compilable... yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() is compilable... [ 32%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o
no
checking whether Darwin OSSpin*() is compilable... no
checking whether glibc malloc hook is compilable... [ 35%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o
yes
checking whether glibc memalign hook is compilable... yes
checking whether pthreads adaptive mutexes is compilable... [ 38%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o
yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
[ 41%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/private_namespace.h commands
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
[ 44%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o
find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} +
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto
config.status: executing include/jemalloc/internal/size_classes.h commands
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
[ 47%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/file_registry.pb.cc.o
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
touch bin/.gw_protobuf_sources
[ 50%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000
library revision : 2
CONFIG : --enable-prof
CC : cc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
SPECIFIED_CFLAGS :
EXTRA_CFLAGS :
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lm -lgcc -lm -lpthread
RPATH_EXTRA :
XSLTPROC : false
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
DATADIR : /usr/local/share
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
MANDIR : /usr/local/share/man
srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
objroot :
abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/
JEMALLOC_PREFIX :
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
malloc_conf :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 1
prof-libunwind : 0
prof-libgcc : 1
prof-gcc : 0
tcache : 1
thp : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
munmap : 0
lazy_lock : 0
tls : 1
cache-oblivious : 1
===============================================================================
(echo "// Code generated by goyacc. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
cat pkg/sql/parser/gen/sql.go.tmp | \
sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lex.\1/g') > pkg/sql/parser/sql.go
(echo "// Code generated by make. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
echo; \
echo "package lex"; \
echo; \
grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lex/tokens.go
[ 52%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o
[ 55%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o
sed -i '/import _/d' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
[ 58%] Building CXX object CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o
sed -i -E 's!import (fmt|math) "github.com/cockroachdb/cockroach/pkg/(fmt|math)"! !g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!cockroachdb/cockroach/pkg/(etcd)!coreos/\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!github.com/cockroachdb/cockroach/pkg/(bytes|encoding/binary|errors|fmt|io|math|github\.com|(google\.)?golang\.org)!\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidde[ 61%] Linking CXX static library libroach.a
[ 82%] Built target roach
Scanning dependencies of target roachccl
[ 85%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o
n -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ttouch bin/.go_protobuf_sources
[ 88%] Building CXX object CMakeFiles/roachccl.dir/ccl/key_manager.cc.o
icker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemal[ 91%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o
loc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/s[ 94%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc.o
go run pkg/cmd/docgen/{main,funcs}.go functions docs/generated/sql --quiet
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
rc/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o
[ 0%] Built target build_version
Scanning dependencies of target rocksdb
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o
[ 97%] Linking CXX static library libroachccl.a
[100%] Built target roachccl
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o
touch bin/.docgen_functions
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/env_encryption.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/alloc_tracker.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/write_buffer_manager.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_dump_tool.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/ttl_extractor.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction_db.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/snapshot_checker.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/write_prepared_txn.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o
[ 89%] Linking CXX static library librocksdb.a
[100%] Built target rocksdb
go test -v -race -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v2.0.5-34-g517663f-dirty" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2018/09/07 09:22:27" -X "github.com/cockroachdb/cockroach/pkg/build.rev=517663fa1489a2f36a593dc9722384a50bfcdbb5" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-linux-gnu" ' -i github.com/cockroachdb/cockroach/pkg/jobs/jobspb
can't load package: package github.com/cockroachdb/cockroach/pkg/jobs/jobspb: cannot find package "github.com/cockroachdb/cockroach/pkg/jobs/jobspb" in any of:
/usr/local/go/src/github.com/cockroachdb/cockroach/pkg/jobs/jobspb (from $GOROOT)
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/jobspb (from $GOPATH)
make: *** [gotestdashi] Error 1
Makefile:756: recipe for target 'gotestdashi' failed
```
|
1.0
|
jobs/jobspb: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5
Parameters:
```
TAGS=
GOFLAGS=-race
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891321&tab=buildLog
```
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/baseccl/encryption_options.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc
set -e; for dir in ./pkg/acceptance/cluster/ ./pkg/build/ ./pkg/ccl/backupccl/ ./pkg/ccl/baseccl/ ./pkg/ccl/storageccl/engineccl/enginepbccl/ ./pkg/ccl/utilccl/licenseccl/ ./pkg/config/ ./pkg/gossip/ ./pkg/internal/client/ ./pkg/roachpb/ ./pkg/rpc/ ./pkg/server/diagnosticspb/ ./pkg/server/serverpb/ ./pkg/server/status/ ./pkg/settings/cluster/ ./pkg/sql/distsqlrun/ ./pkg/sql/jobs/ ./pkg/sql/pgwire/pgerror/ ./pkg/sql/sqlbase/ ./pkg/sql/stats/ ./pkg/storage/ ./pkg/storage/engine/enginepb/ ./pkg/storage/storagebase/ ./pkg/ts/tspb/ ./pkg/util/ ./pkg/util/hlc/ ./pkg/util/log/ ./pkg/util/protoutil/ ./pkg/util/tracing/; do \
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --plugin=bin/protoc-gen-gogoroach --gogoroach_out=Mgoogle/api/annotations.proto=github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis/google/api,Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,,plugins=grpc,import_prefix=github.com/cockroachdb/cockroach/pkg/:./pkg $dir/*.proto; \
done
touch bin/.cpp_ccl_protobuf_sources
yes
github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/binutils
checking for sys/types.h... github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/report
yes
sed -i -E '/gogoproto/d' /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.h /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/data.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/internal.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/roachpb/metadata.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/file_registry.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/mvcc3.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/storage/engine/enginepb/rocksdb.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/legacy_timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/hlc/timestamp.pb.cc /go/src/github.com/cockroachdb/cockroach/c-deps/libroach/protos/util/unresolved_addr.pb.cc
checking for sys/stat.h... github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/symbolizer
touch bin/.cpp_protobuf_sources
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cover
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor
yes
github.com/cockroachdb/cockroach/vendor/github.com/mattn/goveralls
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree
github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge
checking for stdlib.h... github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/internal/driver
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax
yes
checking for string.h... github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang
Scanning dependencies of target roach
[ 2%] Building CXX object CMakeFiles/roach.dir/batch.cc.o
[ 5%] Building CXX object CMakeFiles/roach.dir/db.cc.o
[ 8%] Building CXX object CMakeFiles/roach.dir/chunked_buffer.cc.o
[ 11%] Building CXX object CMakeFiles/roach.dir/comparator.cc.o
[ 14%] Building CXX object CMakeFiles/roach.dir/encoding.cc.o
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/generator
yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job
checking for memory.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/feedback
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/gengateway
yes
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output
github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway
github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl
checking for strings.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt
yes
checking for inttypes.h... github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/imports
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof/driver
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/base
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat
yes
github.com/cockroachdb/cockroach/vendor/github.com/google/pprof
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc
checking for stdint.h... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glide
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/glock
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/godep
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govend
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/govendor
yes
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/gvt
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers/vndr
github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat
checking for unistd.h... go/internal/gccgoimporter
go/internal/gcimporter
github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/importers
yes
checking whether byte ordering is bigendian... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/cmd/dep
go/internal/srcimporter
go/importer
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goimports
github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer
no
checking size of void *... 8
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of intmax_t... 8
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether pause instruction is compilable... yes
checking for ar... ar
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking whether malloc_usable_size definition can use const argument... no
checking for library containing log... -lm
checking whether __attribute__ syntax is compilable... [ 17%] Building CXX object CMakeFiles/roach.dir/engine.cc.o
yes
checking whether compiler supports -fvisibility=hidden... yes
checking whether compiler supports -Werror... touch bin/.bootstrap
[ 20%] Building CXX object CMakeFiles/roach.dir/merge.cc.o
set -euo pipefail; \
ret=$(cd ./pkg/sql/parser/gen && goyacc -p sql -o sql.go.tmp sql.y); \
if expr "$ret" : ".*conflicts" >/dev/null; then \
echo "$ret"; exit 1; \
fi
yes
checking whether compiler supports -herror_on_warning... no
checking whether tls_model attribute is compilable... [ 23%] Building CXX object CMakeFiles/roach.dir/mvcc.cc.o
yes
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether alloc_size attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(gnu_printf, ...) attribute is compilable... no
checking whether compiler supports -Werror... yes
checking whether compiler supports -herror_on_warning... no
checking whether format(printf, ...) attribute is compilable... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for ld... /usr/bin/ld
checking for autoconf... /usr/bin/autoconf
checking for memalign... yes
checking for valloc... [ 26%] Building CXX object CMakeFiles/roach.dir/options.cc.o
yes
checking whether compiler supports -O3... yes
checking whether compiler supports -funroll-loops... yes
checking unwind.h usability... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking for _Unwind_Backtrace in -lgcc... yes
checking configured backtracing method... libgcc
checking for sbrk... yes
checking whether utrace(2) is compilable... no
checking whether valgrind is compilable... no
checking whether a program using __builtin_unreachable is compilable... yes
checking whether a program using __builtin_ffsl is compilable... yes
checking LG_PAGE... 12
Missing VERSION file, and unable to generate it; creating bogus VERSION
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking whether pthread_atfork(3) is compilable... [ 29%] Building CXX object CMakeFiles/roach.dir/snapshot.cc.o
yes
checking for library containing clock_gettime... none required
checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes
checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes
checking whether mach_absolute_time() is compilable... no
checking whether compiler supports -Werror... yes
checking whether syscall(2) is compilable... yes
checking for secure_getenv... yes
checking for issetugid... no
checking for _malloc_thread_cleanup... no
checking for _pthread_mutex_init_calloc_cb... no
checking for TLS... yes
checking whether C11 atomics is compilable... yes
checking whether atomic(9) is compilable... no
checking whether Darwin OSAtomic*() is compilable... no
checking whether madvise(2) is compilable... yes
checking whether madvise(..., MADV_FREE) is compilable... no
checking whether madvise(..., MADV_DONTNEED) is compilable... yes
checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes
checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
checking for __builtin_clz... yes
checking whether Darwin os_unfair_lock_*() is compilable... [ 32%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/data.pb.cc.o
no
checking whether Darwin OSSpin*() is compilable... no
checking whether glibc malloc hook is compilable... [ 35%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/internal.pb.cc.o
yes
checking whether glibc memalign hook is compilable... yes
checking whether pthreads adaptive mutexes is compilable... [ 38%] Building CXX object CMakeFiles/roach.dir/protos/roachpb/metadata.pb.cc.o
yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating jemalloc.pc
[ 41%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc.pb.cc.o
config.status: creating doc/html.xsl
config.status: creating doc/manpages.xsl
config.status: creating doc/jemalloc.xml
config.status: creating include/jemalloc/jemalloc_macros.h
config.status: creating include/jemalloc/jemalloc_protos.h
config.status: creating include/jemalloc/jemalloc_typedefs.h
config.status: creating include/jemalloc/internal/jemalloc_internal.h
config.status: creating test/test.sh
config.status: creating test/include/test/jemalloc_test.h
config.status: creating config.stamp
config.status: creating bin/jemalloc-config
config.status: creating bin/jemalloc.sh
config.status: creating bin/jeprof
config.status: creating include/jemalloc/jemalloc_defs.h
config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
config.status: creating test/include/test/jemalloc_test_defs.h
config.status: executing include/jemalloc/internal/private_namespace.h commands
config.status: executing include/jemalloc/internal/private_unnamespace.h commands
config.status: executing include/jemalloc/internal/public_symbols.txt commands
config.status: executing include/jemalloc/internal/public_namespace.h commands
config.status: executing include/jemalloc/internal/public_unnamespace.h commands
[ 44%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/mvcc3.pb.cc.o
find ./pkg -name node_modules -prune -o -type f -name '*.pb.gw.go' -exec rm {} +
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/server/serverpb/admin.proto ./pkg/server/serverpb/status.proto ./pkg/server/serverpb/authentication.proto
config.status: executing include/jemalloc/internal/size_classes.h commands
build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./vendor/github.com/gogo/protobuf:./vendor/github.com/gogo/protobuf/protobuf:./vendor/github.com/coreos:./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true,request_context=true:./pkg ./pkg/ts/tspb/timeseries.proto
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
gofmt -s -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
goimports -w ./pkg/server/serverpb/admin.pb.gw.go ./pkg/server/serverpb/status.pb.gw.go ./pkg/server/serverpb/authentication.pb.gw.go ./pkg/ts/tspb/timeseries.pb.gw.go
[ 47%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/file_registry.pb.cc.o
config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
config.status: executing include/jemalloc/jemalloc_rename.h commands
config.status: executing include/jemalloc/jemalloc_mangle.h commands
config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
touch bin/.gw_protobuf_sources
[ 50%] Building CXX object CMakeFiles/roach.dir/protos/storage/engine/enginepb/rocksdb.pb.cc.o
config.status: executing include/jemalloc/jemalloc.h commands
===============================================================================
jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000
library revision : 2
CONFIG : --enable-prof
CC : cc
CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
SPECIFIED_CFLAGS :
EXTRA_CFLAGS :
CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT
LDFLAGS :
EXTRA_LDFLAGS :
LIBS : -lm -lgcc -lm -lpthread
RPATH_EXTRA :
XSLTPROC : false
XSLROOT :
PREFIX : /usr/local
BINDIR : /usr/local/bin
DATADIR : /usr/local/share
INCLUDEDIR : /usr/local/include
LIBDIR : /usr/local/lib
MANDIR : /usr/local/share/man
srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
abs_srcroot : /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/
objroot :
abs_objroot : /go/native/x86_64-pc-linux-gnu/jemalloc/
JEMALLOC_PREFIX :
JEMALLOC_PRIVATE_NAMESPACE
: je_
install_suffix :
malloc_conf :
autogen : 0
cc-silence : 1
debug : 0
code-coverage : 0
stats : 1
prof : 1
prof-libunwind : 0
prof-libgcc : 1
prof-gcc : 0
tcache : 1
thp : 1
fill : 1
utrace : 0
valgrind : 0
xmalloc : 0
munmap : 0
lazy_lock : 0
tls : 1
cache-oblivious : 1
===============================================================================
(echo "// Code generated by goyacc. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
cat pkg/sql/parser/gen/sql.go.tmp | \
sed -E 's/^const ([A-Z][_A-Z0-9]*) =.*$/const \1 = lex.\1/g') > pkg/sql/parser/sql.go
(echo "// Code generated by make. DO NOT EDIT."; \
echo "// GENERATED FILE DO NOT EDIT"; \
echo; \
echo "package lex"; \
echo; \
grep '^const [A-Z][_A-Z0-9]* ' pkg/sql/parser/gen/sql.go.tmp) > pkg/sql/lex/tokens.go
[ 52%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/legacy_timestamp.pb.cc.o
[ 55%] Building CXX object CMakeFiles/roach.dir/protos/util/hlc/timestamp.pb.cc.o
sed -i '/import _/d' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
[ 58%] Building CXX object CMakeFiles/roach.dir/protos/util/unresolved_addr.pb.cc.o
sed -i -E 's!import (fmt|math) "github.com/cockroachdb/cockroach/pkg/(fmt|math)"! !g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!cockroachdb/cockroach/pkg/(etcd)!coreos/\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!github.com/cockroachdb/cockroach/pkg/(bytes|encoding/binary|errors|fmt|io|math|github\.com|(google\.)?golang\.org)!\1!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
sed -i -E 's!golang.org/x/net/context!context!g' ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
gofmt -s -w ./pkg/acceptance/cluster/testconfig.pb.go ./pkg/build/info.pb.go ./pkg/ccl/backupccl/backup.pb.go ./pkg/ccl/baseccl/encryption_options.pb.go ./pkg/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.go ./pkg/ccl/utilccl/licenseccl/license.pb.go ./pkg/config/system.pb.go ./pkg/config/zone.pb.go ./pkg/gossip/gossip.pb.go ./pkg/internal/client/lease.pb.go ./pkg/roachpb/api.pb.go ./pkg/roachpb/app_stats.pb.go ./pkg/roachpb/csv.pb.go ./pkg/roachpb/data.pb.go ./pkg/roachpb/errors.pb.go ./pkg/roachpb/internal.pb.go ./pkg/roachpb/internal_raft.pb.go ./pkg/roachpb/metadata.pb.go ./pkg/rpc/heartbeat.pb.go ./pkg/server/diagnosticspb/diagnostics.pb.go ./pkg/server/serverpb/admin.pb.go ./pkg/server/serverpb/authentication.pb.go ./pkg/server/serverpb/init.pb.go ./pkg/server/serverpb/status.pb.go ./pkg/server/status/status.pb.go ./pkg/settings/cluster/cluster_version.pb.go ./pkg/sql/distsqlrun/api.pb.go ./pkg/sql/distsqlrun/data.pb.go ./pkg/sql/distsqlrun/processors.pb.go ./pkg/sql/jobs/jobs.pb.go ./pkg/sql/pgwire/pgerror/errors.pb.go ./pkg/sql/sqlbase/encoded_datum.pb.go ./pkg/sql/sqlbase/join_type.pb.go ./pkg/sql/sqlbase/privilege.pb.go ./pkg/sql/sqlbase/structured.pb.go ./pkg/sql/stats/histogram.pb.go ./pkg/storage/api.pb.go ./pkg/storage/engine/enginepb/file_registry.pb.go ./pkg/storage/engine/enginepb/mvcc.pb.go ./pkg/storage/engine/enginepb/mvcc3.pb.go ./pkg/storage/engine/enginepb/rocksdb.pb.go ./pkg/storage/lease_status.pb.go ./pkg/storage/liveness.pb.go ./pkg/storage/log.pb.go ./pkg/storage/raft.pb.go ./pkg/storage/storagebase/proposer_kv.pb.go ./pkg/storage/storagebase/state.pb.go ./pkg/ts/tspb/timeseries.pb.go ./pkg/util/hlc/legacy_timestamp.pb.go ./pkg/util/hlc/timestamp.pb.go ./pkg/util/log/log.pb.go ./pkg/util/protoutil/clone.pb.go ./pkg/util/tracing/recorded_span.pb.go ./pkg/util/unresolved_addr.pb.go
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ckh.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidde[ 61%] Linking CXX static library libroach.a
[ 82%] Built target roach
Scanning dependencies of target roachccl
[ 85%] Building CXX object CMakeFiles/roachccl.dir/ccl/db.cc.o
n -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ttouch bin/.go_protobuf_sources
[ 88%] Building CXX object CMakeFiles/roachccl.dir/ccl/key_manager.cc.o
icker.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/jemalloc.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/jemalloc.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/arena.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/arena.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/atomic.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/atomic.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/base.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/base.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/bitmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/bitmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_dss.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_dss.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/chunk_mmap.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/chunk_mmap.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemal[ 91%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/baseccl/encryption_options.pb.cc.o
loc/include -Iinclude -o src/ckh.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ckh.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ctl.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ctl.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/extent.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/extent.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/hash.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/hash.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/huge.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/huge.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mb.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mb.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/mutex.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/mutex.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/nstime.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/nstime.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/pages.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/pages.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prng.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prng.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/prof.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/prof.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/quarantine.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/quarantine.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/s[ 94%] Building CXX object CMakeFiles/roachccl.dir/protosccl/ccl/storageccl/engineccl/enginepbccl/key_registry.pb.cc.o
go run pkg/cmd/docgen/{main,funcs}.go functions docs/generated/sql --quiet
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
rc/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/rtree.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/rtree.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/stats.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/stats.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/spin.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/spin.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tcache.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tcache.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/ticker.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/ticker.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/tsd.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/tsd.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/util.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/util.c
cc -std=gnu11 -Wall -Werror=declaration-after-statement -Wshorten-64-to-32 -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -I/go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/include -Iinclude -o src/witness.pic.o /go/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/src/witness.c
ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/nstime.o src/pages.o src/prng.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/spin.o src/tcache.o src/ticker.o src/tsd.o src/util.o src/witness.o
ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/nstime.pic.o src/pages.pic.o src/prng.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/spin.pic.o src/tcache.pic.o src/ticker.pic.o src/tsd.pic.o src/util.pic.o src/witness.pic.o
[ 0%] Built target build_version
Scanning dependencies of target rocksdb
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/sharded_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/clock_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/cache/lru_cache.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/builder.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/c.cc.o
[ 0%] Building CXX object CMakeFiles/rocksdb.dir/db/column_family.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compacted_db_impl.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_iterator.cc.o
[ 97%] Linking CXX static library libroachccl.a
[100%] Built target roachccl
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_job.cc.o
touch bin/.docgen_functions
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/compaction_picker_universal.cc.o
[ 3%] Building CXX object CMakeFiles/rocksdb.dir/db/convenience.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_filesnapshot.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_write.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_compaction_flush.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_files.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_open.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_debug.cc.o
[ 7%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_impl_readonly.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_info_dumper.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/db_iter.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/dbformat.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/event_helpers.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/experimental.cc.o
[ 10%] Building CXX object CMakeFiles/rocksdb.dir/db/external_sst_file_ingestion_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/file_indexer.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_job.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/flush_scheduler.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/forward_iterator.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/internal_stats.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_reader.cc.o
[ 14%] Building CXX object CMakeFiles/rocksdb.dir/db/log_writer.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/malloc_stats.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/managed_iterator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/memtable_list.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/merge_helper.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/range_del_aggregator.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/repair.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_cache.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/table_properties_collector.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/transaction_log_impl.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_builder.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_edit.cc.o
[ 17%] Building CXX object CMakeFiles/rocksdb.dir/db/version_set.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/wal_manager.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_batch.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/db/write_thread.cc.o
[ 21%] Building CXX object CMakeFiles/rocksdb.dir/env/env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/env_encryption.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/env/mock_env.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/alloc_tracker.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_cuckoo_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_linklist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/hash_skiplist_rep.cc.o
[ 25%] Building CXX object CMakeFiles/rocksdb.dir/memtable/skiplistrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/vectorrep.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/memtable/write_buffer_manager.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/histogram.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/instrumented_mutex.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/iostats_context.cc.o
[ 28%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_context.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/perf_level.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/statistics.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_updater.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/monitoring/thread_status_util_debug.cc.o
[ 32%] Building CXX object CMakeFiles/rocksdb.dir/options/cf_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/db_options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_helper.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/options/options_parser.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/adaptive_table_factory.cc.o
[ 35%] Building CXX object CMakeFiles/rocksdb.dir/table/block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_filter_block.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_factory.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_based_table_reader.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_builder.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/block_prefix_index.cc.o
[ 39%] Building CXX object CMakeFiles/rocksdb.dir/table/bloom_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_builder.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_factory.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/cuckoo_table_reader.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/format.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/full_filter_block.cc.o
[ 42%] Building CXX object CMakeFiles/rocksdb.dir/table/get_context.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/index_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/merging_iterator.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/meta_blocks.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/partitioned_filter_block.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/persistent_cache_helper.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_builder.cc.o
[ 46%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_factory.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_index.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_key_coding.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/plain_table_reader.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/sst_file_writer.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/table_properties.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/table/two_level_iterator.cc.o
[ 50%] Building CXX object CMakeFiles/rocksdb.dir/tools/db_bench_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/dump/db_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/ldb_cmd.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/tools/sst_dump_tool.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/arena.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/auto_roll_logger.cc.o
[ 53%] Building CXX object CMakeFiles/rocksdb.dir/util/bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/coding.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/comparator.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/concurrent_arena.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/crc32c.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/delete_scheduler.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/dynamic_bloom.cc.o
[ 57%] Building CXX object CMakeFiles/rocksdb.dir/util/event_logger.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_reader_writer.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/file_util.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/filename.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/hash.cc.o
[ 60%] Building CXX object CMakeFiles/rocksdb.dir/util/log_buffer.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/random.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/rate_limiter.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sst_file_manager_impl.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/status.cc.o
[ 64%] Building CXX object CMakeFiles/rocksdb.dir/util/sync_point.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/testutil.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/thread_local.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/threadpool_imp.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/util/transaction_test_util.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/backupable/backupable_db.cc.o
[ 67%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_db_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_dump_tool.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_file.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_reader.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_writer.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/blob_log_format.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/blob_db/ttl_extractor.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/checkpoint/checkpoint_impl.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_decoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/col_buf_encoder.cc.o
[ 71%] Building CXX object CMakeFiles/rocksdb.dir/utilities/column_aware_encoding_util.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/date_tiered/date_tiered_db_impl.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/debug.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/document_db.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/document/json_document.cc.o
[ 75%] Building CXX object CMakeFiles/rocksdb.dir/utilities/env_timed.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/geodb/geodb_impl.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/memory/memory_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/merge_operators/uint64add.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/options/options_util.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_file.cc.o
[ 78%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/block_cache_tier_metadata.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/persistent_cache/volatile_tier_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/redis/redis_lists.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/simulator_cache/sim_cache.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/spatialdb/spatial_db.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction_db_impl.cc.o
[ 82%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/optimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/pessimistic_transaction_db.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/snapshot_checker.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_base.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_lock_mgr.cc.o
[ 85%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/transaction_util.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/transactions/write_prepared_txn.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/ttl/db_ttl_impl.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/utilities/write_batch_with_index/write_batch_with_index_internal.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/port/port_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/env_posix.cc.o
[ 89%] Building CXX object CMakeFiles/rocksdb.dir/env/io_posix.cc.o
[ 89%] Linking CXX static library librocksdb.a
[100%] Built target rocksdb
go test -v -race -tags ' make x86_64_pc_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=v2.0.5-34-g517663f-dirty" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2018/09/07 09:22:27" -X "github.com/cockroachdb/cockroach/pkg/build.rev=517663fa1489a2f36a593dc9722384a50bfcdbb5" -X "github.com/cockroachdb/cockroach/pkg/build.cgoTargetTriple=x86_64-pc-linux-gnu" ' -i github.com/cockroachdb/cockroach/pkg/jobs/jobspb
can't load package: package github.com/cockroachdb/cockroach/pkg/jobs/jobspb: cannot find package "github.com/cockroachdb/cockroach/pkg/jobs/jobspb" in any of:
/usr/local/go/src/github.com/cockroachdb/cockroach/pkg/jobs/jobspb (from $GOROOT)
/go/src/github.com/cockroachdb/cockroach/pkg/jobs/jobspb (from $GOPATH)
make: *** [gotestdashi] Error 1
Makefile:756: recipe for target 'gotestdashi' failed
```
|
test
|
jobs jobspb unknown failed under stress sha parameters tags goflags race stress build found a failed test sed i e gogoproto d go src github com cockroachdb cockroach c deps libroach protosccl ccl baseccl encryption options pb h go src github com cockroachdb cockroach c deps libroach protosccl ccl storageccl engineccl enginepbccl key registry pb h go src github com cockroachdb cockroach c deps libroach protosccl ccl baseccl encryption options pb cc go src github com cockroachdb cockroach c deps libroach protosccl ccl storageccl engineccl enginepbccl key registry pb cc set e for dir in pkg acceptance cluster pkg build pkg ccl backupccl pkg ccl baseccl pkg ccl storageccl engineccl enginepbccl pkg ccl utilccl licenseccl pkg config pkg gossip pkg internal client pkg roachpb pkg rpc pkg server diagnosticspb pkg server serverpb pkg server status pkg settings cluster pkg sql distsqlrun pkg sql jobs pkg sql pgwire pgerror pkg sql sqlbase pkg sql stats pkg storage pkg storage engine enginepb pkg storage storagebase pkg ts tspb pkg util pkg util hlc pkg util log pkg util protoutil pkg util tracing do build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis plugin bin protoc gen gogoroach gogoroach out mgoogle api annotations proto github com grpc ecosystem grpc gateway third party googleapis google api mgoogle protobuf timestamp proto github com gogo protobuf types plugins grpc import prefix github com cockroachdb cockroach pkg pkg dir proto done touch bin cpp ccl protobuf sources yes github com cockroachdb cockroach vendor github com kisielk errcheck github com cockroachdb cockroach vendor github com google pprof internal binutils checking for sys types h github com cockroachdb cockroach vendor github com google pprof internal report yes sed i e gogoproto d go src github com cockroachdb cockroach c deps libroach protos roachpb data pb h go src github com cockroachdb cockroach c deps libroach protos roachpb internal pb h go src github com cockroachdb cockroach c deps libroach protos roachpb metadata pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb file registry pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb mvcc pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb pb h go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb rocksdb pb h go src github com cockroachdb cockroach c deps libroach protos util hlc legacy timestamp pb h go src github com cockroachdb cockroach c deps libroach protos util hlc timestamp pb h go src github com cockroachdb cockroach c deps libroach protos util unresolved addr pb h go src github com cockroachdb cockroach c deps libroach protos roachpb data pb cc go src github com cockroachdb cockroach c deps libroach protos roachpb internal pb cc go src github com cockroachdb cockroach c deps libroach protos roachpb metadata pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb file registry pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb mvcc pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb pb cc go src github com cockroachdb cockroach c deps libroach protos storage engine enginepb rocksdb pb cc go src github com cockroachdb cockroach c deps libroach protos util hlc legacy timestamp pb cc go src github com cockroachdb cockroach c deps libroach protos util hlc timestamp pb cc go src github com cockroachdb cockroach c deps libroach protos util unresolved addr pb cc checking for sys stat h github com cockroachdb cockroach vendor github com google pprof internal symbolizer touch bin cpp protobuf sources github com cockroachdb cockroach vendor golang org x tools cover github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway descriptor yes github com cockroachdb cockroach vendor github com mattn goveralls github com cockroachdb cockroach vendor github com mibk dupl suffixtree github com cockroachdb cockroach vendor github com wadey gocovmerge checking for stdlib h github com cockroachdb cockroach vendor github com google pprof internal driver github com cockroachdb cockroach vendor github com mibk dupl syntax yes checking for string h github com cockroachdb cockroach vendor github com mibk dupl syntax golang scanning dependencies of target roach building cxx object cmakefiles roach dir batch cc o building cxx object cmakefiles roach dir db cc o building cxx object cmakefiles roach dir chunked buffer cc o building cxx object cmakefiles roach dir comparator cc o building cxx object cmakefiles roach dir encoding cc o github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway generator yes github com cockroachdb cockroach vendor github com mibk dupl job checking for memory h github com cockroachdb cockroach vendor github com golang dep github com cockroachdb cockroach vendor github com golang dep internal feedback github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway gengateway yes github com cockroachdb cockroach vendor github com mibk dupl output github com cockroachdb cockroach vendor github com grpc ecosystem grpc gateway protoc gen grpc gateway github com cockroachdb cockroach vendor github com mibk dupl checking for strings h github com cockroachdb cockroach vendor golang org x perf internal stats github com cockroachdb cockroach vendor golang org x perf storage benchfmt yes checking for inttypes h github com cockroachdb cockroach vendor golang org x tools imports github com cockroachdb cockroach vendor github com google pprof driver github com cockroachdb cockroach vendor github com golang dep internal importers base github com cockroachdb cockroach vendor golang org x perf benchstat yes github com cockroachdb cockroach vendor github com google pprof github com cockroachdb cockroach vendor golang org x tools cmd goyacc checking for stdint h github com cockroachdb cockroach vendor github com golang dep internal importers glide github com cockroachdb cockroach vendor github com golang dep internal importers glock github com cockroachdb cockroach vendor github com golang dep internal importers godep github com cockroachdb cockroach vendor github com golang dep internal importers govend github com cockroachdb cockroach vendor github com golang dep internal importers govendor yes github com cockroachdb cockroach vendor github com golang dep internal importers gvt github com cockroachdb cockroach vendor github com golang dep internal importers vndr github com cockroachdb cockroach vendor golang org x perf cmd benchstat checking for unistd h go internal gccgoimporter go internal gcimporter github com cockroachdb cockroach vendor github com golang dep internal importers yes checking whether byte ordering is bigendian github com cockroachdb cockroach vendor github com golang dep cmd dep go internal srcimporter go importer github com cockroachdb cockroach vendor golang org x tools cmd goimports github com cockroachdb cockroach vendor golang org x tools cmd stringer no checking size of void checking size of int checking size of long checking size of long long checking size of intmax t checking build system type pc linux gnu checking host system type pc linux gnu checking whether pause instruction is compilable yes checking for ar ar checking malloc h usability yes checking malloc h presence yes checking for malloc h yes checking whether malloc usable size definition can use const argument no checking for library containing log lm checking whether attribute syntax is compilable building cxx object cmakefiles roach dir engine cc o yes checking whether compiler supports fvisibility hidden yes checking whether compiler supports werror touch bin bootstrap building cxx object cmakefiles roach dir merge cc o set euo pipefail ret cd pkg sql parser gen goyacc p sql o sql go tmp sql y if expr ret conflicts dev null then echo ret exit fi yes checking whether compiler supports herror on warning no checking whether tls model attribute is compilable building cxx object cmakefiles roach dir mvcc cc o yes checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether alloc size attribute is compilable no checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether format gnu printf attribute is compilable no checking whether compiler supports werror yes checking whether compiler supports herror on warning no checking whether format printf attribute is compilable yes checking for a bsd compatible install usr bin install c checking for ranlib ranlib checking for ld usr bin ld checking for autoconf usr bin autoconf checking for memalign yes checking for valloc building cxx object cmakefiles roach dir options cc o yes checking whether compiler supports yes checking whether compiler supports funroll loops yes checking unwind h usability yes checking unwind h presence yes checking for unwind h yes checking for unwind backtrace in lgcc yes checking configured backtracing method libgcc checking for sbrk yes checking whether utrace is compilable no checking whether valgrind is compilable no checking whether a program using builtin unreachable is compilable yes checking whether a program using builtin ffsl is compilable yes checking lg page missing version file and unable to generate it creating bogus version checking pthread h usability yes checking pthread h presence yes checking for pthread h yes checking for pthread create in lpthread yes checking whether pthread atfork is compilable building cxx object cmakefiles roach dir snapshot cc o yes checking for library containing clock gettime none required checking whether clock gettime clock monotonic coarse is compilable yes checking whether clock gettime clock monotonic is compilable yes checking whether mach absolute time is compilable no checking whether compiler supports werror yes checking whether syscall is compilable yes checking for secure getenv yes checking for issetugid no checking for malloc thread cleanup no checking for pthread mutex init calloc cb no checking for tls yes checking whether atomics is compilable yes checking whether atomic is compilable no checking whether darwin osatomic is compilable no checking whether madvise is compilable yes checking whether madvise madv free is compilable no checking whether madvise madv dontneed is compilable yes checking whether madvise madv hugepage is compilable yes checking whether to force bit sync add sub and fetch no checking whether to force bit sync add sub and fetch no checking for builtin clz yes checking whether darwin os unfair lock is compilable building cxx object cmakefiles roach dir protos roachpb data pb cc o no checking whether darwin osspin is compilable no checking whether glibc malloc hook is compilable building cxx object cmakefiles roach dir protos roachpb internal pb cc o yes checking whether glibc memalign hook is compilable yes checking whether pthreads adaptive mutexes is compilable building cxx object cmakefiles roach dir protos roachpb metadata pb cc o yes checking for stdbool h that conforms to yes checking for bool yes configure creating config status config status creating makefile config status creating jemalloc pc building cxx object cmakefiles roach dir protos storage engine enginepb mvcc pb cc o config status creating doc html xsl config status creating doc manpages xsl config status creating doc jemalloc xml config status creating include jemalloc jemalloc macros h config status creating include jemalloc jemalloc protos h config status creating include jemalloc jemalloc typedefs h config status creating include jemalloc internal jemalloc internal h config status creating test test sh config status creating test include test jemalloc test h config status creating config stamp config status creating bin jemalloc config config status creating bin jemalloc sh config status creating bin jeprof config status creating include jemalloc jemalloc defs h config status creating include jemalloc internal jemalloc internal defs h config status creating test include test jemalloc test defs h config status executing include jemalloc internal private namespace h commands config status executing include jemalloc internal private unnamespace h commands config status executing include jemalloc internal public symbols txt commands config status executing include jemalloc internal public namespace h commands config status executing include jemalloc internal public unnamespace h commands building cxx object cmakefiles roach dir protos storage engine enginepb pb cc o find pkg name node modules prune o type f name pb gw go exec rm build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis grpc gateway out logtostderr true request context true pkg pkg server serverpb admin proto pkg server serverpb status proto pkg server serverpb authentication proto config status executing include jemalloc internal size classes h commands build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github com grpc ecosystem grpc gateway third party googleapis grpc gateway out logtostderr true request context true pkg pkg ts tspb timeseries proto sed i e s golang org x net context context g pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go gofmt s w pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go goimports w pkg server serverpb admin pb gw go pkg server serverpb status pb gw go pkg server serverpb authentication pb gw go pkg ts tspb timeseries pb gw go building cxx object cmakefiles roach dir protos storage engine enginepb file registry pb cc o config status executing include jemalloc jemalloc protos jet h commands config status executing include jemalloc jemalloc rename h commands config status executing include jemalloc jemalloc mangle h commands config status executing include jemalloc jemalloc mangle jet h commands touch bin gw protobuf sources building cxx object cmakefiles roach dir protos storage engine enginepb rocksdb pb cc o config status executing include jemalloc jemalloc h commands jemalloc version library revision config enable prof cc cc configure cflags std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops specified cflags extra cflags cppflags d gnu source d reentrant ldflags extra ldflags libs lm lgcc lm lpthread rpath extra xsltproc false xslroot prefix usr local bindir usr local bin datadir usr local share includedir usr local include libdir usr local lib mandir usr local share man srcroot go src github com cockroachdb cockroach c deps jemalloc abs srcroot go src github com cockroachdb cockroach c deps jemalloc objroot abs objroot go native pc linux gnu jemalloc jemalloc prefix jemalloc private namespace je install suffix malloc conf autogen cc silence debug code coverage stats prof prof libunwind prof libgcc prof gcc tcache thp fill utrace valgrind xmalloc munmap lazy lock tls cache oblivious echo code generated by goyacc do not edit echo generated file do not edit cat pkg sql parser gen sql go tmp sed e s const const lex g pkg sql parser sql go echo code generated by make do not edit echo generated file do not edit echo echo package lex echo grep const pkg sql parser gen sql go tmp pkg sql lex tokens go building cxx object cmakefiles roach dir protos util hlc legacy timestamp pb cc o building cxx object cmakefiles roach dir protos util hlc timestamp pb cc o sed i import d pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go building cxx object cmakefiles roach dir protos util unresolved addr pb cc o sed i e s import fmt math github com cockroachdb cockroach pkg fmt math g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s cockroachdb cockroach pkg etcd coreos g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s github com cockroachdb cockroach pkg bytes encoding binary errors fmt io math github com google golang org g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go sed i e s golang org x net context context g pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go gofmt s w pkg acceptance cluster testconfig pb go pkg build info pb go pkg ccl backupccl backup pb go pkg ccl baseccl encryption options pb go pkg ccl storageccl engineccl enginepbccl key registry pb go pkg ccl utilccl licenseccl license pb go pkg config system pb go pkg config zone pb go pkg gossip gossip pb go pkg internal client lease pb go pkg roachpb api pb go pkg roachpb app stats pb go pkg roachpb csv pb go pkg roachpb data pb go pkg roachpb errors pb go pkg roachpb internal pb go pkg roachpb internal raft pb go pkg roachpb metadata pb go pkg rpc heartbeat pb go pkg server diagnosticspb diagnostics pb go pkg server serverpb admin pb go pkg server serverpb authentication pb go pkg server serverpb init pb go pkg server serverpb status pb go pkg server status status pb go pkg settings cluster cluster version pb go pkg sql distsqlrun api pb go pkg sql distsqlrun data pb go pkg sql distsqlrun processors pb go pkg sql jobs jobs pb go pkg sql pgwire pgerror errors pb go pkg sql sqlbase encoded datum pb go pkg sql sqlbase join type pb go pkg sql sqlbase privilege pb go pkg sql sqlbase structured pb go pkg sql stats histogram pb go pkg storage api pb go pkg storage engine enginepb file registry pb go pkg storage engine enginepb mvcc pb go pkg storage engine enginepb pb go pkg storage engine enginepb rocksdb pb go pkg storage lease status pb go pkg storage liveness pb go pkg storage log pb go pkg storage raft pb go pkg storage storagebase proposer kv pb go pkg storage storagebase state pb go pkg ts tspb timeseries pb go pkg util hlc legacy timestamp pb go pkg util hlc timestamp pb go pkg util log log pb go pkg util protoutil clone pb go pkg util tracing recorded span pb go pkg util unresolved addr pb go cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src jemalloc o go src github com cockroachdb cockroach c deps jemalloc src jemalloc c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src arena o go src github com cockroachdb cockroach c deps jemalloc src arena c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src atomic o go src github com cockroachdb cockroach c deps jemalloc src atomic c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src base o go src github com cockroachdb cockroach c deps jemalloc src base c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src bitmap o go src github com cockroachdb cockroach c deps jemalloc src bitmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk o go src github com cockroachdb cockroach c deps jemalloc src chunk c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk dss o go src github com cockroachdb cockroach c deps jemalloc src chunk dss c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk mmap o go src github com cockroachdb cockroach c deps jemalloc src chunk mmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ckh o go src github com cockroachdb cockroach c deps jemalloc src ckh c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ctl o go src github com cockroachdb cockroach c deps jemalloc src ctl c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src extent o go src github com cockroachdb cockroach c deps jemalloc src extent c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src hash o go src github com cockroachdb cockroach c deps jemalloc src hash c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidde linking cxx static library libroach a built target roach scanning dependencies of target roachccl building cxx object cmakefiles roachccl dir ccl db cc o n funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src huge o go src github com cockroachdb cockroach c deps jemalloc src huge c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mb o go src github com cockroachdb cockroach c deps jemalloc src mb c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mutex o go src github com cockroachdb cockroach c deps jemalloc src mutex c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src nstime o go src github com cockroachdb cockroach c deps jemalloc src nstime c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src pages o go src github com cockroachdb cockroach c deps jemalloc src pages c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prng o go src github com cockroachdb cockroach c deps jemalloc src prng c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prof o go src github com cockroachdb cockroach c deps jemalloc src prof c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src quarantine o go src github com cockroachdb cockroach c deps jemalloc src quarantine c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src rtree o go src github com cockroachdb cockroach c deps jemalloc src rtree c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src stats o go src github com cockroachdb cockroach c deps jemalloc src stats c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src spin o go src github com cockroachdb cockroach c deps jemalloc src spin c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tcache o go src github com cockroachdb cockroach c deps jemalloc src tcache c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ttouch bin go protobuf sources building cxx object cmakefiles roachccl dir ccl key manager cc o icker o go src github com cockroachdb cockroach c deps jemalloc src ticker c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tsd o go src github com cockroachdb cockroach c deps jemalloc src tsd c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src util o go src github com cockroachdb cockroach c deps jemalloc src util c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src witness o go src github com cockroachdb cockroach c deps jemalloc src witness c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src jemalloc pic o go src github com cockroachdb cockroach c deps jemalloc src jemalloc c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src arena pic o go src github com cockroachdb cockroach c deps jemalloc src arena c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src atomic pic o go src github com cockroachdb cockroach c deps jemalloc src atomic c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src base pic o go src github com cockroachdb cockroach c deps jemalloc src base c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src bitmap pic o go src github com cockroachdb cockroach c deps jemalloc src bitmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk pic o go src github com cockroachdb cockroach c deps jemalloc src chunk c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk dss pic o go src github com cockroachdb cockroach c deps jemalloc src chunk dss c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src chunk mmap pic o go src github com cockroachdb cockroach c deps jemalloc src chunk mmap c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemal building cxx object cmakefiles roachccl dir protosccl ccl baseccl encryption options pb cc o loc include iinclude o src ckh pic o go src github com cockroachdb cockroach c deps jemalloc src ckh c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ctl pic o go src github com cockroachdb cockroach c deps jemalloc src ctl c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src extent pic o go src github com cockroachdb cockroach c deps jemalloc src extent c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src hash pic o go src github com cockroachdb cockroach c deps jemalloc src hash c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src huge pic o go src github com cockroachdb cockroach c deps jemalloc src huge c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mb pic o go src github com cockroachdb cockroach c deps jemalloc src mb c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src mutex pic o go src github com cockroachdb cockroach c deps jemalloc src mutex c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src nstime pic o go src github com cockroachdb cockroach c deps jemalloc src nstime c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src pages pic o go src github com cockroachdb cockroach c deps jemalloc src pages c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prng pic o go src github com cockroachdb cockroach c deps jemalloc src prng c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src prof pic o go src github com cockroachdb cockroach c deps jemalloc src prof c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src quarantine pic o go src github com cockroachdb cockroach c deps jemalloc src quarantine c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go s building cxx object cmakefiles roachccl dir protosccl ccl storageccl engineccl enginepbccl key registry pb cc o go run pkg cmd docgen main funcs go functions docs generated sql quiet ar u modifier ignored since d is the default see u ar u modifier ignored since d is the default see u rc github com cockroachdb cockroach c deps jemalloc include iinclude o src rtree pic o go src github com cockroachdb cockroach c deps jemalloc src rtree c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src stats pic o go src github com cockroachdb cockroach c deps jemalloc src stats c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src spin pic o go src github com cockroachdb cockroach c deps jemalloc src spin c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tcache pic o go src github com cockroachdb cockroach c deps jemalloc src tcache c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src ticker pic o go src github com cockroachdb cockroach c deps jemalloc src ticker c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src tsd pic o go src github com cockroachdb cockroach c deps jemalloc src tsd c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src util pic o go src github com cockroachdb cockroach c deps jemalloc src util c cc std wall werror declaration after statement wshorten to wsign compare pipe fvisibility hidden funroll loops fpic dpic c d gnu source d reentrant i go src github com cockroachdb cockroach c deps jemalloc include iinclude o src witness pic o go src github com cockroachdb cockroach c deps jemalloc src witness c ar crus lib libjemalloc a src jemalloc o src arena o src atomic o src base o src bitmap o src chunk o src chunk dss o src chunk mmap o src ckh o src ctl o src extent o src hash o src huge o src mb o src mutex o src nstime o src pages o src prng o src prof o src quarantine o src rtree o src stats o src spin o src tcache o src ticker o src tsd o src util o src witness o ar crus lib libjemalloc pic a src jemalloc pic o src arena pic o src atomic pic o src base pic o src bitmap pic o src chunk pic o src chunk dss pic o src chunk mmap pic o src ckh pic o src ctl pic o src extent pic o src hash pic o src huge pic o src mb pic o src mutex pic o src nstime pic o src pages pic o src prng pic o src prof pic o src quarantine pic o src rtree pic o src stats pic o src spin pic o src tcache pic o src ticker pic o src tsd pic o src util pic o src witness pic o built target build version scanning dependencies of target rocksdb building cxx object cmakefiles rocksdb dir cache sharded cache cc o building cxx object cmakefiles rocksdb dir cache clock cache cc o building cxx object cmakefiles rocksdb dir cache lru cache cc o building cxx object cmakefiles rocksdb dir db builder cc o building cxx object cmakefiles rocksdb dir db c cc o building cxx object cmakefiles rocksdb dir db column family cc o building cxx object cmakefiles rocksdb dir db compacted db impl cc o building cxx object cmakefiles rocksdb dir db compaction cc o building cxx object cmakefiles rocksdb dir db compaction iterator cc o linking cxx static library libroachccl a built target roachccl building cxx object cmakefiles rocksdb dir db compaction job cc o touch bin docgen functions building cxx object cmakefiles rocksdb dir db compaction picker cc o building cxx object cmakefiles rocksdb dir db compaction picker universal cc o building cxx object cmakefiles rocksdb dir db convenience cc o building cxx object cmakefiles rocksdb dir db db filesnapshot cc o building cxx object cmakefiles rocksdb dir db db impl cc o building cxx object cmakefiles rocksdb dir db db impl write cc o building cxx object cmakefiles rocksdb dir db db impl compaction flush cc o building cxx object cmakefiles rocksdb dir db db impl files cc o building cxx object cmakefiles rocksdb dir db db impl open cc o building cxx object cmakefiles rocksdb dir db db impl debug cc o building cxx object cmakefiles rocksdb dir db db impl experimental cc o building cxx object cmakefiles rocksdb dir db db impl readonly cc o building cxx object cmakefiles rocksdb dir db db info dumper cc o building cxx object cmakefiles rocksdb dir db db iter cc o building cxx object cmakefiles rocksdb dir db dbformat cc o building cxx object cmakefiles rocksdb dir db event helpers cc o building cxx object cmakefiles rocksdb dir db experimental cc o building cxx object cmakefiles rocksdb dir db external sst file ingestion job cc o building cxx object cmakefiles rocksdb dir db file indexer cc o building cxx object cmakefiles rocksdb dir db flush job cc o building cxx object cmakefiles rocksdb dir db flush scheduler cc o building cxx object cmakefiles rocksdb dir db forward iterator cc o building cxx object cmakefiles rocksdb dir db internal stats cc o building cxx object cmakefiles rocksdb dir db log reader cc o building cxx object cmakefiles rocksdb dir db log writer cc o building cxx object cmakefiles rocksdb dir db malloc stats cc o building cxx object cmakefiles rocksdb dir db managed iterator cc o building cxx object cmakefiles rocksdb dir db memtable cc o building cxx object cmakefiles rocksdb dir db memtable list cc o building cxx object cmakefiles rocksdb dir db merge helper cc o building cxx object cmakefiles rocksdb dir db range del aggregator cc o building cxx object cmakefiles rocksdb dir db repair cc o building cxx object cmakefiles rocksdb dir db table cache cc o building cxx object cmakefiles rocksdb dir db table properties collector cc o building cxx object cmakefiles rocksdb dir db transaction log impl cc o building cxx object cmakefiles rocksdb dir db version builder cc o building cxx object cmakefiles rocksdb dir db version edit cc o building cxx object cmakefiles rocksdb dir db version set cc o building cxx object cmakefiles rocksdb dir db wal manager cc o building cxx object cmakefiles rocksdb dir db write batch cc o building cxx object cmakefiles rocksdb dir db write thread cc o building cxx object cmakefiles rocksdb dir env env cc o building cxx object cmakefiles rocksdb dir env env encryption cc o building cxx object cmakefiles rocksdb dir env mock env cc o building cxx object cmakefiles rocksdb dir memtable alloc tracker cc o building cxx object cmakefiles rocksdb dir memtable hash cuckoo rep cc o building cxx object cmakefiles rocksdb dir memtable hash linklist rep cc o building cxx object cmakefiles rocksdb dir memtable hash skiplist rep cc o building cxx object cmakefiles rocksdb dir memtable skiplistrep cc o building cxx object cmakefiles rocksdb dir memtable vectorrep cc o building cxx object cmakefiles rocksdb dir memtable write buffer manager cc o building cxx object cmakefiles rocksdb dir monitoring histogram cc o building cxx object cmakefiles rocksdb dir monitoring instrumented mutex cc o building cxx object cmakefiles rocksdb dir monitoring iostats context cc o building cxx object cmakefiles rocksdb dir monitoring perf context cc o building cxx object cmakefiles rocksdb dir monitoring perf level cc o building cxx object cmakefiles rocksdb dir monitoring statistics cc o building cxx object cmakefiles rocksdb dir monitoring thread status util cc o building cxx object cmakefiles rocksdb dir monitoring thread status updater cc o building cxx object cmakefiles rocksdb dir monitoring thread status util debug cc o building cxx object cmakefiles rocksdb dir options cf options cc o building cxx object cmakefiles rocksdb dir options db options cc o building cxx object cmakefiles rocksdb dir options options cc o building cxx object cmakefiles rocksdb dir options options helper cc o building cxx object cmakefiles rocksdb dir options options parser cc o building cxx object cmakefiles rocksdb dir table adaptive table factory cc o building cxx object cmakefiles rocksdb dir table block cc o building cxx object cmakefiles rocksdb dir table block based filter block cc o building cxx object cmakefiles rocksdb dir table block based table builder cc o building cxx object cmakefiles rocksdb dir table block based table factory cc o building cxx object cmakefiles rocksdb dir table block based table reader cc o building cxx object cmakefiles rocksdb dir table block builder cc o building cxx object cmakefiles rocksdb dir table block prefix index cc o building cxx object cmakefiles rocksdb dir table bloom block cc o building cxx object cmakefiles rocksdb dir table cuckoo table builder cc o building cxx object cmakefiles rocksdb dir table cuckoo table factory cc o building cxx object cmakefiles rocksdb dir table cuckoo table reader cc o building cxx object cmakefiles rocksdb dir table format cc o building cxx object cmakefiles rocksdb dir table full filter block cc o building cxx object cmakefiles rocksdb dir table get context cc o building cxx object cmakefiles rocksdb dir table index builder cc o building cxx object cmakefiles rocksdb dir table iterator cc o building cxx object cmakefiles rocksdb dir table merging iterator cc o building cxx object cmakefiles rocksdb dir table meta blocks cc o building cxx object cmakefiles rocksdb dir table partitioned filter block cc o building cxx object cmakefiles rocksdb dir table persistent cache helper cc o building cxx object cmakefiles rocksdb dir table plain table builder cc o building cxx object cmakefiles rocksdb dir table plain table factory cc o building cxx object cmakefiles rocksdb dir table plain table index cc o building cxx object cmakefiles rocksdb dir table plain table key coding cc o building cxx object cmakefiles rocksdb dir table plain table reader cc o building cxx object cmakefiles rocksdb dir table sst file writer cc o building cxx object cmakefiles rocksdb dir table table properties cc o building cxx object cmakefiles rocksdb dir table two level iterator cc o building cxx object cmakefiles rocksdb dir tools db bench tool cc o building cxx object cmakefiles rocksdb dir tools dump db dump tool cc o building cxx object cmakefiles rocksdb dir tools ldb cmd cc o building cxx object cmakefiles rocksdb dir tools sst dump tool cc o building cxx object cmakefiles rocksdb dir util arena cc o building cxx object cmakefiles rocksdb dir util auto roll logger cc o building cxx object cmakefiles rocksdb dir util bloom cc o building cxx object cmakefiles rocksdb dir util coding cc o building cxx object cmakefiles rocksdb dir util comparator cc o building cxx object cmakefiles rocksdb dir util concurrent arena cc o building cxx object cmakefiles rocksdb dir util cc o building cxx object cmakefiles rocksdb dir util delete scheduler cc o building cxx object cmakefiles rocksdb dir util dynamic bloom cc o building cxx object cmakefiles rocksdb dir util event logger cc o building cxx object cmakefiles rocksdb dir util file reader writer cc o building cxx object cmakefiles rocksdb dir util file util cc o building cxx object cmakefiles rocksdb dir util filename cc o building cxx object cmakefiles rocksdb dir util hash cc o building cxx object cmakefiles rocksdb dir util log buffer cc o building cxx object cmakefiles rocksdb dir util random cc o building cxx object cmakefiles rocksdb dir util rate limiter cc o building cxx object cmakefiles rocksdb dir util sst file manager impl cc o building cxx object cmakefiles rocksdb dir util status cc o building cxx object cmakefiles rocksdb dir util sync point cc o building cxx object cmakefiles rocksdb dir util testutil cc o building cxx object cmakefiles rocksdb dir util thread local cc o building cxx object cmakefiles rocksdb dir util threadpool imp cc o building cxx object cmakefiles rocksdb dir util transaction test util cc o building cxx object cmakefiles rocksdb dir utilities backupable backupable db cc o building cxx object cmakefiles rocksdb dir utilities blob db blob db cc o building cxx object cmakefiles rocksdb dir utilities blob db blob db impl cc o building cxx object cmakefiles rocksdb dir utilities blob db blob dump tool cc o building cxx object cmakefiles rocksdb dir utilities blob db blob file cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log reader cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log writer cc o building cxx object cmakefiles rocksdb dir utilities blob db blob log format cc o building cxx object cmakefiles rocksdb dir utilities blob db ttl extractor cc o building cxx object cmakefiles rocksdb dir utilities checkpoint checkpoint impl cc o building cxx object cmakefiles rocksdb dir utilities col buf decoder cc o building cxx object cmakefiles rocksdb dir utilities col buf encoder cc o building cxx object cmakefiles rocksdb dir utilities column aware encoding util cc o building cxx object cmakefiles rocksdb dir utilities date tiered date tiered db impl cc o building cxx object cmakefiles rocksdb dir utilities debug cc o building cxx object cmakefiles rocksdb dir utilities document document db cc o building cxx object cmakefiles rocksdb dir utilities document json document cc o building cxx object cmakefiles rocksdb dir utilities env timed cc o building cxx object cmakefiles rocksdb dir utilities geodb geodb impl cc o building cxx object cmakefiles rocksdb dir utilities memory memory util cc o building cxx object cmakefiles rocksdb dir utilities merge operators cc o building cxx object cmakefiles rocksdb dir utilities options options util cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier file cc o building cxx object cmakefiles rocksdb dir utilities persistent cache block cache tier metadata cc o building cxx object cmakefiles rocksdb dir utilities persistent cache volatile tier impl cc o building cxx object cmakefiles rocksdb dir utilities redis redis lists cc o building cxx object cmakefiles rocksdb dir utilities simulator cache sim cache cc o building cxx object cmakefiles rocksdb dir utilities spatialdb spatial db cc o building cxx object cmakefiles rocksdb dir utilities transactions optimistic transaction db impl cc o building cxx object cmakefiles rocksdb dir utilities transactions optimistic transaction cc o building cxx object cmakefiles rocksdb dir utilities transactions pessimistic transaction cc o building cxx object cmakefiles rocksdb dir utilities transactions pessimistic transaction db cc o building cxx object cmakefiles rocksdb dir utilities transactions snapshot checker cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction base cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction lock mgr cc o building cxx object cmakefiles rocksdb dir utilities transactions transaction util cc o building cxx object cmakefiles rocksdb dir utilities transactions write prepared txn cc o building cxx object cmakefiles rocksdb dir utilities ttl db ttl impl cc o building cxx object cmakefiles rocksdb dir utilities write batch with index write batch with index cc o building cxx object cmakefiles rocksdb dir utilities write batch with index write batch with index internal cc o building cxx object cmakefiles rocksdb dir port port posix cc o building cxx object cmakefiles rocksdb dir env env posix cc o building cxx object cmakefiles rocksdb dir env io posix cc o linking cxx static library librocksdb a built target rocksdb go test v race tags make pc linux gnu ldflags x github com cockroachdb cockroach pkg build typ development x github com cockroachdb cockroach pkg build tag dirty x github com cockroachdb cockroach pkg build utctime x github com cockroachdb cockroach pkg build rev x github com cockroachdb cockroach pkg build cgotargettriple pc linux gnu i github com cockroachdb cockroach pkg jobs jobspb can t load package package github com cockroachdb cockroach pkg jobs jobspb cannot find package github com cockroachdb cockroach pkg jobs jobspb in any of usr local go src github com cockroachdb cockroach pkg jobs jobspb from goroot go src github com cockroachdb cockroach pkg jobs jobspb from gopath make error makefile recipe for target gotestdashi failed
| 1
|
187,863
| 14,433,400,639
|
IssuesEvent
|
2020-12-07 04:44:51
|
kalexmills/github-vet-tests-dec2020
|
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
|
closed
|
damoncoo/lunar-go: vendor/github.com/ugorji/go/codec/codec_test.go; 32 LoC
|
fresh small test vendored
|
Found a possible issue in [damoncoo/lunar-go](https://www.github.com/damoncoo/lunar-go) at [vendor/github.com/ugorji/go/codec/codec_test.go](https://github.com/damoncoo/lunar-go/blob/0f7552aedfe28a4dce068c3a8907ba8568402032/vendor/github.com/ugorji/go/codec/codec_test.go#L1694-L1725)
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 at line 1698 may store a reference to r
[Click here to see the code in its original context.](https://github.com/damoncoo/lunar-go/blob/0f7552aedfe28a4dce068c3a8907ba8568402032/vendor/github.com/ugorji/go/codec/codec_test.go#L1694-L1725)
<details>
<summary>Click here to show the 32 line(s) of Go which triggered the analyzer.</summary>
```go
for _, r := range []RawExt{
{Tag: 99, Value: "9999", Data: []byte("9999")},
} {
e := NewEncoderBytes(&b, h)
e.MustEncode(&r)
// fmt.Printf(">>>> rawext: isnil? %v, %d - %v\n", b == nil, len(b), b)
d := NewDecoderBytes(b, h)
d.MustDecode(&v)
var r2 = r
switch {
case isJson:
r2.Tag = 0
r2.Data = nil
case isCbor:
r2.Data = nil
default:
r2.Value = nil
}
testDeepEqualErr(v, r2, t, "rawext-default")
// switch h.(type) {
// case *JsonHandle:
// testDeepEqualErr(r.Value, v, t, "rawext-json")
// default:
// var r2 = r
// if isValuer {
// r2.Data = nil
// } else {
// r2.Value = nil
// }
// testDeepEqualErr(v, r2, t, "rawext-default")
// }
}
```
</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: 0f7552aedfe28a4dce068c3a8907ba8568402032
|
1.0
|
damoncoo/lunar-go: vendor/github.com/ugorji/go/codec/codec_test.go; 32 LoC -
Found a possible issue in [damoncoo/lunar-go](https://www.github.com/damoncoo/lunar-go) at [vendor/github.com/ugorji/go/codec/codec_test.go](https://github.com/damoncoo/lunar-go/blob/0f7552aedfe28a4dce068c3a8907ba8568402032/vendor/github.com/ugorji/go/codec/codec_test.go#L1694-L1725)
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 at line 1698 may store a reference to r
[Click here to see the code in its original context.](https://github.com/damoncoo/lunar-go/blob/0f7552aedfe28a4dce068c3a8907ba8568402032/vendor/github.com/ugorji/go/codec/codec_test.go#L1694-L1725)
<details>
<summary>Click here to show the 32 line(s) of Go which triggered the analyzer.</summary>
```go
for _, r := range []RawExt{
{Tag: 99, Value: "9999", Data: []byte("9999")},
} {
e := NewEncoderBytes(&b, h)
e.MustEncode(&r)
// fmt.Printf(">>>> rawext: isnil? %v, %d - %v\n", b == nil, len(b), b)
d := NewDecoderBytes(b, h)
d.MustDecode(&v)
var r2 = r
switch {
case isJson:
r2.Tag = 0
r2.Data = nil
case isCbor:
r2.Data = nil
default:
r2.Value = nil
}
testDeepEqualErr(v, r2, t, "rawext-default")
// switch h.(type) {
// case *JsonHandle:
// testDeepEqualErr(r.Value, v, t, "rawext-json")
// default:
// var r2 = r
// if isValuer {
// r2.Data = nil
// } else {
// r2.Value = nil
// }
// testDeepEqualErr(v, r2, t, "rawext-default")
// }
}
```
</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: 0f7552aedfe28a4dce068c3a8907ba8568402032
|
test
|
damoncoo lunar go vendor github com ugorji go codec codec 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 at line may store a reference to r click here to show the line s of go which triggered the analyzer go for r range rawext tag value data byte e newencoderbytes b h e mustencode r fmt printf rawext isnil v d v n b nil len b b d newdecoderbytes b h d mustdecode v var r switch case isjson tag data nil case iscbor data nil default value nil testdeepequalerr v t rawext default switch h type case jsonhandle testdeepequalerr r value v t rawext json default var r if isvaluer data nil else value nil testdeepequalerr v t rawext default 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
|
130,920
| 10,675,570,799
|
IssuesEvent
|
2019-10-21 12:00:30
|
dotnet/corefx
|
https://api.github.com/repos/dotnet/corefx
|
closed
|
System.Runtime.Serialization.Formatters tests failing on UAP
|
area-System.Runtime disabled-test os-windows-uwp
|
Blobs need to be updated for:
- ReadOnlyCollection<>
- Collection
Would be nice if you could also do the last two which are not related to your changes but still need to be updated. Thanks!
|
1.0
|
System.Runtime.Serialization.Formatters tests failing on UAP - Blobs need to be updated for:
- ReadOnlyCollection<>
- Collection
Would be nice if you could also do the last two which are not related to your changes but still need to be updated. Thanks!
|
test
|
system runtime serialization formatters tests failing on uap blobs need to be updated for readonlycollection collection would be nice if you could also do the last two which are not related to your changes but still need to be updated thanks
| 1
|
329,543
| 28,281,630,593
|
IssuesEvent
|
2023-04-08 04:07:06
|
AY2223S2-CS2103T-F12-1/tp
|
https://api.github.com/repos/AY2223S2-CS2103T-F12-1/tp
|
closed
|
[PE-D][Tester B] UG does not mention the format of input parameters.
|
priority.High severity.High type.Docs Tester B
|
It would be nice to mention the format for `height` and `weight` the user should input (eg mention that it is in meters and to 2 decimal places), instead of explaining it only as an error message. The type of `status` is also not mentioned in the UG.

<!--session: 1680242167410-baa1a437-ebfc-4bee-8e68-edd39b9d65b9--><!--Version: Web v3.4.7-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: Yaladah/ped#2
|
1.0
|
[PE-D][Tester B] UG does not mention the format of input parameters. - It would be nice to mention the format for `height` and `weight` the user should input (eg mention that it is in meters and to 2 decimal places), instead of explaining it only as an error message. The type of `status` is also not mentioned in the UG.

<!--session: 1680242167410-baa1a437-ebfc-4bee-8e68-edd39b9d65b9--><!--Version: Web v3.4.7-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: Yaladah/ped#2
|
test
|
ug does not mention the format of input parameters it would be nice to mention the format for height and weight the user should input eg mention that it is in meters and to decimal places instead of explaining it only as an error message the type of status is also not mentioned in the ug labels type documentationbug severity low original yaladah ped
| 1
|
393,141
| 11,610,803,386
|
IssuesEvent
|
2020-02-26 04:22:18
|
open-learning-exchange/myplanet
|
https://api.github.com/repos/open-learning-exchange/myplanet
|
closed
|
survey from nation data bag
|
priority
|
Survey taken on myPlanet must not have `id@null` in parentId as bellow. It must be `ONLY the parent Id`
<img width="756" alt="Screenshot 2020-02-25 at 1 36 21 PM" src="https://user-images.githubusercontent.com/2836302/75276526-4a552a00-57d4-11ea-9a16-05f79d3f535c.png">
Survey taken on myPlanet doesn't have `questions` array in database.. It. is missing. All surveys from nation must still contain questions in database and should not be removed as shown above..
|
1.0
|
survey from nation data bag - Survey taken on myPlanet must not have `id@null` in parentId as bellow. It must be `ONLY the parent Id`
<img width="756" alt="Screenshot 2020-02-25 at 1 36 21 PM" src="https://user-images.githubusercontent.com/2836302/75276526-4a552a00-57d4-11ea-9a16-05f79d3f535c.png">
Survey taken on myPlanet doesn't have `questions` array in database.. It. is missing. All surveys from nation must still contain questions in database and should not be removed as shown above..
|
non_test
|
survey from nation data bag survey taken on myplanet must not have id null in parentid as bellow it must be only the parent id img width alt screenshot at pm src survey taken on myplanet doesn t have questions array in database it is missing all surveys from nation must still contain questions in database and should not be removed as shown above
| 0
|
55,996
| 6,498,031,937
|
IssuesEvent
|
2017-08-22 15:52:35
|
devtools-html/debugger.html
|
https://api.github.com/repos/devtools-html/debugger.html
|
opened
|
[intermittent] browser_dbg-pause-exceptions.js
|
testing
|
`Debugger.Frame is not live`
It looks like we might have a race condition with auto expanding properties
A promise chain failed to handle a rejection: No such actor for ID:
server1.conn16.child1/pausedobj1063 - stack:
```
promiseMiddleware/</</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15578:9
setTimeout handler*executeSoon@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15842:3
promiseMiddleware/</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15573:8
reject@resource://devtools/shared/deprecated-sync-thenables.js:50:41
then@resource://devtools/shared/deprecated-sync-thenables.js:26:51
resolve@resource://devtools/shared/deprecated-sync-thenables.js:77:11
reject@resource://devtools/shared/deprecated-sync-thenables.js:51:16
then@resource://devtools/shared/deprecated-sync-thenables.js:26:51
resolve@resource://devtools/shared/deprecated-sync-thenables.js:77:11
reject@resource://devtools/shared/deprecated-sync-thenables.js:83:7
listenerJson@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:732:9
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/event-emitter.js:178:37
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1323:29
emitReply@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1022:29
DevTools RDP*request@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:718:21
DebuggerClient.requester/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:272:12
exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14
getProperties@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:31474:10
loadObjectProperties/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21333:27
thunk/</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15895:45
bindActionCreator/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:14391:12
setExpanded@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:43368:9
onExpand@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:43519:25
autoExpand@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:39214:7
_autoExpand@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:39228:9
componentDidMount@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:39188:5
mountComponent/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:6502:20
measureLifeCyclePerf@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:6312:12
mountComponent/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:6501:11
notifyAll@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:842:9
close@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:14599:5
closeAll@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19101:11
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19048:11
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19035:13
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16660:12
flushBatchedUpdates@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16743:7
closeAll@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19101:11
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19048:11
batchedUpdates@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:10660:7
enqueueUpdate@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16771:5
enqueueUpdate@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16368:3
enqueueSetState@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16553:5
[35]</ReactComponent.prototype.setState@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:5714:3
handleChange@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:12681:9
dispatch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:1588:7
waitUntilService/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15439:18
promiseMiddleware/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15549:14
thunk/</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15895:100
dispatch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:14478:18
paused/</_ref2<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21133:7
step@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:183
step/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:361
promise callback*step@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:314
promise callback*step@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:314
Rejection date:
Mon Aug 21 2017 17:19:30
GMT+0000 (UTC) - false == true
JS frame ::
resource://testing-common/PromiseTestUtils.jsm ::
assertNoUncaughtRejections ::
line 265
Stack trace:
resource://testing-common/PromiseTestUtils.jsm:assertNoUncaughtRejections:265
chrome://mochikit/content/browser-test.js:Tester_execTest/<:818
Tester_execTest@chrome://mochikit/content/browser-test.js:787:9
Tester.prototype.nextTest</<@chrome://mochikit/content/browser-test.js:687:7
SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:795:59
```
Debugger.Frame is not live
|
1.0
|
[intermittent] browser_dbg-pause-exceptions.js - `Debugger.Frame is not live`
It looks like we might have a race condition with auto expanding properties
A promise chain failed to handle a rejection: No such actor for ID:
server1.conn16.child1/pausedobj1063 - stack:
```
promiseMiddleware/</</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15578:9
setTimeout handler*executeSoon@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15842:3
promiseMiddleware/</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15573:8
reject@resource://devtools/shared/deprecated-sync-thenables.js:50:41
then@resource://devtools/shared/deprecated-sync-thenables.js:26:51
resolve@resource://devtools/shared/deprecated-sync-thenables.js:77:11
reject@resource://devtools/shared/deprecated-sync-thenables.js:51:16
then@resource://devtools/shared/deprecated-sync-thenables.js:26:51
resolve@resource://devtools/shared/deprecated-sync-thenables.js:77:11
reject@resource://devtools/shared/deprecated-sync-thenables.js:83:7
listenerJson@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:732:9
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/event-emitter.js:178:37
emit@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1323:29
emitReply@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:1022:29
DevTools RDP*request@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:718:21
DebuggerClient.requester/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/client/main.js:272:12
exports.makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/shared/ThreadSafeDevToolsUtils.js:109:14
getProperties@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:31474:10
loadObjectProperties/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21333:27
thunk/</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15895:45
bindActionCreator/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:14391:12
setExpanded@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:43368:9
onExpand@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:43519:25
autoExpand@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:39214:7
_autoExpand@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:39228:9
componentDidMount@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:39188:5
mountComponent/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:6502:20
measureLifeCyclePerf@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:6312:12
mountComponent/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:6501:11
notifyAll@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:842:9
close@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:14599:5
closeAll@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19101:11
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19048:11
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19035:13
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16660:12
flushBatchedUpdates@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16743:7
closeAll@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19101:11
perform@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:19048:11
batchedUpdates@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:10660:7
enqueueUpdate@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16771:5
enqueueUpdate@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16368:3
enqueueSetState@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:16553:5
[35]</ReactComponent.prototype.setState@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/vendor/react-dev.js:5714:3
handleChange@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:12681:9
dispatch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:1588:7
waitUntilService/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15439:18
promiseMiddleware/</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15549:14
thunk/</</<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:15895:100
dispatch@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:14478:18
paused/</_ref2<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21133:7
step@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:183
step/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:361
promise callback*step@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:314
promise callback*step@resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/debugger/new/debugger.js:21079:314
Rejection date:
Mon Aug 21 2017 17:19:30
GMT+0000 (UTC) - false == true
JS frame ::
resource://testing-common/PromiseTestUtils.jsm ::
assertNoUncaughtRejections ::
line 265
Stack trace:
resource://testing-common/PromiseTestUtils.jsm:assertNoUncaughtRejections:265
chrome://mochikit/content/browser-test.js:Tester_execTest/<:818
Tester_execTest@chrome://mochikit/content/browser-test.js:787:9
Tester.prototype.nextTest</<@chrome://mochikit/content/browser-test.js:687:7
SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:795:59
```
Debugger.Frame is not live
|
test
|
browser dbg pause exceptions js debugger frame is not live it looks like we might have a race condition with auto expanding properties a promise chain failed to handle a rejection no such actor for id stack promisemiddleware resource devtools client debugger new debugger js settimeout handler executesoon resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js promisemiddleware resource devtools client debugger new debugger js reject resource devtools shared deprecated sync thenables js then resource devtools shared deprecated sync thenables js resolve resource devtools shared deprecated sync thenables js reject resource devtools shared deprecated sync thenables js then resource devtools shared deprecated sync thenables js resolve resource devtools shared deprecated sync thenables js reject resource devtools shared deprecated sync thenables js listenerjson resource gre modules commonjs toolkit loader js resource devtools shared client main js emit resource gre modules commonjs toolkit loader js resource devtools shared event emitter js emit resource gre modules commonjs toolkit loader js resource devtools shared client main js emitreply resource gre modules commonjs toolkit loader js resource devtools shared client main js devtools rdp request resource gre modules commonjs toolkit loader js resource devtools shared client main js debuggerclient requester resource devtools shared client main js exports makeinfallible resource devtools shared threadsafedevtoolsutils js getproperties resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js loadobjectproperties resource devtools client debugger new debugger js thunk resource devtools client debugger new debugger js bindactioncreator resource devtools client debugger new debugger js setexpanded resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js onexpand resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js autoexpand resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js autoexpand resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js componentdidmount resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js mountcomponent resource devtools client shared vendor react dev js measurelifecycleperf resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js mountcomponent resource devtools client shared vendor react dev js notifyall resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js close resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js closeall resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js perform resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js perform resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js perform resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js flushbatchedupdates resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js closeall resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js perform resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js batchedupdates resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js enqueueupdate resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js enqueueupdate resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js enqueuesetstate resource gre modules commonjs toolkit loader js resource devtools client shared vendor react dev js resource devtools client shared vendor react dev js handlechange resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js dispatch resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js waituntilservice resource devtools client debugger new debugger js promisemiddleware resource devtools client debugger new debugger js thunk resource devtools client debugger new debugger js dispatch resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js paused resource devtools client debugger new debugger js step resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js step resource devtools client debugger new debugger js promise callback step resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js promise callback step resource gre modules commonjs toolkit loader js resource devtools client debugger new debugger js rejection date mon aug gmt utc false true js frame resource testing common promisetestutils jsm assertnouncaughtrejections line stack trace resource testing common promisetestutils jsm assertnouncaughtrejections chrome mochikit content browser test js tester exectest tester exectest chrome mochikit content browser test js tester prototype nexttest chrome mochikit content browser test js simpletest waitforfocus waitforfocusinner focusedorloaded chrome mochikit content tests simpletest simpletest js debugger frame is not live
| 1
|
103,705
| 8,933,347,984
|
IssuesEvent
|
2019-01-23 01:37:02
|
ValveSoftware/steamvr_unity_plugin
|
https://api.github.com/repos/ValveSoftware/steamvr_unity_plugin
|
closed
|
using Valve.VR isn't importing namespace
|
Need Retest
|
After importing the SteamVR-Plugin (assetstore or github), my Visual Studio is not able to work with the "using Valve.VR;". It doesn't throw an error, but it is not auto-completing SteamVR specific variables when I type.

Tried so far:
on multiple projects,
multiple versions of SteamVR (2.0.1 from AssetStore and newest Beta)
opened the downloaded Beta version from the downloadlocation as a project directly.
Edit: OpenVR is installed
|
1.0
|
using Valve.VR isn't importing namespace - After importing the SteamVR-Plugin (assetstore or github), my Visual Studio is not able to work with the "using Valve.VR;". It doesn't throw an error, but it is not auto-completing SteamVR specific variables when I type.

Tried so far:
on multiple projects,
multiple versions of SteamVR (2.0.1 from AssetStore and newest Beta)
opened the downloaded Beta version from the downloadlocation as a project directly.
Edit: OpenVR is installed
|
test
|
using valve vr isn t importing namespace after importing the steamvr plugin assetstore or github my visual studio is not able to work with the using valve vr it doesn t throw an error but it is not auto completing steamvr specific variables when i type tried so far on multiple projects multiple versions of steamvr from assetstore and newest beta opened the downloaded beta version from the downloadlocation as a project directly edit openvr is installed
| 1
|
338,896
| 30,327,405,907
|
IssuesEvent
|
2023-07-11 01:58:25
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
sql/stmtdiagnostics: TestDiagnosticsRequest failed
|
C-test-failure O-robot T-sql-queries branch-release-23.1
|
sql/stmtdiagnostics.TestDiagnosticsRequest [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/10802099?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/10802099?buildTab=artifacts#/) on release-23.1 @ [4c7b13ec11aac7910182d645f03080c5c3c1b80e](https://github.com/cockroachdb/cockroach/commits/4c7b13ec11aac7910182d645f03080c5c3c1b80e):
```
=== RUN TestDiagnosticsRequest
test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/cb4e70d2cc4a901d2a7689654ffd0100/logTestDiagnosticsRequest164094824
test_log_scope.go:79: use -show-logs to present logs inline
=== CONT TestDiagnosticsRequest
statement_diagnostics_test.go:62:
Error Trace: github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:62
github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:82
github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:327
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:71
github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:213
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:77
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:59
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:41
github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:296
Error: Should be false
Test: TestDiagnosticsRequest
Messages: request was completed and should have been removed from the registry
=== CONT TestDiagnosticsRequest
panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/cb4e70d2cc4a901d2a7689654ffd0100/logTestDiagnosticsRequest164094824
--- FAIL: TestDiagnosticsRequest (10.86s)
=== RUN TestDiagnosticsRequest/ongoing_request_canceled
=== CONT TestDiagnosticsRequest/ongoing_request_canceled
testing.go:1343: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestDiagnosticsRequest/ongoing_request_canceled (0.53s)
=== RUN TestDiagnosticsRequest/ongoing_request_canceled/conditional
=== CONT TestDiagnosticsRequest/ongoing_request_canceled/conditional
testing.go:1343: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestDiagnosticsRequest/ongoing_request_canceled/conditional (0.53s)
```
<p>Parameters: <code>TAGS=bazel,gss,deadlock</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestDiagnosticsRequest.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-29482
|
1.0
|
sql/stmtdiagnostics: TestDiagnosticsRequest failed - sql/stmtdiagnostics.TestDiagnosticsRequest [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/10802099?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/10802099?buildTab=artifacts#/) on release-23.1 @ [4c7b13ec11aac7910182d645f03080c5c3c1b80e](https://github.com/cockroachdb/cockroach/commits/4c7b13ec11aac7910182d645f03080c5c3c1b80e):
```
=== RUN TestDiagnosticsRequest
test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/cb4e70d2cc4a901d2a7689654ffd0100/logTestDiagnosticsRequest164094824
test_log_scope.go:79: use -show-logs to present logs inline
=== CONT TestDiagnosticsRequest
statement_diagnostics_test.go:62:
Error Trace: github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:62
github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:82
github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:327
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:71
github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:213
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:77
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:59
github.com/cockroachdb/cockroach/pkg/testutils/soon.go:41
github.com/cockroachdb/cockroach/pkg/sql/stmtdiagnostics_test/pkg/sql/stmtdiagnostics/statement_diagnostics_test.go:296
Error: Should be false
Test: TestDiagnosticsRequest
Messages: request was completed and should have been removed from the registry
=== CONT TestDiagnosticsRequest
panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/cb4e70d2cc4a901d2a7689654ffd0100/logTestDiagnosticsRequest164094824
--- FAIL: TestDiagnosticsRequest (10.86s)
=== RUN TestDiagnosticsRequest/ongoing_request_canceled
=== CONT TestDiagnosticsRequest/ongoing_request_canceled
testing.go:1343: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestDiagnosticsRequest/ongoing_request_canceled (0.53s)
=== RUN TestDiagnosticsRequest/ongoing_request_canceled/conditional
=== CONT TestDiagnosticsRequest/ongoing_request_canceled/conditional
testing.go:1343: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
--- FAIL: TestDiagnosticsRequest/ongoing_request_canceled/conditional (0.53s)
```
<p>Parameters: <code>TAGS=bazel,gss,deadlock</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/sql-queries
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestDiagnosticsRequest.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-29482
|
test
|
sql stmtdiagnostics testdiagnosticsrequest failed sql stmtdiagnostics testdiagnosticsrequest with on release run testdiagnosticsrequest test log scope go test logs captured to artifacts tmp tmp test log scope go use show logs to present logs inline cont testdiagnosticsrequest statement diagnostics test go error trace github com cockroachdb cockroach pkg sql stmtdiagnostics test pkg sql stmtdiagnostics statement diagnostics test go github com cockroachdb cockroach pkg sql stmtdiagnostics test pkg sql stmtdiagnostics statement diagnostics test go github com cockroachdb cockroach pkg sql stmtdiagnostics test pkg sql stmtdiagnostics statement diagnostics test go github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg util retry retry go github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg testutils soon go github com cockroachdb cockroach pkg sql stmtdiagnostics test pkg sql stmtdiagnostics statement diagnostics test go error should be false test testdiagnosticsrequest messages request was completed and should have been removed from the registry cont testdiagnosticsrequest panic go test log scope end test logs left over in artifacts tmp tmp fail testdiagnosticsrequest run testdiagnosticsrequest ongoing request canceled cont testdiagnosticsrequest ongoing request canceled testing go test executed panic nil or runtime goexit subtest may have called failnow on a parent test fail testdiagnosticsrequest ongoing request canceled run testdiagnosticsrequest ongoing request canceled conditional cont testdiagnosticsrequest ongoing request canceled conditional testing go test executed panic nil or runtime goexit subtest may have called failnow on a parent test fail testdiagnosticsrequest ongoing request canceled conditional parameters tags bazel gss deadlock help see also cc cockroachdb sql queries jira issue crdb
| 1
|
39,400
| 2,854,402,880
|
IssuesEvent
|
2015-06-02 00:12:40
|
EdonGashi/e-Travel-PHP
|
https://api.github.com/repos/EdonGashi/e-Travel-PHP
|
closed
|
public_html/rezervo_bus.php & rezervo_aeroplan.php
|
Enhancement Migration Priority Low
|
Bartje ne template + konfuzitet entiteti prej sherbimit te class RezervoUdhetim
|
1.0
|
public_html/rezervo_bus.php & rezervo_aeroplan.php - Bartje ne template + konfuzitet entiteti prej sherbimit te class RezervoUdhetim
|
non_test
|
public html rezervo bus php rezervo aeroplan php bartje ne template konfuzitet entiteti prej sherbimit te class rezervoudhetim
| 0
|
313,453
| 26,932,028,492
|
IssuesEvent
|
2023-02-07 17:29:37
|
GoogleCloudPlatform/cloud-sql-proxy-operator
|
https://api.github.com/repos/GoogleCloudPlatform/cloud-sql-proxy-operator
|
closed
|
Build and test operator on arm64 architecture kubernetes nodes
|
type: feature request priority: p2 category: test
|
Build the operator multiarch image and test it on an arm64 GKE cluster.
|
1.0
|
Build and test operator on arm64 architecture kubernetes nodes - Build the operator multiarch image and test it on an arm64 GKE cluster.
|
test
|
build and test operator on architecture kubernetes nodes build the operator multiarch image and test it on an gke cluster
| 1
|
112,418
| 9,565,291,144
|
IssuesEvent
|
2019-05-05 11:19:42
|
foundersandcoders/master-reference
|
https://api.github.com/repos/foundersandcoders/master-reference
|
closed
|
Week -2 : Research Topics
|
proposal week-testing
|
Research Topics for Week 2 are :
1) Unit vs integration testing
2)Technical spikes
3)DOM manipulation
4)Test coverage
https://github.com/foundersandcoders/master-reference/tree/master/coursebook/week-2
We think Technical Spikes is too small for research topics. We are happy to explain it to students. Maybe that topic should be something else? Let's say Jest?
Relates #933
|
1.0
|
Week -2 : Research Topics - Research Topics for Week 2 are :
1) Unit vs integration testing
2)Technical spikes
3)DOM manipulation
4)Test coverage
https://github.com/foundersandcoders/master-reference/tree/master/coursebook/week-2
We think Technical Spikes is too small for research topics. We are happy to explain it to students. Maybe that topic should be something else? Let's say Jest?
Relates #933
|
test
|
week research topics research topics for week are unit vs integration testing technical spikes dom manipulation test coverage we think technical spikes is too small for research topics we are happy to explain it to students maybe that topic should be something else let s say jest relates
| 1
|
253,283
| 21,673,767,575
|
IssuesEvent
|
2022-05-08 11:35:13
|
gama-platform/gama
|
https://api.github.com/repos/gama-platform/gama
|
closed
|
Simple Traffic Model JTS bug
|
๐ Fix to be tested
|
model path : Toy Models\Comodels\Urban and Traffic\Urbanization And Traffic Comodel.gaml
3 occurrences in 3 agents at cycle 0: Java error: exception in JTS library
in location <- any_location_in(one_of(building));
TopologyException: side location conflict [ (-4866639.4697694145, -1.0714574630416477E7, 0.0) ]
org.locationtech.jts.geomgraph.EdgeEndStar.propagateSideLabels(EdgeEndStar.java:287)
org.locationtech.jts.geomgraph.EdgeEndStar.computeLabelling(EdgeEndStar.java:123)
org.locationtech.jts.operation.relate.RelateComputer.labelNodeEdges(RelateComputer.java:328)
org.locationtech.jts.operation.relate.RelateComputer.computeIM(RelateComputer.java:128)
org.locationtech.jts.operation.relate.RelateOp.getIntersectionMatrix(RelateOp.java:112)
org.locationtech.jts.operation.relate.RelateOp.relate(RelateOp.java:57)
org.locationtech.jts.geom.Geometry.relate(Geometry.java:1033)
when applying the any_location_in operator on building731
in location <- any_location_in(one_of(building));
in create people number: 1000 {
location <- any_location_in(one_of(building));
}
in create people number: 1000 {
location <- any_location_in(one_of(building));
}
in init {
create building from: building_shapefile ;
create road from: road_shapefile ;
create people number: 1000 {
location <- any_location_in(one_of(building));
}
road_weights <- road as_map (each :: each.shape.perimeter);
road_network <- as_edge_graph(road);
}
in create Adapter of Traffice {
do transform ;
}
in init {
create Adapter of Traffice {
do transform ;
}
create Adapter ;
}
in agents people221, Simulation 0, main0
|
1.0
|
Simple Traffic Model JTS bug - model path : Toy Models\Comodels\Urban and Traffic\Urbanization And Traffic Comodel.gaml
3 occurrences in 3 agents at cycle 0: Java error: exception in JTS library
in location <- any_location_in(one_of(building));
TopologyException: side location conflict [ (-4866639.4697694145, -1.0714574630416477E7, 0.0) ]
org.locationtech.jts.geomgraph.EdgeEndStar.propagateSideLabels(EdgeEndStar.java:287)
org.locationtech.jts.geomgraph.EdgeEndStar.computeLabelling(EdgeEndStar.java:123)
org.locationtech.jts.operation.relate.RelateComputer.labelNodeEdges(RelateComputer.java:328)
org.locationtech.jts.operation.relate.RelateComputer.computeIM(RelateComputer.java:128)
org.locationtech.jts.operation.relate.RelateOp.getIntersectionMatrix(RelateOp.java:112)
org.locationtech.jts.operation.relate.RelateOp.relate(RelateOp.java:57)
org.locationtech.jts.geom.Geometry.relate(Geometry.java:1033)
when applying the any_location_in operator on building731
in location <- any_location_in(one_of(building));
in create people number: 1000 {
location <- any_location_in(one_of(building));
}
in create people number: 1000 {
location <- any_location_in(one_of(building));
}
in init {
create building from: building_shapefile ;
create road from: road_shapefile ;
create people number: 1000 {
location <- any_location_in(one_of(building));
}
road_weights <- road as_map (each :: each.shape.perimeter);
road_network <- as_edge_graph(road);
}
in create Adapter of Traffice {
do transform ;
}
in init {
create Adapter of Traffice {
do transform ;
}
create Adapter ;
}
in agents people221, Simulation 0, main0
|
test
|
simple traffic model jts bug model path toy models comodels urban and traffic urbanization and traffic comodel gaml occurrences in agents at cycle java error exception in jts library in location any location in one of building topologyexception side location conflict org locationtech jts geomgraph edgeendstar propagatesidelabels edgeendstar java org locationtech jts geomgraph edgeendstar computelabelling edgeendstar java org locationtech jts operation relate relatecomputer labelnodeedges relatecomputer java org locationtech jts operation relate relatecomputer computeim relatecomputer java org locationtech jts operation relate relateop getintersectionmatrix relateop java org locationtech jts operation relate relateop relate relateop java org locationtech jts geom geometry relate geometry java when applying the any location in operator on in location any location in one of building in create people number location any location in one of building in create people number location any location in one of building in init create building from building shapefile create road from road shapefile create people number location any location in one of building road weights road as map each each shape perimeter road network as edge graph road in create adapter of traffice do transform in init create adapter of traffice do transform create adapter in agents simulation
| 1
|
345,992
| 30,858,197,822
|
IssuesEvent
|
2023-08-02 22:57:33
|
catalystneuro/datta-lab-to-nwb
|
https://api.github.com/repos/catalystneuro/datta-lab-to-nwb
|
closed
|
Set up NWB Inspector
|
Testing
|
See [docs](https://nwbinspector.readthedocs.io/en/dev/index.html).
I would love to somehow include NWB inspector in github's CI, but it's probably not feasible bc of file size issues.
|
1.0
|
Set up NWB Inspector - See [docs](https://nwbinspector.readthedocs.io/en/dev/index.html).
I would love to somehow include NWB inspector in github's CI, but it's probably not feasible bc of file size issues.
|
test
|
set up nwb inspector see i would love to somehow include nwb inspector in github s ci but it s probably not feasible bc of file size issues
| 1
|
77,064
| 7,559,153,005
|
IssuesEvent
|
2018-04-20 02:15:36
|
rancher/rancher
|
https://api.github.com/repos/rancher/rancher
|
closed
|
Can not upgrade catalog app
|
area/catalog kind/bug status/to-test version/2.0
|
rancher/server:master 04/18
Steps to reproduce:
1. Deploy a catalog app.
2. Update the catalog app.
Results:
The id of the app is wrong.

|
1.0
|
Can not upgrade catalog app - rancher/server:master 04/18
Steps to reproduce:
1. Deploy a catalog app.
2. Update the catalog app.
Results:
The id of the app is wrong.

|
test
|
can not upgrade catalog app rancher server master steps to reproduce deploy a catalog app update the catalog app results the id of the app is wrong
| 1
|
169,323
| 20,834,555,731
|
IssuesEvent
|
2022-03-20 01:09:00
|
tapalif/invoicer-chapter2
|
https://api.github.com/repos/tapalif/invoicer-chapter2
|
opened
|
CVE-2022-27191 (High) detected in a0.8.20, go-ethereumv1.7.3
|
security vulnerability
|
## CVE-2022-27191 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>a0.8.20</b>, <b>go-ethereumv1.7.3</b></p></summary>
<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>
golang.org/x/crypto/ssh before 0.0.0-20220314234659-1baeb1ce4c0b in Go through 1.16.15 and 1.17.x through 1.17.8 allows an attacker to crash a server in certain circumstances involving AddHostKey.
<p>Publish Date: 2022-03-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-27191>CVE-2022-27191</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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2022-27191 (High) detected in a0.8.20, go-ethereumv1.7.3 - ## CVE-2022-27191 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>a0.8.20</b>, <b>go-ethereumv1.7.3</b></p></summary>
<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>
golang.org/x/crypto/ssh before 0.0.0-20220314234659-1baeb1ce4c0b in Go through 1.16.15 and 1.17.x through 1.17.8 allows an attacker to crash a server in certain circumstances involving AddHostKey.
<p>Publish Date: 2022-03-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-27191>CVE-2022-27191</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>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_test
|
cve high detected in go cve high severity vulnerability vulnerable libraries go vulnerability details golang org x crypto ssh before in go through and x through allows an attacker to crash a server in certain circumstances involving addhostkey 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 step up your open source security game with whitesource
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.