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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
131,321 | 27,874,248,682 | IssuesEvent | 2023-03-21 15:09:36 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | [mono][llvm] Fully support .NET exceptions with LLVM on x64, x86, arm64, arm32 | runtime-mono tracking area-Codegen-LLVM-mono |
- [ ] Create a Mono-specific EH personality, to support associating outlined filter functions with individual `catchpad` or `landingpad` instructions (by scanning their IR parameter lists for constant function pointers)
- [ ] Use `llvm.localescape` to mark filter-captured values
- [ ] Translate exception filters into outlined filter functions
- [ ] Support nested clauses either by:
- [ ] Using a scheme to encode nested filters using `landingpad`, or
- [ ] Using `catchswitch`, `catchpad`, and `cleanuppad`, and removing Windows-specific assumptions associated with these IR ops found during testing
- [ ] Update the Mono unwinder to support all of the above
Also see:
- [ ] https://github.com/dotnet/runtime/issues/54185
- [ ] https://github.com/dotnet/runtime/issues/54176 | 1.0 | [mono][llvm] Fully support .NET exceptions with LLVM on x64, x86, arm64, arm32 -
- [ ] Create a Mono-specific EH personality, to support associating outlined filter functions with individual `catchpad` or `landingpad` instructions (by scanning their IR parameter lists for constant function pointers)
- [ ] Use `llvm.localescape` to mark filter-captured values
- [ ] Translate exception filters into outlined filter functions
- [ ] Support nested clauses either by:
- [ ] Using a scheme to encode nested filters using `landingpad`, or
- [ ] Using `catchswitch`, `catchpad`, and `cleanuppad`, and removing Windows-specific assumptions associated with these IR ops found during testing
- [ ] Update the Mono unwinder to support all of the above
Also see:
- [ ] https://github.com/dotnet/runtime/issues/54185
- [ ] https://github.com/dotnet/runtime/issues/54176 | non_test | fully support net exceptions with llvm on create a mono specific eh personality to support associating outlined filter functions with individual catchpad or landingpad instructions by scanning their ir parameter lists for constant function pointers use llvm localescape to mark filter captured values translate exception filters into outlined filter functions support nested clauses either by using a scheme to encode nested filters using landingpad or using catchswitch catchpad and cleanuppad and removing windows specific assumptions associated with these ir ops found during testing update the mono unwinder to support all of the above also see | 0 |
230,421 | 18,668,941,685 | IssuesEvent | 2021-10-30 10:25:26 | rizinorg/rizin | https://api.github.com/repos/rizinorg/rizin | closed | Number of added OK tests by `rz-test -L` for testfile is inconsistent | good first issue rz-test | ### Work environment
linux-meson-gcc-tests CI
### Expected behavior
Whenever a log line is added by `rz-test -L`, the number of added OK tests for a testfile should be consistent.
### Actual behavior
https://github.com/rizinorg/rizin/runs/3995138147?check_suite_focus=true#step:16:562 (+8 OK)

https://github.com/rizinorg/rizin/runs/3986880228?check_suite_focus=true#step:16:562 (+7 OK)

https://github.com/rizinorg/rizin/runs/3985136833?check_suite_focus=true#step:16:562 (+6 OK)

The number of active tests in `db/cmd/cmd_pt` as of aa71ff811436950a48be9cf462b675c862d281be is 7. | 1.0 | Number of added OK tests by `rz-test -L` for testfile is inconsistent - ### Work environment
linux-meson-gcc-tests CI
### Expected behavior
Whenever a log line is added by `rz-test -L`, the number of added OK tests for a testfile should be consistent.
### Actual behavior
https://github.com/rizinorg/rizin/runs/3995138147?check_suite_focus=true#step:16:562 (+8 OK)

https://github.com/rizinorg/rizin/runs/3986880228?check_suite_focus=true#step:16:562 (+7 OK)

https://github.com/rizinorg/rizin/runs/3985136833?check_suite_focus=true#step:16:562 (+6 OK)

The number of active tests in `db/cmd/cmd_pt` as of aa71ff811436950a48be9cf462b675c862d281be is 7. | test | number of added ok tests by rz test l for testfile is inconsistent work environment linux meson gcc tests ci expected behavior whenever a log line is added by rz test l the number of added ok tests for a testfile should be consistent actual behavior ok ok ok the number of active tests in db cmd cmd pt as of is | 1 |
314,129 | 23,507,862,583 | IssuesEvent | 2022-08-18 14:04:11 | napari/napari | https://api.github.com/repos/napari/napari | opened | TypeError when running gallery examples | documentation | ## 📚 Documentation
When building the docs from `main`, the gallery outputs several `TypeError` messages related to `napari.Viewer`:
```
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/custom_mouse_functions.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
```
<summary>Full output</summary>
<details>
```
Sphinx-Gallery successfully executed 62 out of 80 files subselected by:
gallery_conf["filename_pattern"] = '/*.py'
gallery_conf["ignore_pattern"] = 'README.rst|/*_.py'
after excluding 0 files that had previously been run (based on MD5).
WARNING: Here is a summary of the problems encountered when running the examples
Unexpected failing examples:
/Users/mwebermendonca/napari/examples/custom_mouse_functions.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/custom_mouse_functions.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/magic_image_arithmetic.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/magic_image_arithmetic.py", line 45, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/tracks_3d_with_graph.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/tracks_3d_with_graph.py", line 48, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/add_vectors_color_by_angle.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/add_vectors_color_by_angle.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/update_console.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/update_console.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/3Dimage_plane_rendering.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/3Dimage_plane_rendering.py", line 13, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/points-over-time.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/points-over-time.py", line 19, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/tracks_3d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/tracks_3d.py", line 72, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/affine_transforms.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/affine_transforms.py", line 21, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/interactive_move_point_3d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/interactive_move_point_3d.py", line 15, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/tracks_2d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/tracks_2d.py", line 58, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/magic_parameter_sweep.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/magic_parameter_sweep.py", line 38, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/mouse_drag_callback.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/mouse_drag_callback.py", line 24, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/shapes_to_labels.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/shapes_to_labels.py", line 17, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/cursor_ray.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/cursor_ray.py", line 39, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/interactive_move_rectangle_3d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/interactive_move_rectangle_3d.py", line 28, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/multiple_viewer_widget.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/multiple_viewer_widget.py", line 445, in <module>
view = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/to_screenshot.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/to_screenshot.py", line 17, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
```
</details> | 1.0 | TypeError when running gallery examples - ## 📚 Documentation
When building the docs from `main`, the gallery outputs several `TypeError` messages related to `napari.Viewer`:
```
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/custom_mouse_functions.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
```
<summary>Full output</summary>
<details>
```
Sphinx-Gallery successfully executed 62 out of 80 files subselected by:
gallery_conf["filename_pattern"] = '/*.py'
gallery_conf["ignore_pattern"] = 'README.rst|/*_.py'
after excluding 0 files that had previously been run (based on MD5).
WARNING: Here is a summary of the problems encountered when running the examples
Unexpected failing examples:
/Users/mwebermendonca/napari/examples/custom_mouse_functions.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/custom_mouse_functions.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/magic_image_arithmetic.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/magic_image_arithmetic.py", line 45, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/tracks_3d_with_graph.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/tracks_3d_with_graph.py", line 48, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/add_vectors_color_by_angle.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/add_vectors_color_by_angle.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/update_console.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/update_console.py", line 16, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/3Dimage_plane_rendering.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/3Dimage_plane_rendering.py", line 13, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/points-over-time.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/points-over-time.py", line 19, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/tracks_3d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/tracks_3d.py", line 72, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/affine_transforms.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/affine_transforms.py", line 21, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/interactive_move_point_3d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/interactive_move_point_3d.py", line 15, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/tracks_2d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/tracks_2d.py", line 58, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/magic_parameter_sweep.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/magic_parameter_sweep.py", line 38, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/mouse_drag_callback.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/mouse_drag_callback.py", line 24, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/shapes_to_labels.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/shapes_to_labels.py", line 17, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/cursor_ray.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/cursor_ray.py", line 39, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/interactive_move_rectangle_3d.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/interactive_move_rectangle_3d.py", line 28, in <module>
viewer = napari.Viewer(ndisplay=3)
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/multiple_viewer_widget.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/multiple_viewer_widget.py", line 445, in <module>
view = napari.Viewer()
TypeError: 'module' object is not callable
/Users/mwebermendonca/napari/examples/to_screenshot.py failed leaving traceback:
Traceback (most recent call last):
File "/Users/mwebermendonca/napari/examples/to_screenshot.py", line 17, in <module>
viewer = napari.Viewer()
TypeError: 'module' object is not callable
```
</details> | non_test | typeerror when running gallery examples 📚 documentation when building the docs from main the gallery outputs several typeerror messages related to napari viewer traceback most recent call last file users mwebermendonca napari examples custom mouse functions py line in viewer napari viewer typeerror module object is not callable full output sphinx gallery successfully executed out of files subselected by gallery conf py gallery conf readme rst py after excluding files that had previously been run based on warning here is a summary of the problems encountered when running the examples unexpected failing examples users mwebermendonca napari examples custom mouse functions py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples custom mouse functions py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples magic image arithmetic py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples magic image arithmetic py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples tracks with graph py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples tracks with graph py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples add vectors color by angle py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples add vectors color by angle py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples update console py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples update console py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples plane rendering py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples plane rendering py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples points over time py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples points over time py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples tracks py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples tracks py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples affine transforms py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples affine transforms py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples interactive move point py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples interactive move point py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples tracks py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples tracks py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples magic parameter sweep py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples magic parameter sweep py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples mouse drag callback py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples mouse drag callback py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples shapes to labels py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples shapes to labels py line in viewer napari viewer typeerror module object is not callable users mwebermendonca napari examples cursor ray py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples cursor ray py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples interactive move rectangle py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples interactive move rectangle py line in viewer napari viewer ndisplay typeerror module object is not callable users mwebermendonca napari examples multiple viewer widget py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples multiple viewer widget py line in view napari viewer typeerror module object is not callable users mwebermendonca napari examples to screenshot py failed leaving traceback traceback most recent call last file users mwebermendonca napari examples to screenshot py line in viewer napari viewer typeerror module object is not callable | 0 |
289,147 | 21,770,511,925 | IssuesEvent | 2022-05-13 08:36:54 | integritee-network/parachain | https://api.github.com/repos/integritee-network/parachain | closed | Investigate and document on token voting options | documentation | Unlike polkadot, we will not be using a council, because of the difficulty to find councillors (legal rights and other problems). Therefore, we need another non-sudo authority voting. | 1.0 | Investigate and document on token voting options - Unlike polkadot, we will not be using a council, because of the difficulty to find councillors (legal rights and other problems). Therefore, we need another non-sudo authority voting. | non_test | investigate and document on token voting options unlike polkadot we will not be using a council because of the difficulty to find councillors legal rights and other problems therefore we need another non sudo authority voting | 0 |
117,358 | 9,931,898,335 | IssuesEvent | 2019-07-02 08:37:07 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :199437]Null pointer dereferences in /tests/net/ip-addr/src/main.c | Coverity area: Tests bug | Static code scan issues seen in File: /tests/net/ip-addr/src/main.c
Category: Null pointer dereferences
Function: test_ipv6_addresses
Component: Tests
CID: 199437
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | [Coverity CID :199437]Null pointer dereferences in /tests/net/ip-addr/src/main.c - Static code scan issues seen in File: /tests/net/ip-addr/src/main.c
Category: Null pointer dereferences
Function: test_ipv6_addresses
Component: Tests
CID: 199437
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | test | null pointer dereferences in tests net ip addr src main c static code scan issues seen in file tests net ip addr src main c category null pointer dereferences function test addresses component tests cid please fix or provide comments to square it off in coverity in the link | 1 |
269,766 | 23,464,338,738 | IssuesEvent | 2022-08-16 15:27:25 | Lightning-AI/lightning-flash | https://api.github.com/repos/Lightning-AI/lightning-flash | reopened | Improve code coverage for `flash.core.data.utilities.paths` | help wanted tests / CI | ## Tests/CI
<!-- A clear and concise description of the feature proposal -->
Add tests for `flash.core.data.utilities.paths`
### Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->
Improve code coverage for the mentioned module
### Pitch
<!-- A clear and concise description of what you want to happen. -->
Adding tests for the specific module is a mechanism to familiarize with the code base, to continue to familiarize with the PR process, team conventions in the core code base, and testing best practices.
### Alternatives
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
None.
### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
Issue was discussed with Ethan at: https://github.com/Lightning-AI/lightning-flash/pull/1386#discussion_r921206003
| 1.0 | Improve code coverage for `flash.core.data.utilities.paths` - ## Tests/CI
<!-- A clear and concise description of the feature proposal -->
Add tests for `flash.core.data.utilities.paths`
### Motivation
<!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->
Improve code coverage for the mentioned module
### Pitch
<!-- A clear and concise description of what you want to happen. -->
Adding tests for the specific module is a mechanism to familiarize with the code base, to continue to familiarize with the PR process, team conventions in the core code base, and testing best practices.
### Alternatives
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
None.
### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
Issue was discussed with Ethan at: https://github.com/Lightning-AI/lightning-flash/pull/1386#discussion_r921206003
| test | improve code coverage for flash core data utilities paths tests ci add tests for flash core data utilities paths motivation improve code coverage for the mentioned module pitch adding tests for the specific module is a mechanism to familiarize with the code base to continue to familiarize with the pr process team conventions in the core code base and testing best practices alternatives none additional context issue was discussed with ethan at | 1 |
350,854 | 31,932,496,731 | IssuesEvent | 2023-09-19 08:23:00 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | reopened | Fix elementwise.test_abs | Sub Task Failing Test | | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/6138028381/job/16654486389"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-failure-red></a>
| 1.0 | Fix elementwise.test_abs - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/6138028381/job/16654486389"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/6162988644"><img src=https://img.shields.io/badge/-failure-red></a>
| test | fix elementwise test abs jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src | 1 |
320,175 | 9,777,375,188 | IssuesEvent | 2019-06-07 08:56:55 | threefoldtech/jumpscaleX | https://api.github.com/repos/threefoldtech/jumpscaleX | opened | install script delete ~/.ssh/known_hosts file | priority_critical type_bug | Seen in InstallTools.py
https://github.com/threefoldtech/jumpscaleX/blob/f814ddd03319139252b823f3a966886d630e521f/install/InstallTools.py#L3063
In no case a script should ever touch to this file on the host system of the use. I don't see any case where you would have to empty this file for any reason. | 1.0 | install script delete ~/.ssh/known_hosts file - Seen in InstallTools.py
https://github.com/threefoldtech/jumpscaleX/blob/f814ddd03319139252b823f3a966886d630e521f/install/InstallTools.py#L3063
In no case a script should ever touch to this file on the host system of the use. I don't see any case where you would have to empty this file for any reason. | non_test | install script delete ssh known hosts file seen in installtools py in no case a script should ever touch to this file on the host system of the use i don t see any case where you would have to empty this file for any reason | 0 |
110,082 | 9,429,741,404 | IssuesEvent | 2019-04-12 07:08:40 | pantsbuild/pants | https://api.github.com/repos/pantsbuild/pants | closed | SchedulerIntegrationTest.test_graceful_termination is flaky | flaky-test | log:
```
SchedulerIntegrationTest.test_graceful_termination
self = <pants_test.engine.test_scheduler_integration.SchedulerIntegrationTest testMethod=test_graceful_termination>
args = (), kwargs = {}, enable_daemon = True
subprocess_dir = '/tmp/tmp9azvz0t0'
enable_daemon_str = 'True'
env = {'HERMETIC_ENV': 'PANTS_ENABLE_PANTSD,PANTS_ENABLE_V2_ENGINE,PANTS_SUBPROCESSDIR', 'PANTS_ENABLE_PANTSD': 'True', 'PANTS_ENABLE_V2_ENGINE': 'True', 'PANTS_SUBPROCESSDIR': '/tmp/tmp9azvz0t0'}
def wrapper(self, *args, **kwargs):
for enable_daemon in [False, True]:
with temporary_dir() as subprocess_dir:
enable_daemon_str = str(enable_daemon)
env = {
'HERMETIC_ENV': 'PANTS_ENABLE_PANTSD,PANTS_ENABLE_V2_ENGINE,PANTS_SUBPROCESSDIR',
'PANTS_ENABLE_PANTSD': enable_daemon_str,
'PANTS_ENABLE_V2_ENGINE': enable_daemon_str,
'PANTS_SUBPROCESSDIR': subprocess_dir,
}
with environment_as(**env):
try:
> f(self, *args, **kwargs)
.pants.d/pyprep/sources/4280f1d22894754fd22082cfc23ad938193825ae/pants_test/pants_run_integration_test.py:118:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.pants.d/pyprep/sources/4280f1d22894754fd22082cfc23ad938193825ae/pants_test/engine/test_scheduler_integration.py:38: in test_graceful_termination
self.assertEqual(pants_result.stdout_data, 'examples/src/scala/org/pantsbuild/example/hello/welcome:welcome\n')
E AssertionError: '' != 'examples/src/scala/org/pantsbuild/example/hello/welcome:welcome\n'
E + examples/src/scala/org/pantsbuild/example/hello/welcome:welcome
-------------- Captured stdout call --------------
logs/exceptions.log +++
logs/exceptions.log ---
logs/exceptions.4984.log +++
logs/exceptions.4984.log ---
logs/exceptions.log +++
logs/exceptions.log ---
logs/exceptions.5052.log +++
logs/exceptions.5052.log ---
logs/exceptions.5133.log +++
logs/exceptions.5133.log ---
pantsd/pantsd.log +++
pantsd/pantsd.log >>> I1128 23:12:47.247260 5133 pants_daemon.py:372] pantsd starting, log level is INFO
pantsd/pantsd.log >>> I1128 23:12:47.247560 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.fs_event_service.FSEventService object at 0x7f1cc5ab2dd0>
pantsd/pantsd.log >>> I1128 23:12:47.247633 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7f1cc988e690>
pantsd/pantsd.log >>> I1128 23:12:47.247705 5133 scheduler_service.py:80] watching invalidating files: set([])
pantsd/pantsd.log >>> I1128 23:12:47.247755 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.pailgun_service.PailgunService object at 0x7f1cc5a50410>
pantsd/pantsd.log >>> I1128 23:12:47.247800 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.store_gc_service.StoreGCService object at 0x7f1cc5a50f90>
pantsd/pantsd.log >>> I1128 23:12:47.247956 5133 pants_daemon.py:328] starting service <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7f1cc988e690>
pantsd/pantsd.log >>> I1128 23:12:47.248212 5133 pants_daemon.py:328] starting service <pants.pantsd.service.store_gc_service.StoreGCService object at 0x7f1cc5a50f90>
pantsd/pantsd.log >>> I1128 23:12:47.248456 5133 pants_daemon.py:328] starting service <pants.pantsd.service.fs_event_service.FSEventService object at 0x7f1cc5ab2dd0>
pantsd/pantsd.log >>> I1128 23:12:47.248699 5133 pants_daemon.py:328] starting service <pants.pantsd.service.pailgun_service.PailgunService object at 0x7f1cc5a50410>
pantsd/pantsd.log >>> I1128 23:12:47.248999 5133 pailgun_service.py:69] starting pailgun server on port 44297
pantsd/pantsd.log >>> I1128 23:12:47.275114 5133 pailgun_server.py:72] handling pailgun request: `./pants --no-pantsrc --pants-workdir=/home/travis/build/pantsbuild/pants/.pants.d/tmp/tmp1dlty1ye.pants.d --kill-nailguns --print-exception-stacktrace=True --no-v1 --v2 list-and-die-for-testing examples/src/scala/org/pantsbuild/example/hello/welcome`
pantsd/pantsd.log >>> I1128 23:12:47.627370 5133 watchman.py:185] confirmed watchman subscription: {u'subscribe': 'all_files', u'version': u'4.9.1', u'clock': u'c:1543446766:5114:1:2'}
pantsd/pantsd.log >>> I1128 23:12:47.637814 5133 pailgun_server.py:81] pailgun request completed: `./pants --no-pantsrc --pants-workdir=/home/travis/build/pantsbuild/pants/.pants.d/tmp/tmp1dlty1ye.pants.d --kill-nailguns --print-exception-stacktrace=True --no-v1 --v2 list-and-die-for-testing examples/src/scala/org/pantsbuild/example/hello/welcome`
pantsd/pantsd.log >>> I1128 23:12:47.642437 5133 scheduler_service.py:88] enqueuing 14483 changes for subscription all_files
pantsd/pantsd.log ---
Test failed with enable-pantsd=True:
generated xml file: /home/travis/build/pantsbuild/pants/.pants.d/test/pytest/tests.python.pants_test.engine.scheduler_integration/junitxml/TEST-tests.python.pants_test.engine.scheduler_integration.xml
```
Fixed on a rerun. | 1.0 | SchedulerIntegrationTest.test_graceful_termination is flaky - log:
```
SchedulerIntegrationTest.test_graceful_termination
self = <pants_test.engine.test_scheduler_integration.SchedulerIntegrationTest testMethod=test_graceful_termination>
args = (), kwargs = {}, enable_daemon = True
subprocess_dir = '/tmp/tmp9azvz0t0'
enable_daemon_str = 'True'
env = {'HERMETIC_ENV': 'PANTS_ENABLE_PANTSD,PANTS_ENABLE_V2_ENGINE,PANTS_SUBPROCESSDIR', 'PANTS_ENABLE_PANTSD': 'True', 'PANTS_ENABLE_V2_ENGINE': 'True', 'PANTS_SUBPROCESSDIR': '/tmp/tmp9azvz0t0'}
def wrapper(self, *args, **kwargs):
for enable_daemon in [False, True]:
with temporary_dir() as subprocess_dir:
enable_daemon_str = str(enable_daemon)
env = {
'HERMETIC_ENV': 'PANTS_ENABLE_PANTSD,PANTS_ENABLE_V2_ENGINE,PANTS_SUBPROCESSDIR',
'PANTS_ENABLE_PANTSD': enable_daemon_str,
'PANTS_ENABLE_V2_ENGINE': enable_daemon_str,
'PANTS_SUBPROCESSDIR': subprocess_dir,
}
with environment_as(**env):
try:
> f(self, *args, **kwargs)
.pants.d/pyprep/sources/4280f1d22894754fd22082cfc23ad938193825ae/pants_test/pants_run_integration_test.py:118:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.pants.d/pyprep/sources/4280f1d22894754fd22082cfc23ad938193825ae/pants_test/engine/test_scheduler_integration.py:38: in test_graceful_termination
self.assertEqual(pants_result.stdout_data, 'examples/src/scala/org/pantsbuild/example/hello/welcome:welcome\n')
E AssertionError: '' != 'examples/src/scala/org/pantsbuild/example/hello/welcome:welcome\n'
E + examples/src/scala/org/pantsbuild/example/hello/welcome:welcome
-------------- Captured stdout call --------------
logs/exceptions.log +++
logs/exceptions.log ---
logs/exceptions.4984.log +++
logs/exceptions.4984.log ---
logs/exceptions.log +++
logs/exceptions.log ---
logs/exceptions.5052.log +++
logs/exceptions.5052.log ---
logs/exceptions.5133.log +++
logs/exceptions.5133.log ---
pantsd/pantsd.log +++
pantsd/pantsd.log >>> I1128 23:12:47.247260 5133 pants_daemon.py:372] pantsd starting, log level is INFO
pantsd/pantsd.log >>> I1128 23:12:47.247560 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.fs_event_service.FSEventService object at 0x7f1cc5ab2dd0>
pantsd/pantsd.log >>> I1128 23:12:47.247633 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7f1cc988e690>
pantsd/pantsd.log >>> I1128 23:12:47.247705 5133 scheduler_service.py:80] watching invalidating files: set([])
pantsd/pantsd.log >>> I1128 23:12:47.247755 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.pailgun_service.PailgunService object at 0x7f1cc5a50410>
pantsd/pantsd.log >>> I1128 23:12:47.247800 5133 pants_daemon.py:308] setting up service <pants.pantsd.service.store_gc_service.StoreGCService object at 0x7f1cc5a50f90>
pantsd/pantsd.log >>> I1128 23:12:47.247956 5133 pants_daemon.py:328] starting service <pants.pantsd.service.scheduler_service.SchedulerService object at 0x7f1cc988e690>
pantsd/pantsd.log >>> I1128 23:12:47.248212 5133 pants_daemon.py:328] starting service <pants.pantsd.service.store_gc_service.StoreGCService object at 0x7f1cc5a50f90>
pantsd/pantsd.log >>> I1128 23:12:47.248456 5133 pants_daemon.py:328] starting service <pants.pantsd.service.fs_event_service.FSEventService object at 0x7f1cc5ab2dd0>
pantsd/pantsd.log >>> I1128 23:12:47.248699 5133 pants_daemon.py:328] starting service <pants.pantsd.service.pailgun_service.PailgunService object at 0x7f1cc5a50410>
pantsd/pantsd.log >>> I1128 23:12:47.248999 5133 pailgun_service.py:69] starting pailgun server on port 44297
pantsd/pantsd.log >>> I1128 23:12:47.275114 5133 pailgun_server.py:72] handling pailgun request: `./pants --no-pantsrc --pants-workdir=/home/travis/build/pantsbuild/pants/.pants.d/tmp/tmp1dlty1ye.pants.d --kill-nailguns --print-exception-stacktrace=True --no-v1 --v2 list-and-die-for-testing examples/src/scala/org/pantsbuild/example/hello/welcome`
pantsd/pantsd.log >>> I1128 23:12:47.627370 5133 watchman.py:185] confirmed watchman subscription: {u'subscribe': 'all_files', u'version': u'4.9.1', u'clock': u'c:1543446766:5114:1:2'}
pantsd/pantsd.log >>> I1128 23:12:47.637814 5133 pailgun_server.py:81] pailgun request completed: `./pants --no-pantsrc --pants-workdir=/home/travis/build/pantsbuild/pants/.pants.d/tmp/tmp1dlty1ye.pants.d --kill-nailguns --print-exception-stacktrace=True --no-v1 --v2 list-and-die-for-testing examples/src/scala/org/pantsbuild/example/hello/welcome`
pantsd/pantsd.log >>> I1128 23:12:47.642437 5133 scheduler_service.py:88] enqueuing 14483 changes for subscription all_files
pantsd/pantsd.log ---
Test failed with enable-pantsd=True:
generated xml file: /home/travis/build/pantsbuild/pants/.pants.d/test/pytest/tests.python.pants_test.engine.scheduler_integration/junitxml/TEST-tests.python.pants_test.engine.scheduler_integration.xml
```
Fixed on a rerun. | test | schedulerintegrationtest test graceful termination is flaky log schedulerintegrationtest test graceful termination self args kwargs enable daemon true subprocess dir tmp enable daemon str true env hermetic env pants enable pantsd pants enable engine pants subprocessdir pants enable pantsd true pants enable engine true pants subprocessdir tmp def wrapper self args kwargs for enable daemon in with temporary dir as subprocess dir enable daemon str str enable daemon env hermetic env pants enable pantsd pants enable engine pants subprocessdir pants enable pantsd enable daemon str pants enable engine enable daemon str pants subprocessdir subprocess dir with environment as env try f self args kwargs pants d pyprep sources pants test pants run integration test py pants d pyprep sources pants test engine test scheduler integration py in test graceful termination self assertequal pants result stdout data examples src scala org pantsbuild example hello welcome welcome n e assertionerror examples src scala org pantsbuild example hello welcome welcome n e examples src scala org pantsbuild example hello welcome welcome captured stdout call logs exceptions log logs exceptions log logs exceptions log logs exceptions log logs exceptions log logs exceptions log logs exceptions log logs exceptions log logs exceptions log logs exceptions log pantsd pantsd log pantsd pantsd log pants daemon py pantsd starting log level is info pantsd pantsd log pants daemon py setting up service pantsd pantsd log pants daemon py setting up service pantsd pantsd log scheduler service py watching invalidating files set pantsd pantsd log pants daemon py setting up service pantsd pantsd log pants daemon py setting up service pantsd pantsd log pants daemon py starting service pantsd pantsd log pants daemon py starting service pantsd pantsd log pants daemon py starting service pantsd pantsd log pants daemon py starting service pantsd pantsd log pailgun service py starting pailgun server on port pantsd pantsd log pailgun server py handling pailgun request pants no pantsrc pants workdir home travis build pantsbuild pants pants d tmp pants d kill nailguns print exception stacktrace true no list and die for testing examples src scala org pantsbuild example hello welcome pantsd pantsd log watchman py confirmed watchman subscription u subscribe all files u version u u clock u c pantsd pantsd log pailgun server py pailgun request completed pants no pantsrc pants workdir home travis build pantsbuild pants pants d tmp pants d kill nailguns print exception stacktrace true no list and die for testing examples src scala org pantsbuild example hello welcome pantsd pantsd log scheduler service py enqueuing changes for subscription all files pantsd pantsd log test failed with enable pantsd true generated xml file home travis build pantsbuild pants pants d test pytest tests python pants test engine scheduler integration junitxml test tests python pants test engine scheduler integration xml fixed on a rerun | 1 |
304,543 | 26,287,240,381 | IssuesEvent | 2023-01-08 00:36:44 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | closed | [TESTES] [REMOTO] Head de Testes Automatizados na [SOFIST] | REMOTO INGLÊS TESTES AUTOMATIZADOS QUALIDADE DE SOFTWARE METODOLOGIAS ÁGEIS HELP WANTED Stale | <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]`
==================================================
-->
## Descrição da vaga
- Somos ultraespecializados em Qualidade de Software, nossa missão é proporcionar experiências incríveis aos usuários de produtos digitais!
- Fomos campeões da copa sul-americana de testes de software em 2016! E nos últimos três anos fomos certificados como Great Place to Work.
- Estamos crescendo de forma acelerada, e para auxiliar neste processo de crescimento, buscamos uma pessoa para atuar como Head do time de automatização de testes.
RESPONSABILIDADES E ATRIBUIÇÕES
- Promover e viabilizar evoluções técnicas e comportamentais dentro da equipe. Incentivar e propagar uma cultura de inovação e protagonismo, liderando os programas de avaliação de competências e feedbacks do time. Gerir a equipe, delegando atribuições e responsabilidades, definindo objetivos e metas (de soft e hard skills), atuando como um facilitador na execução e cumprimento dos desafios diários. Equilibrar a demanda versus a capacidade do time em absorver novos projetos. Oferecer mentoria a equipe sempre que demandado.
- Atuar ativamente no desenvolvimento e gestão da carreira de cada Sofister, desde o processo seletivo até a evolução do cargo. - Trabalhar com a área de Pessoas, realizando entrevistas técnicas com as pessoas candidatas, tomando decisões sobre contratações e direcionamentos para projetos. Participar das decisões estratégicas da empresa de modo a identificar áreas passíveis de aprimoramento, visando a melhoria contínua. Monitorar os indicadores da área, elaborar relatórios, participar de reuniões de estratégia e negociação, e realizar reports gerenciais aos parceiros (com foco em valor gerado ao negócio e manutenção da qualidade do relacionamento), dando visibilidade ao time e aos parceiros dos resultados e movimentações na área e projetos.
## Local
- Remoto
## Benefícios
- Vale Refeição
- Vale Alimentação
- Plano de saúde (Unimed)
- Plano odontológico (Amil)
- Gympass
- Seguro de vida
- PLR
- Horário Flexível
- Auxílio Creche
- Licença Maternidade e Paternidade Estendida
- Day Off
## Requisitos
**Obrigatórios:**
- Experiência mínima de 2 anos em posição de gestão e/ou liderança de pessoas;
- Conhecimento sobre processos de automatização de testes, frameworks, padrões e ferramentas de apoio;
- Conhecimento em métodos ágeis;
- Experiência comprovada em múltiplas entregas na área de qualidade de software, com diferentes perfis de clientes e projetos;
- Experiência em definição, cálculo e acompanhamento de métricas e indicadores;
- Inglês avançado (inclusive para conversação).
**Diferenciais:**
- Experiência “hands on” com testes automatizados ou desenvolvimento;
- Experiência com boas práticas de código em testes automatizados;
- Liderança de times distribuídos com pelo menos 20 pessoas;
- Vivência prática em métodos ágeis.
## Contratação
- a combinar
## Nossa empresa
- Somos uma empresa que promove troca de conhecimento entre os colaboradores, entendemos que cada Sofister tem uma habilidade que nos ajuda a crescer.
- Somos feitos por pessoas, por isso nossa prioridade é cuidar delas. Não é a toa que fomos, pela terceira vez consecutiva, certificados como um Great Place to Work. E foi com muito orgulho que conquistamos um espaço entre as 20 melhores empresa para trabalhar na nossa categoria, em 2019.
- Aqui você encontrará um horário de trabalho flexível, day off de aniversário, café da manhã na empresa, não terá que se preocupar com dress code, e temos um ambiente que promove a diversidade, focado no respeito e colaboração. Aliás, é com enorme orgulho que ressaltamos que em 2020 ficamos com nota 100 (máxima) no GPTW em itens como: as pessoas aqui são bem tratadas independentemente de sua orientação sexual, cor, etnia, sexo e idade.
- Isso só reforça nosso empenho e preocupação genuína com as pessoas.
- Seja durante sua atuação remota ou no escritório físico, nosso clima organizacional é pautado em uma cultura de relações saudáveis, promovendo o desenvolvimento e a autonomia.
- Trabalhando aqui você fará parte de um time que se ajuda e apoia, com liberdade para colocar suas ideias em prática, além de um programa de desenvolvimento apoiado por mentores técnicos, que são os melhores QA’s do mercado!
- Se você ama o universo QA, você vai amar ser um(a) Sofister. Somos parceiros de grandes nomes do mercado de tecnologia, participamos de projetos incríveis, que vão te desafiar todos os dias a enriquecer seu conhecimento sobre o mundo de testes.
- Vem pra Sofist!
## Como se candidatar
- [Clique aqui para se candidatar](https://vemprasofist.gupy.io/jobs/512974?jobBoardSource=gupy_public_page)
| 1.0 | [TESTES] [REMOTO] Head de Testes Automatizados na [SOFIST] - <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]`
==================================================
-->
## Descrição da vaga
- Somos ultraespecializados em Qualidade de Software, nossa missão é proporcionar experiências incríveis aos usuários de produtos digitais!
- Fomos campeões da copa sul-americana de testes de software em 2016! E nos últimos três anos fomos certificados como Great Place to Work.
- Estamos crescendo de forma acelerada, e para auxiliar neste processo de crescimento, buscamos uma pessoa para atuar como Head do time de automatização de testes.
RESPONSABILIDADES E ATRIBUIÇÕES
- Promover e viabilizar evoluções técnicas e comportamentais dentro da equipe. Incentivar e propagar uma cultura de inovação e protagonismo, liderando os programas de avaliação de competências e feedbacks do time. Gerir a equipe, delegando atribuições e responsabilidades, definindo objetivos e metas (de soft e hard skills), atuando como um facilitador na execução e cumprimento dos desafios diários. Equilibrar a demanda versus a capacidade do time em absorver novos projetos. Oferecer mentoria a equipe sempre que demandado.
- Atuar ativamente no desenvolvimento e gestão da carreira de cada Sofister, desde o processo seletivo até a evolução do cargo. - Trabalhar com a área de Pessoas, realizando entrevistas técnicas com as pessoas candidatas, tomando decisões sobre contratações e direcionamentos para projetos. Participar das decisões estratégicas da empresa de modo a identificar áreas passíveis de aprimoramento, visando a melhoria contínua. Monitorar os indicadores da área, elaborar relatórios, participar de reuniões de estratégia e negociação, e realizar reports gerenciais aos parceiros (com foco em valor gerado ao negócio e manutenção da qualidade do relacionamento), dando visibilidade ao time e aos parceiros dos resultados e movimentações na área e projetos.
## Local
- Remoto
## Benefícios
- Vale Refeição
- Vale Alimentação
- Plano de saúde (Unimed)
- Plano odontológico (Amil)
- Gympass
- Seguro de vida
- PLR
- Horário Flexível
- Auxílio Creche
- Licença Maternidade e Paternidade Estendida
- Day Off
## Requisitos
**Obrigatórios:**
- Experiência mínima de 2 anos em posição de gestão e/ou liderança de pessoas;
- Conhecimento sobre processos de automatização de testes, frameworks, padrões e ferramentas de apoio;
- Conhecimento em métodos ágeis;
- Experiência comprovada em múltiplas entregas na área de qualidade de software, com diferentes perfis de clientes e projetos;
- Experiência em definição, cálculo e acompanhamento de métricas e indicadores;
- Inglês avançado (inclusive para conversação).
**Diferenciais:**
- Experiência “hands on” com testes automatizados ou desenvolvimento;
- Experiência com boas práticas de código em testes automatizados;
- Liderança de times distribuídos com pelo menos 20 pessoas;
- Vivência prática em métodos ágeis.
## Contratação
- a combinar
## Nossa empresa
- Somos uma empresa que promove troca de conhecimento entre os colaboradores, entendemos que cada Sofister tem uma habilidade que nos ajuda a crescer.
- Somos feitos por pessoas, por isso nossa prioridade é cuidar delas. Não é a toa que fomos, pela terceira vez consecutiva, certificados como um Great Place to Work. E foi com muito orgulho que conquistamos um espaço entre as 20 melhores empresa para trabalhar na nossa categoria, em 2019.
- Aqui você encontrará um horário de trabalho flexível, day off de aniversário, café da manhã na empresa, não terá que se preocupar com dress code, e temos um ambiente que promove a diversidade, focado no respeito e colaboração. Aliás, é com enorme orgulho que ressaltamos que em 2020 ficamos com nota 100 (máxima) no GPTW em itens como: as pessoas aqui são bem tratadas independentemente de sua orientação sexual, cor, etnia, sexo e idade.
- Isso só reforça nosso empenho e preocupação genuína com as pessoas.
- Seja durante sua atuação remota ou no escritório físico, nosso clima organizacional é pautado em uma cultura de relações saudáveis, promovendo o desenvolvimento e a autonomia.
- Trabalhando aqui você fará parte de um time que se ajuda e apoia, com liberdade para colocar suas ideias em prática, além de um programa de desenvolvimento apoiado por mentores técnicos, que são os melhores QA’s do mercado!
- Se você ama o universo QA, você vai amar ser um(a) Sofister. Somos parceiros de grandes nomes do mercado de tecnologia, participamos de projetos incríveis, que vão te desafiar todos os dias a enriquecer seu conhecimento sobre o mundo de testes.
- Vem pra Sofist!
## Como se candidatar
- [Clique aqui para se candidatar](https://vemprasofist.gupy.io/jobs/512974?jobBoardSource=gupy_public_page)
| test | head de testes automatizados na por favor só poste se a vaga for para salvador e cidades vizinhas use desenvolvedor front end ao invés de front end developer o exemplo desenvolvedor front end na descrição da vaga somos ultraespecializados em qualidade de software nossa missão é proporcionar experiências incríveis aos usuários de produtos digitais fomos campeões da copa sul americana de testes de software em e nos últimos três anos fomos certificados como great place to work estamos crescendo de forma acelerada e para auxiliar neste processo de crescimento buscamos uma pessoa para atuar como head do time de automatização de testes responsabilidades e atribuições promover e viabilizar evoluções técnicas e comportamentais dentro da equipe incentivar e propagar uma cultura de inovação e protagonismo liderando os programas de avaliação de competências e feedbacks do time gerir a equipe delegando atribuições e responsabilidades definindo objetivos e metas de soft e hard skills atuando como um facilitador na execução e cumprimento dos desafios diários equilibrar a demanda versus a capacidade do time em absorver novos projetos oferecer mentoria a equipe sempre que demandado atuar ativamente no desenvolvimento e gestão da carreira de cada sofister desde o processo seletivo até a evolução do cargo trabalhar com a área de pessoas realizando entrevistas técnicas com as pessoas candidatas tomando decisões sobre contratações e direcionamentos para projetos participar das decisões estratégicas da empresa de modo a identificar áreas passíveis de aprimoramento visando a melhoria contínua monitorar os indicadores da área elaborar relatórios participar de reuniões de estratégia e negociação e realizar reports gerenciais aos parceiros com foco em valor gerado ao negócio e manutenção da qualidade do relacionamento dando visibilidade ao time e aos parceiros dos resultados e movimentações na área e projetos local remoto benefícios vale refeição vale alimentação plano de saúde unimed plano odontológico amil gympass seguro de vida plr horário flexível auxílio creche licença maternidade e paternidade estendida day off requisitos obrigatórios experiência mínima de anos em posição de gestão e ou liderança de pessoas conhecimento sobre processos de automatização de testes frameworks padrões e ferramentas de apoio conhecimento em métodos ágeis experiência comprovada em múltiplas entregas na área de qualidade de software com diferentes perfis de clientes e projetos experiência em definição cálculo e acompanhamento de métricas e indicadores inglês avançado inclusive para conversação diferenciais experiência “hands on” com testes automatizados ou desenvolvimento experiência com boas práticas de código em testes automatizados liderança de times distribuídos com pelo menos pessoas vivência prática em métodos ágeis contratação a combinar nossa empresa somos uma empresa que promove troca de conhecimento entre os colaboradores entendemos que cada sofister tem uma habilidade que nos ajuda a crescer somos feitos por pessoas por isso nossa prioridade é cuidar delas não é a toa que fomos pela terceira vez consecutiva certificados como um great place to work e foi com muito orgulho que conquistamos um espaço entre as melhores empresa para trabalhar na nossa categoria em aqui você encontrará um horário de trabalho flexível day off de aniversário café da manhã na empresa não terá que se preocupar com dress code e temos um ambiente que promove a diversidade focado no respeito e colaboração aliás é com enorme orgulho que ressaltamos que em ficamos com nota máxima no gptw em itens como as pessoas aqui são bem tratadas independentemente de sua orientação sexual cor etnia sexo e idade isso só reforça nosso empenho e preocupação genuína com as pessoas seja durante sua atuação remota ou no escritório físico nosso clima organizacional é pautado em uma cultura de relações saudáveis promovendo o desenvolvimento e a autonomia trabalhando aqui você fará parte de um time que se ajuda e apoia com liberdade para colocar suas ideias em prática além de um programa de desenvolvimento apoiado por mentores técnicos que são os melhores qa’s do mercado se você ama o universo qa você vai amar ser um a sofister somos parceiros de grandes nomes do mercado de tecnologia participamos de projetos incríveis que vão te desafiar todos os dias a enriquecer seu conhecimento sobre o mundo de testes vem pra sofist como se candidatar | 1 |
7,540 | 3,098,394,498 | IssuesEvent | 2015-08-28 10:41:54 | iipc/openwayback | https://api.github.com/repos/iipc/openwayback | closed | Use Markdown for documentation | documentation | Consider using Markdown and replace the xdocs https://github.com/iipc/openwayback/blob/master/src/site/xdoc/, at least for release notes and release history. Currently have to manually update the wiki and converting from XML> | 1.0 | Use Markdown for documentation - Consider using Markdown and replace the xdocs https://github.com/iipc/openwayback/blob/master/src/site/xdoc/, at least for release notes and release history. Currently have to manually update the wiki and converting from XML> | non_test | use markdown for documentation consider using markdown and replace the xdocs at least for release notes and release history currently have to manually update the wiki and converting from xml | 0 |
237,266 | 19,605,351,084 | IssuesEvent | 2022-01-06 08:45:46 | enonic/app-contentstudio | https://api.github.com/repos/enonic/app-contentstudio | opened | Archive items dialog - inbound references are not filtered in new browser tab after 'Show inbound' button is clicked | Bug Not in Changelog Test is Failing | 1. Create a shortcut , select an image in the target selector
2. Select the image and open `Archive item` dialog.
3. Click on `show the inbound references` button
**BUG - Not filtered grid is loaded in the new browser tab**. (This issue does not reproduce in Details widget)

| 1.0 | Archive items dialog - inbound references are not filtered in new browser tab after 'Show inbound' button is clicked - 1. Create a shortcut , select an image in the target selector
2. Select the image and open `Archive item` dialog.
3. Click on `show the inbound references` button
**BUG - Not filtered grid is loaded in the new browser tab**. (This issue does not reproduce in Details widget)

| test | archive items dialog inbound references are not filtered in new browser tab after show inbound button is clicked create a shortcut select an image in the target selector select the image and open archive item dialog click on show the inbound references button bug not filtered grid is loaded in the new browser tab this issue does not reproduce in details widget | 1 |
55,721 | 11,461,311,488 | IssuesEvent | 2020-02-07 11:38:04 | CTSRD-CHERI/llvm-project | https://api.github.com/repos/CTSRD-CHERI/llvm-project | closed | Add DAGCombine for CopyToReg with copy from constant phys reg | poor code generation | Due to the way we generate null pointers in selectionDAG we end up with lots of redundant COPY nodes.
For example, for a varargs function that clears $c13:
```
define i32 @a(...) addrspace(200) nounwind {
%ret = call i32 @b()
ret i32 %ret
}
```
We generate the following from SelectionDAG:
```
bb.0 (%ir-block.9):
%9:cherigpr = PseudoPccRelativeAddressPostRA &_CHERI_CAPABILITY_TABLE_, implicit-def dead early-clobber %10:gpr64
ADJCALLSTACKCAPDOWN 0, 0, implicit-def dead $c11, implicit $c11
%11:cherigpr = COPY $cnull
%12:cherigpr = LOADCAP_BigImm target-flags(mips-captable20-call) @b, %9:cherigpr :: (load 16 from call-entry @b)
$c13 = COPY %11:cherigpr
CapJumpLinkPseudo killed %12:cherigpr, <regmask $cnull $fp $gp $ra $zero $c17 $c18 $c19 $c20 $c21 $c22 $c23 $c24 $c25 $d12 $d13 $d14 $d15 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 $fp_64 $f_hi24 $f_hi25 $f_hi26 $f_hi27 $f_hi28 $f_hi29 and 29 more...>, implicit-def dead $c17, implicit-def dead $c26, implicit $c13, implicit-def $c11, implicit-def $v0
ADJCALLSTACKCAPUP 0, 0, implicit-def dead $c11, implicit $c11
%13:gpr32 = COPY $v0
$v0 = COPY %13:gpr32
$c13 = COPY %11:cherigpr
CapRetPseudo implicit $v0, implicit $c13
```
`$c13 = COPY %11:cherigpr` should be COPY $cnull.
I have made some changes to clean this up in MachineCopyPropagation, but it would be nice if we could remove those nodes earlier.
```
Optimized legalized selection DAG: %bb.0 'a:'
SelectionDAG has 20 nodes:
t0: ch = EntryToken
t3: ch,glue = callseq_start t0, TargetConstant:i64<0>, TargetConstant:i64<0>
t7: iFATPTR128 = INTTOPTR Constant:i64<0>
t10: iFATPTR128 = MipsISD::WrapperCapOp Register:iFATPTR128 %0, TargetGlobalAddress:i64<i32 () addrspace(200)* @b> 0 [TF=30]
t12: iFATPTR128,ch = load<(load 16 from call-entry @b)> t3, t10, undef:iFATPTR128
t14: ch,glue = CopyToReg t3, Register:iFATPTR128 $c13, t7
t16: ch,glue = MipsISD::CapJmpLink t3, t12, Register:iFATPTR128 $c13, RegisterMask:Untyped, t14:1
t17: ch,glue = callseq_end t16, TargetConstant:i64<0>, TargetConstant:i64<0>, t16:1
t19: i32,ch,glue = CopyFromReg t17, Register:i32 $v0, t17:1
t20: ch,glue = CopyToReg t19:1, Register:i32 $v0, t19
t21: ch,glue = CopyToReg t20, Register:iFATPTR128 $c13, t7, t20:1
t22: ch = MipsISD::CapRet t21, Register:i32 $v0, Register:iFATPTR128 $c13, t21:1
```
We turn the (inttoptr 0) into a COPY node
```
ISEL: Starting selection on root node: t7: iFATPTR128 = INTTOPTR Constant:i64<0>
ISEL: Starting pattern match
Initial Opcode index to 62439
TypeSwitch[iFATPTR128] from 62445 to 62448
Morphed node: t7: iFATPTR128 = COPY Register:iFATPTR128 $cnull
```
But if that is used by a CopyToReg, we should just fold it to COPY $cnull. | 1.0 | Add DAGCombine for CopyToReg with copy from constant phys reg - Due to the way we generate null pointers in selectionDAG we end up with lots of redundant COPY nodes.
For example, for a varargs function that clears $c13:
```
define i32 @a(...) addrspace(200) nounwind {
%ret = call i32 @b()
ret i32 %ret
}
```
We generate the following from SelectionDAG:
```
bb.0 (%ir-block.9):
%9:cherigpr = PseudoPccRelativeAddressPostRA &_CHERI_CAPABILITY_TABLE_, implicit-def dead early-clobber %10:gpr64
ADJCALLSTACKCAPDOWN 0, 0, implicit-def dead $c11, implicit $c11
%11:cherigpr = COPY $cnull
%12:cherigpr = LOADCAP_BigImm target-flags(mips-captable20-call) @b, %9:cherigpr :: (load 16 from call-entry @b)
$c13 = COPY %11:cherigpr
CapJumpLinkPseudo killed %12:cherigpr, <regmask $cnull $fp $gp $ra $zero $c17 $c18 $c19 $c20 $c21 $c22 $c23 $c24 $c25 $d12 $d13 $d14 $d15 $f24 $f25 $f26 $f27 $f28 $f29 $f30 $f31 $fp_64 $f_hi24 $f_hi25 $f_hi26 $f_hi27 $f_hi28 $f_hi29 and 29 more...>, implicit-def dead $c17, implicit-def dead $c26, implicit $c13, implicit-def $c11, implicit-def $v0
ADJCALLSTACKCAPUP 0, 0, implicit-def dead $c11, implicit $c11
%13:gpr32 = COPY $v0
$v0 = COPY %13:gpr32
$c13 = COPY %11:cherigpr
CapRetPseudo implicit $v0, implicit $c13
```
`$c13 = COPY %11:cherigpr` should be COPY $cnull.
I have made some changes to clean this up in MachineCopyPropagation, but it would be nice if we could remove those nodes earlier.
```
Optimized legalized selection DAG: %bb.0 'a:'
SelectionDAG has 20 nodes:
t0: ch = EntryToken
t3: ch,glue = callseq_start t0, TargetConstant:i64<0>, TargetConstant:i64<0>
t7: iFATPTR128 = INTTOPTR Constant:i64<0>
t10: iFATPTR128 = MipsISD::WrapperCapOp Register:iFATPTR128 %0, TargetGlobalAddress:i64<i32 () addrspace(200)* @b> 0 [TF=30]
t12: iFATPTR128,ch = load<(load 16 from call-entry @b)> t3, t10, undef:iFATPTR128
t14: ch,glue = CopyToReg t3, Register:iFATPTR128 $c13, t7
t16: ch,glue = MipsISD::CapJmpLink t3, t12, Register:iFATPTR128 $c13, RegisterMask:Untyped, t14:1
t17: ch,glue = callseq_end t16, TargetConstant:i64<0>, TargetConstant:i64<0>, t16:1
t19: i32,ch,glue = CopyFromReg t17, Register:i32 $v0, t17:1
t20: ch,glue = CopyToReg t19:1, Register:i32 $v0, t19
t21: ch,glue = CopyToReg t20, Register:iFATPTR128 $c13, t7, t20:1
t22: ch = MipsISD::CapRet t21, Register:i32 $v0, Register:iFATPTR128 $c13, t21:1
```
We turn the (inttoptr 0) into a COPY node
```
ISEL: Starting selection on root node: t7: iFATPTR128 = INTTOPTR Constant:i64<0>
ISEL: Starting pattern match
Initial Opcode index to 62439
TypeSwitch[iFATPTR128] from 62445 to 62448
Morphed node: t7: iFATPTR128 = COPY Register:iFATPTR128 $cnull
```
But if that is used by a CopyToReg, we should just fold it to COPY $cnull. | non_test | add dagcombine for copytoreg with copy from constant phys reg due to the way we generate null pointers in selectiondag we end up with lots of redundant copy nodes for example for a varargs function that clears define a addrspace nounwind ret call b ret ret we generate the following from selectiondag bb ir block cherigpr pseudopccrelativeaddresspostra cheri capability table implicit def dead early clobber adjcallstackcapdown implicit def dead implicit cherigpr copy cnull cherigpr loadcap bigimm target flags mips call b cherigpr load from call entry b copy cherigpr capjumplinkpseudo killed cherigpr implicit def dead implicit def dead implicit implicit def implicit def adjcallstackcapup implicit def dead implicit copy copy copy cherigpr capretpseudo implicit implicit copy cherigpr should be copy cnull i have made some changes to clean this up in machinecopypropagation but it would be nice if we could remove those nodes earlier optimized legalized selection dag bb a selectiondag has nodes ch entrytoken ch glue callseq start targetconstant targetconstant inttoptr constant mipsisd wrappercapop register targetglobaladdress ch load undef ch glue copytoreg register ch glue mipsisd capjmplink register registermask untyped ch glue callseq end targetconstant targetconstant ch glue copyfromreg register ch glue copytoreg register ch glue copytoreg register ch mipsisd capret register register we turn the inttoptr into a copy node isel starting selection on root node inttoptr constant isel starting pattern match initial opcode index to typeswitch from to morphed node copy register cnull but if that is used by a copytoreg we should just fold it to copy cnull | 0 |
98,773 | 8,685,460,000 | IssuesEvent | 2018-12-03 07:49:38 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | reopened | FX Testing 3 : ApiV1JobsIdGetPathParamIdMysqlSqlInjectionTimebound | FX Testing 3 | Project : FX Testing 3
Job : UAT
Env : UAT
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=OGFjMDgwMDQtYjUwMS00MGQzLTgzODMtM2JhZjFlNzA1YTE2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 03 Dec 2018 04:42:43 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/jobs/
Request :
Response :
{
"timestamp" : "2018-12-03T04:42:43.455+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/jobs/"
}
Logs :
Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [1045 < 7000 OR 1045 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]
--- FX Bot --- | 1.0 | FX Testing 3 : ApiV1JobsIdGetPathParamIdMysqlSqlInjectionTimebound - Project : FX Testing 3
Job : UAT
Env : UAT
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=OGFjMDgwMDQtYjUwMS00MGQzLTgzODMtM2JhZjFlNzA1YTE2; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Mon, 03 Dec 2018 04:42:43 GMT]}
Endpoint : http://13.56.210.25/api/v1/api/v1/jobs/
Request :
Response :
{
"timestamp" : "2018-12-03T04:42:43.455+0000",
"status" : 404,
"error" : "Not Found",
"message" : "No message available",
"path" : "/api/v1/api/v1/jobs/"
}
Logs :
Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [1045 < 7000 OR 1045 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]
--- FX Bot --- | test | fx testing project fx testing job uat env uat 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 jobs logs assertion resolved to result assertion resolved to result fx bot | 1 |
239,352 | 19,848,909,853 | IssuesEvent | 2022-01-21 10:03:13 | zephyrproject-rtos/test_results | https://api.github.com/repos/zephyrproject-rtos/test_results | closed |
tests-ci : can: isotp: conformance test failed
| bug area: Tests |
**Describe the bug**
conformance test is failed on v2.7.99-3293-g93b0ea978293 on mimxrt1060_evk
see logs for details
**To Reproduce**
1.
```
scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1060_evk --sub-test can.isotp
```
2. See error
**Expected behavior**
test pass
**Impact**
**Logs and console output**
```
*** Booting Zephyr OS build v2.7.99-3293-g93b0ea978293 ***
Running test suite isotp_conformance
===================================================================
START - test_send_sf
PASS - test_send_sf in 0.202 seconds
===================================================================
START - test_receive_sf
PASS - test_receive_sf in 0.3 seconds
===================================================================
START - test_send_sf_ext
W: Unhandled error/status (status 0x00000001, result = 0x00000001
Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/canbus/isotp/conformance/src/main.c:261: check_frame_series: (ret not equal to 0)
Timeout waiting for msg nr 0. ret: -11
FAIL - test_send_sf_ext in 0.522 seconds
===================================================================
START - test_receive_sf_ext
PASS - test_receive_sf_ext in 0.3 seconds
===================================================================
START - test_send_sf_fixed
PASS - test_send_sf_fixed in 0.202 seconds
===================================================================
START - test_receive_sf_fixed
PASS - test_receive_sf_fixed in 0.205 seconds
===================================================================
START - test_send_data
PASS - test_send_data in 0.437 seconds
===================================================================
START - test_send_data_blocks
PASS - test_send_data_blocks in 0.990 seconds
===================================================================
START - test_receive_data
PASS - test_receive_data in 0.288 seconds
===================================================================
START - test_receive_data_blocks
PASS - test_receive_data_blocks in 1.142 seconds
===================================================================
START - test_send_timeouts
E: Reception of next FC has timed out
E: Reception of next FC has timed out
E: Reception of next FC has timed out
PASS - test_send_timeouts in 3.812 seconds
===================================================================
START - test_receive_timeouts
E: Timeout while waiting for CF
PASS - test_receive_timeouts in 1.5 seconds
===================================================================
START - test_stmin
PASS - test_stmin in 0.262 seconds
===================================================================
START - test_receiver_fc_errors
E: Sequence number missmatch
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
PASS - test_receiver_fc_errors in 0.429 seconds
===================================================================
START - test_sender_fc_errors
E: Pkt length is 5118 but buffer has only 768 bytes
E: Got overflow FC frame
E: Got overflow FC frame
I: Got to many wait frames
PASS - test_sender_fc_errors in 0.625 seconds
===================================================================
Test suite isotp_conformance failed.
===================================================================
PROJECT EXECUTION FAILED
```
**Environment (please complete the following information):**
- OS: (e.g. Linux )
- Toolchain (e.g Zephyr SDK)
- Commit SHA or Version used: v2.7.99-3293-g93b0ea978293
| 1.0 |
tests-ci : can: isotp: conformance test failed
-
**Describe the bug**
conformance test is failed on v2.7.99-3293-g93b0ea978293 on mimxrt1060_evk
see logs for details
**To Reproduce**
1.
```
scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1060_evk --sub-test can.isotp
```
2. See error
**Expected behavior**
test pass
**Impact**
**Logs and console output**
```
*** Booting Zephyr OS build v2.7.99-3293-g93b0ea978293 ***
Running test suite isotp_conformance
===================================================================
START - test_send_sf
PASS - test_send_sf in 0.202 seconds
===================================================================
START - test_receive_sf
PASS - test_receive_sf in 0.3 seconds
===================================================================
START - test_send_sf_ext
W: Unhandled error/status (status 0x00000001, result = 0x00000001
Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/canbus/isotp/conformance/src/main.c:261: check_frame_series: (ret not equal to 0)
Timeout waiting for msg nr 0. ret: -11
FAIL - test_send_sf_ext in 0.522 seconds
===================================================================
START - test_receive_sf_ext
PASS - test_receive_sf_ext in 0.3 seconds
===================================================================
START - test_send_sf_fixed
PASS - test_send_sf_fixed in 0.202 seconds
===================================================================
START - test_receive_sf_fixed
PASS - test_receive_sf_fixed in 0.205 seconds
===================================================================
START - test_send_data
PASS - test_send_data in 0.437 seconds
===================================================================
START - test_send_data_blocks
PASS - test_send_data_blocks in 0.990 seconds
===================================================================
START - test_receive_data
PASS - test_receive_data in 0.288 seconds
===================================================================
START - test_receive_data_blocks
PASS - test_receive_data_blocks in 1.142 seconds
===================================================================
START - test_send_timeouts
E: Reception of next FC has timed out
E: Reception of next FC has timed out
E: Reception of next FC has timed out
PASS - test_send_timeouts in 3.812 seconds
===================================================================
START - test_receive_timeouts
E: Timeout while waiting for CF
PASS - test_receive_timeouts in 1.5 seconds
===================================================================
START - test_stmin
PASS - test_stmin in 0.262 seconds
===================================================================
START - test_receiver_fc_errors
E: Sequence number missmatch
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
I: Got unexpected frame. Ignore
PASS - test_receiver_fc_errors in 0.429 seconds
===================================================================
START - test_sender_fc_errors
E: Pkt length is 5118 but buffer has only 768 bytes
E: Got overflow FC frame
E: Got overflow FC frame
I: Got to many wait frames
PASS - test_sender_fc_errors in 0.625 seconds
===================================================================
Test suite isotp_conformance failed.
===================================================================
PROJECT EXECUTION FAILED
```
**Environment (please complete the following information):**
- OS: (e.g. Linux )
- Toolchain (e.g Zephyr SDK)
- Commit SHA or Version used: v2.7.99-3293-g93b0ea978293
| test | tests ci can isotp conformance test failed describe the bug conformance test is failed on on evk see logs for details to reproduce scripts twister device testing device serial dev p evk sub test can isotp see error expected behavior test pass impact logs and console output booting zephyr os build running test suite isotp conformance start test send sf pass test send sf in seconds start test receive sf pass test receive sf in seconds start test send sf ext w unhandled error status status result assertion failed at west topdir zephyr tests subsys canbus isotp conformance src main c check frame series ret not equal to timeout waiting for msg nr ret fail test send sf ext in seconds start test receive sf ext pass test receive sf ext in seconds start test send sf fixed pass test send sf fixed in seconds start test receive sf fixed pass test receive sf fixed in seconds start test send data pass test send data in seconds start test send data blocks pass test send data blocks in seconds start test receive data pass test receive data in seconds start test receive data blocks pass test receive data blocks in seconds start test send timeouts e reception of next fc has timed out e reception of next fc has timed out e reception of next fc has timed out pass test send timeouts in seconds start test receive timeouts e timeout while waiting for cf pass test receive timeouts in seconds start test stmin pass test stmin in seconds start test receiver fc errors e sequence number missmatch i got unexpected frame ignore i got unexpected frame ignore i got unexpected frame ignore i got unexpected frame ignore i got unexpected frame ignore i got unexpected frame ignore pass test receiver fc errors in seconds start test sender fc errors e pkt length is but buffer has only bytes e got overflow fc frame e got overflow fc frame i got to many wait frames pass test sender fc errors in seconds test suite isotp conformance failed project execution failed environment please complete the following information os e g linux toolchain e g zephyr sdk commit sha or version used | 1 |
185,242 | 6,720,254,031 | IssuesEvent | 2017-10-16 06:57:17 | ballerinalang/composer | https://api.github.com/repos/ballerinalang/composer | closed | [Intermittent] Composer hangs intermittently | 0.94-pre-release On Hold Priority/Highest Severity/Blocker | **Environment**
Java: 1.8.0_144 (build 1.8.0_144-b01)
Browser: Chrome 58.0.3029.110 (64-bit)
Following thread dump was generated when this happened.
```
2017-10-12 17:44:15
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode):
"process reaper" #100 daemon prio=10 os_prio=0 tid=0x00007f9288018000 nid=0x515b waiting on condition [0x00007f928c0b3000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #99 daemon prio=10 os_prio=0 tid=0x00007f928801b000 nid=0x5159 waiting on condition [0x00007f928c0ec000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #98 daemon prio=10 os_prio=0 tid=0x00007f929c00b800 nid=0x5158 waiting on condition [0x00007f92b4041000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #97 daemon prio=10 os_prio=0 tid=0x00007f929c008000 nid=0x514d waiting on condition [0x00007f92b407a000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #96 daemon prio=10 os_prio=0 tid=0x00007f9288010800 nid=0x513f waiting on condition [0x00007f92b40b3000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #95 daemon prio=10 os_prio=0 tid=0x00007f929c004800 nid=0x513e waiting on condition [0x00007f92b40ec000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #94 daemon prio=10 os_prio=0 tid=0x00007f927c145800 nid=0x5135 waiting on condition [0x00007f9324038000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-16" #93 prio=10 os_prio=0 tid=0x00007f930001d000 nid=0x50e0 runnable [0x00007f92544b0000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c616a980> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c616a9e0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c616a8e8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-15" #92 prio=10 os_prio=0 tid=0x00007f930001b000 nid=0x50df runnable [0x00007f92545b1000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61712c8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6171328> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6171230> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-14" #91 prio=10 os_prio=0 tid=0x00007f9300019000 nid=0x50de runnable [0x00007f92546b2000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6171b98> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6171bf8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6171b00> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-13" #90 prio=10 os_prio=0 tid=0x00007f9300017800 nid=0x50dd runnable [0x00007f928c1ed000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c617d948> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c617d9a8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c617d8b0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-12" #89 prio=10 os_prio=0 tid=0x00007f92e8013800 nid=0x50dc waiting for monitor entry [0x00007f928c2ed000]
java.lang.Thread.State: BLOCKED (on object monitor)
at com.google.gson.reflect.TypeToken.get(TypeToken.java:296)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:165)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:100)
at com.google.gson.Gson.getAdapter(Gson.java:423)
at com.google.gson.Gson.fromJson(Gson.java:886)
at com.google.gson.Gson.fromJson(Gson.java:852)
at com.google.gson.Gson.fromJson(Gson.java:801)
at com.google.gson.Gson.fromJson(Gson.java:773)
at org.ballerinalang.composer.service.workspace.langserver.LangServerManager.processFrame(LangServerManager.java:150)
at org.ballerinalang.composer.service.workspace.langserver.LangServerHandler.handleWebSocketFrame(LangServerHandler.java:118)
at org.ballerinalang.composer.service.workspace.langserver.LangServerHandler.channelRead0(LangServerHandler.java:59)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:280)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:396)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:129)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:642)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:565)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:479)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:441)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-13" #88 prio=10 os_prio=0 tid=0x00007f92f801b000 nid=0x500f runnable [0x00007f928c3ef000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63e58b8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63e7938> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63e5820> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-12" #87 prio=10 os_prio=0 tid=0x00007f92f8019000 nid=0x500d runnable [0x00007f928c4f0000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63eb1e8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63ed268> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63eb150> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-11" #86 prio=10 os_prio=0 tid=0x00007f92f8017800 nid=0x500c runnable [0x00007f928c5f1000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63f8630> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63fa6b0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63f8598> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-10" #85 prio=10 os_prio=0 tid=0x00007f92f8015800 nid=0x500b runnable [0x00007f928c6f2000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63fdf60> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63fffe0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63fdec8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-9" #84 prio=10 os_prio=0 tid=0x00007f92f8014000 nid=0x500a runnable [0x00007f928c7f3000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6402878> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c64048f8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c64027e0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-8" #83 prio=10 os_prio=0 tid=0x00007f92f8012800 nid=0x5008 runnable [0x00007f928c8f4000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6407190> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6409210> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c64070f8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #80 daemon prio=10 os_prio=0 tid=0x00007f92ac04f000 nid=0x4faf waiting on condition [0x00007f9348056000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-4" #79 prio=10 os_prio=0 tid=0x00007f92f0005000 nid=0x4fad waiting on condition [0x00007f928ebf9000]
java.lang.Thread.State: RUNNABLE
at java.nio.DirectByteBuffer.duplicate(DirectByteBuffer.java:217)
at io.netty.buffer.PooledUnsafeDirectByteBuf.newInternalNioBuffer(PooledUnsafeDirectByteBuf.java:70)
at io.netty.buffer.PooledUnsafeDirectByteBuf.newInternalNioBuffer(PooledUnsafeDirectByteBuf.java:31)
at io.netty.buffer.PooledByteBuf.internalNioBuffer(PooledByteBuf.java:158)
at io.netty.buffer.PooledUnsafeDirectByteBuf.internalNioBuffer(PooledUnsafeDirectByteBuf.java:333)
at io.netty.channel.ChannelOutboundBuffer.nioBuffers(ChannelOutboundBuffer.java:412)
at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:395)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.forceFlush(AbstractNioChannel.java:368)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:636)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:565)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:479)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:441)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-12" #78 prio=10 os_prio=0 tid=0x00007f9300016800 nid=0x4fac runnable [0x00007f928ecfa000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c617e218> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c617e278> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c617e180> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-3" #75 prio=10 os_prio=0 tid=0x00007f92f0004000 nid=0x4f16 runnable [0x00007f928edfb000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c613e6b0> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c613e710> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c613e618> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-2" #72 prio=10 os_prio=0 tid=0x00007f92f0003000 nid=0x4ef9 runnable [0x00007f928eefc000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c613ef80> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c613efe0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c613eee8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-1" #68 prio=10 os_prio=0 tid=0x00007f92f0001000 nid=0x4edc runnable [0x00007f928effd000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6152798> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61527f8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6152700> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-11" #67 prio=10 os_prio=0 tid=0x00007f9300014800 nid=0x4ea2 runnable [0x00007f92b41ed000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61887b8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6188818> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6188720> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-11" #66 prio=10 os_prio=0 tid=0x00007f92e8012000 nid=0x4e45 runnable [0x00007f92b42ee000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6039f20> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6039f80> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6039e88> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-10" #65 prio=10 os_prio=0 tid=0x00007f92e8010000 nid=0x4e44 runnable [0x00007f92b43ef000]
java.lang.Thread.State: RUNNABLE
at java.lang.System.nanoTime(Native Method)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:439)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-9" #64 prio=10 os_prio=0 tid=0x00007f92e800e800 nid=0x4e43 runnable [0x00007f92b44f0000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c604d1a8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c604d208> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c604d110> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-8" #63 prio=10 os_prio=0 tid=0x00007f92e800d000 nid=0x4e42 runnable [0x00007f92b45f1000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c60609b8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6060a18> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6060920> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-7" #62 prio=10 os_prio=0 tid=0x00007f92e800b000 nid=0x4e41 runnable [0x00007f92b46f2000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c606f358> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c606f3b8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c606f2c0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-6" #61 prio=10 os_prio=0 tid=0x00007f92e8009800 nid=0x4e40 runnable [0x00007f92b47f3000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c606fc28> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c606fc88> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c606fb90> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-5" #60 prio=10 os_prio=0 tid=0x00007f92e8007800 nid=0x4e3f runnable [0x00007f92b48f4000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c607f708> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c607f768> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c607f670> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-4" #59 prio=10 os_prio=0 tid=0x00007f92e8006000 nid=0x4e38 runnable [0x00007f92b49f5000]
java.lang.Thread.State: RUNNABLE
at java.lang.System.nanoTime(Native Method)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:439)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-10" #58 prio=10 os_prio=0 tid=0x00007f9300013000 nid=0x4e37 runnable [0x00007f92b4af6000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61916e8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6191748> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6191650> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-3" #57 prio=10 os_prio=0 tid=0x00007f92e8004000 nid=0x4e36 runnable [0x00007f92b4bf7000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c608a928> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c608a988> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c608a890> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-2" #56 prio=10 os_prio=0 tid=0x00007f92e8002800 nid=0x4de2 runnable [0x00007f92b4cf8000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6095b60> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6095bc0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6095ac8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-7" #55 prio=10 os_prio=0 tid=0x00007f92f8010800 nid=0x4dca runnable [0x00007f92b4df9000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6414608> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6416688> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6414570> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-9" #54 prio=10 os_prio=0 tid=0x00007f930000f800 nid=0x4dc9 runnable [0x00007f92b4efa000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6191fb8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6192018> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6191f20> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-8" #53 prio=10 os_prio=0 tid=0x00007f930000c000 nid=0x4cdc runnable [0x00007f92b4ffb000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c619b930> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c619b990> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c619b898> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-7" #52 prio=10 os_prio=0 tid=0x00007f930000e000 nid=0x4b79 runnable [0x00007f9324339000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c619c200> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c619c260> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c619c168> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-6" #51 prio=10 os_prio=0 tid=0x00007f930000b000 nid=0x4b19 runnable [0x00007f9348157000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61a6a48> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61a6aa8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61a69b0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-8" #50 prio=10 os_prio=0 tid=0x00007f92a0008000 nid=0x4a8e waiting on condition [0x00007f9348258000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-7" #49 prio=10 os_prio=0 tid=0x00007f92a0006800 nid=0x4a8d waiting on condition [0x00007f9348359000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-6" #48 prio=10 os_prio=0 tid=0x00007f92a0004000 nid=0x4a8a waiting on condition [0x00007f9348af6000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-5" #47 prio=10 os_prio=0 tid=0x00007f9290001000 nid=0x4a89 waiting on condition [0x00007f9348bf7000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-4" #46 prio=10 os_prio=0 tid=0x00007f929c002800 nid=0x4a88 waiting on condition [0x00007f9348cf8000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-2" #44 prio=10 os_prio=0 tid=0x00007f92a4001000 nid=0x4a87 waiting on condition [0x00007f9348df9000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-3" #45 prio=10 os_prio=0 tid=0x00007f9298002800 nid=0x4a86 waiting on condition [0x00007f9348efa000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-1" #43 prio=10 os_prio=0 tid=0x00007f92a0001000 nid=0x4a85 waiting on condition [0x00007f9348ffb000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-5" #42 prio=10 os_prio=0 tid=0x00007f9300009000 nid=0x4a84 runnable [0x00007f9350114000]
java.lang.Thread.State: RUNNABLE
at java.lang.System.nanoTime(Native Method)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:439)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-4" #41 prio=10 os_prio=0 tid=0x00007f9300007800 nid=0x4a83 runnable [0x00007f9350215000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61afe60> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61afec0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61afdc8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-3" #40 prio=10 os_prio=0 tid=0x00007f9300006000 nid=0x4a82 runnable [0x00007f9350316000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61bbcb8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61bbd18> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61bbc20> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-2" #39 prio=10 os_prio=0 tid=0x00007f9300004000 nid=0x4a81 runnable [0x00007f9350417000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61bc588> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61bc5e8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61bc4f0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-1" #38 prio=10 os_prio=0 tid=0x00007f9300002800 nid=0x4a80 runnable [0x00007f9350518000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61c90b0> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61c9110> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61c9018> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-1" #37 prio=10 os_prio=0 tid=0x00007f92e8001000 nid=0x4a7f runnable [0x00007f9350619000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6096430> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6096490> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6096398> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-8" #36 prio=10 os_prio=0 tid=0x00007f92d8003000 nid=0x4a77 waiting on condition [0x00007f935071a000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-7" #35 prio=10 os_prio=0 tid=0x00007f92c8001800 nid=0x4a76 waiting on condition [0x00007f935081b000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-6" #34 prio=10 os_prio=0 tid=0x00007f92d4001000 nid=0x4a75 waiting on condition [0x00007f935091c000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-5" #33 prio=10 os_prio=0 tid=0x00007f92d0001000 nid=0x4a74 waiting on condition [0x00007f9350a1d000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-4" #32 prio=10 os_prio=0 tid=0x00007f92dc001000 nid=0x4a73 waiting on condition [0x00007f9350b1e000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-3" #31 prio=10 os_prio=0 tid=0x00007f92d8001000 nid=0x4a72 waiting on condition [0x00007f9350c1f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-2" #30 prio=10 os_prio=0 tid=0x00007f92ec26a800 nid=0x4a70 waiting on condition [0x00007f9350d20000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-6" #29 prio=10 os_prio=0 tid=0x00007f92f800f000 nid=0x4a6f runnable [0x00007f9350e21000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c649a468> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c649a488> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c649a420> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-5" #28 prio=10 os_prio=0 tid=0x00007f92f800d000 nid=0x4a6e runnable [0x00007f9350f22000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6418fc8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c649e6a0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6418f30> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.r
``` | 1.0 | [Intermittent] Composer hangs intermittently - **Environment**
Java: 1.8.0_144 (build 1.8.0_144-b01)
Browser: Chrome 58.0.3029.110 (64-bit)
Following thread dump was generated when this happened.
```
2017-10-12 17:44:15
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode):
"process reaper" #100 daemon prio=10 os_prio=0 tid=0x00007f9288018000 nid=0x515b waiting on condition [0x00007f928c0b3000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #99 daemon prio=10 os_prio=0 tid=0x00007f928801b000 nid=0x5159 waiting on condition [0x00007f928c0ec000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #98 daemon prio=10 os_prio=0 tid=0x00007f929c00b800 nid=0x5158 waiting on condition [0x00007f92b4041000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #97 daemon prio=10 os_prio=0 tid=0x00007f929c008000 nid=0x514d waiting on condition [0x00007f92b407a000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #96 daemon prio=10 os_prio=0 tid=0x00007f9288010800 nid=0x513f waiting on condition [0x00007f92b40b3000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #95 daemon prio=10 os_prio=0 tid=0x00007f929c004800 nid=0x513e waiting on condition [0x00007f92b40ec000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #94 daemon prio=10 os_prio=0 tid=0x00007f927c145800 nid=0x5135 waiting on condition [0x00007f9324038000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-16" #93 prio=10 os_prio=0 tid=0x00007f930001d000 nid=0x50e0 runnable [0x00007f92544b0000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c616a980> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c616a9e0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c616a8e8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-15" #92 prio=10 os_prio=0 tid=0x00007f930001b000 nid=0x50df runnable [0x00007f92545b1000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61712c8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6171328> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6171230> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-14" #91 prio=10 os_prio=0 tid=0x00007f9300019000 nid=0x50de runnable [0x00007f92546b2000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6171b98> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6171bf8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6171b00> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-13" #90 prio=10 os_prio=0 tid=0x00007f9300017800 nid=0x50dd runnable [0x00007f928c1ed000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c617d948> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c617d9a8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c617d8b0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-12" #89 prio=10 os_prio=0 tid=0x00007f92e8013800 nid=0x50dc waiting for monitor entry [0x00007f928c2ed000]
java.lang.Thread.State: BLOCKED (on object monitor)
at com.google.gson.reflect.TypeToken.get(TypeToken.java:296)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:165)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:100)
at com.google.gson.Gson.getAdapter(Gson.java:423)
at com.google.gson.Gson.fromJson(Gson.java:886)
at com.google.gson.Gson.fromJson(Gson.java:852)
at com.google.gson.Gson.fromJson(Gson.java:801)
at com.google.gson.Gson.fromJson(Gson.java:773)
at org.ballerinalang.composer.service.workspace.langserver.LangServerManager.processFrame(LangServerManager.java:150)
at org.ballerinalang.composer.service.workspace.langserver.LangServerHandler.handleWebSocketFrame(LangServerHandler.java:118)
at org.ballerinalang.composer.service.workspace.langserver.LangServerHandler.channelRead0(LangServerHandler.java:59)
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)
at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:280)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:396)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:129)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:642)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:565)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:479)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:441)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-13" #88 prio=10 os_prio=0 tid=0x00007f92f801b000 nid=0x500f runnable [0x00007f928c3ef000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63e58b8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63e7938> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63e5820> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-12" #87 prio=10 os_prio=0 tid=0x00007f92f8019000 nid=0x500d runnable [0x00007f928c4f0000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63eb1e8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63ed268> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63eb150> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-11" #86 prio=10 os_prio=0 tid=0x00007f92f8017800 nid=0x500c runnable [0x00007f928c5f1000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63f8630> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63fa6b0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63f8598> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-10" #85 prio=10 os_prio=0 tid=0x00007f92f8015800 nid=0x500b runnable [0x00007f928c6f2000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c63fdf60> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c63fffe0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c63fdec8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-9" #84 prio=10 os_prio=0 tid=0x00007f92f8014000 nid=0x500a runnable [0x00007f928c7f3000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6402878> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c64048f8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c64027e0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-8" #83 prio=10 os_prio=0 tid=0x00007f92f8012800 nid=0x5008 runnable [0x00007f928c8f4000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6407190> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6409210> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c64070f8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"process reaper" #80 daemon prio=10 os_prio=0 tid=0x00007f92ac04f000 nid=0x4faf waiting on condition [0x00007f9348056000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000ca4aeb20> (a java.util.concurrent.SynchronousQueue$TransferStack)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-4" #79 prio=10 os_prio=0 tid=0x00007f92f0005000 nid=0x4fad waiting on condition [0x00007f928ebf9000]
java.lang.Thread.State: RUNNABLE
at java.nio.DirectByteBuffer.duplicate(DirectByteBuffer.java:217)
at io.netty.buffer.PooledUnsafeDirectByteBuf.newInternalNioBuffer(PooledUnsafeDirectByteBuf.java:70)
at io.netty.buffer.PooledUnsafeDirectByteBuf.newInternalNioBuffer(PooledUnsafeDirectByteBuf.java:31)
at io.netty.buffer.PooledByteBuf.internalNioBuffer(PooledByteBuf.java:158)
at io.netty.buffer.PooledUnsafeDirectByteBuf.internalNioBuffer(PooledUnsafeDirectByteBuf.java:333)
at io.netty.channel.ChannelOutboundBuffer.nioBuffers(ChannelOutboundBuffer.java:412)
at io.netty.channel.socket.nio.NioSocketChannel.doWrite(NioSocketChannel.java:395)
at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:856)
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.forceFlush(AbstractNioChannel.java:368)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:636)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:565)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:479)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:441)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-12" #78 prio=10 os_prio=0 tid=0x00007f9300016800 nid=0x4fac runnable [0x00007f928ecfa000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c617e218> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c617e278> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c617e180> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-3" #75 prio=10 os_prio=0 tid=0x00007f92f0004000 nid=0x4f16 runnable [0x00007f928edfb000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c613e6b0> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c613e710> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c613e618> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-2" #72 prio=10 os_prio=0 tid=0x00007f92f0003000 nid=0x4ef9 runnable [0x00007f928eefc000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c613ef80> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c613efe0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c613eee8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-7-1" #68 prio=10 os_prio=0 tid=0x00007f92f0001000 nid=0x4edc runnable [0x00007f928effd000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6152798> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61527f8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6152700> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-11" #67 prio=10 os_prio=0 tid=0x00007f9300014800 nid=0x4ea2 runnable [0x00007f92b41ed000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61887b8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6188818> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6188720> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-11" #66 prio=10 os_prio=0 tid=0x00007f92e8012000 nid=0x4e45 runnable [0x00007f92b42ee000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6039f20> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6039f80> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6039e88> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-10" #65 prio=10 os_prio=0 tid=0x00007f92e8010000 nid=0x4e44 runnable [0x00007f92b43ef000]
java.lang.Thread.State: RUNNABLE
at java.lang.System.nanoTime(Native Method)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:439)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-9" #64 prio=10 os_prio=0 tid=0x00007f92e800e800 nid=0x4e43 runnable [0x00007f92b44f0000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c604d1a8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c604d208> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c604d110> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-8" #63 prio=10 os_prio=0 tid=0x00007f92e800d000 nid=0x4e42 runnable [0x00007f92b45f1000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c60609b8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6060a18> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6060920> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-7" #62 prio=10 os_prio=0 tid=0x00007f92e800b000 nid=0x4e41 runnable [0x00007f92b46f2000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c606f358> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c606f3b8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c606f2c0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-6" #61 prio=10 os_prio=0 tid=0x00007f92e8009800 nid=0x4e40 runnable [0x00007f92b47f3000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c606fc28> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c606fc88> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c606fb90> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-5" #60 prio=10 os_prio=0 tid=0x00007f92e8007800 nid=0x4e3f runnable [0x00007f92b48f4000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c607f708> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c607f768> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c607f670> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-4" #59 prio=10 os_prio=0 tid=0x00007f92e8006000 nid=0x4e38 runnable [0x00007f92b49f5000]
java.lang.Thread.State: RUNNABLE
at java.lang.System.nanoTime(Native Method)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:439)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-10" #58 prio=10 os_prio=0 tid=0x00007f9300013000 nid=0x4e37 runnable [0x00007f92b4af6000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61916e8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6191748> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6191650> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-3" #57 prio=10 os_prio=0 tid=0x00007f92e8004000 nid=0x4e36 runnable [0x00007f92b4bf7000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c608a928> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c608a988> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c608a890> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-2" #56 prio=10 os_prio=0 tid=0x00007f92e8002800 nid=0x4de2 runnable [0x00007f92b4cf8000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6095b60> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6095bc0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6095ac8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-7" #55 prio=10 os_prio=0 tid=0x00007f92f8010800 nid=0x4dca runnable [0x00007f92b4df9000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6414608> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6416688> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6414570> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-9" #54 prio=10 os_prio=0 tid=0x00007f930000f800 nid=0x4dc9 runnable [0x00007f92b4efa000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6191fb8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6192018> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6191f20> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-8" #53 prio=10 os_prio=0 tid=0x00007f930000c000 nid=0x4cdc runnable [0x00007f92b4ffb000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c619b930> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c619b990> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c619b898> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-7" #52 prio=10 os_prio=0 tid=0x00007f930000e000 nid=0x4b79 runnable [0x00007f9324339000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c619c200> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c619c260> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c619c168> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-6" #51 prio=10 os_prio=0 tid=0x00007f930000b000 nid=0x4b19 runnable [0x00007f9348157000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61a6a48> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61a6aa8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61a69b0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-8" #50 prio=10 os_prio=0 tid=0x00007f92a0008000 nid=0x4a8e waiting on condition [0x00007f9348258000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-7" #49 prio=10 os_prio=0 tid=0x00007f92a0006800 nid=0x4a8d waiting on condition [0x00007f9348359000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-6" #48 prio=10 os_prio=0 tid=0x00007f92a0004000 nid=0x4a8a waiting on condition [0x00007f9348af6000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-5" #47 prio=10 os_prio=0 tid=0x00007f9290001000 nid=0x4a89 waiting on condition [0x00007f9348bf7000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-4" #46 prio=10 os_prio=0 tid=0x00007f929c002800 nid=0x4a88 waiting on condition [0x00007f9348cf8000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-2" #44 prio=10 os_prio=0 tid=0x00007f92a4001000 nid=0x4a87 waiting on condition [0x00007f9348df9000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-3" #45 prio=10 os_prio=0 tid=0x00007f9298002800 nid=0x4a86 waiting on condition [0x00007f9348efa000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-1" #43 prio=10 os_prio=0 tid=0x00007f92a0001000 nid=0x4a85 waiting on condition [0x00007f9348ffb000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c61d0048> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-5" #42 prio=10 os_prio=0 tid=0x00007f9300009000 nid=0x4a84 runnable [0x00007f9350114000]
java.lang.Thread.State: RUNNABLE
at java.lang.System.nanoTime(Native Method)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:439)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-4" #41 prio=10 os_prio=0 tid=0x00007f9300007800 nid=0x4a83 runnable [0x00007f9350215000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61afe60> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61afec0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61afdc8> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-3" #40 prio=10 os_prio=0 tid=0x00007f9300006000 nid=0x4a82 runnable [0x00007f9350316000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61bbcb8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61bbd18> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61bbc20> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-2" #39 prio=10 os_prio=0 tid=0x00007f9300004000 nid=0x4a81 runnable [0x00007f9350417000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61bc588> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61bc5e8> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61bc4f0> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-3-1" #38 prio=10 os_prio=0 tid=0x00007f9300002800 nid=0x4a80 runnable [0x00007f9350518000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c61c90b0> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c61c9110> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c61c9018> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-9-1" #37 prio=10 os_prio=0 tid=0x00007f92e8001000 nid=0x4a7f runnable [0x00007f9350619000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6096430> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c6096490> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6096398> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-8" #36 prio=10 os_prio=0 tid=0x00007f92d8003000 nid=0x4a77 waiting on condition [0x00007f935071a000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-7" #35 prio=10 os_prio=0 tid=0x00007f92c8001800 nid=0x4a76 waiting on condition [0x00007f935081b000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-6" #34 prio=10 os_prio=0 tid=0x00007f92d4001000 nid=0x4a75 waiting on condition [0x00007f935091c000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-5" #33 prio=10 os_prio=0 tid=0x00007f92d0001000 nid=0x4a74 waiting on condition [0x00007f9350a1d000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-4" #32 prio=10 os_prio=0 tid=0x00007f92dc001000 nid=0x4a73 waiting on condition [0x00007f9350b1e000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-3" #31 prio=10 os_prio=0 tid=0x00007f92d8001000 nid=0x4a72 waiting on condition [0x00007f9350c1f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"Transport-Worker-Pool-2" #30 prio=10 os_prio=0 tid=0x00007f92ec26a800 nid=0x4a70 waiting on condition [0x00007f9350d20000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000c646de08> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-6" #29 prio=10 os_prio=0 tid=0x00007f92f800f000 nid=0x4a6f runnable [0x00007f9350e21000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c649a468> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c649a488> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c649a420> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:748)
"nioEventLoopGroup-5-5" #28 prio=10 os_prio=0 tid=0x00007f92f800d000 nid=0x4a6e runnable [0x00007f9350f22000]
java.lang.Thread.State: RUNNABLE
at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
- locked <0x00000000c6418fc8> (a io.netty.channel.nio.SelectedSelectionKeySet)
- locked <0x00000000c649e6a0> (a java.util.Collections$UnmodifiableSet)
- locked <0x00000000c6418f30> (a sun.nio.ch.EPollSelectorImpl)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:746)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.r
``` | non_test | composer hangs intermittently environment java build browser chrome bit following thread dump was generated when this happened full thread dump java hotspot tm bit server vm mixed mode process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid waiting for monitor entry java lang thread state blocked on object monitor at com google gson reflect typetoken get typetoken java at com google gson internal bind reflectivetypeadapterfactory getboundfields reflectivetypeadapterfactory java at com google gson internal bind reflectivetypeadapterfactory create reflectivetypeadapterfactory java at com google gson gson getadapter gson java at com google gson gson fromjson gson java at com google gson gson fromjson gson java at com google gson gson fromjson gson java at com google gson gson fromjson gson java at org ballerinalang composer service workspace langserver langservermanager processframe langservermanager java at org ballerinalang composer service workspace langserver langserverhandler handlewebsocketframe langserverhandler java at org ballerinalang composer service workspace langserver langserverhandler langserverhandler java at io netty channel simplechannelinboundhandler channelread simplechannelinboundhandler java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at io netty handler codec bytetomessagedecoder firechannelread bytetomessagedecoder java at io netty handler codec bytetomessagedecoder calldecode bytetomessagedecoder java at io netty handler codec bytetomessagedecoder channelread bytetomessagedecoder java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext firechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline headcontext channelread defaultchannelpipeline java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel abstractchannelhandlercontext invokechannelread abstractchannelhandlercontext java at io netty channel defaultchannelpipeline firechannelread defaultchannelpipeline java at io netty channel nio abstractniobytechannel niobyteunsafe read abstractniobytechannel java at io netty channel nio nioeventloop processselectedkey nioeventloop java at io netty channel nio nioeventloop processselectedkeysoptimized nioeventloop java at io netty channel nio nioeventloop processselectedkeys nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java process reaper daemon prio os prio tid nid waiting on condition java lang thread state timed waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent synchronousqueue transferstack at java util concurrent locks locksupport parknanos locksupport java at java util concurrent synchronousqueue transferstack awaitfulfill synchronousqueue java at java util concurrent synchronousqueue transferstack transfer synchronousqueue java at java util concurrent synchronousqueue poll synchronousqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java nioeventloopgroup prio os prio tid nid waiting on condition java lang thread state runnable at java nio directbytebuffer duplicate directbytebuffer java at io netty buffer pooledunsafedirectbytebuf newinternalniobuffer pooledunsafedirectbytebuf java at io netty buffer pooledunsafedirectbytebuf newinternalniobuffer pooledunsafedirectbytebuf java at io netty buffer pooledbytebuf internalniobuffer pooledbytebuf java at io netty buffer pooledunsafedirectbytebuf internalniobuffer pooledunsafedirectbytebuf java at io netty channel channeloutboundbuffer niobuffers channeloutboundbuffer java at io netty channel socket nio niosocketchannel dowrite niosocketchannel java at io netty channel abstractchannel abstractunsafe abstractchannel java at io netty channel nio abstractniochannel abstractniounsafe forceflush abstractniochannel java at io netty channel nio nioeventloop processselectedkey nioeventloop java at io netty channel nio nioeventloop processselectedkeysoptimized nioeventloop java at io netty channel nio nioeventloop processselectedkeys nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at java lang system nanotime native method at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at java lang system nanotime native method at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at java lang system nanotime native method at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java transport worker pool prio os prio tid nid waiting on condition java lang thread state waiting parking at sun misc unsafe park native method parking to wait for a java util concurrent locks abstractqueuedsynchronizer conditionobject at java util concurrent locks locksupport park locksupport java at java util concurrent locks abstractqueuedsynchronizer conditionobject await abstractqueuedsynchronizer java at java util concurrent linkedblockingqueue take linkedblockingqueue java at java util concurrent threadpoolexecutor gettask threadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread run thread java nioeventloopgroup prio os prio tid nid runnable java lang thread state runnable at sun nio ch epollarraywrapper epollwait native method at sun nio ch epollarraywrapper poll epollarraywrapper java at sun nio ch epollselectorimpl doselect epollselectorimpl java at sun nio ch selectorimpl lockanddoselect selectorimpl java locked a io netty channel nio selectedselectionkeyset locked a java util collections unmodifiableset locked a sun nio ch epollselectorimpl at sun nio ch selectorimpl select selectorimpl java at io netty channel nio nioeventloop select nioeventloop java at io netty channel nio nioeventloop run nioeventloop java at io netty util concurrent singlethreadeventexecutor run singlethreadeventexecutor java at io netty util concurrent defaultthreadfactory defaultrunnabledecorator run defaultthreadfactory java at java lang thread r | 0 |
68,352 | 8,263,314,430 | IssuesEvent | 2018-09-14 01:37:14 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | C# comment <summary> showing in collapsed mode | Area-IDE Developer Community Need Design Review Resolution-By Design | Using c# comments
/// <summary>
/// Import
/// </summary>
/// <param name="fileStream"></param>
/// <returns></returns>
Task<long> Import(Stream fileStream);
In collpased mode it shows
/// <summary> Import
The <summary> portion shouldn't be seen
_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/276820/c-comment-showing-in-collapsed-mode.html
VSTS ticketId: 635931_
_These are the original issue comments:_
DotnetShadow on 6/19/2018, 04:13 PM (5 days ago): This issue seems to affect c# Interface onl
_These are the original issue solutions:_
(no solutions) | 2.0 | C# comment <summary> showing in collapsed mode - Using c# comments
/// <summary>
/// Import
/// </summary>
/// <param name="fileStream"></param>
/// <returns></returns>
Task<long> Import(Stream fileStream);
In collpased mode it shows
/// <summary> Import
The <summary> portion shouldn't be seen
_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/276820/c-comment-showing-in-collapsed-mode.html
VSTS ticketId: 635931_
_These are the original issue comments:_
DotnetShadow on 6/19/2018, 04:13 PM (5 days ago): This issue seems to affect c# Interface onl
_These are the original issue solutions:_
(no solutions) | non_test | c comment showing in collapsed mode using c comments lt summary gt import lt summary gt lt param name quot filestream quot gt lt param gt lt returns gt lt returns gt task lt long gt import stream filestream in collpased mode it shows lt summary gt import the lt summary gt portion shouldn t be seen this issue has been moved from vsts ticketid these are the original issue comments dotnetshadow on pm days ago this issue seems to affect c interface onl these are the original issue solutions no solutions | 0 |
86,051 | 10,707,953,888 | IssuesEvent | 2019-10-24 18:36:03 | dotnet/winforms | https://api.github.com/repos/dotnet/winforms | closed | .net core forms doesn't open designer | :confused: needs-more-info area: VS designer | * .NET Core Version: (e.g. 3.0 Preview1, or daily build number, use `dotnet --info`)
.net core 3.0
* Have you experienced this same bug with .NET Framework?: Yes/No
No
<!-- Read https://github.com/dotnet/winforms/blob/master/Documentation/issue-guide.md -->
**Problem description:**
I have created a new windows forms app (.net core) project. When I tried open Form1's designer view and VS2019 shows only the code view. I have also tried to click on Form1.cs with right-button and choose C# windows forms but nothing happens.
**Actual behavior:** <!-- callstack for crashes / exceptions -->
Impossible to open designer view of desktop forms (.net core)
**Expected behavior:**
Open designer view of desktop forms.
**Minimal repro:**
Install Visual Studio 2019 Community edition (16.3.5) and .net core 3.0 ultimate version. Create a new Windows Forms App (.Net Core). It's impossible to open Form1's designer view. | 1.0 | .net core forms doesn't open designer - * .NET Core Version: (e.g. 3.0 Preview1, or daily build number, use `dotnet --info`)
.net core 3.0
* Have you experienced this same bug with .NET Framework?: Yes/No
No
<!-- Read https://github.com/dotnet/winforms/blob/master/Documentation/issue-guide.md -->
**Problem description:**
I have created a new windows forms app (.net core) project. When I tried open Form1's designer view and VS2019 shows only the code view. I have also tried to click on Form1.cs with right-button and choose C# windows forms but nothing happens.
**Actual behavior:** <!-- callstack for crashes / exceptions -->
Impossible to open designer view of desktop forms (.net core)
**Expected behavior:**
Open designer view of desktop forms.
**Minimal repro:**
Install Visual Studio 2019 Community edition (16.3.5) and .net core 3.0 ultimate version. Create a new Windows Forms App (.Net Core). It's impossible to open Form1's designer view. | non_test | net core forms doesn t open designer net core version e g or daily build number use dotnet info net core have you experienced this same bug with net framework yes no no problem description i have created a new windows forms app net core project when i tried open s designer view and shows only the code view i have also tried to click on cs with right button and choose c windows forms but nothing happens actual behavior impossible to open designer view of desktop forms net core expected behavior open designer view of desktop forms minimal repro install visual studio community edition and net core ultimate version create a new windows forms app net core it s impossible to open s designer view | 0 |
140,169 | 18,895,242,028 | IssuesEvent | 2021-11-15 17:08:52 | bgoonz/searchAwesome | https://api.github.com/repos/bgoonz/searchAwesome | closed | CVE-2021-26539 (Medium) detected in sanitize-html-1.20.0.tgz, sanitize-html-1.23.0.tgz | security vulnerability | ## CVE-2021-26539 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sanitize-html-1.20.0.tgz</b>, <b>sanitize-html-1.23.0.tgz</b></p></summary>
<p>
<details><summary><b>sanitize-html-1.20.0.tgz</b></p></summary>
<p>Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis</p>
<p>Library home page: <a href="https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.0.tgz">https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.0.tgz</a></p>
<p>Path to dependency file: searchAwesome/clones/awesome-stacks/package.json</p>
<p>Path to vulnerable library: searchAwesome/clones/awesome-stacks/node_modules/sanitize-html/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-transformer-remark-2.3.8.tgz (Root Library)
- :x: **sanitize-html-1.20.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>sanitize-html-1.23.0.tgz</b></p></summary>
<p>Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis</p>
<p>Library home page: <a href="https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz">https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz</a></p>
<p>Path to dependency file: searchAwesome/clones/awesome-wpo/website/package.json</p>
<p>Path to vulnerable library: searchAwesome/clones/awesome-wpo/website/node_modules/sanitize-html/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-transformer-remark-2.8.4.tgz (Root Library)
- :x: **sanitize-html-1.23.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/bgoonz/searchAwesome/commit/cb1b8421c464b43b24d4816929e575612a00cd49">cb1b8421c464b43b24d4816929e575612a00cd49</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Apostrophe Technologies sanitize-html before 2.3.1 does not properly handle internationalized domain name (IDN) which could allow an attacker to bypass hostname whitelist validation set by the "allowedIframeHostnames" option.
<p>Publish Date: 2021-02-08
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26539>CVE-2021-26539</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26539">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26539</a></p>
<p>Release Date: 2021-02-08</p>
<p>Fix Resolution: 2.3.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-2021-26539 (Medium) detected in sanitize-html-1.20.0.tgz, sanitize-html-1.23.0.tgz - ## CVE-2021-26539 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>sanitize-html-1.20.0.tgz</b>, <b>sanitize-html-1.23.0.tgz</b></p></summary>
<p>
<details><summary><b>sanitize-html-1.20.0.tgz</b></p></summary>
<p>Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis</p>
<p>Library home page: <a href="https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.0.tgz">https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.0.tgz</a></p>
<p>Path to dependency file: searchAwesome/clones/awesome-stacks/package.json</p>
<p>Path to vulnerable library: searchAwesome/clones/awesome-stacks/node_modules/sanitize-html/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-transformer-remark-2.3.8.tgz (Root Library)
- :x: **sanitize-html-1.20.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>sanitize-html-1.23.0.tgz</b></p></summary>
<p>Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis</p>
<p>Library home page: <a href="https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz">https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz</a></p>
<p>Path to dependency file: searchAwesome/clones/awesome-wpo/website/package.json</p>
<p>Path to vulnerable library: searchAwesome/clones/awesome-wpo/website/node_modules/sanitize-html/package.json</p>
<p>
Dependency Hierarchy:
- gatsby-transformer-remark-2.8.4.tgz (Root Library)
- :x: **sanitize-html-1.23.0.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://github.com/bgoonz/searchAwesome/commit/cb1b8421c464b43b24d4816929e575612a00cd49">cb1b8421c464b43b24d4816929e575612a00cd49</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Apostrophe Technologies sanitize-html before 2.3.1 does not properly handle internationalized domain name (IDN) which could allow an attacker to bypass hostname whitelist validation set by the "allowedIframeHostnames" option.
<p>Publish Date: 2021-02-08
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-26539>CVE-2021-26539</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26539">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-26539</a></p>
<p>Release Date: 2021-02-08</p>
<p>Fix Resolution: 2.3.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 medium detected in sanitize html tgz sanitize html tgz cve medium severity vulnerability vulnerable libraries sanitize html tgz sanitize html tgz sanitize html tgz clean up user submitted html preserving whitelisted elements and whitelisted attributes on a per element basis library home page a href path to dependency file searchawesome clones awesome stacks package json path to vulnerable library searchawesome clones awesome stacks node modules sanitize html package json dependency hierarchy gatsby transformer remark tgz root library x sanitize html tgz vulnerable library sanitize html tgz clean up user submitted html preserving whitelisted elements and whitelisted attributes on a per element basis library home page a href path to dependency file searchawesome clones awesome wpo website package json path to vulnerable library searchawesome clones awesome wpo website node modules sanitize html package json dependency hierarchy gatsby transformer remark tgz root library x sanitize html tgz vulnerable library found in head commit a href found in base branch master vulnerability details apostrophe technologies sanitize html before does not properly handle internationalized domain name idn which could allow an attacker to bypass hostname whitelist validation set by the allowediframehostnames option publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
87,462 | 10,546,474,583 | IssuesEvent | 2019-10-02 21:34:51 | vtex-apps/io-documentation | https://api.github.com/repos/vtex-apps/io-documentation | closed | vtex-apps/checkout-old has no documentation yet | no-documentation | [vtex-apps/checkout-old](https://github.com/vtex-apps/checkout-old) hasn't created any README file yet or is not using Docs Builder | 1.0 | vtex-apps/checkout-old has no documentation yet - [vtex-apps/checkout-old](https://github.com/vtex-apps/checkout-old) hasn't created any README file yet or is not using Docs Builder | non_test | vtex apps checkout old has no documentation yet hasn t created any readme file yet or is not using docs builder | 0 |
168,232 | 26,618,562,670 | IssuesEvent | 2023-01-24 09:27:26 | nhsuk/nhsuk-service-manual | https://api.github.com/repos/nhsuk/nhsuk-service-manual | opened | Create 2 new components: tabs and character count | design system | To be released in February release - frontend and service manual
Related issue: https://github.com/nhsuk/nhsuk-service-manual/issues/1857 | 1.0 | Create 2 new components: tabs and character count - To be released in February release - frontend and service manual
Related issue: https://github.com/nhsuk/nhsuk-service-manual/issues/1857 | non_test | create new components tabs and character count to be released in february release frontend and service manual related issue | 0 |
127,402 | 27,036,603,318 | IssuesEvent | 2023-02-12 21:08:24 | gnuradio/gnuradio | https://api.github.com/repos/gnuradio/gnuradio | closed | GRC: Generates bare `except:` code, which our own coding standards frown upon | GRC Python codegen | ### What happened?
When I run the same command we use in the CI for upstream code contributions on GRC-generated python programs I get errors about E722 – bare except.
We should probably generate code that passes by our quality standards!
### System Information
source built of current main
### GNU Radio Version
4.0-git (dev-4.0)
### Specific Version
0.0.0.0
### Steps to Reproduce the Problem
`pycodestyle --max-line-length 120 generated_fg.py`
### Relevant log output
```shell
./generated_fg.py:45:9: E722 do not use bare 'except'
(amongst other warnings)
```
| 1.0 | GRC: Generates bare `except:` code, which our own coding standards frown upon - ### What happened?
When I run the same command we use in the CI for upstream code contributions on GRC-generated python programs I get errors about E722 – bare except.
We should probably generate code that passes by our quality standards!
### System Information
source built of current main
### GNU Radio Version
4.0-git (dev-4.0)
### Specific Version
0.0.0.0
### Steps to Reproduce the Problem
`pycodestyle --max-line-length 120 generated_fg.py`
### Relevant log output
```shell
./generated_fg.py:45:9: E722 do not use bare 'except'
(amongst other warnings)
```
| non_test | grc generates bare except code which our own coding standards frown upon what happened when i run the same command we use in the ci for upstream code contributions on grc generated python programs i get errors about – bare except we should probably generate code that passes by our quality standards system information source built of current main gnu radio version git dev specific version steps to reproduce the problem pycodestyle max line length generated fg py relevant log output shell generated fg py do not use bare except amongst other warnings | 0 |
99,848 | 8,712,869,830 | IssuesEvent | 2018-12-06 23:53:08 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | KCRM company name field not working | Ready to Test QA bug | @Uafinder can you test this.
Open Kademi's CRM http://kcrm-kademi.kademi.us/
Create a new lead
Add a new company in the modal
Add the lead information i.e. first name etc
Save lead

When I do this, then create a new lead, the company I added before is not available when I type in the company name, it should appear so I can select it. See below.

Then when you go to the company page http://kcrm-kademi.kademi.us/companies/?
The company does not appear in the list.
However the lead company tab does show the company name I added when I created the lead http://kcrm-kademi.kademi.us/leads/64895004/?view=company
| 1.0 | KCRM company name field not working - @Uafinder can you test this.
Open Kademi's CRM http://kcrm-kademi.kademi.us/
Create a new lead
Add a new company in the modal
Add the lead information i.e. first name etc
Save lead

When I do this, then create a new lead, the company I added before is not available when I type in the company name, it should appear so I can select it. See below.

Then when you go to the company page http://kcrm-kademi.kademi.us/companies/?
The company does not appear in the list.
However the lead company tab does show the company name I added when I created the lead http://kcrm-kademi.kademi.us/leads/64895004/?view=company
| test | kcrm company name field not working uafinder can you test this open kademi s crm create a new lead add a new company in the modal add the lead information i e first name etc save lead when i do this then create a new lead the company i added before is not available when i type in the company name it should appear so i can select it see below then when you go to the company page the company does not appear in the list however the lead company tab does show the company name i added when i created the lead | 1 |
95,514 | 8,561,129,560 | IssuesEvent | 2018-11-09 05:08:17 | WordPress/twentynineteen | https://api.github.com/repos/WordPress/twentynineteen | closed | WooCommerce support | needs testing | Hi,
I'm testing Twentynineteen with :
- WordPress 5.0-beta3-43865
- WooCommerce 3.5.1
There is a CSS problem on the product single page, inside the `.summary.entry-summary` div :

Here is the website URL : http://gutenberg.mariecomet.fr/produit/wordpress-pennant/
| 1.0 | WooCommerce support - Hi,
I'm testing Twentynineteen with :
- WordPress 5.0-beta3-43865
- WooCommerce 3.5.1
There is a CSS problem on the product single page, inside the `.summary.entry-summary` div :

Here is the website URL : http://gutenberg.mariecomet.fr/produit/wordpress-pennant/
| test | woocommerce support hi i m testing twentynineteen with wordpress woocommerce there is a css problem on the product single page inside the summary entry summary div here is the website url | 1 |
61,269 | 6,731,559,646 | IssuesEvent | 2017-10-18 08:08:22 | AccentDesign/wagtailstreamforms | https://api.github.com/repos/AccentDesign/wagtailstreamforms | closed | Multiple of same form in streamfield | bug in testing | Currently there is a known issue where if you have multiple of the same form in a streamfield when it posts and comes back with any validation issues, both forms will see these as there is nothing to tell them apart.
The form_id is the same for both.
Needs investigating to find a method of uniquely identifying them. | 1.0 | Multiple of same form in streamfield - Currently there is a known issue where if you have multiple of the same form in a streamfield when it posts and comes back with any validation issues, both forms will see these as there is nothing to tell them apart.
The form_id is the same for both.
Needs investigating to find a method of uniquely identifying them. | test | multiple of same form in streamfield currently there is a known issue where if you have multiple of the same form in a streamfield when it posts and comes back with any validation issues both forms will see these as there is nothing to tell them apart the form id is the same for both needs investigating to find a method of uniquely identifying them | 1 |
269,576 | 23,449,938,716 | IssuesEvent | 2022-08-16 00:53:34 | woowa-techcamp-2022/android-banchan-06 | https://api.github.com/repos/woowa-techcamp-2022/android-banchan-06 | opened | [Test] 최근 본 목록 Test code 작성 | Test ✍️ 영무 🍗 | ## 📪 Issue
<!-- 이슈에 대한 내용을 설명해주세요. -->
최근 본 목록 Room 연동한 것에 대한 테스트 코드 작성
###
## 📚 To-do
<!-- 해야 할 일들을 적어주세요. -->
- [ ] DataSource test code 작성
## 🕐 목표 작업 시간
<!-- 목표 작업 시작일과 작업 마감일을 명시해주세요. -->
미정
## 📆 실제 작업 시간
<!-- 작업 완료 후 실제 작업 시작일과 작업 마감일을 작성해주세요. -->
미정 | 1.0 | [Test] 최근 본 목록 Test code 작성 - ## 📪 Issue
<!-- 이슈에 대한 내용을 설명해주세요. -->
최근 본 목록 Room 연동한 것에 대한 테스트 코드 작성
###
## 📚 To-do
<!-- 해야 할 일들을 적어주세요. -->
- [ ] DataSource test code 작성
## 🕐 목표 작업 시간
<!-- 목표 작업 시작일과 작업 마감일을 명시해주세요. -->
미정
## 📆 실제 작업 시간
<!-- 작업 완료 후 실제 작업 시작일과 작업 마감일을 작성해주세요. -->
미정 | test | 최근 본 목록 test code 작성 📪 issue 최근 본 목록 room 연동한 것에 대한 테스트 코드 작성 📚 to do datasource test code 작성 🕐 목표 작업 시간 미정 📆 실제 작업 시간 미정 | 1 |
213,008 | 16,493,524,204 | IssuesEvent | 2021-05-25 07:48:42 | BlueBrain/CoreNeuron | https://api.github.com/repos/BlueBrain/CoreNeuron | closed | Run coreneuron MOD file functional tests on GPU as well | tests | Currently https://github.com/nrnhines/testcorenrn is run only for CPUs. We need to run these tests for GPUs as well. See https://github.com/BlueBrain/CoreNeuron/blob/e7934b0eaf66ebba81e38b35b2c8b3833cd5ab96/tests/jenkins/Jenkinsfile#L188
[Readme](https://github.com/pramodk/testcorenrn/blob/master/readme) is not updated with the script that needs to be run under CI. | 1.0 | Run coreneuron MOD file functional tests on GPU as well - Currently https://github.com/nrnhines/testcorenrn is run only for CPUs. We need to run these tests for GPUs as well. See https://github.com/BlueBrain/CoreNeuron/blob/e7934b0eaf66ebba81e38b35b2c8b3833cd5ab96/tests/jenkins/Jenkinsfile#L188
[Readme](https://github.com/pramodk/testcorenrn/blob/master/readme) is not updated with the script that needs to be run under CI. | test | run coreneuron mod file functional tests on gpu as well currently is run only for cpus we need to run these tests for gpus as well see is not updated with the script that needs to be run under ci | 1 |
40,603 | 12,799,584,374 | IssuesEvent | 2020-07-02 15:37:20 | TreyM-WSS/Struts2-Examples | https://api.github.com/repos/TreyM-WSS/Struts2-Examples | opened | CVE-2017-3586 (Medium) detected in mysql-connector-java-5.1.6.jar | security vulnerability | ## CVE-2017-3586 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.6.jar</b></p></summary>
<p>MySQL JDBC Type 4 driver</p>
<p>Library home page: <a href="http://dev.mysql.com/doc/connector-j/en/">http://dev.mysql.com/doc/connector-j/en/</a></p>
<p>Path to vulnerable library: /Struts2-Examples/Struts2Spring3Hibernate/target/Struts2Spring3Hibernate3/WEB-INF/lib/mysql-connector-java-5.1.6.jar,canner/.m2/repository/mysql/mysql-connector-java/5.1.6/mysql-connector-java-5.1.6.jar</p>
<p>
Dependency Hierarchy:
- :x: **mysql-connector-java-5.1.6.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/TreyM-WSS/Struts2-Examples/commits/4a2d705eb04097186f260a255e43e17302189741">4a2d705eb04097186f260a255e43e17302189741</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 5.1.41 and earlier. Easily "exploitable" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. While the vulnerability is in MySQL Connectors, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Connectors accessible data as well as unauthorized read access to a subset of MySQL Connectors accessible data. CVSS 3.0 Base Score 6.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N).
<p>Publish Date: 2017-04-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-3586>CVE-2017-3586</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1444406">https://bugzilla.redhat.com/show_bug.cgi?id=1444406</a></p>
<p>Release Date: 2017-04-24</p>
<p>Fix Resolution: 5.1.42</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"mysql","packageName":"mysql-connector-java","packageVersion":"5.1.6","isTransitiveDependency":false,"dependencyTree":"mysql:mysql-connector-java:5.1.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"5.1.42"}],"vulnerabilityIdentifier":"CVE-2017-3586","vulnerabilityDetails":"Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 5.1.41 and earlier. Easily \"exploitable\" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. While the vulnerability is in MySQL Connectors, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Connectors accessible data as well as unauthorized read access to a subset of MySQL Connectors accessible data. CVSS 3.0 Base Score 6.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-3586","cvss3Severity":"medium","cvss3Score":"6.4","cvss3Metrics":{"A":"None","AC":"Low","PR":"Low","S":"Changed","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | True | CVE-2017-3586 (Medium) detected in mysql-connector-java-5.1.6.jar - ## CVE-2017-3586 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.6.jar</b></p></summary>
<p>MySQL JDBC Type 4 driver</p>
<p>Library home page: <a href="http://dev.mysql.com/doc/connector-j/en/">http://dev.mysql.com/doc/connector-j/en/</a></p>
<p>Path to vulnerable library: /Struts2-Examples/Struts2Spring3Hibernate/target/Struts2Spring3Hibernate3/WEB-INF/lib/mysql-connector-java-5.1.6.jar,canner/.m2/repository/mysql/mysql-connector-java/5.1.6/mysql-connector-java-5.1.6.jar</p>
<p>
Dependency Hierarchy:
- :x: **mysql-connector-java-5.1.6.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://api.github.com/repos/TreyM-WSS/Struts2-Examples/commits/4a2d705eb04097186f260a255e43e17302189741">4a2d705eb04097186f260a255e43e17302189741</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 5.1.41 and earlier. Easily "exploitable" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. While the vulnerability is in MySQL Connectors, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Connectors accessible data as well as unauthorized read access to a subset of MySQL Connectors accessible data. CVSS 3.0 Base Score 6.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N).
<p>Publish Date: 2017-04-24
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-3586>CVE-2017-3586</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.4</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1444406">https://bugzilla.redhat.com/show_bug.cgi?id=1444406</a></p>
<p>Release Date: 2017-04-24</p>
<p>Fix Resolution: 5.1.42</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"mysql","packageName":"mysql-connector-java","packageVersion":"5.1.6","isTransitiveDependency":false,"dependencyTree":"mysql:mysql-connector-java:5.1.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"5.1.42"}],"vulnerabilityIdentifier":"CVE-2017-3586","vulnerabilityDetails":"Vulnerability in the MySQL Connectors component of Oracle MySQL (subcomponent: Connector/J). Supported versions that are affected are 5.1.41 and earlier. Easily \"exploitable\" vulnerability allows low privileged attacker with network access via multiple protocols to compromise MySQL Connectors. While the vulnerability is in MySQL Connectors, attacks may significantly impact additional products. Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of MySQL Connectors accessible data as well as unauthorized read access to a subset of MySQL Connectors accessible data. CVSS 3.0 Base Score 6.4 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-3586","cvss3Severity":"medium","cvss3Score":"6.4","cvss3Metrics":{"A":"None","AC":"Low","PR":"Low","S":"Changed","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> --> | non_test | cve medium detected in mysql connector java jar cve medium severity vulnerability vulnerable library mysql connector java jar mysql jdbc type driver library home page a href path to vulnerable library examples target web inf lib mysql connector java jar canner repository mysql mysql connector java mysql connector java jar dependency hierarchy x mysql connector java jar vulnerable library found in head commit a href vulnerability details vulnerability in the mysql connectors component of oracle mysql subcomponent connector j supported versions that are affected are and earlier easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise mysql connectors while the vulnerability is in mysql connectors attacks may significantly impact additional products successful attacks of this vulnerability can result in unauthorized update insert or delete access to some of mysql connectors accessible data as well as unauthorized read access to a subset of mysql connectors accessible data cvss base score confidentiality and integrity impacts cvss vector cvss av n ac l pr l ui n s c c l i l a n publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails vulnerability in the mysql connectors component of oracle mysql subcomponent connector j supported versions that are affected are and earlier easily exploitable vulnerability allows low privileged attacker with network access via multiple protocols to compromise mysql connectors while the vulnerability is in mysql connectors attacks may significantly impact additional products successful attacks of this vulnerability can result in unauthorized update insert or delete access to some of mysql connectors accessible data as well as unauthorized read access to a subset of mysql connectors accessible data cvss base score confidentiality and integrity impacts cvss vector cvss av n ac l pr l ui n s c c l i l a n vulnerabilityurl | 0 |
339,240 | 30,385,652,485 | IssuesEvent | 2023-07-13 00:16:48 | ZcashFoundation/zebra | https://api.github.com/repos/ZcashFoundation/zebra | closed | Recalculate roots in the note commitment tree serialization tests | A-consensus P-Medium :zap: C-testing A-state C-trivial | ## Motivation
We can't convert from the new note commitment tree types into the old serialization format, because they don't store some essential data.
Instead, we need to do a one-way conversion from old to new formats.
This means we have to compare the tree roots in the tests. But we don't want to compare the cached roots, because that could hide serialization bugs. | 1.0 | Recalculate roots in the note commitment tree serialization tests - ## Motivation
We can't convert from the new note commitment tree types into the old serialization format, because they don't store some essential data.
Instead, we need to do a one-way conversion from old to new formats.
This means we have to compare the tree roots in the tests. But we don't want to compare the cached roots, because that could hide serialization bugs. | test | recalculate roots in the note commitment tree serialization tests motivation we can t convert from the new note commitment tree types into the old serialization format because they don t store some essential data instead we need to do a one way conversion from old to new formats this means we have to compare the tree roots in the tests but we don t want to compare the cached roots because that could hide serialization bugs | 1 |
160,749 | 12,519,734,971 | IssuesEvent | 2020-06-03 14:51:34 | elastic/cloud-on-k8s | https://api.github.com/repos/elastic/cloud-on-k8s | closed | Version 1.16.7 is not supported in this region for cloud-on-k8s-e2e-tests-eks | :ci >test | Since May 27, the job ` cloud-on-k8s-e2e-tests-eks` fails with:
```
00:19:21 go test ./test/e2e/... -run=dryrun -race > /dev/null
00:20:57 ./hack/deployer/deployer execute --plans-file hack/deployer/config/plans.yml --config-file deployer-config.yml
00:20:57 2020/05/27 00:20:56 Authenticating as service account...
00:21:01 2020/05/27 00:21:00 Checking if cluster exists...
00:21:04 2020/05/27 00:21:03 Creating cluster...
00:21:12 Operation failed with status: 'Bad Request'. Details: Version 1.16.7 is not
supported in this region. Please use [az aks get-versions] command to get the
supported version list in this region. For more information, please check
https://aka.ms/supported-version-list
00:21:12 Error: exit status 1
``` | 1.0 | Version 1.16.7 is not supported in this region for cloud-on-k8s-e2e-tests-eks - Since May 27, the job ` cloud-on-k8s-e2e-tests-eks` fails with:
```
00:19:21 go test ./test/e2e/... -run=dryrun -race > /dev/null
00:20:57 ./hack/deployer/deployer execute --plans-file hack/deployer/config/plans.yml --config-file deployer-config.yml
00:20:57 2020/05/27 00:20:56 Authenticating as service account...
00:21:01 2020/05/27 00:21:00 Checking if cluster exists...
00:21:04 2020/05/27 00:21:03 Creating cluster...
00:21:12 Operation failed with status: 'Bad Request'. Details: Version 1.16.7 is not
supported in this region. Please use [az aks get-versions] command to get the
supported version list in this region. For more information, please check
https://aka.ms/supported-version-list
00:21:12 Error: exit status 1
``` | test | version is not supported in this region for cloud on tests eks since may the job cloud on tests eks fails with go test test run dryrun race dev null hack deployer deployer execute plans file hack deployer config plans yml config file deployer config yml authenticating as service account checking if cluster exists creating cluster operation failed with status bad request details version is not supported in this region please use command to get the supported version list in this region for more information please check error exit status | 1 |
311,894 | 9,540,122,365 | IssuesEvent | 2019-04-30 18:41:42 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | CoA with Aruba Instant and PacketFence 7 | Priority: Low Type: Feature / Enhancement | I've had some issues getting CoA working with with Aruba Instant but after doing the following changes, it seems to be working:
Aruba Instant 6.5.1.0-4.3.1.0_57768 (IAP-325 as master)
PacketFence 7
Aruba Instant configuration:
1. To get radius accounting to working
Networks > [Network Name] > WLAN Settings > Primary usage: [v] Employee
2. To get CoA working
Networks > [Network Name] > Security > MAC Authentication: Enabled
Networks > [Network Name] > Security > Delimiter character: \<empty\>
Networks > [Network Name] > Security > Uppercase support: Disabled
* Make sure RFC 3576 is enabled on the authentication server configuration
PacketFence configuration:
```
--- /usr/local/pf/lib/pf/Switch/Aruba.pm_bak 2017-05-03 16:14:22.083696715 +0200
+++ /usr/local/pf/lib/pf/Switch/Aruba.pm 2017-05-03 16:15:13.628155187 +0200
@@ -481,12 +481,13 @@
my $acctsessionid = node_accounting_current_sessionid($mac);
my $node_info = node_attributes($mac);
# transforming MAC to the expected format 00-11-22-33-CA-FE
- $mac = uc($mac);
- $mac =~ s/:/-/g;
+ $mac = lc($mac);
+ $mac =~ s/://g;
# Standard Attributes
my $attributes_ref = {
'Calling-Station-Id' => $mac,
+ 'User-Name' => $mac,
'NAS-IP-Address' => $send_disconnect_to,
'Acct-Session-Id' => $acctsessionid,
};
```
Restart pfqueue: /usr/local/pf/bin/pfcmd service pfqueue restart | 1.0 | CoA with Aruba Instant and PacketFence 7 - I've had some issues getting CoA working with with Aruba Instant but after doing the following changes, it seems to be working:
Aruba Instant 6.5.1.0-4.3.1.0_57768 (IAP-325 as master)
PacketFence 7
Aruba Instant configuration:
1. To get radius accounting to working
Networks > [Network Name] > WLAN Settings > Primary usage: [v] Employee
2. To get CoA working
Networks > [Network Name] > Security > MAC Authentication: Enabled
Networks > [Network Name] > Security > Delimiter character: \<empty\>
Networks > [Network Name] > Security > Uppercase support: Disabled
* Make sure RFC 3576 is enabled on the authentication server configuration
PacketFence configuration:
```
--- /usr/local/pf/lib/pf/Switch/Aruba.pm_bak 2017-05-03 16:14:22.083696715 +0200
+++ /usr/local/pf/lib/pf/Switch/Aruba.pm 2017-05-03 16:15:13.628155187 +0200
@@ -481,12 +481,13 @@
my $acctsessionid = node_accounting_current_sessionid($mac);
my $node_info = node_attributes($mac);
# transforming MAC to the expected format 00-11-22-33-CA-FE
- $mac = uc($mac);
- $mac =~ s/:/-/g;
+ $mac = lc($mac);
+ $mac =~ s/://g;
# Standard Attributes
my $attributes_ref = {
'Calling-Station-Id' => $mac,
+ 'User-Name' => $mac,
'NAS-IP-Address' => $send_disconnect_to,
'Acct-Session-Id' => $acctsessionid,
};
```
Restart pfqueue: /usr/local/pf/bin/pfcmd service pfqueue restart | non_test | coa with aruba instant and packetfence i ve had some issues getting coa working with with aruba instant but after doing the following changes it seems to be working aruba instant iap as master packetfence aruba instant configuration to get radius accounting to working networks wlan settings primary usage employee to get coa working networks security mac authentication enabled networks security delimiter character networks security uppercase support disabled make sure rfc is enabled on the authentication server configuration packetfence configuration usr local pf lib pf switch aruba pm bak usr local pf lib pf switch aruba pm my acctsessionid node accounting current sessionid mac my node info node attributes mac transforming mac to the expected format ca fe mac uc mac mac s g mac lc mac mac s g standard attributes my attributes ref calling station id mac user name mac nas ip address send disconnect to acct session id acctsessionid restart pfqueue usr local pf bin pfcmd service pfqueue restart | 0 |
155,167 | 5,949,859,316 | IssuesEvent | 2017-05-26 15:16:48 | meumobi/sitebuilder | https://api.github.com/repos/meumobi/sitebuilder | closed | Several identical Push sent to RD, client protest they were updated, not created | bug high priority push notification |
```
# tail -8000f log/sitebuilder.log | grep pushnotif_onesignal
[2017-05-17 10:22:01] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"RaiaDrogasil Anuncia Resultados do 1T12"},"data":{"item_id":"591c4e66701796ff288b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 10:37:01] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Video Institucional RD"},"data":{"item_id":"591c51e0701796742c8b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 10:37:02] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Video Institucional RD"},"data":{"item_id":"591c51e0701796742c8b457a","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 10:53:02] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Video Institucional RD"},"data":{"item_id":"591c5582701796db2f8b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 11:07:01] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Período de Silêncio"},"data":{"item_id":"591c58f470179649338b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
``` | 1.0 | Several identical Push sent to RD, client protest they were updated, not created -
```
# tail -8000f log/sitebuilder.log | grep pushnotif_onesignal
[2017-05-17 10:22:01] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"RaiaDrogasil Anuncia Resultados do 1T12"},"data":{"item_id":"591c4e66701796ff288b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 10:37:01] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Video Institucional RD"},"data":{"item_id":"591c51e0701796742c8b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 10:37:02] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Video Institucional RD"},"data":{"item_id":"591c51e0701796742c8b457a","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 10:53:02] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Video Institucional RD"},"data":{"item_id":"591c5582701796db2f8b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
[2017-05-17 11:07:01] sitebuilder.DEBUG: payload request {"headings":{"en":"Raia Drogasil RI"},"contents":{"en":"Período de Silêncio"},"data":{"item_id":"591c58f470179649338b4578","category_id":474},"ios_badgeType":"Increase","ios_badgeCount":1,"included_segments":["All"],"large_icon":"http://mobi.comunique-se.com.br/uploads/site_apple_touch_icon/72x72_1265975.png","component":"pushnotif_onesignal"}
``` | non_test | several identical push sent to rd client protest they were updated not created tail log sitebuilder log grep pushnotif onesignal sitebuilder debug payload request headings en raia drogasil ri contents en raiadrogasil anuncia resultados do data item id category id ios badgetype increase ios badgecount included segments large icon sitebuilder debug payload request headings en raia drogasil ri contents en video institucional rd data item id category id ios badgetype increase ios badgecount included segments large icon sitebuilder debug payload request headings en raia drogasil ri contents en video institucional rd data item id category id ios badgetype increase ios badgecount included segments large icon sitebuilder debug payload request headings en raia drogasil ri contents en video institucional rd data item id category id ios badgetype increase ios badgecount included segments large icon sitebuilder debug payload request headings en raia drogasil ri contents en período de silêncio data item id category id ios badgetype increase ios badgecount included segments large icon | 0 |
96,304 | 19,984,135,038 | IssuesEvent | 2022-01-30 11:41:00 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.1] Media Manager [a11y] | No Code Attached Yet a11y | ### Steps to reproduce the issue
Use this keyboard only and try to create a new folder in the media manager
The _modal_ never gets keyboard focus - you can see navigation taking place on the main window below the modal

| 1.0 | [4.1] Media Manager [a11y] - ### Steps to reproduce the issue
Use this keyboard only and try to create a new folder in the media manager
The _modal_ never gets keyboard focus - you can see navigation taking place on the main window below the modal

| non_test | media manager steps to reproduce the issue use this keyboard only and try to create a new folder in the media manager the modal never gets keyboard focus you can see navigation taking place on the main window below the modal | 0 |
45,243 | 12,682,192,661 | IssuesEvent | 2020-06-19 16:52:17 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | Boiler objects are missing an output variable for efficiency | Defect NotIDDChange | Issue overview
--------------
Boiler objects are missing an output variable for efficiency. Specifically the Boiler:HotWater object does not have the variable. From the RDD, and consistent with the docs, here are the output variables:
HVAC,Average,Boiler Heating Rate [W]
HVAC,Sum,Boiler Heating Energy [J]
HVAC,Average,Boiler Gas Rate [W]
HVAC,Sum,Boiler Gas Energy [J]
HVAC,Average,Boiler Inlet Temperature [C]
HVAC,Average,Boiler Outlet Temperature [C]
HVAC,Average,Boiler Mass Flow Rate [kg/s]
HVAC,Average,Boiler Ancillary Electric Power [W]
HVAC,Sum,Boiler Ancillary Electric Energy [J]
HVAC,Average,Boiler Part Load Ratio []
Boiler:HotWater has a potentially non-constant efficiency because it has an efficiency curve. Currently you would have to divide the output variables for Boiler Heating Rate / Boiler Gas Rate as a post-processing step. The chiller objects have a comparable generic Chiller COP output variable.
Boiler:Steam should also be checked, but it might only have a constant efficiency value.
### Details
Some additional details for this issue (if relevant):
- EnergyPlus V9.3
### Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
- [ ] Defect file added (list location of defect file here)
- [ ] Ticket added to Pivotal for defect (development team task)
- [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
| 1.0 | Boiler objects are missing an output variable for efficiency - Issue overview
--------------
Boiler objects are missing an output variable for efficiency. Specifically the Boiler:HotWater object does not have the variable. From the RDD, and consistent with the docs, here are the output variables:
HVAC,Average,Boiler Heating Rate [W]
HVAC,Sum,Boiler Heating Energy [J]
HVAC,Average,Boiler Gas Rate [W]
HVAC,Sum,Boiler Gas Energy [J]
HVAC,Average,Boiler Inlet Temperature [C]
HVAC,Average,Boiler Outlet Temperature [C]
HVAC,Average,Boiler Mass Flow Rate [kg/s]
HVAC,Average,Boiler Ancillary Electric Power [W]
HVAC,Sum,Boiler Ancillary Electric Energy [J]
HVAC,Average,Boiler Part Load Ratio []
Boiler:HotWater has a potentially non-constant efficiency because it has an efficiency curve. Currently you would have to divide the output variables for Boiler Heating Rate / Boiler Gas Rate as a post-processing step. The chiller objects have a comparable generic Chiller COP output variable.
Boiler:Steam should also be checked, but it might only have a constant efficiency value.
### Details
Some additional details for this issue (if relevant):
- EnergyPlus V9.3
### Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
- [ ] Defect file added (list location of defect file here)
- [ ] Ticket added to Pivotal for defect (development team task)
- [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
| non_test | boiler objects are missing an output variable for efficiency issue overview boiler objects are missing an output variable for efficiency specifically the boiler hotwater object does not have the variable from the rdd and consistent with the docs here are the output variables hvac average boiler heating rate hvac sum boiler heating energy hvac average boiler gas rate hvac sum boiler gas energy hvac average boiler inlet temperature hvac average boiler outlet temperature hvac average boiler mass flow rate hvac average boiler ancillary electric power hvac sum boiler ancillary electric energy hvac average boiler part load ratio boiler hotwater has a potentially non constant efficiency because it has an efficiency curve currently you would have to divide the output variables for boiler heating rate boiler gas rate as a post processing step the chiller objects have a comparable generic chiller cop output variable boiler steam should also be checked but it might only have a constant efficiency value details some additional details for this issue if relevant energyplus checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added list location of defect file here ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect | 0 |
196,558 | 6,935,118,206 | IssuesEvent | 2017-12-03 03:54:02 | vmware/harbor | https://api.github.com/repos/vmware/harbor | closed | Harbor will be started multiple times in the bosh release/tile | area/bosh-release area/tile kind/bug priority/high target/pks-0.8 | Here are logs:
-------------------
[Fri Dec 1 10:48:10 UTC 2017] Starting Harbor 1.2.0 at https://testing.habor.vmware.com
[Fri Dec 1 10:48:10 UTC 2017] Loading docker images ...
Loaded image: vmware/mariadb-photon:10.2.8
Loaded image: vmware/harbor-ui:v1.2.0-219-gdb6def3
Loaded image: vmware/harbor-jobservice:v1.2.0-219-gdb6def3
Loaded image: vmware/nginx-photon:1.11.13
Loaded image: vmware/postgresql:9.6.5-photon
Loaded image: vmware/harbor-db:v1.2.0-219-gdb6def3
Loaded image: vmware/photon:1.0
Loaded image: vmware/clair:v2.0.1-photon
Loaded image: vmware/harbor-adminserver:v1.2.0-219-gdb6def3
Loaded image: vmware/registry:2.6.2-photon
Loaded image: vmware/notary-photon:server-0.5.1
Loaded image: vmware/notary-photon:signer-0.5.1
Loaded image: vmware/harbor-log:v1.2.0-219-gdb6def3
[Fri Dec 1 10:50:59 UTC 2017] Launching docker-compose up ...
[Fri Dec 1 10:50:59 UTC 2017] Waiting 120 seconds for Harbor Service to be ready ...
[Fri Dec 1 10:51:11 UTC 2017] Starting Harbor 1.2.0 at https://testing.habor.vmware.com
[Fri Dec 1 10:51:11 UTC 2017] Loading docker images ...
Loaded image: vmware/mariadb-photon:10.2.8
Loaded image: vmware/harbor-ui:v1.2.0-219-gdb6def3
Loaded image: vmware/harbor-jobservice:v1.2.0-219-gdb6def3
Loaded image: vmware/nginx-photon:1.11.13
Loaded image: vmware/postgresql:9.6.5-photon
Loaded image: vmware/harbor-db:v1.2.0-219-gdb6def3
Loaded image: vmware/photon:1.0
Loaded image: vmware/clair:v2.0.1-photon
Loaded image: vmware/harbor-adminserver:v1.2.0-219-gdb6def3
Loaded image: vmware/registry:2.6.2-photon
Loaded image: vmware/notary-photon:server-0.5.1
Loaded image: vmware/notary-photon:signer-0.5.1
Loaded image: vmware/harbor-log:v1.2.0-219-gdb6def3
[Fri Dec 1 10:52:45 UTC 2017] Launching docker-compose up ...
[Fri Dec 1 10:52:45 UTC 2017] Waiting 120 seconds for Harbor Service to be ready ...
[Fri Dec 1 10:52:56 UTC 2017] Starting Harbor 1.2.0 at https://testing.habor.vmware.com
[Fri Dec 1 10:52:56 UTC 2017] Loading docker images ...
Loaded image: vmware/mariadb-photon:10.2.8
Loaded image: vmware/harbor-ui:v1.2.0-219-gdb6def3
Loaded image: vmware/harbor-jobservice:v1.2.0-219-gdb6def3
Loaded image: vmware/nginx-photon:1.11.13
Loaded image: vmware/postgresql:9.6.5-photon
Loaded image: vmware/harbor-db:v1.2.0-219-gdb6def3
Loaded image: vmware/photon:1.0
Loaded image: vmware/clair:v2.0.1-photon
Loaded image: vmware/harbor-adminserver:v1.2.0-219-gdb6def3
Loaded image: vmware/registry:2.6.2-photon
Loaded image: vmware/notary-photon:server-0.5.1
Loaded image: vmware/notary-photon:signer-0.5.1
Loaded image: vmware/harbor-log:v1.2.0-219-gdb6def3
[Fri Dec 1 10:54:35 UTC 2017] Launching docker-compose up ...
[Fri Dec 1 10:54:35 UTC 2017] Waiting 120 seconds for Harbor Service to be ready ...
[Fri Dec 1 10:55:16 UTC 2017] Error: Harbor Service failed to start in 120 seconds
[Fri Dec 1 10:55:26 UTC 2017] Error: Harbor Service failed to start in 120 seconds
[Fri Dec 1 10:56:32 UTC 2017] Error: Harbor Service failed to start in 120 seconds
| 1.0 | Harbor will be started multiple times in the bosh release/tile - Here are logs:
-------------------
[Fri Dec 1 10:48:10 UTC 2017] Starting Harbor 1.2.0 at https://testing.habor.vmware.com
[Fri Dec 1 10:48:10 UTC 2017] Loading docker images ...
Loaded image: vmware/mariadb-photon:10.2.8
Loaded image: vmware/harbor-ui:v1.2.0-219-gdb6def3
Loaded image: vmware/harbor-jobservice:v1.2.0-219-gdb6def3
Loaded image: vmware/nginx-photon:1.11.13
Loaded image: vmware/postgresql:9.6.5-photon
Loaded image: vmware/harbor-db:v1.2.0-219-gdb6def3
Loaded image: vmware/photon:1.0
Loaded image: vmware/clair:v2.0.1-photon
Loaded image: vmware/harbor-adminserver:v1.2.0-219-gdb6def3
Loaded image: vmware/registry:2.6.2-photon
Loaded image: vmware/notary-photon:server-0.5.1
Loaded image: vmware/notary-photon:signer-0.5.1
Loaded image: vmware/harbor-log:v1.2.0-219-gdb6def3
[Fri Dec 1 10:50:59 UTC 2017] Launching docker-compose up ...
[Fri Dec 1 10:50:59 UTC 2017] Waiting 120 seconds for Harbor Service to be ready ...
[Fri Dec 1 10:51:11 UTC 2017] Starting Harbor 1.2.0 at https://testing.habor.vmware.com
[Fri Dec 1 10:51:11 UTC 2017] Loading docker images ...
Loaded image: vmware/mariadb-photon:10.2.8
Loaded image: vmware/harbor-ui:v1.2.0-219-gdb6def3
Loaded image: vmware/harbor-jobservice:v1.2.0-219-gdb6def3
Loaded image: vmware/nginx-photon:1.11.13
Loaded image: vmware/postgresql:9.6.5-photon
Loaded image: vmware/harbor-db:v1.2.0-219-gdb6def3
Loaded image: vmware/photon:1.0
Loaded image: vmware/clair:v2.0.1-photon
Loaded image: vmware/harbor-adminserver:v1.2.0-219-gdb6def3
Loaded image: vmware/registry:2.6.2-photon
Loaded image: vmware/notary-photon:server-0.5.1
Loaded image: vmware/notary-photon:signer-0.5.1
Loaded image: vmware/harbor-log:v1.2.0-219-gdb6def3
[Fri Dec 1 10:52:45 UTC 2017] Launching docker-compose up ...
[Fri Dec 1 10:52:45 UTC 2017] Waiting 120 seconds for Harbor Service to be ready ...
[Fri Dec 1 10:52:56 UTC 2017] Starting Harbor 1.2.0 at https://testing.habor.vmware.com
[Fri Dec 1 10:52:56 UTC 2017] Loading docker images ...
Loaded image: vmware/mariadb-photon:10.2.8
Loaded image: vmware/harbor-ui:v1.2.0-219-gdb6def3
Loaded image: vmware/harbor-jobservice:v1.2.0-219-gdb6def3
Loaded image: vmware/nginx-photon:1.11.13
Loaded image: vmware/postgresql:9.6.5-photon
Loaded image: vmware/harbor-db:v1.2.0-219-gdb6def3
Loaded image: vmware/photon:1.0
Loaded image: vmware/clair:v2.0.1-photon
Loaded image: vmware/harbor-adminserver:v1.2.0-219-gdb6def3
Loaded image: vmware/registry:2.6.2-photon
Loaded image: vmware/notary-photon:server-0.5.1
Loaded image: vmware/notary-photon:signer-0.5.1
Loaded image: vmware/harbor-log:v1.2.0-219-gdb6def3
[Fri Dec 1 10:54:35 UTC 2017] Launching docker-compose up ...
[Fri Dec 1 10:54:35 UTC 2017] Waiting 120 seconds for Harbor Service to be ready ...
[Fri Dec 1 10:55:16 UTC 2017] Error: Harbor Service failed to start in 120 seconds
[Fri Dec 1 10:55:26 UTC 2017] Error: Harbor Service failed to start in 120 seconds
[Fri Dec 1 10:56:32 UTC 2017] Error: Harbor Service failed to start in 120 seconds
| non_test | harbor will be started multiple times in the bosh release tile here are logs starting harbor at loading docker images loaded image vmware mariadb photon loaded image vmware harbor ui loaded image vmware harbor jobservice loaded image vmware nginx photon loaded image vmware postgresql photon loaded image vmware harbor db loaded image vmware photon loaded image vmware clair photon loaded image vmware harbor adminserver loaded image vmware registry photon loaded image vmware notary photon server loaded image vmware notary photon signer loaded image vmware harbor log launching docker compose up waiting seconds for harbor service to be ready starting harbor at loading docker images loaded image vmware mariadb photon loaded image vmware harbor ui loaded image vmware harbor jobservice loaded image vmware nginx photon loaded image vmware postgresql photon loaded image vmware harbor db loaded image vmware photon loaded image vmware clair photon loaded image vmware harbor adminserver loaded image vmware registry photon loaded image vmware notary photon server loaded image vmware notary photon signer loaded image vmware harbor log launching docker compose up waiting seconds for harbor service to be ready starting harbor at loading docker images loaded image vmware mariadb photon loaded image vmware harbor ui loaded image vmware harbor jobservice loaded image vmware nginx photon loaded image vmware postgresql photon loaded image vmware harbor db loaded image vmware photon loaded image vmware clair photon loaded image vmware harbor adminserver loaded image vmware registry photon loaded image vmware notary photon server loaded image vmware notary photon signer loaded image vmware harbor log launching docker compose up waiting seconds for harbor service to be ready error harbor service failed to start in seconds error harbor service failed to start in seconds error harbor service failed to start in seconds | 0 |
97,502 | 16,236,332,536 | IssuesEvent | 2021-05-07 01:30:10 | joaonetoo/saaddeploy | https://api.github.com/repos/joaonetoo/saaddeploy | opened | CVE-2017-9050 (High) detected in nokogiri-1.6.8.1.gem | security vulnerability | ## CVE-2017-9050 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.6.8.1.gem</b></p></summary>
<p>Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
Nokogiri's many features is the ability to search documents via XPath
or CSS3 selectors.</p>
<p>Library home page: <a href="https://rubygems.org/gems/nokogiri-1.6.8.1.gem">https://rubygems.org/gems/nokogiri-1.6.8.1.gem</a></p>
<p>
Dependency Hierarchy:
- rails-i18n-4.0.9.gem (Root Library)
- railties-4.2.6.gem
- actionpack-4.2.6.gem
- rails-html-sanitizer-1.0.3.gem
- loofah-2.0.3.gem
- :x: **nokogiri-1.6.8.1.gem** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for CVE-2016-1839.
<p>Publish Date: 2017-05-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-9050>CVE-2017-9050</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9050">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9050</a></p>
<p>Release Date: 2017-05-18</p>
<p>Fix Resolution: 2.9.5</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-2017-9050 (High) detected in nokogiri-1.6.8.1.gem - ## CVE-2017-9050 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nokogiri-1.6.8.1.gem</b></p></summary>
<p>Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among
Nokogiri's many features is the ability to search documents via XPath
or CSS3 selectors.</p>
<p>Library home page: <a href="https://rubygems.org/gems/nokogiri-1.6.8.1.gem">https://rubygems.org/gems/nokogiri-1.6.8.1.gem</a></p>
<p>
Dependency Hierarchy:
- rails-i18n-4.0.9.gem (Root Library)
- railties-4.2.6.gem
- actionpack-4.2.6.gem
- rails-html-sanitizer-1.0.3.gem
- loofah-2.0.3.gem
- :x: **nokogiri-1.6.8.1.gem** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
libxml2 20904-GITv2.9.4-16-g0741801 is vulnerable to a heap-based buffer over-read in the xmlDictAddString function in dict.c. This vulnerability causes programs that use libxml2, such as PHP, to crash. This vulnerability exists because of an incomplete fix for CVE-2016-1839.
<p>Publish Date: 2017-05-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-9050>CVE-2017-9050</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9050">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9050</a></p>
<p>Release Date: 2017-05-18</p>
<p>Fix Resolution: 2.9.5</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 nokogiri gem cve high severity vulnerability vulnerable library nokogiri gem nokogiri 鋸 is an html xml sax and reader parser among nokogiri s many features is the ability to search documents via xpath or selectors library home page a href dependency hierarchy rails gem root library railties gem actionpack gem rails html sanitizer gem loofah gem x nokogiri gem vulnerable library vulnerability details is vulnerable to a heap based buffer over read in the xmldictaddstring function in dict c this vulnerability causes programs that use such as php to crash this vulnerability exists because of an incomplete fix for 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 none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
132,395 | 10,745,296,036 | IssuesEvent | 2019-10-30 08:43:21 | EnMasseProject/enmasse | https://api.github.com/repos/EnMasseProject/enmasse | closed | implement new System-tests: Failure tests | test development | testing handling of failures (e.g. killing certain pods) | 1.0 | implement new System-tests: Failure tests - testing handling of failures (e.g. killing certain pods) | test | implement new system tests failure tests testing handling of failures e g killing certain pods | 1 |
36,565 | 12,417,832,339 | IssuesEvent | 2020-05-22 21:48:49 | TIBCOSoftware/labs-air | https://api.github.com/repos/TIBCOSoftware/labs-air | closed | WS-2018-0072 (High) detected in https-proxy-agent-0.3.6.tgz | security vulnerability | ## WS-2018-0072 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https-proxy-agent-0.3.6.tgz</b></p></summary>
<p>An HTTP(s) proxy `http.Agent` implementation for HTTPS</p>
<p>Library home page: <a href="https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz">https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/labs-air/ui/ProjectAir/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/labs-air/ui/ProjectAir/node_modules/proxy-agent/node_modules/https-proxy-agent/package.json</p>
<p>
Dependency Hierarchy:
- component-1.1.0.tgz (Root Library)
- component-remotes-1.2.0.tgz
- cogent-0.4.3-fix-redirects.tgz
- proxy-agent-1.1.1.tgz
- :x: **https-proxy-agent-0.3.6.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/labs-air/commit/91b4245b987bd63abaeb49223360180947327d49">91b4245b987bd63abaeb49223360180947327d49</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Versions of https-proxy-agent before 2.2.0 are vulnerable to a denial of service. This is due to unsanitized options (proxy.auth) being passed to Buffer().
<p>Publish Date: 2018-04-25
<p>URL: <a href=https://hackerone.com/reports/319532>WS-2018-0072</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>8.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nodesecurity.io/advisories/593">https://nodesecurity.io/advisories/593</a></p>
<p>Release Date: 2018-01-27</p>
<p>Fix Resolution: 2.2.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"https-proxy-agent","packageVersion":"0.3.6","isTransitiveDependency":true,"dependencyTree":"component:1.1.0;component-remotes:1.2.0;cogent:0.4.3-fix-redirects;proxy-agent:1.1.1;https-proxy-agent:0.3.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.2.0"}],"vulnerabilityIdentifier":"WS-2018-0072","vulnerabilityDetails":"Versions of https-proxy-agent before 2.2.0 are vulnerable to a denial of service. This is due to unsanitized options (proxy.auth) being passed to Buffer().","vulnerabilityUrl":"https://hackerone.com/reports/319532","cvss2Severity":"high","cvss2Score":"8.0","extraData":{}}</REMEDIATE> --> | True | WS-2018-0072 (High) detected in https-proxy-agent-0.3.6.tgz - ## WS-2018-0072 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https-proxy-agent-0.3.6.tgz</b></p></summary>
<p>An HTTP(s) proxy `http.Agent` implementation for HTTPS</p>
<p>Library home page: <a href="https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz">https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-0.3.6.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/labs-air/ui/ProjectAir/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/labs-air/ui/ProjectAir/node_modules/proxy-agent/node_modules/https-proxy-agent/package.json</p>
<p>
Dependency Hierarchy:
- component-1.1.0.tgz (Root Library)
- component-remotes-1.2.0.tgz
- cogent-0.4.3-fix-redirects.tgz
- proxy-agent-1.1.1.tgz
- :x: **https-proxy-agent-0.3.6.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/labs-air/commit/91b4245b987bd63abaeb49223360180947327d49">91b4245b987bd63abaeb49223360180947327d49</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Versions of https-proxy-agent before 2.2.0 are vulnerable to a denial of service. This is due to unsanitized options (proxy.auth) being passed to Buffer().
<p>Publish Date: 2018-04-25
<p>URL: <a href=https://hackerone.com/reports/319532>WS-2018-0072</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>8.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nodesecurity.io/advisories/593">https://nodesecurity.io/advisories/593</a></p>
<p>Release Date: 2018-01-27</p>
<p>Fix Resolution: 2.2.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"https-proxy-agent","packageVersion":"0.3.6","isTransitiveDependency":true,"dependencyTree":"component:1.1.0;component-remotes:1.2.0;cogent:0.4.3-fix-redirects;proxy-agent:1.1.1;https-proxy-agent:0.3.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.2.0"}],"vulnerabilityIdentifier":"WS-2018-0072","vulnerabilityDetails":"Versions of https-proxy-agent before 2.2.0 are vulnerable to a denial of service. This is due to unsanitized options (proxy.auth) being passed to Buffer().","vulnerabilityUrl":"https://hackerone.com/reports/319532","cvss2Severity":"high","cvss2Score":"8.0","extraData":{}}</REMEDIATE> --> | non_test | ws high detected in https proxy agent tgz ws high severity vulnerability vulnerable library https proxy agent tgz an http s proxy http agent implementation for https library home page a href path to dependency file tmp ws scm labs air ui projectair package json path to vulnerable library tmp ws scm labs air ui projectair node modules proxy agent node modules https proxy agent package json dependency hierarchy component tgz root library component remotes tgz cogent fix redirects tgz proxy agent tgz x https proxy agent tgz vulnerable library found in head commit a href vulnerability details versions of https proxy agent before are vulnerable to a denial of service this is due to unsanitized options proxy auth being passed to buffer publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier ws vulnerabilitydetails versions of https proxy agent before are vulnerable to a denial of service this is due to unsanitized options proxy auth being passed to buffer vulnerabilityurl | 0 |
267,692 | 20,241,516,928 | IssuesEvent | 2022-02-14 09:44:14 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Document the InlineDerivedTable feature | T: Enhancement C: Documentation P: Medium E: All Editions | We have a convenient feature called `InlineDerivedTable`, which can be achieved like this:
```java
Table<BookRecord> book = BOOK.where(ID.eq(1))
```
In some cases, it's very convenient to be able to declare a `WHERE` clause directly on a table to avoid the ceremony of writing an actual derived table. jOOQ's internals will try to avoid the derived table whenever this is possible, syntactically, and merge the `WHERE` clause with the surrounding SQL statement's `WHERE` clause. | 1.0 | Document the InlineDerivedTable feature - We have a convenient feature called `InlineDerivedTable`, which can be achieved like this:
```java
Table<BookRecord> book = BOOK.where(ID.eq(1))
```
In some cases, it's very convenient to be able to declare a `WHERE` clause directly on a table to avoid the ceremony of writing an actual derived table. jOOQ's internals will try to avoid the derived table whenever this is possible, syntactically, and merge the `WHERE` clause with the surrounding SQL statement's `WHERE` clause. | non_test | document the inlinederivedtable feature we have a convenient feature called inlinederivedtable which can be achieved like this java table book book where id eq in some cases it s very convenient to be able to declare a where clause directly on a table to avoid the ceremony of writing an actual derived table jooq s internals will try to avoid the derived table whenever this is possible syntactically and merge the where clause with the surrounding sql statement s where clause | 0 |
303,358 | 26,201,777,577 | IssuesEvent | 2023-01-03 18:11:05 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: cdc/crdb-chaos failed | C-test-failure O-robot O-roachtest release-blocker T-cdc branch-release-22.1 | roachtest.cdc/crdb-chaos [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=8147270&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=8147270&tab=artifacts#/cdc/crdb-chaos) on release-22.1 @ [000c9624b56b09d5fbd06557c559b2f910142a9c](https://github.com/cockroachdb/cockroach/commits/000c9624b56b09d5fbd06557c559b2f910142a9c):
```
| | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2083
| | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Run
| | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:661
| | github.com/cockroachdb/cockroach/pkg/roachprod.Run
| | github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:384
| | main.execCmdEx
| | main/pkg/cmd/roachtest/cluster.go:341
| | main.execCmd
| | main/pkg/cmd/roachtest/cluster.go:229
| | main.(*clusterImpl).RunE
| | main/pkg/cmd/roachtest/cluster.go:1954
| | main.(*clusterImpl).Run
| | main/pkg/cmd/roachtest/cluster.go:1932
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccWorkload).run
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1578
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.cdcBasicTest.func1
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:186
| | main.(*monitorImpl).Go.func1
| | main/pkg/cmd/roachtest/monitor.go:105
| | golang.org/x/sync/errgroup.(*Group).Go.func1
| | golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:57
| | runtime.goexit
| | GOROOT/src/runtime/asm_amd64.s:1581
| Wraps: (2) one or more parallel execution failure
| Error types: (1) *withstack.withStack (2) *errutil.leafError
Wraps: (5) context canceled
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *secondary.withSecondaryError (5) *errors.errorString
monitor.go:127,cdc.go:296,cdc.go:759,test_runner.go:883: monitor failure: monitor task failed: pq: Use of CHANGEFEED requires an enterprise license. Your evaluation license expired on December 30, 2022. If you're interested in getting a new license, please contact subscriptions@cockroachlabs.com and we can help you out.
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| main/pkg/cmd/roachtest/monitor.go:115
| main.(*monitorImpl).Wait
| main/pkg/cmd/roachtest/monitor.go:123
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.cdcBasicTest
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:296
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDC.func5
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:759
| [...repeated from below...]
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| main/pkg/cmd/roachtest/monitor.go:171
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1581
Wraps: (4) monitor task failed
Wraps: (5) pq: Use of CHANGEFEED requires an enterprise license. Your evaluation license expired on December 30, 2022. If you're interested in getting a new license, please contact subscriptions@cockroachlabs.com and we can help you out.
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *pq.Error
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #77815 roachtest: cdc/crdb-chaos failed [C-test-failure O-roachtest O-robot T-cdc branch-master]
- #68047 roachtest: cdc/crdb-chaos failed [C-test-failure O-roachtest O-robot T-cdc branch-release-21.1]
</p>
</details>
/cc @cockroachdb/cdc
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*cdc/crdb-chaos.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-22916 | 2.0 | roachtest: cdc/crdb-chaos failed - roachtest.cdc/crdb-chaos [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=8147270&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=8147270&tab=artifacts#/cdc/crdb-chaos) on release-22.1 @ [000c9624b56b09d5fbd06557c559b2f910142a9c](https://github.com/cockroachdb/cockroach/commits/000c9624b56b09d5fbd06557c559b2f910142a9c):
```
| | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:2083
| | github.com/cockroachdb/cockroach/pkg/roachprod/install.(*SyncedCluster).Run
| | github.com/cockroachdb/cockroach/pkg/roachprod/install/cluster_synced.go:661
| | github.com/cockroachdb/cockroach/pkg/roachprod.Run
| | github.com/cockroachdb/cockroach/pkg/roachprod/roachprod.go:384
| | main.execCmdEx
| | main/pkg/cmd/roachtest/cluster.go:341
| | main.execCmd
| | main/pkg/cmd/roachtest/cluster.go:229
| | main.(*clusterImpl).RunE
| | main/pkg/cmd/roachtest/cluster.go:1954
| | main.(*clusterImpl).Run
| | main/pkg/cmd/roachtest/cluster.go:1932
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.(*tpccWorkload).run
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:1578
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.cdcBasicTest.func1
| | github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:186
| | main.(*monitorImpl).Go.func1
| | main/pkg/cmd/roachtest/monitor.go:105
| | golang.org/x/sync/errgroup.(*Group).Go.func1
| | golang.org/x/sync/errgroup/external/org_golang_x_sync/errgroup/errgroup.go:57
| | runtime.goexit
| | GOROOT/src/runtime/asm_amd64.s:1581
| Wraps: (2) one or more parallel execution failure
| Error types: (1) *withstack.withStack (2) *errutil.leafError
Wraps: (5) context canceled
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *secondary.withSecondaryError (5) *errors.errorString
monitor.go:127,cdc.go:296,cdc.go:759,test_runner.go:883: monitor failure: monitor task failed: pq: Use of CHANGEFEED requires an enterprise license. Your evaluation license expired on December 30, 2022. If you're interested in getting a new license, please contact subscriptions@cockroachlabs.com and we can help you out.
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| main/pkg/cmd/roachtest/monitor.go:115
| main.(*monitorImpl).Wait
| main/pkg/cmd/roachtest/monitor.go:123
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.cdcBasicTest
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:296
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerCDC.func5
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/cdc.go:759
| [...repeated from below...]
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| main/pkg/cmd/roachtest/monitor.go:171
| runtime.goexit
| GOROOT/src/runtime/asm_amd64.s:1581
Wraps: (4) monitor task failed
Wraps: (5) pq: Use of CHANGEFEED requires an enterprise license. Your evaluation license expired on December 30, 2022. If you're interested in getting a new license, please contact subscriptions@cockroachlabs.com and we can help you out.
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *pq.Error
```
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #77815 roachtest: cdc/crdb-chaos failed [C-test-failure O-roachtest O-robot T-cdc branch-master]
- #68047 roachtest: cdc/crdb-chaos failed [C-test-failure O-roachtest O-robot T-cdc branch-release-21.1]
</p>
</details>
/cc @cockroachdb/cdc
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*cdc/crdb-chaos.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-22916 | test | roachtest cdc crdb chaos failed roachtest cdc crdb chaos with on release github com cockroachdb cockroach pkg roachprod install cluster synced go github com cockroachdb cockroach pkg roachprod install syncedcluster run github com cockroachdb cockroach pkg roachprod install cluster synced go github com cockroachdb cockroach pkg roachprod run github com cockroachdb cockroach pkg roachprod roachprod go main execcmdex main pkg cmd roachtest cluster go main execcmd main pkg cmd roachtest cluster go main clusterimpl rune main pkg cmd roachtest cluster go main clusterimpl run main pkg cmd roachtest cluster go github com cockroachdb cockroach pkg cmd roachtest tests tpccworkload run github com cockroachdb cockroach pkg cmd roachtest tests cdc go github com cockroachdb cockroach pkg cmd roachtest tests cdcbasictest github com cockroachdb cockroach pkg cmd roachtest tests cdc go main monitorimpl go main pkg cmd roachtest monitor go golang org x sync errgroup group go golang org x sync errgroup external org golang x sync errgroup errgroup go runtime goexit goroot src runtime asm s wraps one or more parallel execution failure error types withstack withstack errutil leaferror wraps context canceled error types withstack withstack errutil withprefix cluster withcommanddetails secondary withsecondaryerror errors errorstring monitor go cdc go cdc go test runner go monitor failure monitor task failed pq use of changefeed requires an enterprise license your evaluation license expired on december if you re interested in getting a new license please contact subscriptions cockroachlabs com and we can help you out attached stack trace stack trace main monitorimpl waite main pkg cmd roachtest monitor go main monitorimpl wait main pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests cdcbasictest github com cockroachdb cockroach pkg cmd roachtest tests cdc go github com cockroachdb cockroach pkg cmd roachtest tests registercdc github com cockroachdb cockroach pkg cmd roachtest tests cdc go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait main pkg cmd roachtest monitor go runtime goexit goroot src runtime asm s wraps monitor task failed wraps pq use of changefeed requires an enterprise license your evaluation license expired on december if you re interested in getting a new license please contact subscriptions cockroachlabs com and we can help you out error types withstack withstack errutil withprefix withstack withstack errutil withprefix pq error help see see same failure on other branches roachtest cdc crdb chaos failed roachtest cdc crdb chaos failed cc cockroachdb cdc jira issue crdb | 1 |
160,488 | 12,513,892,103 | IssuesEvent | 2020-06-03 03:24:44 | owncloud/activity | https://api.github.com/repos/owncloud/activity | opened | Acceptance tests failing after core changes | QA-Team QA-p1 dev:acceptance-tests | core PR https://github.com/owncloud/core/pull/37332 changed various acceptance test code and steps.
Refactor acceptance tests so they pass.
| 1.0 | Acceptance tests failing after core changes - core PR https://github.com/owncloud/core/pull/37332 changed various acceptance test code and steps.
Refactor acceptance tests so they pass.
| test | acceptance tests failing after core changes core pr changed various acceptance test code and steps refactor acceptance tests so they pass | 1 |
162,290 | 25,515,668,106 | IssuesEvent | 2022-11-28 16:08:44 | department-of-veterans-affairs/vets-design-system-documentation | https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation | closed | Experimental Design to replace Wizard Pattern | pattern-update vsp-design-system-team experimental_design DSC request | ## What
> Wizard pattern replacement.
## Purpose
> The wizard pattern presented to users to decide what type of claim they are filing violates accessibility best practices, so proposing a one question per page pattern to replace it.
## Usage
> When a user is making a decision that will send them down a specific path or flow based on that decision. This scenario we are solving for is when users are filing a decision review: Supplemental Claim and deciding what type of Supplemental Claim they are filing.
## Behavior
> The user needs to select a type of claim: Disability, Education, etc. which then sends them to a flow specific to that choice. The Wizard presented dynamic content that appeared based on a radio button choice, and I am proposing a continue button that presents a new page based on the choice. This solves for accessibility, especially screen readers.
## Examples
> [Staging example of HLR wizard](https://staging.va.gov/decision-reviews/higher-level-review/request-higher-level-review-form-20-0996/start) form choice.
> [Staging example of proposed pattern](https://staging.va.gov/decision-reviews/supplemental-claim/request-supplemental-claim-form-20-0995/start)
## Accessibility
> This is intended to solve for accessibility and provide more clarity of choice for screen readers.
## Guidance
> Using one question per page vs. dynamic content changes simplifies the decision process, lessens cognitive load, and offers step-by-step guidance for users who may struggle with interactions.
## Research (optional)
> We are planning to test this pattern in an [upcoming usability test](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/products/decision-reviews/Supplemental-Claims/Research/MVP%20Usability%20Research/researchplan.md).
## Code (optional)
> @Mottie can you fill this in please.
## Next steps
Work has been reviewed with the design council and approved for testing. I plan to bring research findings to the Design System Council.
Attaching proposed examples files here.

https://user-images.githubusercontent.com/68615337/188915420-f4b46fa9-c79f-407e-aa27-94d39c088ab9.mov
| 2.0 | Experimental Design to replace Wizard Pattern - ## What
> Wizard pattern replacement.
## Purpose
> The wizard pattern presented to users to decide what type of claim they are filing violates accessibility best practices, so proposing a one question per page pattern to replace it.
## Usage
> When a user is making a decision that will send them down a specific path or flow based on that decision. This scenario we are solving for is when users are filing a decision review: Supplemental Claim and deciding what type of Supplemental Claim they are filing.
## Behavior
> The user needs to select a type of claim: Disability, Education, etc. which then sends them to a flow specific to that choice. The Wizard presented dynamic content that appeared based on a radio button choice, and I am proposing a continue button that presents a new page based on the choice. This solves for accessibility, especially screen readers.
## Examples
> [Staging example of HLR wizard](https://staging.va.gov/decision-reviews/higher-level-review/request-higher-level-review-form-20-0996/start) form choice.
> [Staging example of proposed pattern](https://staging.va.gov/decision-reviews/supplemental-claim/request-supplemental-claim-form-20-0995/start)
## Accessibility
> This is intended to solve for accessibility and provide more clarity of choice for screen readers.
## Guidance
> Using one question per page vs. dynamic content changes simplifies the decision process, lessens cognitive load, and offers step-by-step guidance for users who may struggle with interactions.
## Research (optional)
> We are planning to test this pattern in an [upcoming usability test](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/products/decision-reviews/Supplemental-Claims/Research/MVP%20Usability%20Research/researchplan.md).
## Code (optional)
> @Mottie can you fill this in please.
## Next steps
Work has been reviewed with the design council and approved for testing. I plan to bring research findings to the Design System Council.
Attaching proposed examples files here.

https://user-images.githubusercontent.com/68615337/188915420-f4b46fa9-c79f-407e-aa27-94d39c088ab9.mov
| non_test | experimental design to replace wizard pattern what wizard pattern replacement purpose the wizard pattern presented to users to decide what type of claim they are filing violates accessibility best practices so proposing a one question per page pattern to replace it usage when a user is making a decision that will send them down a specific path or flow based on that decision this scenario we are solving for is when users are filing a decision review supplemental claim and deciding what type of supplemental claim they are filing behavior the user needs to select a type of claim disability education etc which then sends them to a flow specific to that choice the wizard presented dynamic content that appeared based on a radio button choice and i am proposing a continue button that presents a new page based on the choice this solves for accessibility especially screen readers examples form choice accessibility this is intended to solve for accessibility and provide more clarity of choice for screen readers guidance using one question per page vs dynamic content changes simplifies the decision process lessens cognitive load and offers step by step guidance for users who may struggle with interactions research optional we are planning to test this pattern in an code optional mottie can you fill this in please next steps work has been reviewed with the design council and approved for testing i plan to bring research findings to the design system council attaching proposed examples files here | 0 |
65,890 | 6,977,774,807 | IssuesEvent | 2017-12-12 15:36:14 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | [openbmc] reventlog does not make too much sense | component:openbmc priority:normal sprint2 status:pending test:testcase_requested | Looks like development was claimed to be complete in https://github.com/xcat2/xcat-core/issues/2892 so Open this as a bug.
1) The code is not exposed to the users, but development is done, please open it up.
```
[root@stratton01 ~]# lsxcatd -v
Version 2.13.6 (git commit 6ca241c9d0d361895d2246f410910248a1b06fbc, built Tue Jul 18 06:15:37 EDT 2017)
[root@stratton01 ~]# reventlog p9euh01
This openbmc related function is not yet supported. Please contact xCAT development team.
```
2) The format does not really make sense....
```
[root@stratton01 ~]# reventlog p9euh01
[OpenBMC development support] Using this version of xCAT, ensure firware level is at v1.99.6-0-r1, or higher.
p9euh01: 1494006358621 org.open_power.Error.Host.Event.Event
p9euh01: 1493663136573 org.open_power.Error.Host.Event.Event
p9euh01: 1493919800498 org.open_power.Error.Host.Event.Event
p9euh01: 1494606542590 org.open_power.Error.Host.Event.Event
p9euh01: 1493491950069 org.open_power.Error.Host.Event.Event
p9euh01: 1493373083349 org.open_power.Error.Host.Event.Event
p9euh01: 1495048267873 org.open_power.Error.Host.Event.Event
p9euh01: 1494097759286 org.open_power.Error.Host.Event.Event
p9euh01: 1494433643120 org.open_power.Error.Host.Event.Event
p9euh01: 1494865791307 org.open_power.Error.Host.Event.Event
p9euh01: 1493888813893 org.open_power.Error.Host.Event.Event
p9euh01: 1493828940237 org.open_power.Error.Host.Event.Event
p9euh01: 1494956796765 org.open_power.Error.Host.Event.Event
p9euh01: 1494788928045 xyz.openbmc_project.State.Host.Error.SoftOffTimeout
p9euh01: 1493576687687 org.open_power.Error.Host.Event.Event
p9euh01: 1494616195513 org.open_power.Error.Host.Event.Event
...
p9euh01: 1494606346572 org.open_power.Error.Host.Event.Event
p9euh01: 1493372853522 org.open_power.Error.Host.Event.Event
p9euh01: 1494779045502 org.open_power.Proc.CFAM.WriteFailure
p9euh01: 1495124717500 org.open_power.Proc.CFAM.ReadFailure
p9euh01: 1494443483416 org.open_power.Error.Host.Event.Event
p9euh01: 1493569745426 org.open_power.Error.Host.Event.Event
p9euh01: 1492878469134 org.open_power.Error.Host.Event.Event
p9euh01: 1492851327019 org.open_power.Error.Host.Event.Event
p9euh01: 1493569706519 org.open_power.Error.Host.Event.Event
p9euh01: 1493656187772 org.open_power.Error.Host.Event.Event
p9euh01: 1492940992240 org.open_power.Error.Host.Event.Event
p9euh01: 1493919957600 org.open_power.Error.Host.Event.Event
p9euh01: 1493310536304 org.open_power.Error.Host.Event.Event
p9euh01: 1493299597651 org.open_power.Error.Host.Event.Event
p9euh01: 1494087971882 org.open_power.Error.Host.Event.Event
p9euh01: 1494006223836 org.open_power.Error.Host.Event.Event
p9euh01: 1494779057712 org.open_power.Proc.CFAM.OpenFailure
p9euh01: 1493828842434 org.open_power.Error.Host.Event.Event
p9euh01: 1494956473709 org.open_power.Proc.CFAM.ReadFailure
p9euh01: 1494260800352 org.open_power.Error.Host.Event.Event
p9euh01: 1492800046980 org.open_power.Error.Host.Event.Event
...
```
Why is there so many Event.Event? What is the number in the output?
| 2.0 | [openbmc] reventlog does not make too much sense - Looks like development was claimed to be complete in https://github.com/xcat2/xcat-core/issues/2892 so Open this as a bug.
1) The code is not exposed to the users, but development is done, please open it up.
```
[root@stratton01 ~]# lsxcatd -v
Version 2.13.6 (git commit 6ca241c9d0d361895d2246f410910248a1b06fbc, built Tue Jul 18 06:15:37 EDT 2017)
[root@stratton01 ~]# reventlog p9euh01
This openbmc related function is not yet supported. Please contact xCAT development team.
```
2) The format does not really make sense....
```
[root@stratton01 ~]# reventlog p9euh01
[OpenBMC development support] Using this version of xCAT, ensure firware level is at v1.99.6-0-r1, or higher.
p9euh01: 1494006358621 org.open_power.Error.Host.Event.Event
p9euh01: 1493663136573 org.open_power.Error.Host.Event.Event
p9euh01: 1493919800498 org.open_power.Error.Host.Event.Event
p9euh01: 1494606542590 org.open_power.Error.Host.Event.Event
p9euh01: 1493491950069 org.open_power.Error.Host.Event.Event
p9euh01: 1493373083349 org.open_power.Error.Host.Event.Event
p9euh01: 1495048267873 org.open_power.Error.Host.Event.Event
p9euh01: 1494097759286 org.open_power.Error.Host.Event.Event
p9euh01: 1494433643120 org.open_power.Error.Host.Event.Event
p9euh01: 1494865791307 org.open_power.Error.Host.Event.Event
p9euh01: 1493888813893 org.open_power.Error.Host.Event.Event
p9euh01: 1493828940237 org.open_power.Error.Host.Event.Event
p9euh01: 1494956796765 org.open_power.Error.Host.Event.Event
p9euh01: 1494788928045 xyz.openbmc_project.State.Host.Error.SoftOffTimeout
p9euh01: 1493576687687 org.open_power.Error.Host.Event.Event
p9euh01: 1494616195513 org.open_power.Error.Host.Event.Event
...
p9euh01: 1494606346572 org.open_power.Error.Host.Event.Event
p9euh01: 1493372853522 org.open_power.Error.Host.Event.Event
p9euh01: 1494779045502 org.open_power.Proc.CFAM.WriteFailure
p9euh01: 1495124717500 org.open_power.Proc.CFAM.ReadFailure
p9euh01: 1494443483416 org.open_power.Error.Host.Event.Event
p9euh01: 1493569745426 org.open_power.Error.Host.Event.Event
p9euh01: 1492878469134 org.open_power.Error.Host.Event.Event
p9euh01: 1492851327019 org.open_power.Error.Host.Event.Event
p9euh01: 1493569706519 org.open_power.Error.Host.Event.Event
p9euh01: 1493656187772 org.open_power.Error.Host.Event.Event
p9euh01: 1492940992240 org.open_power.Error.Host.Event.Event
p9euh01: 1493919957600 org.open_power.Error.Host.Event.Event
p9euh01: 1493310536304 org.open_power.Error.Host.Event.Event
p9euh01: 1493299597651 org.open_power.Error.Host.Event.Event
p9euh01: 1494087971882 org.open_power.Error.Host.Event.Event
p9euh01: 1494006223836 org.open_power.Error.Host.Event.Event
p9euh01: 1494779057712 org.open_power.Proc.CFAM.OpenFailure
p9euh01: 1493828842434 org.open_power.Error.Host.Event.Event
p9euh01: 1494956473709 org.open_power.Proc.CFAM.ReadFailure
p9euh01: 1494260800352 org.open_power.Error.Host.Event.Event
p9euh01: 1492800046980 org.open_power.Error.Host.Event.Event
...
```
Why is there so many Event.Event? What is the number in the output?
| test | reventlog does not make too much sense looks like development was claimed to be complete in so open this as a bug the code is not exposed to the users but development is done please open it up lsxcatd v version git commit built tue jul edt reventlog this openbmc related function is not yet supported please contact xcat development team the format does not really make sense reventlog using this version of xcat ensure firware level is at or higher org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event xyz openbmc project state host error softofftimeout org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power proc cfam writefailure org open power proc cfam readfailure org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power error host event event org open power proc cfam openfailure org open power error host event event org open power proc cfam readfailure org open power error host event event org open power error host event event why is there so many event event what is the number in the output | 1 |
129,325 | 10,570,296,567 | IssuesEvent | 2019-10-07 01:42:46 | pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas | closed | TST: flakey test for parallel coordinates | Testing Unreliable Test Visualization | https://travis-ci.org/pandas-dev/pandas/jobs/238684741
cc @TomAugspurger
first time I saw this, but the test is not designed to handle this. | 2.0 | TST: flakey test for parallel coordinates - https://travis-ci.org/pandas-dev/pandas/jobs/238684741
cc @TomAugspurger
first time I saw this, but the test is not designed to handle this. | test | tst flakey test for parallel coordinates cc tomaugspurger first time i saw this but the test is not designed to handle this | 1 |
19,530 | 11,251,362,811 | IssuesEvent | 2020-01-11 00:05:55 | microsoftgraph/microsoft-graph-docs | https://api.github.com/repos/microsoftgraph/microsoft-graph-docs | closed | $select not working | serviceissue | When I try the request below in graph explorer when _not_ logged in I get only the expected fields, however when I login I get the default fields. The response indicates that only the specified fields are returned but I get the default ones. Also, adding fields not in the default set doesn't work either, again I just get the default ones returned. I've tried both `v1.0` and `beta`.
```
GET https://graph.microsoft.com/v1.0/users?$select=displayName,givenName,postalCode
```
Signed in
```
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(displayName,givenName,postalCode)",
"value": [
{
"displayName": "John",
"surname": "Smith",
"givenName": "John",
"id": "abc123",
"userPrincipalName": "someone@example.com",
"businessPhones": [],
"jobTitle": null,
"mail": null,
"mobilePhone": null,
"officeLocation": null,
"preferredLanguage": null
}
]
}
```
Signed out
```
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(displayName,givenName,postalCode)",
"value": [
{
"displayName": "Conf Room Adams",
"givenName": null,
"postalCode": null
},
{
"displayName": "Adele Vance",
"givenName": "Adele",
"postalCode": "98004"
},
...
``` | 1.0 | $select not working - When I try the request below in graph explorer when _not_ logged in I get only the expected fields, however when I login I get the default fields. The response indicates that only the specified fields are returned but I get the default ones. Also, adding fields not in the default set doesn't work either, again I just get the default ones returned. I've tried both `v1.0` and `beta`.
```
GET https://graph.microsoft.com/v1.0/users?$select=displayName,givenName,postalCode
```
Signed in
```
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(displayName,givenName,postalCode)",
"value": [
{
"displayName": "John",
"surname": "Smith",
"givenName": "John",
"id": "abc123",
"userPrincipalName": "someone@example.com",
"businessPhones": [],
"jobTitle": null,
"mail": null,
"mobilePhone": null,
"officeLocation": null,
"preferredLanguage": null
}
]
}
```
Signed out
```
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(displayName,givenName,postalCode)",
"value": [
{
"displayName": "Conf Room Adams",
"givenName": null,
"postalCode": null
},
{
"displayName": "Adele Vance",
"givenName": "Adele",
"postalCode": "98004"
},
...
``` | non_test | select not working when i try the request below in graph explorer when not logged in i get only the expected fields however when i login i get the default fields the response indicates that only the specified fields are returned but i get the default ones also adding fields not in the default set doesn t work either again i just get the default ones returned i ve tried both and beta get signed in odata context value displayname john surname smith givenname john id userprincipalname someone example com businessphones jobtitle null mail null mobilephone null officelocation null preferredlanguage null signed out odata context value displayname conf room adams givenname null postalcode null displayname adele vance givenname adele postalcode | 0 |
631,827 | 20,161,174,294 | IssuesEvent | 2022-02-09 21:44:22 | thoth-station/adviser | https://api.github.com/repos/thoth-station/adviser | closed | Deliver Container Image | bot priority/critical-urgent | Hey, AICoE-CI!
Please build and deliver the following git tag:
Tag: v0.51.0 | 1.0 | Deliver Container Image - Hey, AICoE-CI!
Please build and deliver the following git tag:
Tag: v0.51.0 | non_test | deliver container image hey aicoe ci please build and deliver the following git tag tag | 0 |
19,249 | 3,757,035,575 | IssuesEvent | 2016-03-13 18:56:36 | The-Charge/SirLancebot2016 | https://api.github.com/repos/The-Charge/SirLancebot2016 | closed | Pneumatic Commands Don't End | needs production bot needs testing | This creates problems in the autons & with the button box
Solution 1: in the position commands, set a position boolean to true or false. In the default command, read that boolean and execute accordingly
Solution 2: change isFinsihed() to True after one execution
- this causes problems with the single solenoids
| 1.0 | Pneumatic Commands Don't End - This creates problems in the autons & with the button box
Solution 1: in the position commands, set a position boolean to true or false. In the default command, read that boolean and execute accordingly
Solution 2: change isFinsihed() to True after one execution
- this causes problems with the single solenoids
| test | pneumatic commands don t end this creates problems in the autons with the button box solution in the position commands set a position boolean to true or false in the default command read that boolean and execute accordingly solution change isfinsihed to true after one execution this causes problems with the single solenoids | 1 |
274,373 | 30,015,269,465 | IssuesEvent | 2023-06-26 18:11:42 | samq-democorp/gary-npm-renovate | https://api.github.com/repos/samq-democorp/gary-npm-renovate | closed | lodash-4.17.17.tgz: 3 vulnerabilities (highest severity is: 7.4) - autoclosed | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.17.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (lodash version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2020-8203](https://www.mend.io/vulnerability-database/CVE-2020-8203) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.4 | lodash-4.17.17.tgz | Direct | 4.17.19 | ✅ |
| [CVE-2021-23337](https://www.mend.io/vulnerability-database/CVE-2021-23337) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.2 | lodash-4.17.17.tgz | Direct | 4.17.21 | ✅ |
| [CVE-2020-28500](https://www.mend.io/vulnerability-database/CVE-2020-28500) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.3 | lodash-4.17.17.tgz | Direct | 4.17.21 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> CVE-2020-8203</summary>
### Vulnerable Library - <b>lodash-4.17.17.tgz</b></p>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.17.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.4</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- 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://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-15</p>
<p>Fix Resolution: 4.17.19</p>
</p>
<p></p>
<p>In order to enable automatic remediation, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> CVE-2021-23337</summary>
### Vulnerable Library - <b>lodash-4.17.17.tgz</b></p>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.17.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23337>CVE-2021-23337</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.2</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-35jh-r3h4-6jhm">https://github.com/advisories/GHSA-35jh-r3h4-6jhm</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution: 4.17.21</p>
</p>
<p></p>
<p>In order to enable automatic remediation, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> CVE-2020-28500</summary>
### Vulnerable Library - <b>lodash-4.17.17.tgz</b></p>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.17.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
Mend Note: After conducting further research, Mend has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-28500>CVE-2020-28500</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</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: None
- Integrity Impact: None
- Availability Impact: Low
</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-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution: 4.17.21</p>
</p>
<p></p>
<p>In order to enable automatic remediation, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p>
</details>
***
<p>In order to enable automatic remediation for this issue, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p> | True | lodash-4.17.17.tgz: 3 vulnerabilities (highest severity is: 7.4) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.17.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in (lodash version) | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | ------------- | --- |
| [CVE-2020-8203](https://www.mend.io/vulnerability-database/CVE-2020-8203) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.4 | lodash-4.17.17.tgz | Direct | 4.17.19 | ✅ |
| [CVE-2021-23337](https://www.mend.io/vulnerability-database/CVE-2021-23337) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> High | 7.2 | lodash-4.17.17.tgz | Direct | 4.17.21 | ✅ |
| [CVE-2020-28500](https://www.mend.io/vulnerability-database/CVE-2020-28500) | <img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Medium | 5.3 | lodash-4.17.17.tgz | Direct | 4.17.21 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> CVE-2020-8203</summary>
### Vulnerable Library - <b>lodash-4.17.17.tgz</b></p>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.17.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.
<p>Publish Date: 2020-07-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-8203>CVE-2020-8203</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.4</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- 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://www.npmjs.com/advisories/1523">https://www.npmjs.com/advisories/1523</a></p>
<p>Release Date: 2020-07-15</p>
<p>Fix Resolution: 4.17.19</p>
</p>
<p></p>
<p>In order to enable automatic remediation, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> CVE-2021-23337</summary>
### Vulnerable Library - <b>lodash-4.17.17.tgz</b></p>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.17.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-23337>CVE-2021-23337</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>7.2</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/advisories/GHSA-35jh-r3h4-6jhm">https://github.com/advisories/GHSA-35jh-r3h4-6jhm</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution: 4.17.21</p>
</p>
<p></p>
<p>In order to enable automatic remediation, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p>
</details><details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> CVE-2020-28500</summary>
### Vulnerable Library - <b>lodash-4.17.17.tgz</b></p>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz">https://registry.npmjs.org/lodash/-/lodash-4.17.17.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/lodash/package.json</p>
<p>
Dependency Hierarchy:
- :x: **lodash-4.17.17.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/samq-democorp/gary-npm-renovate/commit/85a848f6be7842e9dd32ea3a0308788125e6b140">85a848f6be7842e9dd32ea3a0308788125e6b140</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
Mend Note: After conducting further research, Mend has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash.
<p>Publish Date: 2021-02-15
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-28500>CVE-2020-28500</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>5.3</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: None
- Integrity Impact: None
- Availability Impact: Low
</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-28500">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500</a></p>
<p>Release Date: 2021-02-15</p>
<p>Fix Resolution: 4.17.21</p>
</p>
<p></p>
<p>In order to enable automatic remediation, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p>
</details>
***
<p>In order to enable automatic remediation for this issue, please create <a target="_blank" href="https://docs.mend.io/bundle/integrations/page/mend_for_github_com.html#MendforGitHub.com-RemediateSettings(remediateSettings)">workflow rules</a></p> | non_test | lodash tgz vulnerabilities highest severity is autoclosed vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules lodash package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in lodash version remediation available high lodash tgz direct high lodash tgz direct medium lodash tgz direct details cve vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules lodash package json dependency hierarchy x lodash tgz vulnerable library found in head commit a href found in base branch main vulnerability details prototype pollution attack when using zipobjectdeep in lodash before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact none 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 in order to enable automatic remediation please create cve vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules lodash package json dependency hierarchy x lodash tgz vulnerable library found in head commit a href found in base branch main vulnerability details lodash versions prior to are vulnerable to command injection via the template function publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution in order to enable automatic remediation please create cve vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules lodash package json dependency hierarchy x lodash tgz vulnerable library found in head commit a href found in base branch main vulnerability details lodash versions prior to are vulnerable to regular expression denial of service redos via the tonumber trim and trimend functions mend note after conducting further research mend has determined that cve only affects environments with versions to of lodash 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 low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution in order to enable automatic remediation please create in order to enable automatic remediation for this issue please create | 0 |
90,093 | 8,228,598,395 | IssuesEvent | 2018-09-07 06:14:58 | EnMasseProject/enmasse | https://api.github.com/repos/EnMasseProject/enmasse | closed | System-tests: create new API test for Users API | component/systemtests test development | Create new API test for create/delete user via API. Test scenario needs to be specified | 2.0 | System-tests: create new API test for Users API - Create new API test for create/delete user via API. Test scenario needs to be specified | test | system tests create new api test for users api create new api test for create delete user via api test scenario needs to be specified | 1 |
167,781 | 6,346,466,960 | IssuesEvent | 2017-07-28 02:18:31 | andycasey/smhr | https://api.github.com/repos/andycasey/smhr | closed | Linelist editing GUI | highest current priority | I think it would be good to have a popup widget to examine the internal linelist and facilitate merging new linelists (basically asking for human input for nontrivial conflicts).
I looked a little bit into this, and it seems that a QTableView and a custom Model wrapping the LineList class should work. Then upon exiting the widget, the new merged LineList can overwrite the internal master line list.
| 1.0 | Linelist editing GUI - I think it would be good to have a popup widget to examine the internal linelist and facilitate merging new linelists (basically asking for human input for nontrivial conflicts).
I looked a little bit into this, and it seems that a QTableView and a custom Model wrapping the LineList class should work. Then upon exiting the widget, the new merged LineList can overwrite the internal master line list.
| non_test | linelist editing gui i think it would be good to have a popup widget to examine the internal linelist and facilitate merging new linelists basically asking for human input for nontrivial conflicts i looked a little bit into this and it seems that a qtableview and a custom model wrapping the linelist class should work then upon exiting the widget the new merged linelist can overwrite the internal master line list | 0 |
212,254 | 23,880,850,205 | IssuesEvent | 2022-09-08 01:04:01 | LalithK90/phonesAndAccessories | https://api.github.com/repos/LalithK90/phonesAndAccessories | opened | CVE-2022-38752 (Medium) detected in snakeyaml-1.25.jar | security vulnerability | ## CVE-2022-38752 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.25.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p>
<p>Path to dependency file: /build.gradle</p>
<p>Path to vulnerable library: /tmp/ws-ua_20210310154435_MRQHFX/downloadResource_KZZRJE/20210310154513/snakeyaml-1.25.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-aop-2.2.4.RELEASE.jar (Root Library)
- spring-boot-starter-2.2.4.RELEASE.jar
- :x: **snakeyaml-1.25.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/LalithK90/phonesAndAccessories/commit/de989f1378965819f8d8272bf75dbb1a92607a7c">de989f1378965819f8d8272bf75dbb1a92607a7c</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack-overflow.
<p>Publish Date: 2022-09-05
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38752>CVE-2022-38752</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2022-38752 (Medium) detected in snakeyaml-1.25.jar - ## CVE-2022-38752 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.25.jar</b></p></summary>
<p>YAML 1.1 parser and emitter for Java</p>
<p>Library home page: <a href="http://www.snakeyaml.org">http://www.snakeyaml.org</a></p>
<p>Path to dependency file: /build.gradle</p>
<p>Path to vulnerable library: /tmp/ws-ua_20210310154435_MRQHFX/downloadResource_KZZRJE/20210310154513/snakeyaml-1.25.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-aop-2.2.4.RELEASE.jar (Root Library)
- spring-boot-starter-2.2.4.RELEASE.jar
- :x: **snakeyaml-1.25.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/LalithK90/phonesAndAccessories/commit/de989f1378965819f8d8272bf75dbb1a92607a7c">de989f1378965819f8d8272bf75dbb1a92607a7c</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stack-overflow.
<p>Publish Date: 2022-09-05
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-38752>CVE-2022-38752</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_test | cve medium detected in snakeyaml jar cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file build gradle path to vulnerable library tmp ws ua mrqhfx downloadresource kzzrje snakeyaml jar dependency hierarchy spring boot starter aop release jar root library spring boot starter release jar x snakeyaml jar vulnerable library found in head commit a href found in base branch master vulnerability details using snakeyaml to parse untrusted yaml files may be vulnerable to denial of service attacks dos if the parser is running on user supplied input an attacker may supply content that causes the parser to crash by stack overflow publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend | 0 |
285,181 | 24,648,293,106 | IssuesEvent | 2022-10-17 16:26:04 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | pkg/sql/sqlitelogictest/tests/local/local_test: TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test failed | C-test-failure O-robot T-sql-queries branch-release-22.2 | pkg/sql/sqlitelogictest/tests/local/local_test.TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SQLiteLogicTestsBazel/6975921?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SQLiteLogicTestsBazel/6975921?buildTab=artifacts#/) on release-22.2 @ [5bbbb4fefe2cca87aa8dd34c007702bb2faa20ef](https://github.com/cockroachdb/cockroach/commits/5bbbb4fefe2cca87aa8dd34c007702bb2faa20ef):
```
Slow failing tests:
TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test - 20.02s
Slow passing tests:
TestSqlLiteLogic_testindexorderby1000slt_good_0_test - 6502.64s
TestSqlLiteLogic_testindexdelete100slt_good_2_test - 215.98s
TestSqlLiteLogic_testindexin1000slt_good_0_test - 173.84s
TestSqlLiteLogic_testindexbetween100slt_good_3_test - 114.71s
TestSqlLiteLogic_testindexcommute10slt_good_20_test - 44.63s
TestSqlLiteLogic_testindexorderby10slt_good_21_test - 43.21s
TestSqlLiteLogic_testindexcommute100slt_good_7_test - 41.18s
TestSqlLiteLogic_testindexcommute10slt_good_4_test - 38.80s
```
<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:.*TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-20569 | 1.0 | pkg/sql/sqlitelogictest/tests/local/local_test: TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test failed - pkg/sql/sqlitelogictest/tests/local/local_test.TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SQLiteLogicTestsBazel/6975921?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SQLiteLogicTestsBazel/6975921?buildTab=artifacts#/) on release-22.2 @ [5bbbb4fefe2cca87aa8dd34c007702bb2faa20ef](https://github.com/cockroachdb/cockroach/commits/5bbbb4fefe2cca87aa8dd34c007702bb2faa20ef):
```
Slow failing tests:
TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test - 20.02s
Slow passing tests:
TestSqlLiteLogic_testindexorderby1000slt_good_0_test - 6502.64s
TestSqlLiteLogic_testindexdelete100slt_good_2_test - 215.98s
TestSqlLiteLogic_testindexin1000slt_good_0_test - 173.84s
TestSqlLiteLogic_testindexbetween100slt_good_3_test - 114.71s
TestSqlLiteLogic_testindexcommute10slt_good_20_test - 44.63s
TestSqlLiteLogic_testindexorderby10slt_good_21_test - 43.21s
TestSqlLiteLogic_testindexcommute100slt_good_7_test - 41.18s
TestSqlLiteLogic_testindexcommute10slt_good_4_test - 38.80s
```
<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:.*TestSqlLiteLogic_testindexorderby_nosort10slt_good_22_test.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-20569 | test | pkg sql sqlitelogictest tests local local test testsqllitelogic testindexorderby good test failed pkg sql sqlitelogictest tests local local test testsqllitelogic testindexorderby good test with on release slow failing tests testsqllitelogic testindexorderby good test slow passing tests testsqllitelogic good test testsqllitelogic good test testsqllitelogic good test testsqllitelogic good test testsqllitelogic good test testsqllitelogic good test testsqllitelogic good test testsqllitelogic good test help see also cc cockroachdb sql queries jira issue crdb | 1 |
190,041 | 14,531,609,887 | IssuesEvent | 2020-12-14 21:03:42 | Codeinwp/tweet-old-post | https://api.github.com/repos/Codeinwp/tweet-old-post | closed | Test Revive Network Support | Testing | @irinelenache I have attached a version of ROP to this issue. It includes Revive Network support but shouldn't affect the functionality of the base plugin even though Revive Network is not present.
So please do your tests as normal **without Revive Network installed** and ensure everything is working just fine and no new bugs are introduced
[tweet-old-post.zip](https://github.com/Codeinwp/tweet-old-post/files/5632808/tweet-old-post.zip)
You can see the files changed here: https://github.com/Codeinwp/tweet-old-post/pull/717/files
| 1.0 | Test Revive Network Support - @irinelenache I have attached a version of ROP to this issue. It includes Revive Network support but shouldn't affect the functionality of the base plugin even though Revive Network is not present.
So please do your tests as normal **without Revive Network installed** and ensure everything is working just fine and no new bugs are introduced
[tweet-old-post.zip](https://github.com/Codeinwp/tweet-old-post/files/5632808/tweet-old-post.zip)
You can see the files changed here: https://github.com/Codeinwp/tweet-old-post/pull/717/files
| test | test revive network support irinelenache i have attached a version of rop to this issue it includes revive network support but shouldn t affect the functionality of the base plugin even though revive network is not present so please do your tests as normal without revive network installed and ensure everything is working just fine and no new bugs are introduced you can see the files changed here | 1 |
46,466 | 2,957,849,331 | IssuesEvent | 2015-07-08 18:24:00 | urbit/urbit | https://api.github.com/repos/urbit/urbit | opened | ++ mink jet mismatch: %1 block autocons | bug priority-2 u3 | ++mink, as written, supports having two blocking requests in a cell, e.g.
```
> (mink 0^[[11 1 20] [11 1 21]] ,~)
:: ought to be
[%1 ~[20 21]]
```
This is not reflected in u3's idea of nock execution semantics(actual result `[%1 ~[20]]`), which causes causing e.g. a `(turn paths file)` to induce O(`(lent paths)`) network round-trips in ford instead of all the blocks being computed in one pass. | 1.0 | ++ mink jet mismatch: %1 block autocons - ++mink, as written, supports having two blocking requests in a cell, e.g.
```
> (mink 0^[[11 1 20] [11 1 21]] ,~)
:: ought to be
[%1 ~[20 21]]
```
This is not reflected in u3's idea of nock execution semantics(actual result `[%1 ~[20]]`), which causes causing e.g. a `(turn paths file)` to induce O(`(lent paths)`) network round-trips in ford instead of all the blocks being computed in one pass. | non_test | mink jet mismatch block autocons mink as written supports having two blocking requests in a cell e g mink ought to be this is not reflected in s idea of nock execution semantics actual result which causes causing e g a turn paths file to induce o lent paths network round trips in ford instead of all the blocks being computed in one pass | 0 |
93,874 | 15,946,430,809 | IssuesEvent | 2021-04-15 01:03:06 | jgeraigery/core | https://api.github.com/repos/jgeraigery/core | opened | CVE-2020-11112 (High) detected in jackson-databind-2.9.6.jar | security vulnerability | ## CVE-2020-11112 - 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.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: core/nimbus-entity-dsl/pom.xml</p>
<p>Path to vulnerable library: core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p>
<p>
Dependency Hierarchy:
- spring-cloud-starter-config-2.0.0.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.9.6.jar** (Vulnerable Library)
<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>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.proxy.provider.remoting.RmiProvider (aka apache/commons-proxy).
<p>Publish Date: 2020-03-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11112>CVE-2020-11112</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>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112</a></p>
<p>Release Date: 2020-03-31</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/nimbus-entity-dsl/pom.xml","/nimbus-core/pom.xml","/nimbus-test/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.cloud:spring-cloud-starter-config:2.0.0.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-11112","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.proxy.provider.remoting.RmiProvider (aka apache/commons-proxy).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11112","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2020-11112 (High) detected in jackson-databind-2.9.6.jar - ## CVE-2020-11112 - 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.9.6.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: core/nimbus-entity-dsl/pom.xml</p>
<p>Path to vulnerable library: core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar,core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p>
<p>
Dependency Hierarchy:
- spring-cloud-starter-config-2.0.0.RELEASE.jar (Root Library)
- :x: **jackson-databind-2.9.6.jar** (Vulnerable Library)
<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>
FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.proxy.provider.remoting.RmiProvider (aka apache/commons-proxy).
<p>Publish Date: 2020-03-31
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11112>CVE-2020-11112</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>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11112</a></p>
<p>Release Date: 2020-03-31</p>
<p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/nimbus-entity-dsl/pom.xml","/nimbus-core/pom.xml","/nimbus-test/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.cloud:spring-cloud-starter-config:2.0.0.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.4,2.10.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-11112","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.4 mishandles the interaction between serialization gadgets and typing, related to org.apache.commons.proxy.provider.remoting.RmiProvider (aka apache/commons-proxy).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-11112","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> --> | non_test | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file core nimbus entity dsl pom xml path to vulnerable library core jackson databind jackson databind jar core jackson databind jackson databind jar core jackson databind jackson databind jar dependency hierarchy spring cloud starter config release jar root library x jackson databind jar vulnerable library found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons proxy provider remoting rmiprovider aka apache commons proxy publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework cloud spring cloud starter config release com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache commons proxy provider remoting rmiprovider aka apache commons proxy vulnerabilityurl | 0 |
344,608 | 30,751,864,002 | IssuesEvent | 2023-07-28 20:05:43 | saltstack/salt | https://api.github.com/repos/saltstack/salt | opened | [Increase Test Coverage] Batch 33 | Tests | Increase the code coverage percent on the following files to at least 80%.
Please be aware that currently the percentage might be inaccurate if the module uses salt due to #64696
File | Percent
salt/modules/useradd.py 69
salt/beacons/cert_info.py 75
salt/modules/win_useradd.py 46
salt/runners/vault.py 64
salt/states/docker_container.py 52
| 1.0 | [Increase Test Coverage] Batch 33 - Increase the code coverage percent on the following files to at least 80%.
Please be aware that currently the percentage might be inaccurate if the module uses salt due to #64696
File | Percent
salt/modules/useradd.py 69
salt/beacons/cert_info.py 75
salt/modules/win_useradd.py 46
salt/runners/vault.py 64
salt/states/docker_container.py 52
| test | batch increase the code coverage percent on the following files to at least please be aware that currently the percentage might be inaccurate if the module uses salt due to file percent salt modules useradd py salt beacons cert info py salt modules win useradd py salt runners vault py salt states docker container py | 1 |
89,178 | 17,793,732,737 | IssuesEvent | 2021-08-31 19:22:55 | google/go-cloud | https://api.github.com/repos/google/go-cloud | closed | all: improve Wire provider set experience | enhancement code health | ### Is your feature request related to a problem? Please describe.
Now that URL openers are the more prevalent way of creating/initializing our portable types, our Wire-based provider sets have languished. Some packages do not have provider sets and we aren't testing the provider sets regularly for output conflicts and such.
### Describe the solution you'd like
This isn't terribly well scoped yet, but ideally we would go through and look at all the existing packages in the repository and add provider sets where it makes sense to do so.
### Additional context
There is mild concern that we might decide that we don't want to explicitly have Wire support in the CDK and we might need to make breaking changes to remove the existing provider sets. The risk of doing nothing and leaving the provider sets as-is is pretty low: they are basically expected to be immutable anyway due to [compatibility promises](https://github.com/google/wire/blob/master/docs/best-practices.md#provider-sets-in-libraries).
There are a few related issues that this would touch on: #1645 and #2315
/cc @vangent | 1.0 | all: improve Wire provider set experience - ### Is your feature request related to a problem? Please describe.
Now that URL openers are the more prevalent way of creating/initializing our portable types, our Wire-based provider sets have languished. Some packages do not have provider sets and we aren't testing the provider sets regularly for output conflicts and such.
### Describe the solution you'd like
This isn't terribly well scoped yet, but ideally we would go through and look at all the existing packages in the repository and add provider sets where it makes sense to do so.
### Additional context
There is mild concern that we might decide that we don't want to explicitly have Wire support in the CDK and we might need to make breaking changes to remove the existing provider sets. The risk of doing nothing and leaving the provider sets as-is is pretty low: they are basically expected to be immutable anyway due to [compatibility promises](https://github.com/google/wire/blob/master/docs/best-practices.md#provider-sets-in-libraries).
There are a few related issues that this would touch on: #1645 and #2315
/cc @vangent | non_test | all improve wire provider set experience is your feature request related to a problem please describe now that url openers are the more prevalent way of creating initializing our portable types our wire based provider sets have languished some packages do not have provider sets and we aren t testing the provider sets regularly for output conflicts and such describe the solution you d like this isn t terribly well scoped yet but ideally we would go through and look at all the existing packages in the repository and add provider sets where it makes sense to do so additional context there is mild concern that we might decide that we don t want to explicitly have wire support in the cdk and we might need to make breaking changes to remove the existing provider sets the risk of doing nothing and leaving the provider sets as is is pretty low they are basically expected to be immutable anyway due to there are a few related issues that this would touch on and cc vangent | 0 |
55,254 | 6,460,216,937 | IssuesEvent | 2017-08-16 03:01:20 | QuantEcon/QuantEcon.py | https://api.github.com/repos/QuantEcon/QuantEcon.py | closed | TEST: Add tests for distributions.py | help wanted tests | Coverage
```
distributions.py 26 16 38%
```
This is largely a wrapper class, however it is a good idea to add tests for this class for ``skew`` etc. | 1.0 | TEST: Add tests for distributions.py - Coverage
```
distributions.py 26 16 38%
```
This is largely a wrapper class, however it is a good idea to add tests for this class for ``skew`` etc. | test | test add tests for distributions py coverage distributions py this is largely a wrapper class however it is a good idea to add tests for this class for skew etc | 1 |
262,089 | 22,793,781,481 | IssuesEvent | 2022-07-10 12:03:35 | realthunder/FreeCAD | https://api.github.com/repos/realthunder/FreeCAD | closed | Path workbench won't load. | testers needed | As soon as I got the message there is a new release I downloaded it.
Found out that path workbench didn't work.
`ModuleNotFoundError: No module named 'pivy'`
`OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 2022.704.26244 +4971 (Git)
Build type: Release
Branch: LinkDaily
Hash: a87320cc64699a8e4226bad2e9b37ac3a1296ab9
Python version: 3.9.13
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: Dutch/Netherlands (nl_NL)
` | 1.0 | Path workbench won't load. - As soon as I got the message there is a new release I downloaded it.
Found out that path workbench didn't work.
`ModuleNotFoundError: No module named 'pivy'`
`OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 2022.704.26244 +4971 (Git)
Build type: Release
Branch: LinkDaily
Hash: a87320cc64699a8e4226bad2e9b37ac3a1296ab9
Python version: 3.9.13
Qt version: 5.12.9
Coin version: 4.0.1
OCC version: 7.5.3
Locale: Dutch/Netherlands (nl_NL)
` | test | path workbench won t load as soon as i got the message there is a new release i downloaded it found out that path workbench didn t work modulenotfounderror no module named pivy os windows word size of freecad bit version git build type release branch linkdaily hash python version qt version coin version occ version locale dutch netherlands nl nl | 1 |
51,046 | 13,188,060,244 | IssuesEvent | 2020-08-13 05:26:22 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [combo] make rsync appears to do nothing (Trac #1876) | Migrated from Trac combo core defect | Following the "Getting Started" instructions, Section 'Rsync the test data', make rsync does not bring in the test data; it says it was successful and exits immediately.
On OS X 10.11.6, mac specific instructions followed
```text
[11:11:32 kvasir] $ pwd
/Users/beatty/IceCubeSoft/combo/build
<~/IceCubeSoft/combo/build>
[11:11:39 kvasir] $ echo $I3_TESTDATA
/Users/beatty/IceCubeSoft/TestData/
<~/IceCubeSoft/combo/build>
[11:11:51 kvasir] $ make rsync
Built target rsync
<~/IceCubeSoft/combo/build>
[11:11:59 kvasir] $ ls ~/IceCubeSoft/TestData
<~/IceCubeSoft/combo/build>
[11:12:06 kvasir] $
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1876">https://code.icecube.wisc.edu/ticket/1876</a>, reported by jbeatty and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2017-02-15T17:37:19",
"description": "Following the \"Getting Started\" instructions, Section 'Rsync the test data', make rsync does not bring in the test data; it says it was successful and exits immediately.\n\nOn OS X 10.11.6, mac specific instructions followed\n\n{{{\n[11:11:32 kvasir] $ pwd\n/Users/beatty/IceCubeSoft/combo/build\n<~/IceCubeSoft/combo/build>\n[11:11:39 kvasir] $ echo $I3_TESTDATA\n/Users/beatty/IceCubeSoft/TestData/\n<~/IceCubeSoft/combo/build>\n[11:11:51 kvasir] $ make rsync\nBuilt target rsync\n<~/IceCubeSoft/combo/build>\n[11:11:59 kvasir] $ ls ~/IceCubeSoft/TestData\n<~/IceCubeSoft/combo/build>\n[11:12:06 kvasir] $ \n}}}",
"reporter": "jbeatty",
"cc": "",
"resolution": "fixed",
"_ts": "1487180239616003",
"component": "combo core",
"summary": "[combo] make rsync appears to do nothing",
"priority": "normal",
"keywords": "",
"time": "2016-10-01T15:15:54",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [combo] make rsync appears to do nothing (Trac #1876) - Following the "Getting Started" instructions, Section 'Rsync the test data', make rsync does not bring in the test data; it says it was successful and exits immediately.
On OS X 10.11.6, mac specific instructions followed
```text
[11:11:32 kvasir] $ pwd
/Users/beatty/IceCubeSoft/combo/build
<~/IceCubeSoft/combo/build>
[11:11:39 kvasir] $ echo $I3_TESTDATA
/Users/beatty/IceCubeSoft/TestData/
<~/IceCubeSoft/combo/build>
[11:11:51 kvasir] $ make rsync
Built target rsync
<~/IceCubeSoft/combo/build>
[11:11:59 kvasir] $ ls ~/IceCubeSoft/TestData
<~/IceCubeSoft/combo/build>
[11:12:06 kvasir] $
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1876">https://code.icecube.wisc.edu/ticket/1876</a>, reported by jbeatty and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2017-02-15T17:37:19",
"description": "Following the \"Getting Started\" instructions, Section 'Rsync the test data', make rsync does not bring in the test data; it says it was successful and exits immediately.\n\nOn OS X 10.11.6, mac specific instructions followed\n\n{{{\n[11:11:32 kvasir] $ pwd\n/Users/beatty/IceCubeSoft/combo/build\n<~/IceCubeSoft/combo/build>\n[11:11:39 kvasir] $ echo $I3_TESTDATA\n/Users/beatty/IceCubeSoft/TestData/\n<~/IceCubeSoft/combo/build>\n[11:11:51 kvasir] $ make rsync\nBuilt target rsync\n<~/IceCubeSoft/combo/build>\n[11:11:59 kvasir] $ ls ~/IceCubeSoft/TestData\n<~/IceCubeSoft/combo/build>\n[11:12:06 kvasir] $ \n}}}",
"reporter": "jbeatty",
"cc": "",
"resolution": "fixed",
"_ts": "1487180239616003",
"component": "combo core",
"summary": "[combo] make rsync appears to do nothing",
"priority": "normal",
"keywords": "",
"time": "2016-10-01T15:15:54",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
| non_test | make rsync appears to do nothing trac following the getting started instructions section rsync the test data make rsync does not bring in the test data it says it was successful and exits immediately on os x mac specific instructions followed text pwd users beatty icecubesoft combo build echo testdata users beatty icecubesoft testdata make rsync built target rsync ls icecubesoft testdata migrated from json status closed changetime description following the getting started instructions section rsync the test data make rsync does not bring in the test data it says it was successful and exits immediately n non os x mac specific instructions followed n n n pwd n users beatty icecubesoft combo build n n echo testdata n users beatty icecubesoft testdata n n make rsync nbuilt target rsync n n ls icecubesoft testdata n n n reporter jbeatty cc resolution fixed ts component combo core summary make rsync appears to do nothing priority normal keywords time milestone owner nega type defect | 0 |
264,102 | 23,099,662,035 | IssuesEvent | 2022-07-27 00:23:23 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Servidores - Registro da remuneração - Guaraciama | generalization test development template-Síntese tecnologia informatica tag-Servidores subtag-Registro da remuneração | DoD: Realizar o teste de Generalização do validador da tag Servidores - Registro da remuneração para o Município de Guaraciama. | 1.0 | Teste de generalizacao para a tag Servidores - Registro da remuneração - Guaraciama - DoD: Realizar o teste de Generalização do validador da tag Servidores - Registro da remuneração para o Município de Guaraciama. | test | teste de generalizacao para a tag servidores registro da remuneração guaraciama dod realizar o teste de generalização do validador da tag servidores registro da remuneração para o município de guaraciama | 1 |
160,793 | 12,519,758,978 | IssuesEvent | 2020-06-03 14:53:34 | aliasrobotics/RVD | https://api.github.com/repos/aliasrobotics/RVD | closed | RVD#1917: Use of unsafe yaml load, /opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97 | bandit bug components software duplicate invalid robot component: ROS static analysis testing triage version: noetic | ```yaml
{
"id": 1917,
"title": "RVD#1917: Use of unsafe yaml load, /opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97",
"type": "bug",
"description": "HIGH confidence of MEDIUM severity bug. Use of unsafe yaml load. Allows instantiation of arbitrary objects. Consider yaml.safe_load(). at /opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97 See links for more info on the bug.",
"cwe": "None",
"cve": "None",
"keywords": [
"bandit",
"bug",
"static analysis",
"testing",
"triage",
"bug"
],
"system": "",
"vendor": null,
"severity": {
"rvss-score": 0,
"rvss-vector": "",
"severity-description": "",
"cvss-score": 0,
"cvss-vector": ""
},
"links": [
"https://github.com/aliasrobotics/RVD/issues/1917",
"https://bandit.readthedocs.io/en/latest/plugins/b506_yaml_load.html"
],
"flaw": {
"phase": "testing",
"specificity": "subject-specific",
"architectural-location": "application-specific",
"application": "N/A",
"subsystem": "N/A",
"package": "N/A",
"languages": "None",
"date-detected": "2020-05-29 (08:17)",
"detected-by": "Alias Robotics",
"detected-by-method": "testing static",
"date-reported": "2020-05-29 (08:17)",
"reported-by": "Alias Robotics",
"reported-by-relationship": "automatic",
"issue": "https://github.com/aliasrobotics/RVD/issues/1917",
"reproducibility": "always",
"trace": "/opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97",
"reproduction": "See artifacts below (if available)",
"reproduction-image": ""
},
"exploitation": {
"description": "",
"exploitation-image": "",
"exploitation-vector": ""
},
"mitigation": {
"description": "",
"pull-request": "",
"date-mitigation": ""
}
}
``` | 1.0 | RVD#1917: Use of unsafe yaml load, /opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97 - ```yaml
{
"id": 1917,
"title": "RVD#1917: Use of unsafe yaml load, /opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97",
"type": "bug",
"description": "HIGH confidence of MEDIUM severity bug. Use of unsafe yaml load. Allows instantiation of arbitrary objects. Consider yaml.safe_load(). at /opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97 See links for more info on the bug.",
"cwe": "None",
"cve": "None",
"keywords": [
"bandit",
"bug",
"static analysis",
"testing",
"triage",
"bug"
],
"system": "",
"vendor": null,
"severity": {
"rvss-score": 0,
"rvss-vector": "",
"severity-description": "",
"cvss-score": 0,
"cvss-vector": ""
},
"links": [
"https://github.com/aliasrobotics/RVD/issues/1917",
"https://bandit.readthedocs.io/en/latest/plugins/b506_yaml_load.html"
],
"flaw": {
"phase": "testing",
"specificity": "subject-specific",
"architectural-location": "application-specific",
"application": "N/A",
"subsystem": "N/A",
"package": "N/A",
"languages": "None",
"date-detected": "2020-05-29 (08:17)",
"detected-by": "Alias Robotics",
"detected-by-method": "testing static",
"date-reported": "2020-05-29 (08:17)",
"reported-by": "Alias Robotics",
"reported-by-relationship": "automatic",
"issue": "https://github.com/aliasrobotics/RVD/issues/1917",
"reproducibility": "always",
"trace": "/opt/ros_noetic_ws/src/geometry/tf/src/tf/listener.py:97",
"reproduction": "See artifacts below (if available)",
"reproduction-image": ""
},
"exploitation": {
"description": "",
"exploitation-image": "",
"exploitation-vector": ""
},
"mitigation": {
"description": "",
"pull-request": "",
"date-mitigation": ""
}
}
``` | test | rvd use of unsafe yaml load opt ros noetic ws src geometry tf src tf listener py yaml id title rvd use of unsafe yaml load opt ros noetic ws src geometry tf src tf listener py type bug description high confidence of medium severity bug use of unsafe yaml load allows instantiation of arbitrary objects consider yaml safe load at opt ros noetic ws src geometry tf src tf listener py see links for more info on the bug cwe none cve none keywords bandit bug static analysis testing triage bug system vendor null severity rvss score rvss vector severity description cvss score cvss vector links flaw phase testing specificity subject specific architectural location application specific application n a subsystem n a package n a languages none date detected detected by alias robotics detected by method testing static date reported reported by alias robotics reported by relationship automatic issue reproducibility always trace opt ros noetic ws src geometry tf src tf listener py reproduction see artifacts below if available reproduction image exploitation description exploitation image exploitation vector mitigation description pull request date mitigation | 1 |
149,054 | 11,881,008,285 | IssuesEvent | 2020-03-27 11:48:49 | wordpress-mobile/WordPress-Android | https://api.github.com/repos/wordpress-mobile/WordPress-Android | opened | Add a Gutenberg e2e test for a non trivial block | Testing | ### Expected behavior
We should have Gutenberg e2e tests in place to test some/all blocks.
### Actual behavior
We don't have any Gutenberg specific e2e test and we should add at least one to get the (test code) infrastructure bootstrapped. | 1.0 | Add a Gutenberg e2e test for a non trivial block - ### Expected behavior
We should have Gutenberg e2e tests in place to test some/all blocks.
### Actual behavior
We don't have any Gutenberg specific e2e test and we should add at least one to get the (test code) infrastructure bootstrapped. | test | add a gutenberg test for a non trivial block expected behavior we should have gutenberg tests in place to test some all blocks actual behavior we don t have any gutenberg specific test and we should add at least one to get the test code infrastructure bootstrapped | 1 |
378,011 | 26,279,361,293 | IssuesEvent | 2023-01-07 05:32:03 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | opened | gitlab docs: Explicitly state `api_url` accepts URL without scheme (`http` or https`) | area/documentation type/enhancement | `api_url` of source gitlab only accepts URL without scheme (`http` or https`) which is not clearly stated.
For example, if my gitlab instance is `https://gitlab.myorganization.com`, the `api_url` must be `gitlab.myorganization.com`, NOT `https://gitlab.myorganization.com`.
I figured out this hard way. Since I was trying to configure gitlab source with self-managed instance, I was under impression that gitlab connector not able to reach my self manages gitlab instance behind vpn, though I'm on VPN (I'm running locally)
I belive update is required at both [`spec.json`](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-gitlab/source_gitlab/spec.json) and [docs page](https://docs.airbyte.com/integrations/sources/gitlab#step-2-set-up-the-gitlab-connector-in-airbyte)
| 1.0 | gitlab docs: Explicitly state `api_url` accepts URL without scheme (`http` or https`) - `api_url` of source gitlab only accepts URL without scheme (`http` or https`) which is not clearly stated.
For example, if my gitlab instance is `https://gitlab.myorganization.com`, the `api_url` must be `gitlab.myorganization.com`, NOT `https://gitlab.myorganization.com`.
I figured out this hard way. Since I was trying to configure gitlab source with self-managed instance, I was under impression that gitlab connector not able to reach my self manages gitlab instance behind vpn, though I'm on VPN (I'm running locally)
I belive update is required at both [`spec.json`](https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-gitlab/source_gitlab/spec.json) and [docs page](https://docs.airbyte.com/integrations/sources/gitlab#step-2-set-up-the-gitlab-connector-in-airbyte)
| non_test | gitlab docs explicitly state api url accepts url without scheme http or https api url of source gitlab only accepts url without scheme http or https which is not clearly stated for example if my gitlab instance is the api url must be gitlab myorganization com not i figured out this hard way since i was trying to configure gitlab source with self managed instance i was under impression that gitlab connector not able to reach my self manages gitlab instance behind vpn though i m on vpn i m running locally i belive update is required at both and | 0 |
335,832 | 30,087,642,386 | IssuesEvent | 2023-06-29 09:49:14 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: tpccbench/nodes=9/cpu=4/chaos/partition failed | C-test-failure O-robot O-roachtest branch-master release-blocker | roachtest.tpccbench/nodes=9/cpu=4/chaos/partition [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10722908?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10722908?buildTab=artifacts#/tpccbench/nodes=9/cpu=4/chaos/partition) on master @ [4a614f89cea81bf94674d6072c3bbf30502244d4](https://github.com/cockroachdb/cockroach/commits/4a614f89cea81bf94674d6072c3bbf30502244d4):
```
(tpcc.go:1257).runTPCCBench: cluster.Install: COMMAND_PROBLEM: exit status 100
test artifacts and logs in: /artifacts/tpccbench/nodes=9/cpu=4/chaos/partition/run_1
```
<p>Parameters: <code>ROACHTEST_arch=amd64</code>
, <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/test-eng
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*tpccbench/nodes=9/cpu=4/chaos/partition.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| 2.0 | roachtest: tpccbench/nodes=9/cpu=4/chaos/partition failed - roachtest.tpccbench/nodes=9/cpu=4/chaos/partition [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10722908?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10722908?buildTab=artifacts#/tpccbench/nodes=9/cpu=4/chaos/partition) on master @ [4a614f89cea81bf94674d6072c3bbf30502244d4](https://github.com/cockroachdb/cockroach/commits/4a614f89cea81bf94674d6072c3bbf30502244d4):
```
(tpcc.go:1257).runTPCCBench: cluster.Install: COMMAND_PROBLEM: exit status 100
test artifacts and logs in: /artifacts/tpccbench/nodes=9/cpu=4/chaos/partition/run_1
```
<p>Parameters: <code>ROACHTEST_arch=amd64</code>
, <code>ROACHTEST_cloud=gce</code>
, <code>ROACHTEST_cpu=4</code>
, <code>ROACHTEST_encrypted=false</code>
, <code>ROACHTEST_ssd=0</code>
</p>
<details><summary>Help</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7)
</p>
</details>
/cc @cockroachdb/test-eng
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*tpccbench/nodes=9/cpu=4/chaos/partition.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
| test | roachtest tpccbench nodes cpu chaos partition failed roachtest tpccbench nodes cpu chaos partition with on master tpcc go runtpccbench cluster install command problem exit status test artifacts and logs in artifacts tpccbench nodes cpu chaos partition run parameters roachtest arch roachtest cloud gce roachtest cpu roachtest encrypted false roachtest ssd help see see cc cockroachdb test eng | 1 |
160,308 | 12,507,034,942 | IssuesEvent | 2020-06-02 13:32:20 | CSOIreland/PxStat | https://api.github.com/repos/CSOIreland/PxStat | closed | [ENHANCEMENT] Allow power users and admins to have a 1 step workflow | enhancement fixed released tested | **Describe the solution you'd like**
Give power users and admins the ability to have a one step workflow where a WIP matrix and be signed off without the need for a request and response.
| 1.0 | [ENHANCEMENT] Allow power users and admins to have a 1 step workflow - **Describe the solution you'd like**
Give power users and admins the ability to have a one step workflow where a WIP matrix and be signed off without the need for a request and response.
| test | allow power users and admins to have a step workflow describe the solution you d like give power users and admins the ability to have a one step workflow where a wip matrix and be signed off without the need for a request and response | 1 |
135,229 | 5,244,653,661 | IssuesEvent | 2017-02-01 00:21:18 | samsung-cnct/k2 | https://api.github.com/repos/samsung-cnct/k2 | opened | create production K2 common tools cluster | feature request K2 priority-p1 | create a k2 cluster using k2cli that we (common tools team) will operate as our production cluster. This cluster should use our e2e conformance config as a base and be scaled up to fit the following charts:
- central-logging
- kube-dashboard
- authorization plugins as described in the internal wiki | 1.0 | create production K2 common tools cluster - create a k2 cluster using k2cli that we (common tools team) will operate as our production cluster. This cluster should use our e2e conformance config as a base and be scaled up to fit the following charts:
- central-logging
- kube-dashboard
- authorization plugins as described in the internal wiki | non_test | create production common tools cluster create a cluster using that we common tools team will operate as our production cluster this cluster should use our conformance config as a base and be scaled up to fit the following charts central logging kube dashboard authorization plugins as described in the internal wiki | 0 |
291,818 | 25,177,903,078 | IssuesEvent | 2022-11-11 10:56:00 | tarantool/tarantool-qa | https://api.github.com/repos/tarantool/tarantool-qa | closed | Flaky test replication/qsync_basic.test.lua | flaky test teamS | Test replication/qsync_basic.test.lua is flaky:
Job: mostly `coverage`, sometimes others
Branches:
- [x] master https://github.com/tarantool/tarantool/pull/7864
- [x] 2.10 https://github.com/tarantool/tarantool/pull/7902


| 1.0 | Flaky test replication/qsync_basic.test.lua - Test replication/qsync_basic.test.lua is flaky:
Job: mostly `coverage`, sometimes others
Branches:
- [x] master https://github.com/tarantool/tarantool/pull/7864
- [x] 2.10 https://github.com/tarantool/tarantool/pull/7902


| test | flaky test replication qsync basic test lua test replication qsync basic test lua is flaky job mostly coverage sometimes others branches master | 1 |
277,744 | 24,099,427,479 | IssuesEvent | 2022-09-19 22:14:28 | SCons/scons | https://api.github.com/repos/SCons/scons | opened | as-live test fails on some assemblers | testsuite | On a recently updated debian 12 "bookworm" (this is current "testing" version, not "stable"), the live assembler test fails due to warnings being emitted, and not expected by the test. Looks like this:
```console
1/1 (100.00%) /usr/bin/python test/AS/as-live.py
STDOUT =========================================================================
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
as -o aaa.o aaa.s
gcc -o aaa_main.o -c aaa_main.c
gcc -o aaa aaa.o aaa_main.o
/usr/bin/python wrapper.py /usr/bin/as -o bbb.o bbb.s
gcc -o bbb_main.o -c bbb_main.c
gcc -o bbb bbb.o bbb_main.o
gcc -I. -c -o ccc.o ccc.S
gcc -o ccc_main.o -c -I. ccc_main.c
gcc -o ccc ccc.o ccc_main.o
scons: done building targets.
STDERR =========================================================================
0a1,6
> /bin/ld: warning: aaa.o: missing .note.GNU-stack section implies executable stack
> /bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
> /bin/ld: warning: bbb.o: missing .note.GNU-stack section implies executable stack
> /bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
> /bin/ld: warning: ccc.o: missing .note.GNU-stack section implies executable stack
> /bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
FAILED test of /home/mats/github/scons/scripts/scons.py
at line 665 of /home/mats/github/scons/testing/framework/TestCommon.py (_complete)
from line 754 of /home/mats/github/scons/testing/framework/TestCommon.py (run)
from line 464 of /home/mats/github/scons/testing/framework/TestSCons.py (run)
from line 167 of /home/mats/github/scons/test/AS/as-live.py
```
This assembler identifies itself as:
```console
GNU assembler (GNU Binutils for Debian) 2.38.90.20220713
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-linux-gnu'.
``` | 1.0 | as-live test fails on some assemblers - On a recently updated debian 12 "bookworm" (this is current "testing" version, not "stable"), the live assembler test fails due to warnings being emitted, and not expected by the test. Looks like this:
```console
1/1 (100.00%) /usr/bin/python test/AS/as-live.py
STDOUT =========================================================================
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
as -o aaa.o aaa.s
gcc -o aaa_main.o -c aaa_main.c
gcc -o aaa aaa.o aaa_main.o
/usr/bin/python wrapper.py /usr/bin/as -o bbb.o bbb.s
gcc -o bbb_main.o -c bbb_main.c
gcc -o bbb bbb.o bbb_main.o
gcc -I. -c -o ccc.o ccc.S
gcc -o ccc_main.o -c -I. ccc_main.c
gcc -o ccc ccc.o ccc_main.o
scons: done building targets.
STDERR =========================================================================
0a1,6
> /bin/ld: warning: aaa.o: missing .note.GNU-stack section implies executable stack
> /bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
> /bin/ld: warning: bbb.o: missing .note.GNU-stack section implies executable stack
> /bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
> /bin/ld: warning: ccc.o: missing .note.GNU-stack section implies executable stack
> /bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
FAILED test of /home/mats/github/scons/scripts/scons.py
at line 665 of /home/mats/github/scons/testing/framework/TestCommon.py (_complete)
from line 754 of /home/mats/github/scons/testing/framework/TestCommon.py (run)
from line 464 of /home/mats/github/scons/testing/framework/TestSCons.py (run)
from line 167 of /home/mats/github/scons/test/AS/as-live.py
```
This assembler identifies itself as:
```console
GNU assembler (GNU Binutils for Debian) 2.38.90.20220713
Copyright (C) 2022 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `x86_64-linux-gnu'.
``` | test | as live test fails on some assemblers on a recently updated debian bookworm this is current testing version not stable the live assembler test fails due to warnings being emitted and not expected by the test looks like this console usr bin python test as as live py stdout scons reading sconscript files scons done reading sconscript files scons building targets as o aaa o aaa s gcc o aaa main o c aaa main c gcc o aaa aaa o aaa main o usr bin python wrapper py usr bin as o bbb o bbb s gcc o bbb main o c bbb main c gcc o bbb bbb o bbb main o gcc i c o ccc o ccc s gcc o ccc main o c i ccc main c gcc o ccc ccc o ccc main o scons done building targets stderr bin ld warning aaa o missing note gnu stack section implies executable stack bin ld note this behaviour is deprecated and will be removed in a future version of the linker bin ld warning bbb o missing note gnu stack section implies executable stack bin ld note this behaviour is deprecated and will be removed in a future version of the linker bin ld warning ccc o missing note gnu stack section implies executable stack bin ld note this behaviour is deprecated and will be removed in a future version of the linker failed test of home mats github scons scripts scons py at line of home mats github scons testing framework testcommon py complete from line of home mats github scons testing framework testcommon py run from line of home mats github scons testing framework testscons py run from line of home mats github scons test as as live py this assembler identifies itself as console gnu assembler gnu binutils for debian copyright c free software foundation inc this program is free software you may redistribute it under the terms of the gnu general public license version or later this program has absolutely no warranty this assembler was configured for a target of linux gnu | 1 |
333,996 | 29,820,331,726 | IssuesEvent | 2023-06-17 01:29:12 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | reopened | Fix elementwise.test_isreal | Sub Task Failing Test | | | |
|---|---|
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-failure-red></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
| 1.0 | Fix elementwise.test_isreal - | | |
|---|---|
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
|torch|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-failure-red></a>
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
|paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5270843770/jobs/9530881199"><img src=https://img.shields.io/badge/-success-success></a>
| test | fix elementwise test isreal numpy a href src torch a href src jax a href src tensorflow a href src paddle a href src | 1 |
95,985 | 8,582,438,921 | IssuesEvent | 2018-11-13 16:58:08 | SME-Issues/issues | https://api.github.com/repos/SME-Issues/issues | closed | Test Summary - 13/11/2018 - 5002 | NLP Api pulse_tests | - **Intent Errors: 23** (#489)
- Query Balance Tests Parameterized (1903): **88%** pass (1615), 227 failed understood (#486)
- Query Invoice Tests Parameterised (378): **68%** pass (253), 120 failed understood (#487)
- Query Payment Tests Parameterised (1343): **90%** pass (1160), 128 failed understood (#488)
| 1.0 | Test Summary - 13/11/2018 - 5002 - - **Intent Errors: 23** (#489)
- Query Balance Tests Parameterized (1903): **88%** pass (1615), 227 failed understood (#486)
- Query Invoice Tests Parameterised (378): **68%** pass (253), 120 failed understood (#487)
- Query Payment Tests Parameterised (1343): **90%** pass (1160), 128 failed understood (#488)
| test | test summary intent errors query balance tests parameterized pass failed understood query invoice tests parameterised pass failed understood query payment tests parameterised pass failed understood | 1 |
233,950 | 19,087,409,993 | IssuesEvent | 2021-11-29 08:16:04 | hoppscotch/hoppscotch | https://api.github.com/repos/hoppscotch/hoppscotch | closed | [bug]: FirebaseError: Function setDoc() called with invalid data. Unsupported field value: undefined | bug need testing | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior

Hi, I'm getting this error in console when try run some call of API.
### Steps to reproduce
1. Select Team Collections
2. Select Team
3. Select any API call from collection
5. Click 'Send'
### Environment
Production
### Version
Cloud | 1.0 | [bug]: FirebaseError: Function setDoc() called with invalid data. Unsupported field value: undefined - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior

Hi, I'm getting this error in console when try run some call of API.
### Steps to reproduce
1. Select Team Collections
2. Select Team
3. Select any API call from collection
5. Click 'Send'
### Environment
Production
### Version
Cloud | test | firebaseerror function setdoc called with invalid data unsupported field value undefined is there an existing issue for this i have searched the existing issues current behavior hi i m getting this error in console when try run some call of api steps to reproduce select team collections select team select any api call from collection click send environment production version cloud | 1 |
287,945 | 21,677,678,254 | IssuesEvent | 2022-05-09 00:12:01 | mx-personal/yggdrasil | https://api.github.com/repos/mx-personal/yggdrasil | closed | Documentation for ygg 2.0 outdated | documentation | Documentation in yggdrasil 2.0 still contains several references to yggdrasil 1.0 structure, to update | 1.0 | Documentation for ygg 2.0 outdated - Documentation in yggdrasil 2.0 still contains several references to yggdrasil 1.0 structure, to update | non_test | documentation for ygg outdated documentation in yggdrasil still contains several references to yggdrasil structure to update | 0 |
156,901 | 12,340,815,746 | IssuesEvent | 2020-05-14 20:38:58 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: psycopg failed | C-test-failure O-roachtest O-robot branch-provisional_202004061746_v19.2.6 release-blocker | [(roachtest).psycopg failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1864738&tab=buildLog) on [provisional_202004061746_v19.2.6@ee759892738f7f203ff95ec7627b90d7c47b4350](https://github.com/cockroachdb/cockroach/commits/ee759892738f7f203ff95ec7627b90d7c47b4350):
```
The test failed on branch=provisional_202004061746_v19.2.6, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200409-1864738/psycopg/run_1
orm_helpers.go:214,orm_helpers.go:144,psycopg.go:121,psycopg.go:134,test_runner.go:753:
Tests run on Cockroach v19.2.5-92-gee75989
Tests run against psycopg 2_8_5
675 Total Tests Run
388 tests passed
287 tests failed
96 tests skipped
2 tests ignored
0 tests passed unexpectedly
3 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: tests.test_cursor.CursorTests.test_description_slice (unexpected)
--- FAIL: tests.test_extras_dictcursor.ExtrasDictCursorRealTests.test_copy (unexpected)
--- FAIL: tests.test_extras_dictcursor.ExtrasDictCursorTests.test_copy (unexpected)
For a full summary look at the psycopg artifacts
An updated blacklist (psycopgBlackList19_2) is available in the artifacts' psycopg log
```
<details><summary>More</summary><p>
Artifacts: [/psycopg](https://teamcity.cockroachdb.com/viewLog.html?buildId=1864738&tab=artifacts#/psycopg)
Related:
- #47262 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
- #47260 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
- #46900 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
- #46822 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Apsycopg.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| 2.0 | roachtest: psycopg failed - [(roachtest).psycopg failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1864738&tab=buildLog) on [provisional_202004061746_v19.2.6@ee759892738f7f203ff95ec7627b90d7c47b4350](https://github.com/cockroachdb/cockroach/commits/ee759892738f7f203ff95ec7627b90d7c47b4350):
```
The test failed on branch=provisional_202004061746_v19.2.6, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200409-1864738/psycopg/run_1
orm_helpers.go:214,orm_helpers.go:144,psycopg.go:121,psycopg.go:134,test_runner.go:753:
Tests run on Cockroach v19.2.5-92-gee75989
Tests run against psycopg 2_8_5
675 Total Tests Run
388 tests passed
287 tests failed
96 tests skipped
2 tests ignored
0 tests passed unexpectedly
3 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: tests.test_cursor.CursorTests.test_description_slice (unexpected)
--- FAIL: tests.test_extras_dictcursor.ExtrasDictCursorRealTests.test_copy (unexpected)
--- FAIL: tests.test_extras_dictcursor.ExtrasDictCursorTests.test_copy (unexpected)
For a full summary look at the psycopg artifacts
An updated blacklist (psycopgBlackList19_2) is available in the artifacts' psycopg log
```
<details><summary>More</summary><p>
Artifacts: [/psycopg](https://teamcity.cockroachdb.com/viewLog.html?buildId=1864738&tab=artifacts#/psycopg)
Related:
- #47262 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
- #47260 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
- #46900 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
- #46822 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker)
[See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Apsycopg.%2A&sort=title&restgroup=false&display=lastcommented+project)
<sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
| test | roachtest psycopg failed on the test failed on branch provisional cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts psycopg run orm helpers go orm helpers go psycopg go psycopg go test runner go tests run on cockroach tests run against psycopg total tests run tests passed tests failed tests skipped tests ignored tests passed unexpectedly tests failed unexpectedly tests expected failed but skipped tests expected failed but not run fail tests test cursor cursortests test description slice unexpected fail tests test extras dictcursor extrasdictcursorrealtests test copy unexpected fail tests test extras dictcursor extrasdictcursortests test copy unexpected for a full summary look at the psycopg artifacts an updated blacklist is available in the artifacts psycopg log more artifacts related roachtest psycopg failed roachtest psycopg failed roachtest psycopg failed roachtest psycopg failed powered by | 1 |
129,907 | 10,591,126,610 | IssuesEvent | 2019-10-09 10:10:56 | microsoft/AzureStorageExplorer | https://api.github.com/repos/microsoft/AzureStorageExplorer | opened | No warning shows when pasting one Cosmos DB account primary connection string to 'Attach with Connection String' dialog | :gear: attach :gear: cosmosdb 🧪 testing | **Storage Explorer Version:** 1.10.1
**Build:** [20191009.1](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3124757)
**Branch:** master
**Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra
**Architecture:** ia32/x64
**Regression From:** Not a Regression
**Steps to reproduce:**
1. Expand Storage Accounts -> Cosmos DB Accounts (Preview).
2. Select one cosmos account with table api -> Right click this account and click 'Copy Primary Connection String'.
3. Click 'Open Connect Dialog' icon -> Select 'Using a connection string' and paste the copied 'Primary Connection String'.
4. Check the result.
**Expect Experience:**
A warning shows like pasting one Document DB account connection string.

**Actual Experience:**
No warning shows.

**More Info:**
This issue doesn't reproduces for one cosmos account with Document DB / Mongo DB/ Graph api account. | 1.0 | No warning shows when pasting one Cosmos DB account primary connection string to 'Attach with Connection String' dialog - **Storage Explorer Version:** 1.10.1
**Build:** [20191009.1](https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=3124757)
**Branch:** master
**Platform/OS:** Windows 10/ Linux Ubuntu 19.04/macOS High Sierra
**Architecture:** ia32/x64
**Regression From:** Not a Regression
**Steps to reproduce:**
1. Expand Storage Accounts -> Cosmos DB Accounts (Preview).
2. Select one cosmos account with table api -> Right click this account and click 'Copy Primary Connection String'.
3. Click 'Open Connect Dialog' icon -> Select 'Using a connection string' and paste the copied 'Primary Connection String'.
4. Check the result.
**Expect Experience:**
A warning shows like pasting one Document DB account connection string.

**Actual Experience:**
No warning shows.

**More Info:**
This issue doesn't reproduces for one cosmos account with Document DB / Mongo DB/ Graph api account. | test | no warning shows when pasting one cosmos db account primary connection string to attach with connection string dialog storage explorer version build branch master platform os windows linux ubuntu macos high sierra architecture regression from not a regression steps to reproduce expand storage accounts cosmos db accounts preview select one cosmos account with table api right click this account and click copy primary connection string click open connect dialog icon select using a connection string and paste the copied primary connection string check the result expect experience a warning shows like pasting one document db account connection string actual experience no warning shows more info this issue doesn t reproduces for one cosmos account with document db mongo db graph api account | 1 |
285,961 | 24,710,416,563 | IssuesEvent | 2022-10-19 23:49:45 | deephaven/deephaven-core | https://api.github.com/repos/deephaven/deephaven-core | opened | Jetty HTTP testing | feature request test jetty | With our move to jetty, it probably makes sense to do HTTP client tests against the servlets and filters we install in `io.deephaven.server.jetty.JettyBackedGrpcServer`.
For example, testing cache parameters, etags, ide, jsapi, and js-plugins. | 1.0 | Jetty HTTP testing - With our move to jetty, it probably makes sense to do HTTP client tests against the servlets and filters we install in `io.deephaven.server.jetty.JettyBackedGrpcServer`.
For example, testing cache parameters, etags, ide, jsapi, and js-plugins. | test | jetty http testing with our move to jetty it probably makes sense to do http client tests against the servlets and filters we install in io deephaven server jetty jettybackedgrpcserver for example testing cache parameters etags ide jsapi and js plugins | 1 |
353,557 | 25,124,775,075 | IssuesEvent | 2022-11-09 10:51:39 | datagrok-ai/public | https://api.github.com/repos/datagrok-ai/public | closed | Chem: add Structural Alerts function | documentation enhancement tests | Implement a function that runs on a mol dataframe adding bool columns for each type of structural alert (user can choose the types) that indicates if the structural alert type is present in the molecule | 1.0 | Chem: add Structural Alerts function - Implement a function that runs on a mol dataframe adding bool columns for each type of structural alert (user can choose the types) that indicates if the structural alert type is present in the molecule | non_test | chem add structural alerts function implement a function that runs on a mol dataframe adding bool columns for each type of structural alert user can choose the types that indicates if the structural alert type is present in the molecule | 0 |
77,104 | 21,673,826,443 | IssuesEvent | 2022-05-08 11:47:01 | dail8859/NotepadNext | https://api.github.com/repos/dail8859/NotepadNext | closed | Build issue with v0.5.1 | build | Hey,
after successfully building v0.5 something I can't identify clearly was changed which requires special directory structure or something like this:
```
[ERROR] building '/nix/store/d9h6nns3y5fh7xw9cak9hg8z4h0fcara-notepad-next-0.5.1.drv'...
[ERROR] qtPreHook
[ERROR] unpacking sources
[ERROR] unpacking source archive /nix/store/yfj2jxp734swpd5mlqjka6lg273wcc1k-source
[ERROR] source root is source
[ERROR] patching sources
[ERROR] configuring
[ERROR] no configure script, doing nothing
[ERROR] building
[ERROR] Info: creating stash file /build/source/build-linux/.qmake.stash
[ERROR] cd NotepadNext/ && ( test -e Makefile || /nix/store/byyibx4ql3r5w7x5pdbgfbvkc5hzwcdc-qtbase-5.15.3-dev/bin/qmake -o Makefile /build/source/src/NotepadNext/NotepadNext.pro ) && make -f Makefile
[ERROR] Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
[ERROR] Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
[ERROR] Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
[ERROR] make[1]: Entering directory '/build/source/build-linux/NotepadNext'
[ERROR] /nix/store/byyibx4ql3r5w7x5pdbgfbvkc5hzwcdc-qtbase-5.15.3-dev/bin/qmake -install qinstall ../../LICENSE LICENSE
[ERROR] ../../i18n/NotepadNext.zh_CN.ts -qm i18n/NotepadNext.zh_CN.qm
[ERROR] make[1]: ../../i18n/NotepadNext.zh_CN.ts: Permission denied
[ERROR] make[1]: *** [Makefile:1672: i18n/NotepadNext.zh_CN.qm] Error 127
[ERROR] make[1]: *** Waiting for unfinished jobs....
[ERROR] make[1]: Leaving directory '/build/source/build-linux/NotepadNext'
[ERROR] make: *** [Makefile:47: sub-NotepadNext-make_first] Error 2
[ERROR] error: builder for '/nix/store/d9h6nns3y5fh7xw9cak9hg8z4h0fcara-notepad-next-0.5.1.drv' failed with exit code 2
```
Is there a way to change "../../i18n/" to "../i18n/"? because (even I change build-linux -> to one level deeper like temp/build-linux/) it requires one level deeper like "../../../i18n/". Maybe you can help out again?
| 1.0 | Build issue with v0.5.1 - Hey,
after successfully building v0.5 something I can't identify clearly was changed which requires special directory structure or something like this:
```
[ERROR] building '/nix/store/d9h6nns3y5fh7xw9cak9hg8z4h0fcara-notepad-next-0.5.1.drv'...
[ERROR] qtPreHook
[ERROR] unpacking sources
[ERROR] unpacking source archive /nix/store/yfj2jxp734swpd5mlqjka6lg273wcc1k-source
[ERROR] source root is source
[ERROR] patching sources
[ERROR] configuring
[ERROR] no configure script, doing nothing
[ERROR] building
[ERROR] Info: creating stash file /build/source/build-linux/.qmake.stash
[ERROR] cd NotepadNext/ && ( test -e Makefile || /nix/store/byyibx4ql3r5w7x5pdbgfbvkc5hzwcdc-qtbase-5.15.3-dev/bin/qmake -o Makefile /build/source/src/NotepadNext/NotepadNext.pro ) && make -f Makefile
[ERROR] Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
[ERROR] Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
[ERROR] Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
[ERROR] make[1]: Entering directory '/build/source/build-linux/NotepadNext'
[ERROR] /nix/store/byyibx4ql3r5w7x5pdbgfbvkc5hzwcdc-qtbase-5.15.3-dev/bin/qmake -install qinstall ../../LICENSE LICENSE
[ERROR] ../../i18n/NotepadNext.zh_CN.ts -qm i18n/NotepadNext.zh_CN.qm
[ERROR] make[1]: ../../i18n/NotepadNext.zh_CN.ts: Permission denied
[ERROR] make[1]: *** [Makefile:1672: i18n/NotepadNext.zh_CN.qm] Error 127
[ERROR] make[1]: *** Waiting for unfinished jobs....
[ERROR] make[1]: Leaving directory '/build/source/build-linux/NotepadNext'
[ERROR] make: *** [Makefile:47: sub-NotepadNext-make_first] Error 2
[ERROR] error: builder for '/nix/store/d9h6nns3y5fh7xw9cak9hg8z4h0fcara-notepad-next-0.5.1.drv' failed with exit code 2
```
Is there a way to change "../../i18n/" to "../i18n/"? because (even I change build-linux -> to one level deeper like temp/build-linux/) it requires one level deeper like "../../../i18n/". Maybe you can help out again?
| non_test | build issue with hey after successfully building something i can t identify clearly was changed which requires special directory structure or something like this building nix store notepad next drv qtprehook unpacking sources unpacking source archive nix store source source root is source patching sources configuring no configure script doing nothing building info creating stash file build source build linux qmake stash cd notepadnext test e makefile nix store qtbase dev bin qmake o makefile build source src notepadnext notepadnext pro make f makefile project message this project is using private headers and will therefore be tied to this specific qt module build version project message running this project against other versions of the qt modules may crash at any arbitrary point project message this is not a bug but a result of using qt internals you have been warned make entering directory build source build linux notepadnext nix store qtbase dev bin qmake install qinstall license license notepadnext zh cn ts qm notepadnext zh cn qm make notepadnext zh cn ts permission denied make error make waiting for unfinished jobs make leaving directory build source build linux notepadnext make error error builder for nix store notepad next drv failed with exit code is there a way to change to because even i change build linux to one level deeper like temp build linux it requires one level deeper like maybe you can help out again | 0 |
4,695 | 2,610,141,645 | IssuesEvent | 2015-02-26 18:44:38 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | choosing the "manually placing hogs" parameters gives infinite teleporter even if not allowed in arm list | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. create a ruleset which enable players to place their hogs manually
2. create a weapon set which gives no teleport
3. start the game, solo or networked (only local network tested)
What is the expected output? What do you see instead?
expected : placing the hogs before the game begins with the teleporter, then no
teleporter available during the game
what we see : we can place our hogs manually but when the game start we have
two issues :
1. the teleporter is available and usable indefinitely during the game.
2. at every turn, the default weapon choosed is the teleporter which make it
even more annoying because if you don't check, you just do not realise the game
as started already and you just feel like you are still placing your hogs until
you realise you just change their position.
What version of the product are you using? On what operating system?
0.9.14.1 only tested on windows. I will test on linux and update the issue.
Please provide any additional information below.
I don't recall 0.9.13 to have the exact same bug. The default weapon was
deinitely the rocket launcher so we didn't check about the teleporter
availability in 0.9.13 when using the manual placement of hogs parameter.
```
-----
Original issue reported on code.google.com by `FastT...@gmail.com` on 10 Dec 2010 at 11:00
Attachments:
* [weapons.ini](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-119/comment-0/weapons.ini)
* [schemes.ini](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-119/comment-0/schemes.ini)
| 1.0 | choosing the "manually placing hogs" parameters gives infinite teleporter even if not allowed in arm list - ```
What steps will reproduce the problem?
1. create a ruleset which enable players to place their hogs manually
2. create a weapon set which gives no teleport
3. start the game, solo or networked (only local network tested)
What is the expected output? What do you see instead?
expected : placing the hogs before the game begins with the teleporter, then no
teleporter available during the game
what we see : we can place our hogs manually but when the game start we have
two issues :
1. the teleporter is available and usable indefinitely during the game.
2. at every turn, the default weapon choosed is the teleporter which make it
even more annoying because if you don't check, you just do not realise the game
as started already and you just feel like you are still placing your hogs until
you realise you just change their position.
What version of the product are you using? On what operating system?
0.9.14.1 only tested on windows. I will test on linux and update the issue.
Please provide any additional information below.
I don't recall 0.9.13 to have the exact same bug. The default weapon was
deinitely the rocket launcher so we didn't check about the teleporter
availability in 0.9.13 when using the manual placement of hogs parameter.
```
-----
Original issue reported on code.google.com by `FastT...@gmail.com` on 10 Dec 2010 at 11:00
Attachments:
* [weapons.ini](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-119/comment-0/weapons.ini)
* [schemes.ini](https://storage.googleapis.com/google-code-attachments/hedgewars/issue-119/comment-0/schemes.ini)
| non_test | choosing the manually placing hogs parameters gives infinite teleporter even if not allowed in arm list what steps will reproduce the problem create a ruleset which enable players to place their hogs manually create a weapon set which gives no teleport start the game solo or networked only local network tested what is the expected output what do you see instead expected placing the hogs before the game begins with the teleporter then no teleporter available during the game what we see we can place our hogs manually but when the game start we have two issues the teleporter is available and usable indefinitely during the game at every turn the default weapon choosed is the teleporter which make it even more annoying because if you don t check you just do not realise the game as started already and you just feel like you are still placing your hogs until you realise you just change their position what version of the product are you using on what operating system only tested on windows i will test on linux and update the issue please provide any additional information below i don t recall to have the exact same bug the default weapon was deinitely the rocket launcher so we didn t check about the teleporter availability in when using the manual placement of hogs parameter original issue reported on code google com by fastt gmail com on dec at attachments | 0 |
71,254 | 7,238,580,483 | IssuesEvent | 2018-02-13 15:02:24 | openmpf/openmpf | https://api.github.com/repos/openmpf/openmpf | reopened | alter the mpf streaming_job_request table to adapt for new parameters added streaming job request | testing | As described in Issue #400, the mpf streaming_job_request table needs to be adapted to work with the changes made to support streaming job status vs. batch job status. i.e. new column named status_detail needs to be added to the table. The command to do this is:
mysql --user=root -p -e "alter table mpf.streaming_job_request add column status_detail varchar(255) after status;"
Some variant of this statement will have to be added to the deployment scripts. This command needs to be run before the WFM is started. Recommended placement is in mysql.yml. | 1.0 | alter the mpf streaming_job_request table to adapt for new parameters added streaming job request - As described in Issue #400, the mpf streaming_job_request table needs to be adapted to work with the changes made to support streaming job status vs. batch job status. i.e. new column named status_detail needs to be added to the table. The command to do this is:
mysql --user=root -p -e "alter table mpf.streaming_job_request add column status_detail varchar(255) after status;"
Some variant of this statement will have to be added to the deployment scripts. This command needs to be run before the WFM is started. Recommended placement is in mysql.yml. | test | alter the mpf streaming job request table to adapt for new parameters added streaming job request as described in issue the mpf streaming job request table needs to be adapted to work with the changes made to support streaming job status vs batch job status i e new column named status detail needs to be added to the table the command to do this is mysql user root p e alter table mpf streaming job request add column status detail varchar after status some variant of this statement will have to be added to the deployment scripts this command needs to be run before the wfm is started recommended placement is in mysql yml | 1 |
43,803 | 5,561,711,800 | IssuesEvent | 2017-03-24 23:46:23 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Add tests to increase code coverage for Span<T> APIs | area-System.Memory test enhancement up for grabs | Here is a snapshot of the coverage:

Currently, SpanHelpers, specifically SpanHelpers.Clear.cs needs tests.
https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report/System.Memory_SpanHelpers.htm
| 1.0 | Add tests to increase code coverage for Span<T> APIs - Here is a snapshot of the coverage:

Currently, SpanHelpers, specifically SpanHelpers.Clear.cs needs tests.
https://ci.dot.net/job/dotnet_corefx/job/master/job/code_coverage_windows/Code_Coverage_Report/System.Memory_SpanHelpers.htm
| test | add tests to increase code coverage for span apis here is a snapshot of the coverage currently spanhelpers specifically spanhelpers clear cs needs tests | 1 |
281,881 | 24,430,649,922 | IssuesEvent | 2022-10-06 07:52:55 | etcd-io/etcd | https://api.github.com/repos/etcd-io/etcd | closed | [test] TestBalancerUnderNetworkPartitionDelete failure | area/testing help wanted type/flake | Raised on the latest code on `main` branch.
```
=== FAIL: integration/clientv3/connectivity TestBalancerUnderNetworkPartitionDelete (8.12s)
cluster.go:532: Creating listener with addr: 127.0.0.1:2109805817
......
logger.go:130: 2022-08-10T22:44:54.878Z WARN m1 request stats {"member": "m1", "start time": "2022-08-10T22:44:53.878Z", "time spent": "1.000107558s", "remote": "@", "response type": "/etcdserverpb.KV/DeleteRange", "request count": 0, "request size": 3, "response count": 0, "response size": 0, "request content": "key:\"a\" "}
logger.go:130: 2022-08-10T22:44:54.879Z WARN client retrying of unary invoker failed {"target": "etcd-endpoints://0xc000550f00/localhost:m0", "method": "/etcdserverpb.KV/DeleteRange", "attempt": 0, "error": "rpc error: code = Unavailable desc = etcdserver: request timed out, possibly due to previous leader failure"}
network_partition_test.go:137: Op returned error: etcdserver: request timed out, possibly due to previous leader failure
network_partition_test.go:138: Cancelling...
network_partition_test.go:144: #0: expected 'expected error', got 'etcdserver: request timed out, possibly due to previous leader failure'
logger.go:130: 2022-08-10T22:44:54.993Z INFO m0.raft c16a4db1d4d2aea3 is starting a new election at term 8 {"member": "m0"}
......
logger.go:130: 2022-08-10T22:44:56.922Z INFO m0.raft c16a4db1d4d2aea3 became candidate at term 21 {"member": "m0"}
Saved JUnit XML test report to /home/runner/work/etcd/etcd/linux-amd64-integration-4-cpu/junit_MTY2MDE3MTMxMwo.xml
FAIL: 'integration' failed at Wed Aug 10 22:48:23 UTC 2022
......
logger.go:130: 2022-08-10T22:44:59.879Z DEBUG client retrying of unary invoker {"target": "etcd-endpoints://0xc000550f00/localhost:m0", "method": "/etcdserverpb.KV/DeleteRange", "attempt": 0}
network_partition_test.go:137: Op returned error: <nil>
network_partition_test.go:138: Cancelling...
logger.go:130: 2022-08-10T22:44:59.880Z INFO grpc [[core] [Channel #329] Channel Connectivity change to SHUTDOWN]
......
logger.go:130: 2022-08-10T22:44:59.889Z INFO m1 terminated a member {"member": "m1", "name": "m1", "advertise-peer-urls": ["unix://127.0.0.1:2110105817"], "listen-client-urls": ["unix://127.0.0.1:2110205817"], "grpc-url": "unix://localhost:m1"}
cluster.go:1392: ========= Cluster termination succeeded ===================
DONE 519 tests, 2 skipped, 1 failure in 1.199s
Error: Process completed with exit code 255.
```
Refer to https://github.com/etcd-io/etcd/runs/7777195728?check_suite_focus=true | 1.0 | [test] TestBalancerUnderNetworkPartitionDelete failure - Raised on the latest code on `main` branch.
```
=== FAIL: integration/clientv3/connectivity TestBalancerUnderNetworkPartitionDelete (8.12s)
cluster.go:532: Creating listener with addr: 127.0.0.1:2109805817
......
logger.go:130: 2022-08-10T22:44:54.878Z WARN m1 request stats {"member": "m1", "start time": "2022-08-10T22:44:53.878Z", "time spent": "1.000107558s", "remote": "@", "response type": "/etcdserverpb.KV/DeleteRange", "request count": 0, "request size": 3, "response count": 0, "response size": 0, "request content": "key:\"a\" "}
logger.go:130: 2022-08-10T22:44:54.879Z WARN client retrying of unary invoker failed {"target": "etcd-endpoints://0xc000550f00/localhost:m0", "method": "/etcdserverpb.KV/DeleteRange", "attempt": 0, "error": "rpc error: code = Unavailable desc = etcdserver: request timed out, possibly due to previous leader failure"}
network_partition_test.go:137: Op returned error: etcdserver: request timed out, possibly due to previous leader failure
network_partition_test.go:138: Cancelling...
network_partition_test.go:144: #0: expected 'expected error', got 'etcdserver: request timed out, possibly due to previous leader failure'
logger.go:130: 2022-08-10T22:44:54.993Z INFO m0.raft c16a4db1d4d2aea3 is starting a new election at term 8 {"member": "m0"}
......
logger.go:130: 2022-08-10T22:44:56.922Z INFO m0.raft c16a4db1d4d2aea3 became candidate at term 21 {"member": "m0"}
Saved JUnit XML test report to /home/runner/work/etcd/etcd/linux-amd64-integration-4-cpu/junit_MTY2MDE3MTMxMwo.xml
FAIL: 'integration' failed at Wed Aug 10 22:48:23 UTC 2022
......
logger.go:130: 2022-08-10T22:44:59.879Z DEBUG client retrying of unary invoker {"target": "etcd-endpoints://0xc000550f00/localhost:m0", "method": "/etcdserverpb.KV/DeleteRange", "attempt": 0}
network_partition_test.go:137: Op returned error: <nil>
network_partition_test.go:138: Cancelling...
logger.go:130: 2022-08-10T22:44:59.880Z INFO grpc [[core] [Channel #329] Channel Connectivity change to SHUTDOWN]
......
logger.go:130: 2022-08-10T22:44:59.889Z INFO m1 terminated a member {"member": "m1", "name": "m1", "advertise-peer-urls": ["unix://127.0.0.1:2110105817"], "listen-client-urls": ["unix://127.0.0.1:2110205817"], "grpc-url": "unix://localhost:m1"}
cluster.go:1392: ========= Cluster termination succeeded ===================
DONE 519 tests, 2 skipped, 1 failure in 1.199s
Error: Process completed with exit code 255.
```
Refer to https://github.com/etcd-io/etcd/runs/7777195728?check_suite_focus=true | test | testbalancerundernetworkpartitiondelete failure raised on the latest code on main branch fail integration connectivity testbalancerundernetworkpartitiondelete cluster go creating listener with addr logger go warn request stats member start time time spent remote response type etcdserverpb kv deleterange request count request size response count response size request content key a logger go warn client retrying of unary invoker failed target etcd endpoints localhost method etcdserverpb kv deleterange attempt error rpc error code unavailable desc etcdserver request timed out possibly due to previous leader failure network partition test go op returned error etcdserver request timed out possibly due to previous leader failure network partition test go cancelling network partition test go expected expected error got etcdserver request timed out possibly due to previous leader failure logger go info raft is starting a new election at term member logger go info raft became candidate at term member saved junit xml test report to home runner work etcd etcd linux integration cpu junit xml fail integration failed at wed aug utc logger go debug client retrying of unary invoker target etcd endpoints localhost method etcdserverpb kv deleterange attempt network partition test go op returned error network partition test go cancelling logger go info grpc channel connectivity change to shutdown logger go info terminated a member member name advertise peer urls listen client urls grpc url unix localhost cluster go cluster termination succeeded done tests skipped failure in error process completed with exit code refer to | 1 |
379,420 | 11,221,468,102 | IssuesEvent | 2020-01-07 17:54:31 | Samograje/co-gdzie-kiedy | https://api.github.com/repos/Samograje/co-gdzie-kiedy | opened | Ładowanie inicjalnych danych do pól tekstowych w formularzu software | enhancement normal-priority | W trybie edycji trzeba na starcie załadować dane i wpisać je w pola tekstowe | 1.0 | Ładowanie inicjalnych danych do pól tekstowych w formularzu software - W trybie edycji trzeba na starcie załadować dane i wpisać je w pola tekstowe | non_test | ładowanie inicjalnych danych do pól tekstowych w formularzu software w trybie edycji trzeba na starcie załadować dane i wpisać je w pola tekstowe | 0 |
16,354 | 3,519,146,760 | IssuesEvent | 2016-01-12 15:50:53 | easydigitaldownloads/Easy-Digital-Downloads | https://api.github.com/repos/easydigitaldownloads/Easy-Digital-Downloads | closed | EDD_Payment::setup_currency() may return the wrong currency | Bug Has PR Needs Testing Payments | Method `EDD_Payment::setup_currency()` is designed to return the active currency when an order (payment) doesn't have any currency associated to it. Such behaviour is incorrect, for a couple of reasons:
- A payment must always have a currency associated to it. The absence of such informatiom should be treated as an error.
- The active currency may change dynamically in multi-currency environments. Returning such value could mean showing a payment total as 123.45 USD/EUR/GBP/CAD, depending on which currency is active at the moment.
Returning the base currency would also be incorrect. As mentioned, an order could have been placed in any of the active currency, and there is no correct "default" that could be applicable. Therefore, an order without a currency should be considered "corrupt".
Note
--
I couldn't determine the circumstances in which the currency is not saved with an order. In any case, it's important to to flag the order as "unusable" if that happens, as there would be no way to manage it correctly. | 1.0 | EDD_Payment::setup_currency() may return the wrong currency - Method `EDD_Payment::setup_currency()` is designed to return the active currency when an order (payment) doesn't have any currency associated to it. Such behaviour is incorrect, for a couple of reasons:
- A payment must always have a currency associated to it. The absence of such informatiom should be treated as an error.
- The active currency may change dynamically in multi-currency environments. Returning such value could mean showing a payment total as 123.45 USD/EUR/GBP/CAD, depending on which currency is active at the moment.
Returning the base currency would also be incorrect. As mentioned, an order could have been placed in any of the active currency, and there is no correct "default" that could be applicable. Therefore, an order without a currency should be considered "corrupt".
Note
--
I couldn't determine the circumstances in which the currency is not saved with an order. In any case, it's important to to flag the order as "unusable" if that happens, as there would be no way to manage it correctly. | test | edd payment setup currency may return the wrong currency method edd payment setup currency is designed to return the active currency when an order payment doesn t have any currency associated to it such behaviour is incorrect for a couple of reasons a payment must always have a currency associated to it the absence of such informatiom should be treated as an error the active currency may change dynamically in multi currency environments returning such value could mean showing a payment total as usd eur gbp cad depending on which currency is active at the moment returning the base currency would also be incorrect as mentioned an order could have been placed in any of the active currency and there is no correct default that could be applicable therefore an order without a currency should be considered corrupt note i couldn t determine the circumstances in which the currency is not saved with an order in any case it s important to to flag the order as unusable if that happens as there would be no way to manage it correctly | 1 |
51,551 | 6,177,586,722 | IssuesEvent | 2017-07-02 02:16:56 | RoboCupAtHome/RuleBook | https://api.github.com/repos/RoboCupAtHome/RuleBook | closed | Q: What is the robot initial position in the test setting up a table? | Question Test: Setting a Table and Clean Up wontfix | Because of **6.4.4.5** I think it is outside of the room, with the closed door. After opening the door, the robot should go to the table and start the interaction with the operator, is this ok?
Thank you. | 1.0 | Q: What is the robot initial position in the test setting up a table? - Because of **6.4.4.5** I think it is outside of the room, with the closed door. After opening the door, the robot should go to the table and start the interaction with the operator, is this ok?
Thank you. | test | q what is the robot initial position in the test setting up a table because of i think it is outside of the room with the closed door after opening the door the robot should go to the table and start the interaction with the operator is this ok thank you | 1 |
522,946 | 15,170,082,407 | IssuesEvent | 2021-02-12 22:26:03 | cds-snc/covid-alert-server | https://api.github.com/repos/cds-snc/covid-alert-server | closed | Implement Microservice for collecting App Metrics | high priority | ## Description
We need a service that will collect metrics from the Covid Alert App this service will need to aggregate the Metrics for a specific period (TBD, but lets start by bucketing per day).
These aggregate metrics will be stored in a new table in the existing Aurora MySQL Database.
## AC
- An endpoint is created that allows for the submission of metrics from the App
- Calls to this endpoint are only allowed by the app
- The metrics are aggregated per day and are stored in a table in the existing Aurora MySQL Database
- The new services are covered by automated tests
- API Documentation has been updated
- Infrastructure as Code is written for new Service
- CI is updated for new service
- Linting of new source code (see #418)
- Snyk scanning of new dependencies
- New Tests are running on PR
- CNAME record pointing to metric lambda (https://github.com/cds-snc/covid-alert-server-staging-terraform/issues/81) | 1.0 | Implement Microservice for collecting App Metrics - ## Description
We need a service that will collect metrics from the Covid Alert App this service will need to aggregate the Metrics for a specific period (TBD, but lets start by bucketing per day).
These aggregate metrics will be stored in a new table in the existing Aurora MySQL Database.
## AC
- An endpoint is created that allows for the submission of metrics from the App
- Calls to this endpoint are only allowed by the app
- The metrics are aggregated per day and are stored in a table in the existing Aurora MySQL Database
- The new services are covered by automated tests
- API Documentation has been updated
- Infrastructure as Code is written for new Service
- CI is updated for new service
- Linting of new source code (see #418)
- Snyk scanning of new dependencies
- New Tests are running on PR
- CNAME record pointing to metric lambda (https://github.com/cds-snc/covid-alert-server-staging-terraform/issues/81) | non_test | implement microservice for collecting app metrics description we need a service that will collect metrics from the covid alert app this service will need to aggregate the metrics for a specific period tbd but lets start by bucketing per day these aggregate metrics will be stored in a new table in the existing aurora mysql database ac an endpoint is created that allows for the submission of metrics from the app calls to this endpoint are only allowed by the app the metrics are aggregated per day and are stored in a table in the existing aurora mysql database the new services are covered by automated tests api documentation has been updated infrastructure as code is written for new service ci is updated for new service linting of new source code see snyk scanning of new dependencies new tests are running on pr cname record pointing to metric lambda | 0 |
281,378 | 24,388,304,471 | IssuesEvent | 2022-10-04 13:30:08 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: backup/2TB/n10cpu4 failed | C-test-failure O-robot O-roachtest T-disaster-recovery branch-release-21.2 | roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=6767304&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=6767304&tab=artifacts#/backup/2TB/n10cpu4) on release-21.2 @ [09c8f05a9cb713b8bddffa03d0e322e8f2caf73b](https://github.com/cockroachdb/cockroach/commits/09c8f05a9cb713b8bddffa03d0e322e8f2caf73b):
```
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (2) output in run_071954.869448900_n1_cockroach_sql
Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-6767304-1664862744-20-n10cpu4:1 -- ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6767304-1664862744-20-n10cpu4?AUTH=implicit'" returned
| stderr:
| ERROR: failed to run backup: exporting 1826 ranges: googleapi: got HTTP response code 503 with body: Service Unavailable
| Failed running "sql"
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ``````
| | ./cockroach sql --insecure -e "
| | BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6767304-1664862744-20-n10cpu4?AUTH=implicit'"
| | ``````
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *exec.ExitError
monitor.go:128,backup.go:286,test_runner.go:777: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerBackup.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/backup.go:286
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:172
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:81
| runtime.doInit
| /usr/local/go/src/runtime/proc.go:6222
| runtime.main
| /usr/local/go/src/runtime/proc.go:233
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #89057 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery branch-master]
- #88900 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery branch-release-22.1 release-blocker]
- #80030 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery]
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/2TB/n10cpu4.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-20180 | 2.0 | roachtest: backup/2TB/n10cpu4 failed - roachtest.backup/2TB/n10cpu4 [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=6767304&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=6767304&tab=artifacts#/backup/2TB/n10cpu4) on release-21.2 @ [09c8f05a9cb713b8bddffa03d0e322e8f2caf73b](https://github.com/cockroachdb/cockroach/commits/09c8f05a9cb713b8bddffa03d0e322e8f2caf73b):
```
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (2) output in run_071954.869448900_n1_cockroach_sql
Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-6767304-1664862744-20-n10cpu4:1 -- ./cockroach sql --insecure -e "
| BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6767304-1664862744-20-n10cpu4?AUTH=implicit'" returned
| stderr:
| ERROR: failed to run backup: exporting 1826 ranges: googleapi: got HTTP response code 503 with body: Service Unavailable
| Failed running "sql"
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ``````
| | ./cockroach sql --insecure -e "
| | BACKUP bank.bank TO 'gs://cockroachdb-backup-testing/teamcity-6767304-1664862744-20-n10cpu4?AUTH=implicit'"
| | ``````
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *cluster.WithCommandDetails (4) *exec.ExitError
monitor.go:128,backup.go:286,test_runner.go:777: monitor failure: monitor task failed: t.Fatal() was called
(1) attached stack trace
-- stack trace:
| main.(*monitorImpl).WaitE
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:116
| main.(*monitorImpl).Wait
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:124
| github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests.registerBackup.func1
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tests/backup.go:286
| main.(*testRunner).runTest.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:777
Wraps: (2) monitor failure
Wraps: (3) attached stack trace
-- stack trace:
| main.(*monitorImpl).wait.func2
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:172
Wraps: (4) monitor task failed
Wraps: (5) attached stack trace
-- stack trace:
| main.init
| /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/monitor.go:81
| runtime.doInit
| /usr/local/go/src/runtime/proc.go:6222
| runtime.main
| /usr/local/go/src/runtime/proc.go:233
| runtime.goexit
| /usr/local/go/src/runtime/asm_amd64.s:1571
Wraps: (6) t.Fatal() was called
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.withPrefix (5) *withstack.withStack (6) *errutil.leafError
```
<details><summary>Reproduce</summary>
<p>
See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #89057 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery branch-master]
- #88900 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery branch-release-22.1 release-blocker]
- #80030 roachtest: backup/2TB/n10cpu4 failed [C-test-failure O-roachtest O-robot T-disaster-recovery]
</p>
</details>
/cc @cockroachdb/disaster-recovery
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*backup/2TB/n10cpu4.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-20180 | test | roachtest backup failed roachtest backup with on release usr local go src runtime asm s wraps output in run cockroach sql wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity cockroach sql insecure e backup bank bank to gs cockroachdb backup testing teamcity auth implicit returned stderr error failed to run backup exporting ranges googleapi got http response code with body service unavailable failed running sql error command problem exit status command problem wraps node command with error cockroach sql insecure e backup bank bank to gs cockroachdb backup testing teamcity auth implicit wraps exit status error types errors cmd hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack errutil withprefix cluster withcommanddetails exec exiterror monitor go backup go test runner go monitor failure monitor task failed t fatal was called attached stack trace stack trace main monitorimpl waite home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go github com cockroachdb cockroach pkg cmd roachtest tests registerbackup home agent work go src github com cockroachdb cockroach pkg cmd roachtest tests backup go main testrunner runtest home agent work go src github com cockroachdb cockroach pkg cmd roachtest test runner go wraps monitor failure wraps attached stack trace stack trace main monitorimpl wait home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go wraps monitor task failed wraps attached stack trace stack trace main init home agent work go src github com cockroachdb cockroach pkg cmd roachtest monitor go runtime doinit usr local go src runtime proc go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps t fatal was called error types withstack withstack errutil withprefix withstack withstack errutil withprefix withstack withstack errutil leaferror reproduce see same failure on other branches roachtest backup failed roachtest backup failed roachtest backup failed cc cockroachdb disaster recovery jira issue crdb | 1 |
413,796 | 12,092,274,559 | IssuesEvent | 2020-04-19 15:02:33 | BGWE/BoardgameWE | https://api.github.com/repos/BGWE/BoardgameWE | closed | Comment game | component/backend component/ui priority/medium sev/improvement | Allow to add a free text comment when creating/updating a game (useful e.g. for Unlock to specify which game was performed) | 1.0 | Comment game - Allow to add a free text comment when creating/updating a game (useful e.g. for Unlock to specify which game was performed) | non_test | comment game allow to add a free text comment when creating updating a game useful e g for unlock to specify which game was performed | 0 |
252,171 | 21,560,396,435 | IssuesEvent | 2022-05-01 04:11:42 | Uuvana-Studios/longvinter-windows-client | https://api.github.com/repos/Uuvana-Studios/longvinter-windows-client | closed | I installed the turret, but it disappeared... Spin it | Bug Not Tested | **Describe the bug**
A clear and concise description of what the bug is.
[

](url)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See an error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Game Version [e.g. 1.0]
- Steam Version [e.g. 1.0]
**Additional context**
Add any other context about the problem here.
| 1.0 | I installed the turret, but it disappeared... Spin it - **Describe the bug**
A clear and concise description of what the bug is.
[

](url)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See an error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Game Version [e.g. 1.0]
- Steam Version [e.g. 1.0]
**Additional context**
Add any other context about the problem here.
| test | i installed the turret but it disappeared spin it describe the bug a clear and concise description of what the bug is url to reproduce steps to reproduce the behavior go to click on scroll down to see an error expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem desktop please complete the following information os game version steam version additional context add any other context about the problem here | 1 |
129,692 | 10,582,909,040 | IssuesEvent | 2019-10-08 12:40:27 | mblsolutions/report | https://api.github.com/repos/mblsolutions/report | closed | Using value other than name in field definition | bug re-test | Creating a report to offer a field containing emails of users. The fied is defined as being a select of the users model, Value is set to id and Select Name is set to email. The dropdown is populated with the correct number of blank values. Works OK (shows names) if the Select Name is set to name. | 1.0 | Using value other than name in field definition - Creating a report to offer a field containing emails of users. The fied is defined as being a select of the users model, Value is set to id and Select Name is set to email. The dropdown is populated with the correct number of blank values. Works OK (shows names) if the Select Name is set to name. | test | using value other than name in field definition creating a report to offer a field containing emails of users the fied is defined as being a select of the users model value is set to id and select name is set to email the dropdown is populated with the correct number of blank values works ok shows names if the select name is set to name | 1 |
412,063 | 27,844,176,202 | IssuesEvent | 2023-03-20 14:33:38 | rstudio/rsconnect | https://api.github.com/repos/rstudio/rsconnect | closed | Need better support for private repositories | dependencies :rat: documentation | When using a private package repository that requires authentication, some users store their credentials in `~/.Rprofile` and others store credentials by adding the private package repo directly in the IDE via `Settings > Packages > Management`. When creating a `manifest.json` with `rsconnect::writeManifest()`, the `Repository` field includes the credentials that are used to connect to the private repository.
```
https://{{USER}}:{{TOKEN}}@cran.myorg.com
```
This is a blocker for publishers who wish to perform git-backed deployments using a private package repository that requires authentication because the repo credentials would be committed to source control. | 1.0 | Need better support for private repositories - When using a private package repository that requires authentication, some users store their credentials in `~/.Rprofile` and others store credentials by adding the private package repo directly in the IDE via `Settings > Packages > Management`. When creating a `manifest.json` with `rsconnect::writeManifest()`, the `Repository` field includes the credentials that are used to connect to the private repository.
```
https://{{USER}}:{{TOKEN}}@cran.myorg.com
```
This is a blocker for publishers who wish to perform git-backed deployments using a private package repository that requires authentication because the repo credentials would be committed to source control. | non_test | need better support for private repositories when using a private package repository that requires authentication some users store their credentials in rprofile and others store credentials by adding the private package repo directly in the ide via settings packages management when creating a manifest json with rsconnect writemanifest the repository field includes the credentials that are used to connect to the private repository this is a blocker for publishers who wish to perform git backed deployments using a private package repository that requires authentication because the repo credentials would be committed to source control | 0 |
39,854 | 5,252,739,813 | IssuesEvent | 2017-02-02 06:27:54 | meyerhoferc/bike-share | https://api.github.com/repos/meyerhoferc/bike-share | closed | User sees rides data: Visibility | Dashboard in progress Iteration 9 Testing | /conditions-dashboard
For 4 mile increments in visibility and days where visibility that falls within that range:
* average number of rides
* highest number of rides
* lowest number of rides | 1.0 | User sees rides data: Visibility - /conditions-dashboard
For 4 mile increments in visibility and days where visibility that falls within that range:
* average number of rides
* highest number of rides
* lowest number of rides | test | user sees rides data visibility conditions dashboard for mile increments in visibility and days where visibility that falls within that range average number of rides highest number of rides lowest number of rides | 1 |
349,339 | 10,467,785,087 | IssuesEvent | 2019-09-22 08:38:48 | 8bitPit/Niagara-Issues | https://api.github.com/repos/8bitPit/Niagara-Issues | closed | Adjustable notification filter | enhancement low priority not in 2020 time consuming | First of all I really like the launcher. Congrats.,..
But it is not showing Notifications for some apps as it shows for other apps.(on right swipe). And these apps include Google Play Store , YouTube, Phone dialer(for missed calls), and several other apps.
Hope you got what I'm saying.
Looking forward for solution.
Thanks.... | 1.0 | Adjustable notification filter - First of all I really like the launcher. Congrats.,..
But it is not showing Notifications for some apps as it shows for other apps.(on right swipe). And these apps include Google Play Store , YouTube, Phone dialer(for missed calls), and several other apps.
Hope you got what I'm saying.
Looking forward for solution.
Thanks.... | non_test | adjustable notification filter first of all i really like the launcher congrats but it is not showing notifications for some apps as it shows for other apps on right swipe and these apps include google play store youtube phone dialer for missed calls and several other apps hope you got what i m saying looking forward for solution thanks | 0 |
290,506 | 25,072,338,976 | IssuesEvent | 2022-11-07 13:08:26 | zer0five/yomikaze | https://api.github.com/repos/zer0five/yomikaze | opened | [Test Case]: Request To Become Uploader | Test Tested Manual | ### Description of the test case
xin thành uploader
### Steps To Reproduce
1.vào https://yomikaze.herokuapp.com/
2.click vào sign up
3.nhập username,password
4.bấm sign in
5.chọn username
6.chọn Request To Become Uploader
7 submit
data input
1.Jakarta
2.Hoacvuhao1
### Expect output

### Actual output

### What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge | 2.0 | [Test Case]: Request To Become Uploader - ### Description of the test case
xin thành uploader
### Steps To Reproduce
1.vào https://yomikaze.herokuapp.com/
2.click vào sign up
3.nhập username,password
4.bấm sign in
5.chọn username
6.chọn Request To Become Uploader
7 submit
data input
1.Jakarta
2.Hoacvuhao1
### Expect output

### Actual output

### What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge | test | request to become uploader description of the test case xin thành uploader steps to reproduce vào click vào sign up nhập username password bấm sign in chọn username chọn request to become uploader submit data input jakarta expect output actual output what browsers are you seeing the problem on firefox chrome safari microsoft edge | 1 |
331,799 | 29,088,174,330 | IssuesEvent | 2023-05-16 02:59:02 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | pkg/kv/kvserver/protectedts/ptcache/ptcache_test: TestRefresh failed | C-test-failure O-robot branch-release-23.1 | pkg/kv/kvserver/protectedts/ptcache/ptcache_test.TestRefresh [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/9385824?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/9385824?buildTab=artifacts#/) on release-23.1 @ [63b683eab3e0ebfff812bb54fdac936c101d9383](https://github.com/cockroachdb/cockroach/commits/63b683eab3e0ebfff812bb54fdac936c101d9383):
```
I230402 10:03:34.969403 2499 upgrade/upgrademanager/manager.go:270 [T1,n1] 338 running permanent upgrade for version 1000022.2-90
I230402 10:03:35.099880 2499 jobs/registry.go:617 [T1,n1] 339 active version is 1000022.2-98
I230402 10:03:35.140073 2499 upgrade/upgrademanager/manager.go:708 [T1,n1] 340 running Upgrade to 1000022.2-90: "create auto config runner job"
I230402 10:03:35.140425 4080 jobs/adopt.go:261 [T1,n1] 341 job 853145730972352513: resuming execution
I230402 10:03:35.188301 4244 jobs/registry.go:1522 [T1,n1] 342 MIGRATION job 853145730972352513: stepping through state running
I230402 10:03:35.235530 4244 jobs/registry.go:617 [T1,n1,job=MIGRATION id=853145730972352513,upgrade=1000022.2-90] 343 active version is 1000022.2-98
I230402 10:03:35.275372 4126 jobs/adopt.go:261 [T1,n1,job=MIGRATION id=853145730972352513,upgrade=1000022.2-90] 344 job 102: resuming execution
I230402 10:03:35.280084 4244 jobs/registry.go:1522 [T1,n1] 345 MIGRATION job 853145730972352513: stepping through state succeeded
I230402 10:03:35.327939 4306 jobs/registry.go:1522 [T1,n1] 346 AUTO CONFIG RUNNER job 102: stepping through state running
I230402 10:03:35.354414 2499 jobs/wait.go:145 [T1,n1] 347 waited for 1 [853145730972352513] queued jobs to complete 214.08593ms
I230402 10:03:35.355366 2499 upgrade/upgrademanager/manager.go:270 [T1,n1] 348 running permanent upgrade for version 1000022.2-94
I230402 10:03:35.492572 2499 jobs/registry.go:617 [T1,n1] 349 active version is 1000022.2-98
I230402 10:03:35.531817 2499 upgrade/upgrademanager/manager.go:708 [T1,n1] 350 running Upgrade to 1000022.2-94: "create statement_activity and transaction_activity tables"
I230402 10:03:35.532197 4372 jobs/adopt.go:261 [T1,n1] 351 job 853145732237230081: resuming execution
I230402 10:03:35.592559 4362 jobs/registry.go:1522 [T1,n1] 352 MIGRATION job 853145732237230081: stepping through state running
I230402 10:03:35.645589 4362 jobs/registry.go:1522 [T1,n1] 353 MIGRATION job 853145732237230081: stepping through state succeeded
I230402 10:03:35.721532 2499 jobs/wait.go:145 [T1,n1] 354 waited for 1 [853145732237230081] queued jobs to complete 189.441639ms
I230402 10:03:35.722506 2499 upgrade/upgrademanager/manager.go:270 [T1,n1] 355 running permanent upgrade for version 1000022.2-98
I230402 10:03:35.857030 2499 jobs/registry.go:617 [T1,n1] 356 active version is 1000022.2-98
I230402 10:03:35.897656 2499 upgrade/upgrademanager/manager.go:708 [T1,n1] 357 running Upgrade to 1000022.2-98: "change TTL for SQL Stats system tables"
I230402 10:03:35.898018 3727 jobs/adopt.go:261 [T1,n1] 358 job 853145733440241665: resuming execution
I230402 10:03:35.947129 4456 jobs/registry.go:1522 [T1,n1] 359 MIGRATION job 853145733440241665: stepping through state running
I230402 10:03:36.013042 4473 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 360 ={"Timestamp":1680429815988648037,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.statement_statistics CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":42,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.statement_statistics","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.050737 4463 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 361 ={"Timestamp":1680429816014667600,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.transaction_statistics CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":43,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.transaction_statistics","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.068073 4488 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 362 ={"Timestamp":1680429816052858286,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.statement_activity CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":60,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.statement_activity","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.082194 4240 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 363 ={"Timestamp":1680429816069692982,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.transaction_activity CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":61,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.transaction_activity","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.088358 4456 jobs/registry.go:1522 [T1,n1] 364 MIGRATION job 853145733440241665: stepping through state succeeded
I230402 10:03:36.160258 2499 jobs/wait.go:145 [T1,n1] 365 waited for 1 [853145733440241665] queued jobs to complete 262.319844ms
I230402 10:03:36.160437 2499 server/server_sql.go:1591 [T1,n1] 366 done ensuring all necessary startup migrations have run
I230402 10:03:36.161623 4158 jobs/job_scheduler.go:407 [T1,n1] 367 waiting 3m0s before scheduled jobs daemon start
I230402 10:03:36.163667 4532 kv/kvclient/rangefeed/rangefeedcache/watcher.go:335 [T1,n1] 368 tenant-settings-watcher: established range feed cache
I230402 10:03:36.165905 4401 kv/kvclient/rangefeed/rangefeedcache/watcher.go:335 [T1,n1] 369 tenant-capability-watcher: established range feed cache
I230402 10:03:36.175777 4401 multitenant/tenantcapabilities/tenantcapabilitieswatcher/watcher.go:148 [T1,n1] 370 received results of a full table scan for tenant capabilities
I230402 10:03:36.189552 4530 server/auto_upgrade.go:78 [T1,n1] 371 no need to upgrade, cluster already at the newest version
I230402 10:03:36.206669 4160 sql/syntheticprivilegecache/cache.go:195 [T1,n1] 372 warmed privileges for virtual tables in 45.004864ms
I230402 10:03:36.825536 4770 13@kv/kvserver/replicate_queue.go:842 [T1,n1,replicate,s1,r17/1:/Table/1{5-6}] 373 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I230402 10:03:36.827388 4771 13@kv/kvserver/replicate_queue.go:842 [T1,n1,replicate,s1,r17/1:/Table/1{5-6}] 374 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I230402 10:03:36.869029 4539 13@kv/kvserver/replicate_queue.go:842 [T1,n1,replicate,s1,r5/1:/{Systemtse-Table/0}] 375 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I230402 10:03:37.178301 2766 3@pebble/event.go:734 [n1,s1,pebble] 376 [JOB 7] WAL created 000006
I230402 10:03:37.197242 2499 1@server/server_sql.go:1678 [T1,n1] 377 serving sql connections
--- FAIL: TestRefresh (6.24s)
=== RUN TestRefresh/needs_refresh,_with_change
cache_test.go:191:
Error Trace: pkg/kv/kvserver/protectedts/ptcache/ptcache_test_test/pkg/kv/kvserver/protectedts/ptcache/cache_test.go:626
pkg/kv/kvserver/protectedts/ptcache/ptcache_test_test/pkg/kv/kvserver/protectedts/ptcache/cache_test.go:191
Error: Not equal:
expected: 2
actual : 3
Test: TestRefresh/needs_refresh,_with_change
--- FAIL: TestRefresh/needs_refresh,_with_change (0.07s)
```
<p>Parameters: <code>TAGS=bazel,gss,race</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #74613 pkg/kv/kvserver/protectedts/ptcache/ptcache_test: TestRefresh failed [C-test-failure O-robot branch-master]
</p>
</details>
/cc @cockroachdb/replication
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRefresh.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-26425 | 1.0 | pkg/kv/kvserver/protectedts/ptcache/ptcache_test: TestRefresh failed - pkg/kv/kvserver/protectedts/ptcache/ptcache_test.TestRefresh [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/9385824?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/9385824?buildTab=artifacts#/) on release-23.1 @ [63b683eab3e0ebfff812bb54fdac936c101d9383](https://github.com/cockroachdb/cockroach/commits/63b683eab3e0ebfff812bb54fdac936c101d9383):
```
I230402 10:03:34.969403 2499 upgrade/upgrademanager/manager.go:270 [T1,n1] 338 running permanent upgrade for version 1000022.2-90
I230402 10:03:35.099880 2499 jobs/registry.go:617 [T1,n1] 339 active version is 1000022.2-98
I230402 10:03:35.140073 2499 upgrade/upgrademanager/manager.go:708 [T1,n1] 340 running Upgrade to 1000022.2-90: "create auto config runner job"
I230402 10:03:35.140425 4080 jobs/adopt.go:261 [T1,n1] 341 job 853145730972352513: resuming execution
I230402 10:03:35.188301 4244 jobs/registry.go:1522 [T1,n1] 342 MIGRATION job 853145730972352513: stepping through state running
I230402 10:03:35.235530 4244 jobs/registry.go:617 [T1,n1,job=MIGRATION id=853145730972352513,upgrade=1000022.2-90] 343 active version is 1000022.2-98
I230402 10:03:35.275372 4126 jobs/adopt.go:261 [T1,n1,job=MIGRATION id=853145730972352513,upgrade=1000022.2-90] 344 job 102: resuming execution
I230402 10:03:35.280084 4244 jobs/registry.go:1522 [T1,n1] 345 MIGRATION job 853145730972352513: stepping through state succeeded
I230402 10:03:35.327939 4306 jobs/registry.go:1522 [T1,n1] 346 AUTO CONFIG RUNNER job 102: stepping through state running
I230402 10:03:35.354414 2499 jobs/wait.go:145 [T1,n1] 347 waited for 1 [853145730972352513] queued jobs to complete 214.08593ms
I230402 10:03:35.355366 2499 upgrade/upgrademanager/manager.go:270 [T1,n1] 348 running permanent upgrade for version 1000022.2-94
I230402 10:03:35.492572 2499 jobs/registry.go:617 [T1,n1] 349 active version is 1000022.2-98
I230402 10:03:35.531817 2499 upgrade/upgrademanager/manager.go:708 [T1,n1] 350 running Upgrade to 1000022.2-94: "create statement_activity and transaction_activity tables"
I230402 10:03:35.532197 4372 jobs/adopt.go:261 [T1,n1] 351 job 853145732237230081: resuming execution
I230402 10:03:35.592559 4362 jobs/registry.go:1522 [T1,n1] 352 MIGRATION job 853145732237230081: stepping through state running
I230402 10:03:35.645589 4362 jobs/registry.go:1522 [T1,n1] 353 MIGRATION job 853145732237230081: stepping through state succeeded
I230402 10:03:35.721532 2499 jobs/wait.go:145 [T1,n1] 354 waited for 1 [853145732237230081] queued jobs to complete 189.441639ms
I230402 10:03:35.722506 2499 upgrade/upgrademanager/manager.go:270 [T1,n1] 355 running permanent upgrade for version 1000022.2-98
I230402 10:03:35.857030 2499 jobs/registry.go:617 [T1,n1] 356 active version is 1000022.2-98
I230402 10:03:35.897656 2499 upgrade/upgrademanager/manager.go:708 [T1,n1] 357 running Upgrade to 1000022.2-98: "change TTL for SQL Stats system tables"
I230402 10:03:35.898018 3727 jobs/adopt.go:261 [T1,n1] 358 job 853145733440241665: resuming execution
I230402 10:03:35.947129 4456 jobs/registry.go:1522 [T1,n1] 359 MIGRATION job 853145733440241665: stepping through state running
I230402 10:03:36.013042 4473 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 360 ={"Timestamp":1680429815988648037,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.statement_statistics CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":42,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.statement_statistics","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.050737 4463 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 361 ={"Timestamp":1680429816014667600,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.transaction_statistics CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":43,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.transaction_statistics","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.068073 4488 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 362 ={"Timestamp":1680429816052858286,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.statement_activity CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":60,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.statement_activity","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.082194 4240 1@util/log/event_log.go:32 [T1,n1,job=MIGRATION id=853145733440241665,upgrade=1000022.2-98,intExec=set-SQLStatsTables-TTL] 363 ={"Timestamp":1680429816069692982,"EventType":"set_zone_config","Statement":"ALTER TABLE \"\".system.transaction_activity CONFIGURE ZONE USING \"gc.ttlseconds\" = $1","Tag":"CONFIGURE ZONE","User":"root","DescriptorID":61,"ApplicationName":"$ internal-set-SQLStatsTables-TTL","PlaceholderValues":["3600"],"Target":"TABLE system.public.transaction_activity","Options":["\"gc.ttlseconds\" = 3600"]}
I230402 10:03:36.088358 4456 jobs/registry.go:1522 [T1,n1] 364 MIGRATION job 853145733440241665: stepping through state succeeded
I230402 10:03:36.160258 2499 jobs/wait.go:145 [T1,n1] 365 waited for 1 [853145733440241665] queued jobs to complete 262.319844ms
I230402 10:03:36.160437 2499 server/server_sql.go:1591 [T1,n1] 366 done ensuring all necessary startup migrations have run
I230402 10:03:36.161623 4158 jobs/job_scheduler.go:407 [T1,n1] 367 waiting 3m0s before scheduled jobs daemon start
I230402 10:03:36.163667 4532 kv/kvclient/rangefeed/rangefeedcache/watcher.go:335 [T1,n1] 368 tenant-settings-watcher: established range feed cache
I230402 10:03:36.165905 4401 kv/kvclient/rangefeed/rangefeedcache/watcher.go:335 [T1,n1] 369 tenant-capability-watcher: established range feed cache
I230402 10:03:36.175777 4401 multitenant/tenantcapabilities/tenantcapabilitieswatcher/watcher.go:148 [T1,n1] 370 received results of a full table scan for tenant capabilities
I230402 10:03:36.189552 4530 server/auto_upgrade.go:78 [T1,n1] 371 no need to upgrade, cluster already at the newest version
I230402 10:03:36.206669 4160 sql/syntheticprivilegecache/cache.go:195 [T1,n1] 372 warmed privileges for virtual tables in 45.004864ms
I230402 10:03:36.825536 4770 13@kv/kvserver/replicate_queue.go:842 [T1,n1,replicate,s1,r17/1:/Table/1{5-6}] 373 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I230402 10:03:36.827388 4771 13@kv/kvserver/replicate_queue.go:842 [T1,n1,replicate,s1,r17/1:/Table/1{5-6}] 374 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I230402 10:03:36.869029 4539 13@kv/kvserver/replicate_queue.go:842 [T1,n1,replicate,s1,r5/1:/{Systemtse-Table/0}] 375 error processing replica: 0 of 1 live stores are able to take a new replica for the range (1 already has a voter, 0 already have a non-voter); likely not enough nodes in cluster
I230402 10:03:37.178301 2766 3@pebble/event.go:734 [n1,s1,pebble] 376 [JOB 7] WAL created 000006
I230402 10:03:37.197242 2499 1@server/server_sql.go:1678 [T1,n1] 377 serving sql connections
--- FAIL: TestRefresh (6.24s)
=== RUN TestRefresh/needs_refresh,_with_change
cache_test.go:191:
Error Trace: pkg/kv/kvserver/protectedts/ptcache/ptcache_test_test/pkg/kv/kvserver/protectedts/ptcache/cache_test.go:626
pkg/kv/kvserver/protectedts/ptcache/ptcache_test_test/pkg/kv/kvserver/protectedts/ptcache/cache_test.go:191
Error: Not equal:
expected: 2
actual : 3
Test: TestRefresh/needs_refresh,_with_change
--- FAIL: TestRefresh/needs_refresh,_with_change (0.07s)
```
<p>Parameters: <code>TAGS=bazel,gss,race</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
<details><summary>Same failure on other branches</summary>
<p>
- #74613 pkg/kv/kvserver/protectedts/ptcache/ptcache_test: TestRefresh failed [C-test-failure O-robot branch-master]
</p>
</details>
/cc @cockroachdb/replication
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRefresh.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-26425 | test | pkg kv kvserver protectedts ptcache ptcache test testrefresh failed pkg kv kvserver protectedts ptcache ptcache test testrefresh with on release upgrade upgrademanager manager go running permanent upgrade for version jobs registry go active version is upgrade upgrademanager manager go running upgrade to create auto config runner job jobs adopt go job resuming execution jobs registry go migration job stepping through state running jobs registry go active version is jobs adopt go job resuming execution jobs registry go migration job stepping through state succeeded jobs registry go auto config runner job stepping through state running jobs wait go waited for queued jobs to complete upgrade upgrademanager manager go running permanent upgrade for version jobs registry go active version is upgrade upgrademanager manager go running upgrade to create statement activity and transaction activity tables jobs adopt go job resuming execution jobs registry go migration job stepping through state running jobs registry go migration job stepping through state succeeded jobs wait go waited for queued jobs to complete upgrade upgrademanager manager go running permanent upgrade for version jobs registry go active version is upgrade upgrademanager manager go running upgrade to change ttl for sql stats system tables jobs adopt go job resuming execution jobs registry go migration job stepping through state running util log event log go timestamp eventtype set zone config statement alter table system statement statistics configure zone using gc ttlseconds tag configure zone user root descriptorid applicationname internal set sqlstatstables ttl placeholdervalues target table system public statement statistics options util log event log go timestamp eventtype set zone config statement alter table system transaction statistics configure zone using gc ttlseconds tag configure zone user root descriptorid applicationname internal set sqlstatstables ttl placeholdervalues target table system public transaction statistics options util log event log go timestamp eventtype set zone config statement alter table system statement activity configure zone using gc ttlseconds tag configure zone user root descriptorid applicationname internal set sqlstatstables ttl placeholdervalues target table system public statement activity options util log event log go timestamp eventtype set zone config statement alter table system transaction activity configure zone using gc ttlseconds tag configure zone user root descriptorid applicationname internal set sqlstatstables ttl placeholdervalues target table system public transaction activity options jobs registry go migration job stepping through state succeeded jobs wait go waited for queued jobs to complete server server sql go done ensuring all necessary startup migrations have run jobs job scheduler go waiting before scheduled jobs daemon start kv kvclient rangefeed rangefeedcache watcher go tenant settings watcher established range feed cache kv kvclient rangefeed rangefeedcache watcher go tenant capability watcher established range feed cache multitenant tenantcapabilities tenantcapabilitieswatcher watcher go received results of a full table scan for tenant capabilities server auto upgrade go no need to upgrade cluster already at the newest version sql syntheticprivilegecache cache go warmed privileges for virtual tables in kv kvserver replicate queue go error processing replica of live stores are able to take a new replica for the range already has a voter already have a non voter likely not enough nodes in cluster kv kvserver replicate queue go error processing replica of live stores are able to take a new replica for the range already has a voter already have a non voter likely not enough nodes in cluster kv kvserver replicate queue go error processing replica of live stores are able to take a new replica for the range already has a voter already have a non voter likely not enough nodes in cluster pebble event go wal created server server sql go serving sql connections fail testrefresh run testrefresh needs refresh with change cache test go error trace pkg kv kvserver protectedts ptcache ptcache test test pkg kv kvserver protectedts ptcache cache test go pkg kv kvserver protectedts ptcache ptcache test test pkg kv kvserver protectedts ptcache cache test go error not equal expected actual test testrefresh needs refresh with change fail testrefresh needs refresh with change parameters tags bazel gss race help see also same failure on other branches pkg kv kvserver protectedts ptcache ptcache test testrefresh failed cc cockroachdb replication jira issue crdb | 1 |
57,974 | 6,562,441,516 | IssuesEvent | 2017-09-07 16:35:47 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | opened | RFE: e2e label internet connectivity. | area/test priority/important-longterm sig/testing | **PROBLEM STATEMENT:**
It's normal for folks to build clusters in an air-gap'd environment. In these environments access to the wider internet is strictly forbidden. We've known that there are several tests in the test suite require internet connectivity e.g. xref: https://github.com/kubernetes/kubernetes/pull/51287 , and this poses a problem for folks wanting to validate their cluster.
**PROPSED SOLUTION:**
1. Create a predefined [Tag/Label] that can easily skip these tests for this type of environment
2. Create a framework function that detects and auto-skips tests that are known to require internet connectivity
/cc @kubernetes/sig-testing-feature-requests | 2.0 | RFE: e2e label internet connectivity. - **PROBLEM STATEMENT:**
It's normal for folks to build clusters in an air-gap'd environment. In these environments access to the wider internet is strictly forbidden. We've known that there are several tests in the test suite require internet connectivity e.g. xref: https://github.com/kubernetes/kubernetes/pull/51287 , and this poses a problem for folks wanting to validate their cluster.
**PROPSED SOLUTION:**
1. Create a predefined [Tag/Label] that can easily skip these tests for this type of environment
2. Create a framework function that detects and auto-skips tests that are known to require internet connectivity
/cc @kubernetes/sig-testing-feature-requests | test | rfe label internet connectivity problem statement it s normal for folks to build clusters in an air gap d environment in these environments access to the wider internet is strictly forbidden we ve known that there are several tests in the test suite require internet connectivity e g xref and this poses a problem for folks wanting to validate their cluster propsed solution create a predefined that can easily skip these tests for this type of environment create a framework function that detects and auto skips tests that are known to require internet connectivity cc kubernetes sig testing feature requests | 1 |
301,264 | 9,218,149,905 | IssuesEvent | 2019-03-11 12:41:39 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | in.yahoo.com - site is not usable | browser-firefox priority-critical | <!-- @browser: Firefox 66.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://in.yahoo.com/?guccounter=1
**Browser / Version**: Firefox 66.0
**Operating System**: Windows 8.1
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: site not open
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190225143245</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | in.yahoo.com - site is not usable - <!-- @browser: Firefox 66.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://in.yahoo.com/?guccounter=1
**Browser / Version**: Firefox 66.0
**Operating System**: Windows 8.1
**Tested Another Browser**: Yes
**Problem type**: Site is not usable
**Description**: site not open
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190225143245</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_test | in yahoo com site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description site not open steps to reproduce browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta from with ❤️ | 0 |
300,635 | 25,982,911,035 | IssuesEvent | 2022-12-19 20:37:18 | alcionai/corso | https://api.github.com/repos/alcionai/corso | closed | CI additional apps and round-robin selection. | tests | ## Issue
CI tests are frequently failing due to throttling limit issues. Graph API throttling is tracked on a per-app-per-mailbox basis. Adding additional apps (as gh environment secrets), and using a round-robin selector on each test run, will do a lot to alleviate the current pain. | 1.0 | CI additional apps and round-robin selection. - ## Issue
CI tests are frequently failing due to throttling limit issues. Graph API throttling is tracked on a per-app-per-mailbox basis. Adding additional apps (as gh environment secrets), and using a round-robin selector on each test run, will do a lot to alleviate the current pain. | test | ci additional apps and round robin selection issue ci tests are frequently failing due to throttling limit issues graph api throttling is tracked on a per app per mailbox basis adding additional apps as gh environment secrets and using a round robin selector on each test run will do a lot to alleviate the current pain | 1 |
392,872 | 11,596,894,808 | IssuesEvent | 2020-02-24 19:48:29 | googleapis/repo-automation-bots | https://api.github.com/repos/googleapis/repo-automation-bots | closed | Build Cop: check Java works | priority: p1 type: bug | See build 94ba7c00-2745-428d-98ea-454106741f28.
```
[Buildcop] Processing google-cloud-vision/target/failsafe-reports/integration/com.google.cloud.vision.it.ITSystemTest/sponge_log.xml
```
No issues were filed for this.
cc @chingor13
Next step: get the XML output, trim it down keeping the format, and add it as a test case here: https://github.com/googleapis/repo-automation-bots/blob/dbce6789088b7cebdd16306a73cff8f77c8201df/packages/buildcop/test/buildcop.ts#L291 | 1.0 | Build Cop: check Java works - See build 94ba7c00-2745-428d-98ea-454106741f28.
```
[Buildcop] Processing google-cloud-vision/target/failsafe-reports/integration/com.google.cloud.vision.it.ITSystemTest/sponge_log.xml
```
No issues were filed for this.
cc @chingor13
Next step: get the XML output, trim it down keeping the format, and add it as a test case here: https://github.com/googleapis/repo-automation-bots/blob/dbce6789088b7cebdd16306a73cff8f77c8201df/packages/buildcop/test/buildcop.ts#L291 | non_test | build cop check java works see build processing google cloud vision target failsafe reports integration com google cloud vision it itsystemtest sponge log xml no issues were filed for this cc next step get the xml output trim it down keeping the format and add it as a test case here | 0 |
162,507 | 20,194,708,962 | IssuesEvent | 2022-02-11 09:35:47 | TIBCOSoftware/TCSTK-Cloud-CLI | https://api.github.com/repos/TIBCOSoftware/TCSTK-Cloud-CLI | closed | CVE-2021-23567 (High) detected in colors-1.4.0.tgz | security vulnerability | ## CVE-2021-23567 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>colors-1.4.0.tgz</b></p></summary>
<p>get colors in your node.js console</p>
<p>Library home page: <a href="https://registry.npmjs.org/colors/-/colors-1.4.0.tgz">https://registry.npmjs.org/colors/-/colors-1.4.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/colors/package.json</p>
<p>
Dependency Hierarchy:
- :x: **colors-1.4.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package colors after 1.4.0 are vulnerable to Denial of Service (DoS) that was introduced through an infinite loop in the americanFlag module. Unfortunately this appears to have been a purposeful attempt by a maintainer of colors to make the package unusable, other maintainers' controls over this package appear to have been revoked in an attempt to prevent them from fixing the issue. Vulnerable Code js for (let i = 666; i < Infinity; i++;) { Alternative Remediation Suggested * Pin dependancy to 1.4.0
<p>Publish Date: 2022-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23567>CVE-2021-23567</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>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"colors","packageVersion":"1.4.0","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"colors:1.4.0","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-23567","vulnerabilityDetails":"The package colors after 1.4.0 are vulnerable to Denial of Service (DoS) that was introduced through an infinite loop in the americanFlag module. Unfortunately this appears to have been a purposeful attempt by a maintainer of colors to make the package unusable, other maintainers\u0027 controls over this package appear to have been revoked in an attempt to prevent them from fixing the issue. Vulnerable Code js for (let i \u003d 666; i \u003c Infinity; i++;) { Alternative Remediation Suggested * Pin dependancy to 1.4.0","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23567","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-23567 (High) detected in colors-1.4.0.tgz - ## CVE-2021-23567 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>colors-1.4.0.tgz</b></p></summary>
<p>get colors in your node.js console</p>
<p>Library home page: <a href="https://registry.npmjs.org/colors/-/colors-1.4.0.tgz">https://registry.npmjs.org/colors/-/colors-1.4.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/colors/package.json</p>
<p>
Dependency Hierarchy:
- :x: **colors-1.4.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The package colors after 1.4.0 are vulnerable to Denial of Service (DoS) that was introduced through an infinite loop in the americanFlag module. Unfortunately this appears to have been a purposeful attempt by a maintainer of colors to make the package unusable, other maintainers' controls over this package appear to have been revoked in an attempt to prevent them from fixing the issue. Vulnerable Code js for (let i = 666; i < Infinity; i++;) { Alternative Remediation Suggested * Pin dependancy to 1.4.0
<p>Publish Date: 2022-01-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23567>CVE-2021-23567</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>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"colors","packageVersion":"1.4.0","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"colors:1.4.0","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-23567","vulnerabilityDetails":"The package colors after 1.4.0 are vulnerable to Denial of Service (DoS) that was introduced through an infinite loop in the americanFlag module. Unfortunately this appears to have been a purposeful attempt by a maintainer of colors to make the package unusable, other maintainers\u0027 controls over this package appear to have been revoked in an attempt to prevent them from fixing the issue. Vulnerable Code js for (let i \u003d 666; i \u003c Infinity; i++;) { Alternative Remediation Suggested * Pin dependancy to 1.4.0","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23567","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 colors tgz cve high severity vulnerability vulnerable library colors tgz get colors in your node js console library home page a href path to dependency file package json path to vulnerable library node modules colors package json dependency hierarchy x colors tgz vulnerable library found in base branch master vulnerability details the package colors after are vulnerable to denial of service dos that was introduced through an infinite loop in the americanflag module unfortunately this appears to have been a purposeful attempt by a maintainer of colors to make the package unusable other maintainers controls over this package appear to have been revoked in an attempt to prevent them from fixing the issue vulnerable code js for let i i infinity i alternative remediation suggested pin dependancy to 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 isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree colors isminimumfixversionavailable false isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails the package colors after are vulnerable to denial of service dos that was introduced through an infinite loop in the americanflag module unfortunately this appears to have been a purposeful attempt by a maintainer of colors to make the package unusable other maintainers controls over this package appear to have been revoked in an attempt to prevent them from fixing the issue vulnerable code js for let i i infinity i alternative remediation suggested pin dependancy to vulnerabilityurl | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.