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
83,869
10,341,275,207
IssuesEvent
2019-09-04 01:30:50
stones5/reality
https://api.github.com/repos/stones5/reality
closed
SQL Formatting 자료조사
documentation
- SQL 문장 Keyword 분석 - Formatting 사용자 Option 정보 도출 - Formatting 오픈소스 Library 조사
1.0
SQL Formatting 자료조사 - - SQL 문장 Keyword 분석 - Formatting 사용자 Option 정보 도출 - Formatting 오픈소스 Library 조사
non_test
sql formatting 자료조사 sql 문장 keyword 분석 formatting 사용자 option 정보 도출 formatting 오픈소스 library 조사
0
354,070
25,148,649,874
IssuesEvent
2022-11-10 08:14:57
Spacelocust/git-node
https://api.github.com/repos/Spacelocust/git-node
closed
Add routing system
documentation enhancement node feature
### The name of the feature Routing system ### Feature description Add a routing system so we can handle routes. Example : ```js import { createApiRoute } from '@Spacelocust/git-node'; createApiRoute( '/my-route, // Handle this, and call the callback given callback(request, response) ); ``` ### Additional information ```shell Maybe store all the routes declared somewhere. ```
1.0
Add routing system - ### The name of the feature Routing system ### Feature description Add a routing system so we can handle routes. Example : ```js import { createApiRoute } from '@Spacelocust/git-node'; createApiRoute( '/my-route, // Handle this, and call the callback given callback(request, response) ); ``` ### Additional information ```shell Maybe store all the routes declared somewhere. ```
non_test
add routing system the name of the feature routing system feature description add a routing system so we can handle routes example js import createapiroute from spacelocust git node createapiroute my route handle this and call the callback given callback request response additional information shell maybe store all the routes declared somewhere
0
91,209
8,300,464,636
IssuesEvent
2018-09-21 08:12:28
xcat2/xcat2-task-management
https://api.github.com/repos/xcat2/xcat2-task-management
closed
Feature verify: xcat-inventory support regular expression
priority:high test
What to do: * [ ] offer [test plan of xcat-inventory support regular expression](https://github.com/xcat2/xcat-core/wiki/Test-Design-of-xcat-inventory-regular-expression) * [ ] implement test cases depending on above test plan
1.0
Feature verify: xcat-inventory support regular expression - What to do: * [ ] offer [test plan of xcat-inventory support regular expression](https://github.com/xcat2/xcat-core/wiki/Test-Design-of-xcat-inventory-regular-expression) * [ ] implement test cases depending on above test plan
test
feature verify xcat inventory support regular expression what to do offer implement test cases depending on above test plan
1
294,073
25,343,943,183
IssuesEvent
2022-11-19 02:09:32
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
sanitycheck: Make sanitycheck test specifiacation compatible
Enhancement area: Tests area: Twister
As a tester, I would like to be able to extract the complete and exact test specification (the list of all the test suites with all the test cases) that will be run by sanitycheck for a given setup. This is an important feature in testing standards, which allows verifying the test results against the specification prepared in advance. Currently, there exist some options that allow exporting tests in advance. However, there are still mismatches between the tests in the extracted list and the final report (due to various reasons). One can see such mismatch between the specification and the results on the `tests/subsys/settings/functional/` example: To get specification, call: ``` ./scripts/sanitycheck -T tests/subsys/settings/functional/ -p native_posix --export-tests out.txt ``` To execute the tests and obtain results, call: ``` ./scripts/sanitycheck -T tests/subsys/settings/functional/ -p native_posix ``` The results are found by default in `./sanity-out/sanitycheck_report.xml`. I believe this enhancement can be a good goal for v2.5 release. Being able to compare the results with the specification prepared before the test execution is an important feature of QA. I would also consider adding a verification step for new tests being added, during which "the specification compatibility" is checked.
1.0
sanitycheck: Make sanitycheck test specifiacation compatible - As a tester, I would like to be able to extract the complete and exact test specification (the list of all the test suites with all the test cases) that will be run by sanitycheck for a given setup. This is an important feature in testing standards, which allows verifying the test results against the specification prepared in advance. Currently, there exist some options that allow exporting tests in advance. However, there are still mismatches between the tests in the extracted list and the final report (due to various reasons). One can see such mismatch between the specification and the results on the `tests/subsys/settings/functional/` example: To get specification, call: ``` ./scripts/sanitycheck -T tests/subsys/settings/functional/ -p native_posix --export-tests out.txt ``` To execute the tests and obtain results, call: ``` ./scripts/sanitycheck -T tests/subsys/settings/functional/ -p native_posix ``` The results are found by default in `./sanity-out/sanitycheck_report.xml`. I believe this enhancement can be a good goal for v2.5 release. Being able to compare the results with the specification prepared before the test execution is an important feature of QA. I would also consider adding a verification step for new tests being added, during which "the specification compatibility" is checked.
test
sanitycheck make sanitycheck test specifiacation compatible as a tester i would like to be able to extract the complete and exact test specification the list of all the test suites with all the test cases that will be run by sanitycheck for a given setup this is an important feature in testing standards which allows verifying the test results against the specification prepared in advance currently there exist some options that allow exporting tests in advance however there are still mismatches between the tests in the extracted list and the final report due to various reasons one can see such mismatch between the specification and the results on the tests subsys settings functional example to get specification call scripts sanitycheck t tests subsys settings functional p native posix export tests out txt to execute the tests and obtain results call scripts sanitycheck t tests subsys settings functional p native posix the results are found by default in sanity out sanitycheck report xml i believe this enhancement can be a good goal for release being able to compare the results with the specification prepared before the test execution is an important feature of qa i would also consider adding a verification step for new tests being added during which the specification compatibility is checked
1
55,102
6,426,501,096
IssuesEvent
2017-08-09 17:35:50
GoogleCloudPlatform/google-cloud-node
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-node
closed
Add integration test for Unicode filenames.
api: storage priority: p1 status: acknowledged testing type: enhancement
Add a system test to prove that we do not normalize Unicode resource names. See https://github.com/GoogleCloudPlatform/google-cloud-python/pull/3215
1.0
Add integration test for Unicode filenames. - Add a system test to prove that we do not normalize Unicode resource names. See https://github.com/GoogleCloudPlatform/google-cloud-python/pull/3215
test
add integration test for unicode filenames add a system test to prove that we do not normalize unicode resource names see
1
59,956
6,667,761,175
IssuesEvent
2017-10-03 13:44:20
fga-gpp-mds/2017.2-Receituario-Medico
https://api.github.com/repos/fga-gpp-mds/2017.2-Receituario-Medico
opened
TS03-Validate
Refactoring Technical history Testing
**TS03** - Eu, como desenvolvedor desejo garantir que todas as validações estão sendo realizadas de acordo com as regras de negócio para garantir a integridade dos dados no sistema. **Critérios de aceitação:** - [ ] Testar todos os campos de registro do paciente segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de registro do paciente, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de registro do profissional de saúde segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de registro do profissional de saúde, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de login do paciente segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de login do paciente, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de login do profissional de saúde segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de login do profissional de saúde, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de edição do paciente segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de edição do paciente, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de edição do profissional de saúde segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de edição do profissional de saúde, modificar a validação referente à esse erro no código.
1.0
TS03-Validate - **TS03** - Eu, como desenvolvedor desejo garantir que todas as validações estão sendo realizadas de acordo com as regras de negócio para garantir a integridade dos dados no sistema. **Critérios de aceitação:** - [ ] Testar todos os campos de registro do paciente segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de registro do paciente, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de registro do profissional de saúde segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de registro do profissional de saúde, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de login do paciente segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de login do paciente, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de login do profissional de saúde segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de login do profissional de saúde, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de edição do paciente segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de edição do paciente, modificar a validação referente à esse erro no código. - [ ] Testar todos os campos de edição do profissional de saúde segundo as regras de negócio do caso de uso referente. Nesse ponto deve ser testado tanto as classes de equivalência válidas, assim como as inválidas, e também devem ser feito testes nos valores limites. - [ ] Caso encontre algum erro nos testes de edição do profissional de saúde, modificar a validação referente à esse erro no código.
test
validate eu como desenvolvedor desejo garantir que todas as validações estão sendo realizadas de acordo com as regras de negócio para garantir a integridade dos dados no sistema critérios de aceitação testar todos os campos de registro do paciente segundo as regras de negócio do caso de uso referente nesse ponto deve ser testado tanto as classes de equivalência válidas assim como as inválidas e também devem ser feito testes nos valores limites caso encontre algum erro nos testes de registro do paciente modificar a validação referente à esse erro no código testar todos os campos de registro do profissional de saúde segundo as regras de negócio do caso de uso referente nesse ponto deve ser testado tanto as classes de equivalência válidas assim como as inválidas e também devem ser feito testes nos valores limites caso encontre algum erro nos testes de registro do profissional de saúde modificar a validação referente à esse erro no código testar todos os campos de login do paciente segundo as regras de negócio do caso de uso referente nesse ponto deve ser testado tanto as classes de equivalência válidas assim como as inválidas e também devem ser feito testes nos valores limites caso encontre algum erro nos testes de login do paciente modificar a validação referente à esse erro no código testar todos os campos de login do profissional de saúde segundo as regras de negócio do caso de uso referente nesse ponto deve ser testado tanto as classes de equivalência válidas assim como as inválidas e também devem ser feito testes nos valores limites caso encontre algum erro nos testes de login do profissional de saúde modificar a validação referente à esse erro no código testar todos os campos de edição do paciente segundo as regras de negócio do caso de uso referente nesse ponto deve ser testado tanto as classes de equivalência válidas assim como as inválidas e também devem ser feito testes nos valores limites caso encontre algum erro nos testes de edição do paciente modificar a validação referente à esse erro no código testar todos os campos de edição do profissional de saúde segundo as regras de negócio do caso de uso referente nesse ponto deve ser testado tanto as classes de equivalência válidas assim como as inválidas e também devem ser feito testes nos valores limites caso encontre algum erro nos testes de edição do profissional de saúde modificar a validação referente à esse erro no código
1
75,227
25,599,802,806
IssuesEvent
2022-12-01 19:07:53
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Element-Desktop: jitsi frame blocked by CSP frame-ancestors 'self', but working on Web/Mobile
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… Hello! My self-hosted jitsi-meet and matrix-synapse instance using [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy) has been running for a few months now without any issues. The Element-Desktop client app is requesting the Jitsi Widget frame through *VECTOR-IM's* own domain *https://app.element.io* and is being blocked by the *Content Security Policy* directive: **"frame-ancestors 'self' \*.example.com"**. Whereas Element-Web and also Element for mobile both are using the whitelisted/allowed subdomain *https://element.example.com*. ##### Element-Desktop: https://**app.element.io**/jitsi.html#**conferenceDomain=jitsi.example.com**&conferenceId=Jitsi[...] ##### Element-Web: https://**element.example.com**/jitsi.html#**conferenceDomain=jitsi.example.com**&conferenceId=Jitsi[...] This is what the relevand log returns after tapping on *Joyn conference*. Dev-tools console log (shortened and : ``` Refused to frame 'https://jitsi.example.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' *.example.com". ``` This issue is only reproducible on element-desktop. ### Outcome #### What did you expect? Joyn conference #### What happened instead? ### Operating system Debian 10 (buster), x86_64 ### Application version Element-Desktop: 1.11.15 ### How did you install the app? ```bashapt-get install element-desktop ### Homeserver Synapse v1.71.0 ### Will you send logs? Yes
1.0
Element-Desktop: jitsi frame blocked by CSP frame-ancestors 'self', but working on Web/Mobile - ### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… Hello! My self-hosted jitsi-meet and matrix-synapse instance using [matrix-docker-ansible-deploy](https://github.com/spantaleev/matrix-docker-ansible-deploy) has been running for a few months now without any issues. The Element-Desktop client app is requesting the Jitsi Widget frame through *VECTOR-IM's* own domain *https://app.element.io* and is being blocked by the *Content Security Policy* directive: **"frame-ancestors 'self' \*.example.com"**. Whereas Element-Web and also Element for mobile both are using the whitelisted/allowed subdomain *https://element.example.com*. ##### Element-Desktop: https://**app.element.io**/jitsi.html#**conferenceDomain=jitsi.example.com**&conferenceId=Jitsi[...] ##### Element-Web: https://**element.example.com**/jitsi.html#**conferenceDomain=jitsi.example.com**&conferenceId=Jitsi[...] This is what the relevand log returns after tapping on *Joyn conference*. Dev-tools console log (shortened and : ``` Refused to frame 'https://jitsi.example.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' *.example.com". ``` This issue is only reproducible on element-desktop. ### Outcome #### What did you expect? Joyn conference #### What happened instead? ### Operating system Debian 10 (buster), x86_64 ### Application version Element-Desktop: 1.11.15 ### How did you install the app? ```bashapt-get install element-desktop ### Homeserver Synapse v1.71.0 ### Will you send logs? Yes
non_test
element desktop jitsi frame blocked by csp frame ancestors self but working on web mobile steps to reproduce where are you starting what can you see what do you click more steps… hello my self hosted jitsi meet and matrix synapse instance using has been running for a few months now without any issues the element desktop client app is requesting the jitsi widget frame through vector im s own domain and is being blocked by the content security policy directive frame ancestors self example com whereas element web and also element for mobile both are using the whitelisted allowed subdomain element desktop element web this is what the relevand log returns after tapping on joyn conference dev tools console log shortened and refused to frame because an ancestor violates the following content security policy directive frame ancestors self example com this issue is only reproducible on element desktop outcome what did you expect joyn conference what happened instead operating system debian buster application version element desktop how did you install the app bashapt get install element desktop homeserver synapse will you send logs yes
0
172,829
13,348,861,696
IssuesEvent
2020-08-29 20:53:23
AdaptableTools/adaptable
https://api.github.com/repos/AdaptableTools/adaptable
closed
Deleting User Filter in Column Info - stays visible
Function: Column Info Function: User Filter Sigal Test Type: Bug
If you delete a User Filter from a column the row in the Column Info popup stays visible.
1.0
Deleting User Filter in Column Info - stays visible - If you delete a User Filter from a column the row in the Column Info popup stays visible.
test
deleting user filter in column info stays visible if you delete a user filter from a column the row in the column info popup stays visible
1
147,298
11,781,136,258
IssuesEvent
2020-03-16 21:39:33
saltstack/salt
https://api.github.com/repos/saltstack/salt
closed
integration.modules.test_pip failures on macosx
3000.1 Fixed Pending Verification Test Failure
### Description of Issue These tests are failing on mac 10.13 and 10.12 python3: ``` integration.modules.test_pip.PipModuleTest.test_chained_requirements__non_absolute_file_path integration.modules.test_pip.PipModuleTest.test_issue_4805_nested_requirements integration.modules.test_pip.PipModuleTest.test_pip_install_multiple_editables_and_pkgs integration.modules.test_pip.PipModuleTest.test_requirements_as_list__non_absolute_file_path integration.modules.test_pip.PipModuleTest.test_requirements_as_list_of_chains__cwd_not_set__absolute_file_path integration.modules.test_pip.PipModuleTest.test_requirements_as_list_of_chains__cwd_set__absolute_file_path integration.modules.test_virtualenv_mod.VirtualenvModuleTest.test_create_defaults integration.modules.test_virtualenv_mod.VirtualenvModuleTest.test_site_packages integration.states.test_pip_state.PipStateTest.test_issue_2028_pip_installed_state integration.states.test_pip_state.PipStateTest.test_issue_2087_missing_pip integration.states.test_pip_state.PipStateTest.test_issue_6833_pip_upgrade_pip integration.states.test_pip_state.PipStateTest.test_pip_installed_errors integration.states.test_pip_state.PipStateTest.test_pip_installed_removed_venv integration.states.test_pip_state.PipStateTest.test_pip_installed_specific_env unit.states.test_pip_state.PipStateTest.test_install_requirements_parsing setUpClass (unit.modules.test_zcbuildout.BuildoutOnlineTestCase) setUpClass (unit.modules.test_zcbuildout.BuildoutTestCase) setUpClass (unit.states.test_zcbuildout.BuildoutTestCase) ``` i believe the failures are most likely related since these tests use virtualenv. one thing to note is setuptools just released a new 46 release that could possibly be impacting things. If you find they are not related we can break this out into multiple issues and assign out. https://jenkinsci.saltstack.com/job/pr-macosxhighsierra-py3/job/master/553/
1.0
integration.modules.test_pip failures on macosx - ### Description of Issue These tests are failing on mac 10.13 and 10.12 python3: ``` integration.modules.test_pip.PipModuleTest.test_chained_requirements__non_absolute_file_path integration.modules.test_pip.PipModuleTest.test_issue_4805_nested_requirements integration.modules.test_pip.PipModuleTest.test_pip_install_multiple_editables_and_pkgs integration.modules.test_pip.PipModuleTest.test_requirements_as_list__non_absolute_file_path integration.modules.test_pip.PipModuleTest.test_requirements_as_list_of_chains__cwd_not_set__absolute_file_path integration.modules.test_pip.PipModuleTest.test_requirements_as_list_of_chains__cwd_set__absolute_file_path integration.modules.test_virtualenv_mod.VirtualenvModuleTest.test_create_defaults integration.modules.test_virtualenv_mod.VirtualenvModuleTest.test_site_packages integration.states.test_pip_state.PipStateTest.test_issue_2028_pip_installed_state integration.states.test_pip_state.PipStateTest.test_issue_2087_missing_pip integration.states.test_pip_state.PipStateTest.test_issue_6833_pip_upgrade_pip integration.states.test_pip_state.PipStateTest.test_pip_installed_errors integration.states.test_pip_state.PipStateTest.test_pip_installed_removed_venv integration.states.test_pip_state.PipStateTest.test_pip_installed_specific_env unit.states.test_pip_state.PipStateTest.test_install_requirements_parsing setUpClass (unit.modules.test_zcbuildout.BuildoutOnlineTestCase) setUpClass (unit.modules.test_zcbuildout.BuildoutTestCase) setUpClass (unit.states.test_zcbuildout.BuildoutTestCase) ``` i believe the failures are most likely related since these tests use virtualenv. one thing to note is setuptools just released a new 46 release that could possibly be impacting things. If you find they are not related we can break this out into multiple issues and assign out. https://jenkinsci.saltstack.com/job/pr-macosxhighsierra-py3/job/master/553/
test
integration modules test pip failures on macosx description of issue these tests are failing on mac and integration modules test pip pipmoduletest test chained requirements non absolute file path integration modules test pip pipmoduletest test issue nested requirements integration modules test pip pipmoduletest test pip install multiple editables and pkgs integration modules test pip pipmoduletest test requirements as list non absolute file path integration modules test pip pipmoduletest test requirements as list of chains cwd not set absolute file path integration modules test pip pipmoduletest test requirements as list of chains cwd set absolute file path integration modules test virtualenv mod virtualenvmoduletest test create defaults integration modules test virtualenv mod virtualenvmoduletest test site packages integration states test pip state pipstatetest test issue pip installed state integration states test pip state pipstatetest test issue missing pip integration states test pip state pipstatetest test issue pip upgrade pip integration states test pip state pipstatetest test pip installed errors integration states test pip state pipstatetest test pip installed removed venv integration states test pip state pipstatetest test pip installed specific env unit states test pip state pipstatetest test install requirements parsing setupclass unit modules test zcbuildout buildoutonlinetestcase setupclass unit modules test zcbuildout buildouttestcase setupclass unit states test zcbuildout buildouttestcase i believe the failures are most likely related since these tests use virtualenv one thing to note is setuptools just released a new release that could possibly be impacting things if you find they are not related we can break this out into multiple issues and assign out
1
145,594
11,700,106,545
IssuesEvent
2020-03-06 16:50:21
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
[Flaky Test] HLR Intake edit
Eng: Flaky Test Type: Tech-Improvement
## Background/context/resources ``` $ CI=true bundle exec rspec ./spec/feature/intake/higher_level_review/edit_spec.rb[1:2:1:1,1:2:2,1:3:1] --seed 23816 Run options: include {:focus=>true, :ids=>{"./spec/feature/intake/higher_level_review/edit_spec.rb"=>["1:2:1:1", "1:2:2", "1:3:1"]}} Randomized with seed 23816 Higher Level Review Edit issues when there are ineligible issues All visited screens will be scanned for 508 accessibility compliance. 1st Try error in ./spec/feature/intake/higher_level_review/edit_spec.rb:329: expected to find css "label" at least 1 time but there were no matches RSpec::Retry: 2nd try ./spec/feature/intake/higher_level_review/edit_spec.rb:329 re-applies eligibility check on remove/re-add of ineligible issue (FAILED - 1) HTML screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-33.036.html Image screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-33.036.png VACOLS issue from before AMA opted in 1st Try error in ./spec/feature/intake/higher_level_review/edit_spec.rb:299: expected to find text "Left knee granted is ineligible because it was last processed as a Higher-Level Review and this can't be done twice in a row" in "" RSpec::Retry: 2nd try ./spec/feature/intake/higher_level_review/edit_spec.rb:299 shows the Higher-Level Review Edit page with ineligibility messages (FAILED - 2) HTML screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-50.113.html Image screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-50.113.png Nonrating issue with untimely date and VACOLS opt-in 1st Try error in ./spec/feature/intake/higher_level_review/edit_spec.rb:448: expected to find button "Next" but there were no matches RSpec::Retry: 2nd try ./spec/feature/intake/higher_level_review/edit_spec.rb:448 does not apply untimely check to legacy opt-in (FAILED - 3) HTML screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-55-06.834.html Image screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-55-06.834.png Failures: 1) Higher Level Review Edit issues when there are ineligible issues re-applies eligibility check on remove/re-add of ineligible issue Failure/Error: find_all("label", text: description, minimum: 1).first.click Capybara::ExpectationNotMet: expected to find css "label" at least 1 time but there were no matches # ./spec/support/intake_helpers.rb:205:in `add_intake_rating_issue' # ./spec/feature/intake/higher_level_review/edit_spec.rb:352:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:23:in `block (2 levels) in <top (required)>' 2) Higher Level Review Edit issues when there are ineligible issues VACOLS issue from before AMA opted in shows the Higher-Level Review Edit page with ineligibility messages Failure/Error: expect(page).to have_content( "#{ri_with_previous_hlr.contention_text} #{ineligible.higher_level_review_to_higher_level_review}" ) expected to find text "Left knee granted is ineligible because it was last processed as a Higher-Level Review and this can't be done twice in a row" in "" # ./spec/feature/intake/higher_level_review/edit_spec.rb:301:in `block (4 levels) in <top (required)>' # ./spec/spec_helper.rb:23:in `block (2 levels) in <top (required)>' 3) Higher Level Review Edit issues Nonrating issue with untimely date and VACOLS opt-in does not apply untimely check to legacy opt-in Failure/Error: expect(page).to have_button(add_button_text, disabled: true) expected to find button "Next" but there were no matches # ./spec/support/intake_helpers.rb:228:in `add_intake_nonrating_issue' # ./spec/feature/intake/higher_level_review/edit_spec.rb:453:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:23:in `block (2 levels) in <top (required)>' Finished in 1 minute 8.5 seconds (files took 6.41 seconds to load) 3 examples, 3 failures Failed examples: rspec ./spec/feature/intake/higher_level_review/edit_spec.rb:329 # Higher Level Review Edit issues when there are ineligible issues re-applies eligibility check on remove/re-add of ineligible issue rspec ./spec/feature/intake/higher_level_review/edit_spec.rb:299 # Higher Level Review Edit issues when there are ineligible issues VACOLS issue from before AMA opted in shows the Higher-Level Review Edit page with ineligibility messages rspec ./spec/feature/intake/higher_level_review/edit_spec.rb:448 # Higher Level Review Edit issues Nonrating issue with untimely date and VACOLS opt-in does not apply untimely check to legacy opt-in Randomized with seed 23816 ``` - Has the test already been skipped in the code? - [ ] Skipped - [x] Not Skipped - Related Flakes + <!-- list any suspected related flaky test GH issues / CI links --> ## Approach <!-- Has our agreed upon default approach for tackling flaky tests. --> Time box this investigation and fix. Remember that if a test has been skipped for a decent amount of time, it may no longer map to the exact code. If you reach the end of your time box and don't feel like the solution is in sight: - [ ] document the work you've done, including dead ends and research - [ ] skip the test in the code - [ ] file a follow on ticket - [ ] close this issue
1.0
[Flaky Test] HLR Intake edit - ## Background/context/resources ``` $ CI=true bundle exec rspec ./spec/feature/intake/higher_level_review/edit_spec.rb[1:2:1:1,1:2:2,1:3:1] --seed 23816 Run options: include {:focus=>true, :ids=>{"./spec/feature/intake/higher_level_review/edit_spec.rb"=>["1:2:1:1", "1:2:2", "1:3:1"]}} Randomized with seed 23816 Higher Level Review Edit issues when there are ineligible issues All visited screens will be scanned for 508 accessibility compliance. 1st Try error in ./spec/feature/intake/higher_level_review/edit_spec.rb:329: expected to find css "label" at least 1 time but there were no matches RSpec::Retry: 2nd try ./spec/feature/intake/higher_level_review/edit_spec.rb:329 re-applies eligibility check on remove/re-add of ineligible issue (FAILED - 1) HTML screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-33.036.html Image screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-33.036.png VACOLS issue from before AMA opted in 1st Try error in ./spec/feature/intake/higher_level_review/edit_spec.rb:299: expected to find text "Left knee granted is ineligible because it was last processed as a Higher-Level Review and this can't be done twice in a row" in "" RSpec::Retry: 2nd try ./spec/feature/intake/higher_level_review/edit_spec.rb:299 shows the Higher-Level Review Edit page with ineligibility messages (FAILED - 2) HTML screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-50.113.html Image screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-54-50.113.png Nonrating issue with untimely date and VACOLS opt-in 1st Try error in ./spec/feature/intake/higher_level_review/edit_spec.rb:448: expected to find button "Next" but there were no matches RSpec::Retry: 2nd try ./spec/feature/intake/higher_level_review/edit_spec.rb:448 does not apply untimely check to legacy opt-in (FAILED - 3) HTML screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-55-06.834.html Image screenshot: /Users/pkarman/va-appeals/caseflow/tmp/capybara/screenshot_2020-03-05-15-55-06.834.png Failures: 1) Higher Level Review Edit issues when there are ineligible issues re-applies eligibility check on remove/re-add of ineligible issue Failure/Error: find_all("label", text: description, minimum: 1).first.click Capybara::ExpectationNotMet: expected to find css "label" at least 1 time but there were no matches # ./spec/support/intake_helpers.rb:205:in `add_intake_rating_issue' # ./spec/feature/intake/higher_level_review/edit_spec.rb:352:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:23:in `block (2 levels) in <top (required)>' 2) Higher Level Review Edit issues when there are ineligible issues VACOLS issue from before AMA opted in shows the Higher-Level Review Edit page with ineligibility messages Failure/Error: expect(page).to have_content( "#{ri_with_previous_hlr.contention_text} #{ineligible.higher_level_review_to_higher_level_review}" ) expected to find text "Left knee granted is ineligible because it was last processed as a Higher-Level Review and this can't be done twice in a row" in "" # ./spec/feature/intake/higher_level_review/edit_spec.rb:301:in `block (4 levels) in <top (required)>' # ./spec/spec_helper.rb:23:in `block (2 levels) in <top (required)>' 3) Higher Level Review Edit issues Nonrating issue with untimely date and VACOLS opt-in does not apply untimely check to legacy opt-in Failure/Error: expect(page).to have_button(add_button_text, disabled: true) expected to find button "Next" but there were no matches # ./spec/support/intake_helpers.rb:228:in `add_intake_nonrating_issue' # ./spec/feature/intake/higher_level_review/edit_spec.rb:453:in `block (3 levels) in <top (required)>' # ./spec/spec_helper.rb:23:in `block (2 levels) in <top (required)>' Finished in 1 minute 8.5 seconds (files took 6.41 seconds to load) 3 examples, 3 failures Failed examples: rspec ./spec/feature/intake/higher_level_review/edit_spec.rb:329 # Higher Level Review Edit issues when there are ineligible issues re-applies eligibility check on remove/re-add of ineligible issue rspec ./spec/feature/intake/higher_level_review/edit_spec.rb:299 # Higher Level Review Edit issues when there are ineligible issues VACOLS issue from before AMA opted in shows the Higher-Level Review Edit page with ineligibility messages rspec ./spec/feature/intake/higher_level_review/edit_spec.rb:448 # Higher Level Review Edit issues Nonrating issue with untimely date and VACOLS opt-in does not apply untimely check to legacy opt-in Randomized with seed 23816 ``` - Has the test already been skipped in the code? - [ ] Skipped - [x] Not Skipped - Related Flakes + <!-- list any suspected related flaky test GH issues / CI links --> ## Approach <!-- Has our agreed upon default approach for tackling flaky tests. --> Time box this investigation and fix. Remember that if a test has been skipped for a decent amount of time, it may no longer map to the exact code. If you reach the end of your time box and don't feel like the solution is in sight: - [ ] document the work you've done, including dead ends and research - [ ] skip the test in the code - [ ] file a follow on ticket - [ ] close this issue
test
hlr intake edit background context resources ci true bundle exec rspec spec feature intake higher level review edit spec rb seed run options include focus true ids spec feature intake higher level review edit spec rb randomized with seed higher level review edit issues when there are ineligible issues all visited screens will be scanned for accessibility compliance try error in spec feature intake higher level review edit spec rb expected to find css label at least time but there were no matches rspec retry try spec feature intake higher level review edit spec rb re applies eligibility check on remove re add of ineligible issue failed html screenshot users pkarman va appeals caseflow tmp capybara screenshot html image screenshot users pkarman va appeals caseflow tmp capybara screenshot png vacols issue from before ama opted in try error in spec feature intake higher level review edit spec rb expected to find text left knee granted is ineligible because it was last processed as a higher level review and this can t be done twice in a row in rspec retry try spec feature intake higher level review edit spec rb shows the higher level review edit page with ineligibility messages failed html screenshot users pkarman va appeals caseflow tmp capybara screenshot html image screenshot users pkarman va appeals caseflow tmp capybara screenshot png nonrating issue with untimely date and vacols opt in try error in spec feature intake higher level review edit spec rb expected to find button next but there were no matches rspec retry try spec feature intake higher level review edit spec rb does not apply untimely check to legacy opt in failed html screenshot users pkarman va appeals caseflow tmp capybara screenshot html image screenshot users pkarman va appeals caseflow tmp capybara screenshot png failures higher level review edit issues when there are ineligible issues re applies eligibility check on remove re add of ineligible issue failure error find all label text description minimum first click capybara expectationnotmet expected to find css label at least time but there were no matches spec support intake helpers rb in add intake rating issue spec feature intake higher level review edit spec rb in block levels in spec spec helper rb in block levels in higher level review edit issues when there are ineligible issues vacols issue from before ama opted in shows the higher level review edit page with ineligibility messages failure error expect page to have content ri with previous hlr contention text ineligible higher level review to higher level review expected to find text left knee granted is ineligible because it was last processed as a higher level review and this can t be done twice in a row in spec feature intake higher level review edit spec rb in block levels in spec spec helper rb in block levels in higher level review edit issues nonrating issue with untimely date and vacols opt in does not apply untimely check to legacy opt in failure error expect page to have button add button text disabled true expected to find button next but there were no matches spec support intake helpers rb in add intake nonrating issue spec feature intake higher level review edit spec rb in block levels in spec spec helper rb in block levels in finished in minute seconds files took seconds to load examples failures failed examples rspec spec feature intake higher level review edit spec rb higher level review edit issues when there are ineligible issues re applies eligibility check on remove re add of ineligible issue rspec spec feature intake higher level review edit spec rb higher level review edit issues when there are ineligible issues vacols issue from before ama opted in shows the higher level review edit page with ineligibility messages rspec spec feature intake higher level review edit spec rb higher level review edit issues nonrating issue with untimely date and vacols opt in does not apply untimely check to legacy opt in randomized with seed has the test already been skipped in the code skipped not skipped related flakes approach time box this investigation and fix remember that if a test has been skipped for a decent amount of time it may no longer map to the exact code if you reach the end of your time box and don t feel like the solution is in sight document the work you ve done including dead ends and research skip the test in the code file a follow on ticket close this issue
1
292,484
25,217,420,301
IssuesEvent
2022-11-14 10:11:04
Margarita-Petrova/Help-A-Paw
https://api.github.com/repos/Margarita-Petrova/Help-A-Paw
opened
Power-saver mode
positive performance testing
Preconditions: 1. Аlready installed the mobile application "Help a Paw" 2. Open the mobile application "Help a Paw" 3. Pre-conditions 4. Open the settings on the mobile device 5. Tap on the option Battery and device care 6. Include Power-Save mode ### Test case Steps: 1. Tap on the option "Memory" **Expected result** Should open the all using apps 2. Tap on the app "Help a Paw" **Expected result** Should show how much memory it used app in Power-Save mode
1.0
Power-saver mode - Preconditions: 1. Аlready installed the mobile application "Help a Paw" 2. Open the mobile application "Help a Paw" 3. Pre-conditions 4. Open the settings on the mobile device 5. Tap on the option Battery and device care 6. Include Power-Save mode ### Test case Steps: 1. Tap on the option "Memory" **Expected result** Should open the all using apps 2. Tap on the app "Help a Paw" **Expected result** Should show how much memory it used app in Power-Save mode
test
power saver mode preconditions аlready installed the mobile application help a paw open the mobile application help a paw pre conditions open the settings on the mobile device tap on the option battery and device care include power save mode test case steps tap on the option memory expected result should open the all using apps tap on the app help a paw expected result should show how much memory it used app in power save mode
1
2,821
3,897,367,703
IssuesEvent
2016-04-16 11:11:10
privacyidea/privacyidea
https://api.github.com/repos/privacyidea/privacyidea
opened
split up ubuntu packages
infrastructure and config
According to #373 we can improve the packaging. Check if the privacyidea-apache2 debian package can be split into: * privacyidea-apache2 (meta package) * privacyidea-apache2-config: just containing the sites-available and the wsgi * privacyidea-mysql: containing the pi.cfg, the setup of the mysql database and the update of the database privacyidea-apache2 would require the -config and the -mysql package.
1.0
split up ubuntu packages - According to #373 we can improve the packaging. Check if the privacyidea-apache2 debian package can be split into: * privacyidea-apache2 (meta package) * privacyidea-apache2-config: just containing the sites-available and the wsgi * privacyidea-mysql: containing the pi.cfg, the setup of the mysql database and the update of the database privacyidea-apache2 would require the -config and the -mysql package.
non_test
split up ubuntu packages according to we can improve the packaging check if the privacyidea debian package can be split into privacyidea meta package privacyidea config just containing the sites available and the wsgi privacyidea mysql containing the pi cfg the setup of the mysql database and the update of the database privacyidea would require the config and the mysql package
0
377,839
26,272,396,234
IssuesEvent
2023-01-06 18:17:43
MystenLabs/sui
https://api.github.com/repos/MystenLabs/sui
closed
Clarify Bullshark is default, Tusk is still available
Type: Documentation Priority: High
What are the existing URLs containing the issue, if any? https://docs.sui.io/devnet/learn/architecture/consensus https://github.com/MystenLabs/narwhal How would you describe the issue? (What needs changing?) We introduced this in: https://github.com/MystenLabs/narwhal/blob/85c226f2824010ff695d0bc5789a24cad2bce289/node/src/lib.rs#L266 Where should this information land if new? (Learn, Build, Explore, Contribute.) Existing pages above. What changes are needed to support this new feature or product? (A simple overview, detailed procedures?) We need to update references and explain Bullshark. See: https://decentralizedthoughts.github.io/2022-06-28-DAG-meets-BFT/ This came from Adeniyi. Asking Randall to take lead as he is our new validator writer per Koh. Who is the audience for that information? (App developers, investors, creators, validators, someone else?) Validators! What precisely must they do with it? (Configure a new service? Process some output?) Learn about our consensus protocol.
1.0
Clarify Bullshark is default, Tusk is still available - What are the existing URLs containing the issue, if any? https://docs.sui.io/devnet/learn/architecture/consensus https://github.com/MystenLabs/narwhal How would you describe the issue? (What needs changing?) We introduced this in: https://github.com/MystenLabs/narwhal/blob/85c226f2824010ff695d0bc5789a24cad2bce289/node/src/lib.rs#L266 Where should this information land if new? (Learn, Build, Explore, Contribute.) Existing pages above. What changes are needed to support this new feature or product? (A simple overview, detailed procedures?) We need to update references and explain Bullshark. See: https://decentralizedthoughts.github.io/2022-06-28-DAG-meets-BFT/ This came from Adeniyi. Asking Randall to take lead as he is our new validator writer per Koh. Who is the audience for that information? (App developers, investors, creators, validators, someone else?) Validators! What precisely must they do with it? (Configure a new service? Process some output?) Learn about our consensus protocol.
non_test
clarify bullshark is default tusk is still available what are the existing urls containing the issue if any how would you describe the issue what needs changing we introduced this in where should this information land if new learn build explore contribute existing pages above what changes are needed to support this new feature or product a simple overview detailed procedures we need to update references and explain bullshark see this came from adeniyi asking randall to take lead as he is our new validator writer per koh who is the audience for that information app developers investors creators validators someone else validators what precisely must they do with it configure a new service process some output learn about our consensus protocol
0
226,300
24,946,929,156
IssuesEvent
2022-11-01 01:37:57
tctc008/WebGoat-develop
https://api.github.com/repos/tctc008/WebGoat-develop
closed
CVE-2022-40154 (High) detected in xstream-1.4.5.jar - autoclosed
security vulnerability
## CVE-2022-40154 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.5.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p>Path to dependency file: /webgoat-integration-tests/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar,/home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar,/itory/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar</p> <p> Dependency Hierarchy: - :x: **xstream-1.4.5.jar** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Those using Xstream to serialise XML data 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. This effect may support a denial of service attack. <p>Publish Date: 2022-09-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-40154>CVE-2022-40154</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-40154 (High) detected in xstream-1.4.5.jar - autoclosed - ## CVE-2022-40154 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.5.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p>Path to dependency file: /webgoat-integration-tests/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar,/home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar,/itory/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar</p> <p> Dependency Hierarchy: - :x: **xstream-1.4.5.jar** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Those using Xstream to serialise XML data 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. This effect may support a denial of service attack. <p>Publish Date: 2022-09-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-40154>CVE-2022-40154</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in xstream jar autoclosed cve high severity vulnerability vulnerable library xstream jar xstream is a serialization library from java objects to xml and back path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository com thoughtworks xstream xstream xstream jar home wss scanner repository com thoughtworks xstream xstream xstream jar itory com thoughtworks xstream xstream xstream jar dependency hierarchy x xstream jar vulnerable library found in base branch main vulnerability details those using xstream to serialise xml data 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 this effect may support a denial of service attack publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend
0
668,159
22,571,166,579
IssuesEvent
2022-06-28 00:19:04
googleapis/gapic-generator-go
https://api.github.com/repos/googleapis/gapic-generator-go
opened
gengapic: REGAPIC imported and not used error
priority: p2 type: bug
This happens when `grpc+rest` transport option is used for the following APIs: ``` //google/cloud/apigeeconnect/v1 //google/cloud/mediatranslation/v1beta1 //google/cloud/pubsublite/v1 //google/cloud/videointelligence/v1p3beta1 //google/devtools/build/v1 ``` Sample compilation error: ``` cloud.google.com/go/mediatranslation/apiv1beta1/speech_translation_client.go:22:2: imported and not used: "io/ioutil" cloud.google.com/go/mediatranslation/apiv1beta1/speech_translation_client.go:25:2: imported and not used: "net/url" ```
1.0
gengapic: REGAPIC imported and not used error - This happens when `grpc+rest` transport option is used for the following APIs: ``` //google/cloud/apigeeconnect/v1 //google/cloud/mediatranslation/v1beta1 //google/cloud/pubsublite/v1 //google/cloud/videointelligence/v1p3beta1 //google/devtools/build/v1 ``` Sample compilation error: ``` cloud.google.com/go/mediatranslation/apiv1beta1/speech_translation_client.go:22:2: imported and not used: "io/ioutil" cloud.google.com/go/mediatranslation/apiv1beta1/speech_translation_client.go:25:2: imported and not used: "net/url" ```
non_test
gengapic regapic imported and not used error this happens when grpc rest transport option is used for the following apis google cloud apigeeconnect google cloud mediatranslation google cloud pubsublite google cloud videointelligence google devtools build sample compilation error cloud google com go mediatranslation speech translation client go imported and not used io ioutil cloud google com go mediatranslation speech translation client go imported and not used net url
0
291,934
21,944,449,858
IssuesEvent
2022-05-23 22:01:45
geospatialem/actions-test
https://api.github.com/repos/geospatialem/actions-test
closed
Docs: May 23 Release Update 🚀
Documentation 6 - Ready to Deploy
### Description This week's updates include: <ul><li>#39: Docs: May 19 Release Update 🚀</li>,<li>#12: Docs: May 18 Release Update :rocket:</li>,<li>#11: Docs: May 18 Release Update :rocket:</li>,<li>#4: fix: update action</li>,<li>#3: fix: modify locations</li>,<li>#2: ci: milestone issue</li>,<li>#1: ci: add issue template</li><ul> More info: [Milestone: May-23-2022](../issues?q=milestone%3A%22May-23-2022+AFD+Website+Release%22+is%3Aclosed)
1.0
Docs: May 23 Release Update 🚀 - ### Description This week's updates include: <ul><li>#39: Docs: May 19 Release Update 🚀</li>,<li>#12: Docs: May 18 Release Update :rocket:</li>,<li>#11: Docs: May 18 Release Update :rocket:</li>,<li>#4: fix: update action</li>,<li>#3: fix: modify locations</li>,<li>#2: ci: milestone issue</li>,<li>#1: ci: add issue template</li><ul> More info: [Milestone: May-23-2022](../issues?q=milestone%3A%22May-23-2022+AFD+Website+Release%22+is%3Aclosed)
non_test
docs may release update 🚀 description this week s updates include docs may release update 🚀 docs may release update rocket docs may release update rocket fix update action fix modify locations ci milestone issue ci add issue template more info issues q milestone afd website release is
0
510,557
14,792,977,491
IssuesEvent
2021-01-12 15:22:32
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
opened
MariaDB triggers are removed when doing a restore from backup
Priority: High Type: Bug
**Describe the bug** If you do a complete restore of your DB using a backup taken with `./addons/backup-and-maintenance.sh`, triggers are removed by restore. **To Reproduce** Steps to reproduce the behavior: 1. PacketFence server up and running with a recent DB backup 2. Apply following process: ``` mysql -e "drop database pf;" mysql -e "create database pf;" mysql pf < /usr/local/pf/db/pf-schema.sql mysql pf -e "show triggers;" ``` => Triggers are present. 3. Restore your DB backup using: ``` mysql pf < /root/backup/packetfence-db-dump-2021-01-12_15h09.sql mysql pf -e "show triggers;" ``` => Triggers have been removed. **Expected behavior** Triggers should be present after a restore. **Additional context** Only tested on a standalone environment After some tests, triggers are not present in SQL file generated by backup script certainly because `pf` user doesn't have `TRIGGER` privilege. Using `root`, TRIGGERS are included into SQL file.
1.0
MariaDB triggers are removed when doing a restore from backup - **Describe the bug** If you do a complete restore of your DB using a backup taken with `./addons/backup-and-maintenance.sh`, triggers are removed by restore. **To Reproduce** Steps to reproduce the behavior: 1. PacketFence server up and running with a recent DB backup 2. Apply following process: ``` mysql -e "drop database pf;" mysql -e "create database pf;" mysql pf < /usr/local/pf/db/pf-schema.sql mysql pf -e "show triggers;" ``` => Triggers are present. 3. Restore your DB backup using: ``` mysql pf < /root/backup/packetfence-db-dump-2021-01-12_15h09.sql mysql pf -e "show triggers;" ``` => Triggers have been removed. **Expected behavior** Triggers should be present after a restore. **Additional context** Only tested on a standalone environment After some tests, triggers are not present in SQL file generated by backup script certainly because `pf` user doesn't have `TRIGGER` privilege. Using `root`, TRIGGERS are included into SQL file.
non_test
mariadb triggers are removed when doing a restore from backup describe the bug if you do a complete restore of your db using a backup taken with addons backup and maintenance sh triggers are removed by restore to reproduce steps to reproduce the behavior packetfence server up and running with a recent db backup apply following process mysql e drop database pf mysql e create database pf mysql pf usr local pf db pf schema sql mysql pf e show triggers triggers are present restore your db backup using mysql pf root backup packetfence db dump sql mysql pf e show triggers triggers have been removed expected behavior triggers should be present after a restore additional context only tested on a standalone environment after some tests triggers are not present in sql file generated by backup script certainly because pf user doesn t have trigger privilege using root triggers are included into sql file
0
192,319
22,215,932,767
IssuesEvent
2022-06-08 01:38:31
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
reopened
CVE-2018-16276 (High) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246
security vulnerability
## CVE-2018-16276 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary> <p> <p>Linux kernel stable tree mirror</p> <p>Library home page: <a href=https://github.com/gregkh/linux.git>https://github.com/gregkh/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/misc/yurex.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/misc/yurex.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in yurex_read in drivers/usb/misc/yurex.c in the Linux kernel before 4.17.7. Local attackers could use user access read/writes with incorrect bounds checking in the yurex USB driver to crash the kernel or potentially escalate privileges. <p>Publish Date: 2018-08-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-16276>CVE-2018-16276</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-16276">https://nvd.nist.gov/vuln/detail/CVE-2018-16276</a></p> <p>Release Date: 2018-08-31</p> <p>Fix Resolution: 4.17.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-16276 (High) detected in linux179e72b561d3d331c850e1a5779688d7a7de5246 - ## CVE-2018-16276 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux179e72b561d3d331c850e1a5779688d7a7de5246</b></p></summary> <p> <p>Linux kernel stable tree mirror</p> <p>Library home page: <a href=https://github.com/gregkh/linux.git>https://github.com/gregkh/linux.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/panasalap/linux-4.1.15/commit/aae4c2fa46027fd4c477372871df090c6b94f3f1">aae4c2fa46027fd4c477372871df090c6b94f3f1</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/misc/yurex.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/usb/misc/yurex.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in yurex_read in drivers/usb/misc/yurex.c in the Linux kernel before 4.17.7. Local attackers could use user access read/writes with incorrect bounds checking in the yurex USB driver to crash the kernel or potentially escalate privileges. <p>Publish Date: 2018-08-31 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-16276>CVE-2018-16276</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-16276">https://nvd.nist.gov/vuln/detail/CVE-2018-16276</a></p> <p>Release Date: 2018-08-31</p> <p>Fix Resolution: 4.17.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in cve high severity vulnerability vulnerable library linux kernel stable tree mirror library home page a href found in head commit a href found in base branch master vulnerable source files drivers usb misc yurex c drivers usb misc yurex c vulnerability details an issue was discovered in yurex read in drivers usb misc yurex c in the linux kernel before local attackers could use user access read writes with incorrect bounds checking in the yurex usb driver to crash the kernel or potentially escalate privileges publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
130,925
12,466,056,006
IssuesEvent
2020-05-28 14:55:32
pytorch/fairseq
https://api.github.com/repos/pytorch/fairseq
closed
stats[args.best_checkpoint_metric] -> KeyError: 'loss'
documentation
## ❓ Questions and Help Hi, I would like to transfer one of my code built with official **fairseq 0.9.0** installed with pip to master source code branch. But the error occurs when I run the training code. It said `loss` does not exist in the keys of `stats`. But this runs without bugs in the installed pip version. Could anyone please explain how to define or manipulate the `stats` dict here? Many thanks ) #### Code ```bash File "/home/c/Cpt/fair/fairseq_cli/train.py", line 204, in train valid_losses = validate_and_save(args, trainer, task, epoch_itr, valid_subsets) File "/home/c/Cpt/fair/fairseq_cli/train.py", line 246, in validate_and_save valid_losses = validate(args, trainer, task, epoch_itr, valid_subsets) File "/home/c/Cpt/fair/fairseq_cli/train.py", line 308, in validate valid_losses.append(stats[args.best_checkpoint_metric]) KeyError: 'loss' ``` #### What's your environment? - fairseq Version (e.g., 1.0 or master): master - PyTorch Version (e.g., 1.0): 1.4.0 - OS (e.g., Linux): CentOS 7 / Ubuntu 16.04 LST - How you installed fairseq (`pip`, source): source - Python version: 3.7 - CUDA/cuDNN version:10.1 - GPU models and configuration:V100
1.0
stats[args.best_checkpoint_metric] -> KeyError: 'loss' - ## ❓ Questions and Help Hi, I would like to transfer one of my code built with official **fairseq 0.9.0** installed with pip to master source code branch. But the error occurs when I run the training code. It said `loss` does not exist in the keys of `stats`. But this runs without bugs in the installed pip version. Could anyone please explain how to define or manipulate the `stats` dict here? Many thanks ) #### Code ```bash File "/home/c/Cpt/fair/fairseq_cli/train.py", line 204, in train valid_losses = validate_and_save(args, trainer, task, epoch_itr, valid_subsets) File "/home/c/Cpt/fair/fairseq_cli/train.py", line 246, in validate_and_save valid_losses = validate(args, trainer, task, epoch_itr, valid_subsets) File "/home/c/Cpt/fair/fairseq_cli/train.py", line 308, in validate valid_losses.append(stats[args.best_checkpoint_metric]) KeyError: 'loss' ``` #### What's your environment? - fairseq Version (e.g., 1.0 or master): master - PyTorch Version (e.g., 1.0): 1.4.0 - OS (e.g., Linux): CentOS 7 / Ubuntu 16.04 LST - How you installed fairseq (`pip`, source): source - Python version: 3.7 - CUDA/cuDNN version:10.1 - GPU models and configuration:V100
non_test
stats keyerror loss ❓ questions and help hi i would like to transfer one of my code built with official fairseq installed with pip to master source code branch but the error occurs when i run the training code it said loss does not exist in the keys of stats but this runs without bugs in the installed pip version could anyone please explain how to define or manipulate the stats dict here many thanks code bash file home c cpt fair fairseq cli train py line in train valid losses validate and save args trainer task epoch itr valid subsets file home c cpt fair fairseq cli train py line in validate and save valid losses validate args trainer task epoch itr valid subsets file home c cpt fair fairseq cli train py line in validate valid losses append stats keyerror loss what s your environment fairseq version e g or master master pytorch version e g os e g linux centos ubuntu lst how you installed fairseq pip source source python version cuda cudnn version gpu models and configuration
0
292,408
25,209,495,606
IssuesEvent
2022-11-14 01:32:26
PPROF2-2022ProgWeb/g27-aula1-tiendaonline-g27
https://api.github.com/repos/PPROF2-2022ProgWeb/g27-aula1-tiendaonline-g27
closed
#TK43 API Testing en Postman
task optional testing
- Definición y ejecución de colecciones de pruebas en Postman sobre las APIs y sus endpoints
1.0
#TK43 API Testing en Postman - - Definición y ejecución de colecciones de pruebas en Postman sobre las APIs y sus endpoints
test
api testing en postman definición y ejecución de colecciones de pruebas en postman sobre las apis y sus endpoints
1
89,947
10,619,107,233
IssuesEvent
2019-10-13 10:46:45
X-Sharp/XSharpPublic
https://api.github.com/repos/X-Sharp/XSharpPublic
closed
Add documentation for Commands such as USE, GO TOP etc
FoxPro Runtime Xbase++ documentation enhancement
We can use the VO Docs for many of these commands. I suggest that we write / check the UDCs and the docs simultaneously and also compare the docs and UDCs with XBase++ and FoxPro docs. For example XBase++ and FoxPro support IN (<workarea) clauses for many DB related commands. These can fairly simple be implemented by adding an overload for the command that calls for example DbGoTop() as aliased expression. It does not hurt to have these extra command options also available in the VO/Vulcan dialects.
1.0
Add documentation for Commands such as USE, GO TOP etc - We can use the VO Docs for many of these commands. I suggest that we write / check the UDCs and the docs simultaneously and also compare the docs and UDCs with XBase++ and FoxPro docs. For example XBase++ and FoxPro support IN (<workarea) clauses for many DB related commands. These can fairly simple be implemented by adding an overload for the command that calls for example DbGoTop() as aliased expression. It does not hurt to have these extra command options also available in the VO/Vulcan dialects.
non_test
add documentation for commands such as use go top etc we can use the vo docs for many of these commands i suggest that we write check the udcs and the docs simultaneously and also compare the docs and udcs with xbase and foxpro docs for example xbase and foxpro support in workarea clauses for many db related commands these can fairly simple be implemented by adding an overload for the command that calls for example dbgotop as aliased expression it does not hurt to have these extra command options also available in the vo vulcan dialects
0
108,436
9,307,565,707
IssuesEvent
2019-03-25 12:38:00
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
MemberToMemberDiscoveryTest.formClusterWithTwoMembersTest
Module: Discovery SPI Source: Internal Team: Core Type: Test-Failure
_master_ (commit 124c1da596a0559159d64c6afd34ed95b015ff71) Failed on Sonar build: https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-sonar/248/testReport/com.hazelcast.spi.discovery.multicast/MemberToMemberDiscoveryTest/formClusterWithTwoMembersTest/ Stacktrace: ``` java.lang.AssertionError: Cluster size is not correct. Expected: 2, actual: 1, instance index: 0 at org.junit.Assert.fail(Assert.java:88) at com.hazelcast.test.HazelcastTestSupport.assertClusterSize(HazelcastTestSupport.java:1083) at com.hazelcast.test.HazelcastTestSupport$14.run(HazelcastTestSupport.java:1111) at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1294) at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1311) at com.hazelcast.test.HazelcastTestSupport.assertClusterSizeEventually(HazelcastTestSupport.java:1108) at com.hazelcast.test.HazelcastTestSupport.assertClusterSizeEventually(HazelcastTestSupport.java:1096) at com.hazelcast.spi.discovery.multicast.MemberToMemberDiscoveryTest.formClusterWithTwoMembersTest(MemberToMemberDiscoveryTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:106) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:98) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) ``` Standard output: ``` Hiccups measured while running test 'formClusterWithTwoMembersTest(com.hazelcast.spi.discovery.multicast.MemberToMemberDiscoveryTest):' 13:10:45, accumulated pauses: 1724 ms, max pause: 216 ms, pauses over 1000 ms: 0 13:10:50, accumulated pauses: 29 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:10:55, accumulated pauses: 30 ms, max pause: 2 ms, pauses over 1000 ms: 0 13:11:00, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:05, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:10, accumulated pauses: 27 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:11:15, accumulated pauses: 28 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:11:20, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:25, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:30, accumulated pauses: 31 ms, max pause: 3 ms, pauses over 1000 ms: 0 13:11:35, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:40, accumulated pauses: 30 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:11:45, accumulated pauses: 29 ms, max pause: 2 ms, pauses over 1000 ms: 0 13:11:50, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:55, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:00, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:05, accumulated pauses: 30 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:10, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:15, accumulated pauses: 31 ms, max pause: 4 ms, pauses over 1000 ms: 0 13:12:20, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:25, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:30, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:35, accumulated pauses: 28 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:12:40, accumulated pauses: 29 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:12:45, accumulated pauses: 30 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:12:50, accumulated pauses: 28 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:55, accumulated pauses: 238 ms, max pause: 231 ms, pauses over 1000 ms: 0 ```
1.0
MemberToMemberDiscoveryTest.formClusterWithTwoMembersTest - _master_ (commit 124c1da596a0559159d64c6afd34ed95b015ff71) Failed on Sonar build: https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.x-sonar/248/testReport/com.hazelcast.spi.discovery.multicast/MemberToMemberDiscoveryTest/formClusterWithTwoMembersTest/ Stacktrace: ``` java.lang.AssertionError: Cluster size is not correct. Expected: 2, actual: 1, instance index: 0 at org.junit.Assert.fail(Assert.java:88) at com.hazelcast.test.HazelcastTestSupport.assertClusterSize(HazelcastTestSupport.java:1083) at com.hazelcast.test.HazelcastTestSupport$14.run(HazelcastTestSupport.java:1111) at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1294) at com.hazelcast.test.HazelcastTestSupport.assertTrueEventually(HazelcastTestSupport.java:1311) at com.hazelcast.test.HazelcastTestSupport.assertClusterSizeEventually(HazelcastTestSupport.java:1108) at com.hazelcast.test.HazelcastTestSupport.assertClusterSizeEventually(HazelcastTestSupport.java:1096) at com.hazelcast.spi.discovery.multicast.MemberToMemberDiscoveryTest.formClusterWithTwoMembersTest(MemberToMemberDiscoveryTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:106) at com.hazelcast.test.FailOnTimeoutStatement$CallableStatement.call(FailOnTimeoutStatement.java:98) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.lang.Thread.run(Thread.java:748) ``` Standard output: ``` Hiccups measured while running test 'formClusterWithTwoMembersTest(com.hazelcast.spi.discovery.multicast.MemberToMemberDiscoveryTest):' 13:10:45, accumulated pauses: 1724 ms, max pause: 216 ms, pauses over 1000 ms: 0 13:10:50, accumulated pauses: 29 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:10:55, accumulated pauses: 30 ms, max pause: 2 ms, pauses over 1000 ms: 0 13:11:00, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:05, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:10, accumulated pauses: 27 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:11:15, accumulated pauses: 28 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:11:20, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:25, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:30, accumulated pauses: 31 ms, max pause: 3 ms, pauses over 1000 ms: 0 13:11:35, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:40, accumulated pauses: 30 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:11:45, accumulated pauses: 29 ms, max pause: 2 ms, pauses over 1000 ms: 0 13:11:50, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:11:55, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:00, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:05, accumulated pauses: 30 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:10, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:15, accumulated pauses: 31 ms, max pause: 4 ms, pauses over 1000 ms: 0 13:12:20, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:25, accumulated pauses: 26 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:30, accumulated pauses: 27 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:35, accumulated pauses: 28 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:12:40, accumulated pauses: 29 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:12:45, accumulated pauses: 30 ms, max pause: 1 ms, pauses over 1000 ms: 0 13:12:50, accumulated pauses: 28 ms, max pause: 0 ms, pauses over 1000 ms: 0 13:12:55, accumulated pauses: 238 ms, max pause: 231 ms, pauses over 1000 ms: 0 ```
test
membertomemberdiscoverytest formclusterwithtwomemberstest master commit failed on sonar build stacktrace java lang assertionerror cluster size is not correct expected actual instance index at org junit assert fail assert java at com hazelcast test hazelcasttestsupport assertclustersize hazelcasttestsupport java at com hazelcast test hazelcasttestsupport run hazelcasttestsupport java at com hazelcast test hazelcasttestsupport asserttrueeventually hazelcasttestsupport java at com hazelcast test hazelcasttestsupport asserttrueeventually hazelcasttestsupport java at com hazelcast test hazelcasttestsupport assertclustersizeeventually hazelcasttestsupport java at com hazelcast test hazelcasttestsupport assertclustersizeeventually hazelcasttestsupport java at com hazelcast spi discovery multicast membertomemberdiscoverytest formclusterwithtwomemberstest membertomemberdiscoverytest java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at com hazelcast test failontimeoutstatement callablestatement call failontimeoutstatement java at java util concurrent futuretask run futuretask java at java lang thread run thread java standard output hiccups measured while running test formclusterwithtwomemberstest com hazelcast spi discovery multicast membertomemberdiscoverytest accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms
1
87,840
8,123,649,556
IssuesEvent
2018-08-16 15:09:17
KratosMultiphysics/Kratos
https://api.github.com/repos/KratosMultiphysics/Kratos
opened
Can HDF5 be added to the nightly build / tests?
Testing
Hi @roigcarlo, I think you have set up the nightly testing for kratos. I wanted to ask if it is possible to include HDF5. The HDF5Application does not change much, but there is an increasing number of adjoint tests in FluidDynamicsApplication and StructuralMechanicsApplication which depend on it. If HDF5 is not compiled, then these tests are skipped which generally leads to a time delay before failures are detected. I'm asking since there is a recent issue in #2686. If you give me the specs of your test server I could try to help with the installation of hdf5 lib. It may be as simple as using the system's package manager. If you prefer, we can look into setting up a second test server here, but this would probably not be so nicely integrated. Thanks
1.0
Can HDF5 be added to the nightly build / tests? - Hi @roigcarlo, I think you have set up the nightly testing for kratos. I wanted to ask if it is possible to include HDF5. The HDF5Application does not change much, but there is an increasing number of adjoint tests in FluidDynamicsApplication and StructuralMechanicsApplication which depend on it. If HDF5 is not compiled, then these tests are skipped which generally leads to a time delay before failures are detected. I'm asking since there is a recent issue in #2686. If you give me the specs of your test server I could try to help with the installation of hdf5 lib. It may be as simple as using the system's package manager. If you prefer, we can look into setting up a second test server here, but this would probably not be so nicely integrated. Thanks
test
can be added to the nightly build tests hi roigcarlo i think you have set up the nightly testing for kratos i wanted to ask if it is possible to include the does not change much but there is an increasing number of adjoint tests in fluiddynamicsapplication and structuralmechanicsapplication which depend on it if is not compiled then these tests are skipped which generally leads to a time delay before failures are detected i m asking since there is a recent issue in if you give me the specs of your test server i could try to help with the installation of lib it may be as simple as using the system s package manager if you prefer we can look into setting up a second test server here but this would probably not be so nicely integrated thanks
1
652,196
21,525,055,478
IssuesEvent
2022-04-28 17:32:56
ooni/explorer
https://api.github.com/repos/ooni/explorer
closed
Help text for MAT
priority/high MAT
To enable use of the MAT, we can include the following copy under the "Help" section of the MAT: ``` # What is the MAT? OONI's Measurement Aggregation Toolkit (MAT) is a tool that enables you to generate your own custom charts based on **aggregate views of real-time OONI data** collected from around the world. OONI data consists of network measurements collected by [OONI Probe](https://ooni.org/install/) users around the world. These measurements contain information about various types of **internet censorship**, such as the [blocking of websites and apps](https://ooni.org/nettest/) around the world. # Who is the MAT for? The MAT was built for researchers, journalists, and human rights defenders interested in examining internet censorship around the world. # Why use the MAT? When examining cases of internet censorship, it's important to **look at many measurements at once** ("in aggregate") in order to answer key questions like the following: * Does the testing of a service (e.g. Facebook) present **signs of blocking every time that it is tested** in a country? This can be helpful for ruling out [false positives](https://ooni.org/support/faq/#what-are-false-positives). * What types of websites (e.g. human rights websites) are blocked in each country? * In which countries is a specific website (e.g. `bbc.com`) blocked? * How does the blocking of different apps (e.g. WhatsApp or Telegram) vary across countries? * How does the blocking of a service vary across countries and [ASNs](https://ooni.org/support/glossary/#asn)? * How does the blocking of a service change over time? When trying to answer questions like the above, we normally perform relevant data analysis (instead of inspecting measurements one by one). The MAT incorporates our data analysis techniques, enabling you to answer such questions without any data analysis skills, and with the click of a button! # How to use the MAT? Through the filters at the start of the page, select the parameters you care about in order to plot charts based on aggregate views of OONI data. The MAT includes the following filters: * **Countries:** Select a country through the drop-down menu (the "All Countries" option will show global coverage) * **Test Name:** Select an [OONI Probe test](https://ooni.org/nettest/) based on which you would like to get measurements (for example, select `Web Connectivity` to view the testing of websites) * **Domain:** Type the domain for the website you would like to get measurements (e.g. `twitter.com`) * **Website categories:** Select the [website category](https://github.com/citizenlab/test-lists/blob/master/lists/00-LEGEND-new_category_codes.csv) for which you would like to get measurements (e.g. `News Media` for news media websites) * **ASN:** Type the [ASN](https://ooni.org/support/glossary/#asn) of the network for which you would like to get measurements (e.g. `AS30722` for Vodafone Italia) * **Date range:** Select the date range of the measurements by adjusting the `Since` and `Until` filters * **X axis:** Select the values that you would like to appear on the horizontal axis of your chart * **Y axis:** Select the values that you would like to appear on the vertical axis of your chart Depending on what you would like to explore, adjust the MAT filters accordingly and click `Submit`. For example, if you would like to check the testing of BBC in all countries around the world: * Type `www.bbc.com` under `Domain` * Select `Countries` under the `Y axis` * Click `Submit` This will plot numerous charts based on the OONI Probe testing of `www.bbc.com` worldwide. # Interpreting MAT charts The MAT charts (and associated tables) include the following values: * **OK count:** Successful measurements (i.e. NO sign of internet censorship) * **Confirmed count:** Measurements from automatically **confirmed blocked websites** (e.g. a [block page](https://ooni.org/support/glossary/#block-page) was served) * **Anomaly count:** Measurements that provided **signs of potential blocking** (however, [false positives](https://ooni.org/support/faq/#what-are-false-positives) can occur) * **Failure count:** Failed experiments that should be discarded * **Measurement count:** Total volume of OONI measurements (pertaining to the selected country, resource, etc.) When trying to identify the blocking of a service (e.g. `twitter.com`), it's useful to check whether: * Measurements are annotated as `confirmed`, automatically confirming the blocking of websites * A large volume of measurements (in comparison to the overall measurement count) present `anomalies` (i.e. signs of potential censorship) You can access the raw data by clicking on the bars of charts, and subsequently clicking on the relevant measurement links. # Website categories [OONI Probe](https://ooni.org/install/) users test a wide range of [websites](https://ooni.org/support/faq/#which-websites-will-i-test-for-censorship-with-ooni-probe) that fall under the following [30 standardized categories](https://github.com/citizenlab/test-lists/blob/master/lists/00-LEGEND-new_category_codes.csv). ```
1.0
Help text for MAT - To enable use of the MAT, we can include the following copy under the "Help" section of the MAT: ``` # What is the MAT? OONI's Measurement Aggregation Toolkit (MAT) is a tool that enables you to generate your own custom charts based on **aggregate views of real-time OONI data** collected from around the world. OONI data consists of network measurements collected by [OONI Probe](https://ooni.org/install/) users around the world. These measurements contain information about various types of **internet censorship**, such as the [blocking of websites and apps](https://ooni.org/nettest/) around the world. # Who is the MAT for? The MAT was built for researchers, journalists, and human rights defenders interested in examining internet censorship around the world. # Why use the MAT? When examining cases of internet censorship, it's important to **look at many measurements at once** ("in aggregate") in order to answer key questions like the following: * Does the testing of a service (e.g. Facebook) present **signs of blocking every time that it is tested** in a country? This can be helpful for ruling out [false positives](https://ooni.org/support/faq/#what-are-false-positives). * What types of websites (e.g. human rights websites) are blocked in each country? * In which countries is a specific website (e.g. `bbc.com`) blocked? * How does the blocking of different apps (e.g. WhatsApp or Telegram) vary across countries? * How does the blocking of a service vary across countries and [ASNs](https://ooni.org/support/glossary/#asn)? * How does the blocking of a service change over time? When trying to answer questions like the above, we normally perform relevant data analysis (instead of inspecting measurements one by one). The MAT incorporates our data analysis techniques, enabling you to answer such questions without any data analysis skills, and with the click of a button! # How to use the MAT? Through the filters at the start of the page, select the parameters you care about in order to plot charts based on aggregate views of OONI data. The MAT includes the following filters: * **Countries:** Select a country through the drop-down menu (the "All Countries" option will show global coverage) * **Test Name:** Select an [OONI Probe test](https://ooni.org/nettest/) based on which you would like to get measurements (for example, select `Web Connectivity` to view the testing of websites) * **Domain:** Type the domain for the website you would like to get measurements (e.g. `twitter.com`) * **Website categories:** Select the [website category](https://github.com/citizenlab/test-lists/blob/master/lists/00-LEGEND-new_category_codes.csv) for which you would like to get measurements (e.g. `News Media` for news media websites) * **ASN:** Type the [ASN](https://ooni.org/support/glossary/#asn) of the network for which you would like to get measurements (e.g. `AS30722` for Vodafone Italia) * **Date range:** Select the date range of the measurements by adjusting the `Since` and `Until` filters * **X axis:** Select the values that you would like to appear on the horizontal axis of your chart * **Y axis:** Select the values that you would like to appear on the vertical axis of your chart Depending on what you would like to explore, adjust the MAT filters accordingly and click `Submit`. For example, if you would like to check the testing of BBC in all countries around the world: * Type `www.bbc.com` under `Domain` * Select `Countries` under the `Y axis` * Click `Submit` This will plot numerous charts based on the OONI Probe testing of `www.bbc.com` worldwide. # Interpreting MAT charts The MAT charts (and associated tables) include the following values: * **OK count:** Successful measurements (i.e. NO sign of internet censorship) * **Confirmed count:** Measurements from automatically **confirmed blocked websites** (e.g. a [block page](https://ooni.org/support/glossary/#block-page) was served) * **Anomaly count:** Measurements that provided **signs of potential blocking** (however, [false positives](https://ooni.org/support/faq/#what-are-false-positives) can occur) * **Failure count:** Failed experiments that should be discarded * **Measurement count:** Total volume of OONI measurements (pertaining to the selected country, resource, etc.) When trying to identify the blocking of a service (e.g. `twitter.com`), it's useful to check whether: * Measurements are annotated as `confirmed`, automatically confirming the blocking of websites * A large volume of measurements (in comparison to the overall measurement count) present `anomalies` (i.e. signs of potential censorship) You can access the raw data by clicking on the bars of charts, and subsequently clicking on the relevant measurement links. # Website categories [OONI Probe](https://ooni.org/install/) users test a wide range of [websites](https://ooni.org/support/faq/#which-websites-will-i-test-for-censorship-with-ooni-probe) that fall under the following [30 standardized categories](https://github.com/citizenlab/test-lists/blob/master/lists/00-LEGEND-new_category_codes.csv). ```
non_test
help text for mat to enable use of the mat we can include the following copy under the help section of the mat what is the mat ooni s measurement aggregation toolkit mat is a tool that enables you to generate your own custom charts based on aggregate views of real time ooni data collected from around the world ooni data consists of network measurements collected by users around the world these measurements contain information about various types of internet censorship such as the around the world who is the mat for the mat was built for researchers journalists and human rights defenders interested in examining internet censorship around the world why use the mat when examining cases of internet censorship it s important to look at many measurements at once in aggregate in order to answer key questions like the following does the testing of a service e g facebook present signs of blocking every time that it is tested in a country this can be helpful for ruling out what types of websites e g human rights websites are blocked in each country in which countries is a specific website e g bbc com blocked how does the blocking of different apps e g whatsapp or telegram vary across countries how does the blocking of a service vary across countries and how does the blocking of a service change over time when trying to answer questions like the above we normally perform relevant data analysis instead of inspecting measurements one by one the mat incorporates our data analysis techniques enabling you to answer such questions without any data analysis skills and with the click of a button how to use the mat through the filters at the start of the page select the parameters you care about in order to plot charts based on aggregate views of ooni data the mat includes the following filters countries select a country through the drop down menu the all countries option will show global coverage test name select an based on which you would like to get measurements for example select web connectivity to view the testing of websites domain type the domain for the website you would like to get measurements e g twitter com website categories select the for which you would like to get measurements e g news media for news media websites asn type the of the network for which you would like to get measurements e g for vodafone italia date range select the date range of the measurements by adjusting the since and until filters x axis select the values that you would like to appear on the horizontal axis of your chart y axis select the values that you would like to appear on the vertical axis of your chart depending on what you would like to explore adjust the mat filters accordingly and click submit for example if you would like to check the testing of bbc in all countries around the world type under domain select countries under the y axis click submit this will plot numerous charts based on the ooni probe testing of worldwide interpreting mat charts the mat charts and associated tables include the following values ok count successful measurements i e no sign of internet censorship confirmed count measurements from automatically confirmed blocked websites e g a was served anomaly count measurements that provided signs of potential blocking however can occur failure count failed experiments that should be discarded measurement count total volume of ooni measurements pertaining to the selected country resource etc when trying to identify the blocking of a service e g twitter com it s useful to check whether measurements are annotated as confirmed automatically confirming the blocking of websites a large volume of measurements in comparison to the overall measurement count present anomalies i e signs of potential censorship you can access the raw data by clicking on the bars of charts and subsequently clicking on the relevant measurement links website categories users test a wide range of that fall under the following
0
161,715
12,559,415,947
IssuesEvent
2020-06-07 18:53:13
GTNewHorizons/GT-New-Horizons-Modpack
https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack
closed
[Suggestion] Lower Poison duration of "Alchemist" Infernal Mobs
FixedInDev config need to be tested
The duration seems too high to me. I usually get struck for 24-30 seconds poison which takes all 10 hearts and more. ~10 seconds seems more appropriate to me.
1.0
[Suggestion] Lower Poison duration of "Alchemist" Infernal Mobs - The duration seems too high to me. I usually get struck for 24-30 seconds poison which takes all 10 hearts and more. ~10 seconds seems more appropriate to me.
test
lower poison duration of alchemist infernal mobs the duration seems too high to me i usually get struck for seconds poison which takes all hearts and more seconds seems more appropriate to me
1
109,841
11,659,884,086
IssuesEvent
2020-03-03 01:28:20
qfogarty/performance-massage-api
https://api.github.com/repos/qfogarty/performance-massage-api
closed
Update README
documentation
Update the README.md with something much more descriptive.. 1. describe what the API does 2. describe how to use it
1.0
Update README - Update the README.md with something much more descriptive.. 1. describe what the API does 2. describe how to use it
non_test
update readme update the readme md with something much more descriptive describe what the api does describe how to use it
0
33,028
14,003,599,909
IssuesEvent
2020-10-28 16:04:25
MicrosoftDocs/windowsserverdocs
https://api.github.com/repos/MicrosoftDocs/windowsserverdocs
reopened
Incomplete list
Pri2 remote-desktop-services/tech windows-server/prod
With a std win 10 system I create a rdp file via Start -> Windows Accessories -> Remote Desktop Connection then Options -> Save As, making no entry other than saving.. The resultant file has info which is not on this page, EG "disable wallpaper", "enableworkspacereconnect", etc. [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 630c940d-79fe-3f4e-104c-8e8b19b480e4 * Version Independent ID: 2c4d6608-8fa2-ca33-3a3e-97acfc995f4f * Content: [Supported Remote Desktop RDP file settings](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files) * Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/rdp-files.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/rdp-files.md) * Product: **windows-server** * Technology: **remote-desktop-services** * GitHub Login: @Heidilohr * Microsoft Alias: **helohr**
1.0
Incomplete list - With a std win 10 system I create a rdp file via Start -> Windows Accessories -> Remote Desktop Connection then Options -> Save As, making no entry other than saving.. The resultant file has info which is not on this page, EG "disable wallpaper", "enableworkspacereconnect", etc. [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 630c940d-79fe-3f4e-104c-8e8b19b480e4 * Version Independent ID: 2c4d6608-8fa2-ca33-3a3e-97acfc995f4f * Content: [Supported Remote Desktop RDP file settings](https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files) * Content Source: [WindowsServerDocs/remote/remote-desktop-services/clients/rdp-files.md](https://github.com/MicrosoftDocs/windowsserverdocs/blob/master/WindowsServerDocs/remote/remote-desktop-services/clients/rdp-files.md) * Product: **windows-server** * Technology: **remote-desktop-services** * GitHub Login: @Heidilohr * Microsoft Alias: **helohr**
non_test
incomplete list with a std win system i create a rdp file via start windows accessories remote desktop connection then options save as making no entry other than saving the resultant file has info which is not on this page eg disable wallpaper enableworkspacereconnect etc document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product windows server technology remote desktop services github login heidilohr microsoft alias helohr
0
394,889
11,660,336,644
IssuesEvent
2020-03-03 02:59:40
open-learning-exchange/planet
https://api.github.com/repos/open-learning-exchange/planet
opened
Course: no difference in UI of Test and Preview Test
low priority
both shows same UI screen. on completion of Preview Test, no success message is shown. ![Screenshot from 2020-03-03 08-32-20](https://user-images.githubusercontent.com/27276132/75738730-1d9c9780-5d2b-11ea-9843-4836a5adf0f9.png) ![Screenshot from 2020-03-03 08-32-07](https://user-images.githubusercontent.com/27276132/75738732-1ecdc480-5d2b-11ea-9612-2991d96757b4.png) While in case of Updating Test, when preview is clicked on completion shows success message ![Screenshot from 2020-03-03 08-34-06](https://user-images.githubusercontent.com/27276132/75738768-31e09480-5d2b-11ea-9d96-0d2588e42e87.png)
1.0
Course: no difference in UI of Test and Preview Test - both shows same UI screen. on completion of Preview Test, no success message is shown. ![Screenshot from 2020-03-03 08-32-20](https://user-images.githubusercontent.com/27276132/75738730-1d9c9780-5d2b-11ea-9843-4836a5adf0f9.png) ![Screenshot from 2020-03-03 08-32-07](https://user-images.githubusercontent.com/27276132/75738732-1ecdc480-5d2b-11ea-9612-2991d96757b4.png) While in case of Updating Test, when preview is clicked on completion shows success message ![Screenshot from 2020-03-03 08-34-06](https://user-images.githubusercontent.com/27276132/75738768-31e09480-5d2b-11ea-9d96-0d2588e42e87.png)
non_test
course no difference in ui of test and preview test both shows same ui screen on completion of preview test no success message is shown while in case of updating test when preview is clicked on completion shows success message
0
9,106
7,816,143,270
IssuesEvent
2018-06-13 02:42:42
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
Fixed event ordering for Stock
interface/infrastructure
Move the DoStock and DoLifeCycle to before DoManagementCalculations
1.0
Fixed event ordering for Stock - Move the DoStock and DoLifeCycle to before DoManagementCalculations
non_test
fixed event ordering for stock move the dostock and dolifecycle to before domanagementcalculations
0
34,392
14,395,595,266
IssuesEvent
2020-12-03 04:10:23
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
AWS Client VPN resources: Always time out before resource is ready
bug service/ec2
**I would like to contribute a fix for this, if you accept this as a bug. But one question: Would I simply add the `&schema.ResourceTimeout` schema config, or do I also have to implement `resource.Retry`?** ### Terraform CLI and Terraform AWS Provider Version ``` Terraform v0.13.4 + provider registry.terraform.io/hashicorp/aws v2.70.0 ``` ### Affected Resource(s) * aws_ec2_client_vpn_authorization_rule * aws_ec2_client_vpn_network_association * aws_ec2_client_vpn_endpoint ### Terraform Configuration Files ```hcl variable "name" { type = string } variable "security_group_name" { type = string } variable "vpc_id" { type = string } variable "subnets" { type = list(string) } variable "server_certificate_name" { type = string } variable "client_certificate_name" { type = string } variable "client_cidr" { type = string } data "aws_acm_certificate" "server" { domain = var.server_certificate_name statuses = ["ISSUED"] } data "aws_acm_certificate" "client" { domain = var.client_certificate_name statuses = ["ISSUED"] } data "aws_security_group" "this" { name = var.security_group_name } data "aws_subnet" "this" { for_each = toset(var.subnets) vpc_id = var.vpc_id id = each.value } resource "aws_ec2_client_vpn_endpoint" "this" { client_cidr_block = var.client_cidr split_tunnel = true server_certificate_arn = data.aws_acm_certificate.server.arn authentication_options { type = "certificate-authentication" root_certificate_chain_arn = data.aws_acm_certificate.client.arn } connection_log_options { enabled = false } transport_protocol = "tcp" tags = { Name = var.name } } resource "aws_ec2_client_vpn_network_association" "this" { for_each = data.aws_subnet.this client_vpn_endpoint_id = aws_ec2_client_vpn_endpoint.this.id subnet_id = each.value.id } resource "aws_ec2_client_vpn_authorization_rule" "this" { for_each = data.aws_subnet.this client_vpn_endpoint_id = aws_ec2_client_vpn_endpoint.this.id target_network_cidr = each.value.cidr_block authorize_all_groups = true } ``` ### Expected Behavior The resources should implement custom `&schema.ResourceTimeout` schema options to be able to provide custom timeouts. ### Actual Behavior The resources take a while to become ready. The always error out and the corresponding resources are not added to the state.
1.0
AWS Client VPN resources: Always time out before resource is ready - **I would like to contribute a fix for this, if you accept this as a bug. But one question: Would I simply add the `&schema.ResourceTimeout` schema config, or do I also have to implement `resource.Retry`?** ### Terraform CLI and Terraform AWS Provider Version ``` Terraform v0.13.4 + provider registry.terraform.io/hashicorp/aws v2.70.0 ``` ### Affected Resource(s) * aws_ec2_client_vpn_authorization_rule * aws_ec2_client_vpn_network_association * aws_ec2_client_vpn_endpoint ### Terraform Configuration Files ```hcl variable "name" { type = string } variable "security_group_name" { type = string } variable "vpc_id" { type = string } variable "subnets" { type = list(string) } variable "server_certificate_name" { type = string } variable "client_certificate_name" { type = string } variable "client_cidr" { type = string } data "aws_acm_certificate" "server" { domain = var.server_certificate_name statuses = ["ISSUED"] } data "aws_acm_certificate" "client" { domain = var.client_certificate_name statuses = ["ISSUED"] } data "aws_security_group" "this" { name = var.security_group_name } data "aws_subnet" "this" { for_each = toset(var.subnets) vpc_id = var.vpc_id id = each.value } resource "aws_ec2_client_vpn_endpoint" "this" { client_cidr_block = var.client_cidr split_tunnel = true server_certificate_arn = data.aws_acm_certificate.server.arn authentication_options { type = "certificate-authentication" root_certificate_chain_arn = data.aws_acm_certificate.client.arn } connection_log_options { enabled = false } transport_protocol = "tcp" tags = { Name = var.name } } resource "aws_ec2_client_vpn_network_association" "this" { for_each = data.aws_subnet.this client_vpn_endpoint_id = aws_ec2_client_vpn_endpoint.this.id subnet_id = each.value.id } resource "aws_ec2_client_vpn_authorization_rule" "this" { for_each = data.aws_subnet.this client_vpn_endpoint_id = aws_ec2_client_vpn_endpoint.this.id target_network_cidr = each.value.cidr_block authorize_all_groups = true } ``` ### Expected Behavior The resources should implement custom `&schema.ResourceTimeout` schema options to be able to provide custom timeouts. ### Actual Behavior The resources take a while to become ready. The always error out and the corresponding resources are not added to the state.
non_test
aws client vpn resources always time out before resource is ready i would like to contribute a fix for this if you accept this as a bug but one question would i simply add the schema resourcetimeout schema config or do i also have to implement resource retry terraform cli and terraform aws provider version terraform provider registry terraform io hashicorp aws affected resource s aws client vpn authorization rule aws client vpn network association aws client vpn endpoint terraform configuration files hcl variable name type string variable security group name type string variable vpc id type string variable subnets type list string variable server certificate name type string variable client certificate name type string variable client cidr type string data aws acm certificate server domain var server certificate name statuses data aws acm certificate client domain var client certificate name statuses data aws security group this name var security group name data aws subnet this for each toset var subnets vpc id var vpc id id each value resource aws client vpn endpoint this client cidr block var client cidr split tunnel true server certificate arn data aws acm certificate server arn authentication options type certificate authentication root certificate chain arn data aws acm certificate client arn connection log options enabled false transport protocol tcp tags name var name resource aws client vpn network association this for each data aws subnet this client vpn endpoint id aws client vpn endpoint this id subnet id each value id resource aws client vpn authorization rule this for each data aws subnet this client vpn endpoint id aws client vpn endpoint this id target network cidr each value cidr block authorize all groups true expected behavior the resources should implement custom schema resourcetimeout schema options to be able to provide custom timeouts actual behavior the resources take a while to become ready the always error out and the corresponding resources are not added to the state
0
307,807
26,564,992,664
IssuesEvent
2023-01-20 19:16:33
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
sql/tests: TestRandomSyntaxGeneration failed
C-test-failure O-robot branch-master
sql/tests.TestRandomSyntaxGeneration [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/8208463?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/8208463?buildTab=artifacts#/) on master @ [642afd6e8c8d1f967da4aa0c3c08e2bdc0495100](https://github.com/cockroachdb/cockroach/commits/642afd6e8c8d1f967da4aa0c3c08e2bdc0495100): ``` crypto/tls.(*atLeastReader).Read(0xc05661a8b8, {0xc04a583d40?, 0x0?, 0x389488168619053b?}) GOROOT/src/crypto/tls/conn.go:787 +0x3d fp=0xc0339d0938 sp=0xc0339d08f0 pc=0x86799d bytes.(*Buffer).ReadFrom(0xc0569a3078, {0x6c2e660, 0xc05661a8b8}) GOROOT/src/bytes/buffer.go:202 +0x98 fp=0xc0339d0990 sp=0xc0339d0938 pc=0x565858 crypto/tls.(*Conn).readFromUntil(0xc0569a2e00, {0x6c3dd20?, 0xc04bd20b18}, 0x80deb1fe72be5d74?) GOROOT/src/crypto/tls/conn.go:809 +0xe5 fp=0xc0339d09d0 sp=0xc0339d0990 pc=0x867b85 crypto/tls.(*Conn).readRecordOrCCS(0xc0569a2e00, 0x0) GOROOT/src/crypto/tls/conn.go:616 +0x116 fp=0xc0339d0d58 sp=0xc0339d09d0 pc=0x864fd6 crypto/tls.(*Conn).readRecord(...) GOROOT/src/crypto/tls/conn.go:582 crypto/tls.(*Conn).readHandshake(0xc0569a2e00) GOROOT/src/crypto/tls/conn.go:1019 +0x6d fp=0xc0339d0e38 sp=0xc0339d0d58 pc=0x868ded crypto/tls.(*serverHandshakeStateTLS13).readClientCertificate(0xc0339d11c0) GOROOT/src/crypto/tls/handshake_server_tls13.go:787 +0x65 fp=0xc0339d10c0 sp=0xc0339d0e38 pc=0x8948e5 crypto/tls.(*serverHandshakeStateTLS13).handshake(0xc0339d11c0) GOROOT/src/crypto/tls/handshake_server_tls13.go:78 +0xb6 fp=0xc0339d10e0 sp=0xc0339d10c0 pc=0x890bb6 crypto/tls.(*Conn).serverHandshake(0xc0569a2e00, {0x6c75730, 0xc0569a0b00}) GOROOT/src/crypto/tls/handshake_server.go:54 +0xd0 fp=0xc0339d12b8 sp=0xc0339d10e0 pc=0x88b550 crypto/tls.(*Conn).serverHandshake-fm({0x6c75730?, 0xc0569a0b00?}) <autogenerated>:1 +0x39 fp=0xc0339d12e0 sp=0xc0339d12b8 pc=0x89f4d9 crypto/tls.(*Conn).handshakeContext(0xc0569a2e00, {0x6c75768, 0xc000080048}) GOROOT/src/crypto/tls/conn.go:1462 +0x32f fp=0xc0339d14a8 sp=0xc0339d12e0 pc=0x86b6cf crypto/tls.(*Conn).HandshakeContext(...) GOROOT/src/crypto/tls/conn.go:1405 crypto/tls.(*Conn).Handshake(...) GOROOT/src/crypto/tls/conn.go:1389 crypto/tls.(*Conn).Read(0xc0569a2e00, {0xc0569c4438, 0x4, 0x493f10?}) GOROOT/src/crypto/tls/conn.go:1274 +0x65 fp=0xc0339d1518 sp=0xc0339d14a8 pc=0x86ab25 io.ReadAtLeast({0x7eff005e27f8, 0xc0569a2e00}, {0xc0569c4438, 0x4, 0x4}, 0x4) GOROOT/src/io/io.go:332 +0x9a fp=0xc0339d1560 sp=0xc0339d1518 pc=0x50ccba io.ReadFull(...) GOROOT/src/io/io.go:351 github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirebase.(*ReadBuffer).ReadUntypedMsg(0xc0569c4420, {0x7eff005e27f8, 0xc0569a2e00}) github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirebase/encoding.go:155 +0x65 fp=0xc0339d1720 sp=0xc0339d1560 pc=0x27e6c85 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).readVersion(0xc000cf23c0, {0x7eff005e27f8, 0xc0569a2e00}) github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:1371 +0x127 fp=0xc0339d17a8 sp=0xc0339d1720 pc=0x38ce567 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).maybeUpgradeToSecureConn(0xc000cf23c0, {0x0?, 0xffc?}, {0x6cbb9a8, 0xc04bd20b18}, 0x2, 0x6c3dd20?, 0xc0339d1bc0) github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:1315 +0x35d fp=0xc0339d1878 sp=0xc0339d17a8 pc=0x38cdd9d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc000cf23c0, {0x6c75730, 0xc056b06880}, {0x6cbb9a8?, 0xc04bd20b18}, 0x6a?) github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:811 +0x59e fp=0xc0339d1e20 sp=0xc0339d1878 pc=0x38ca83e github.com/cockroachdb/cockroach/pkg/server.(*SQLServer).startServeSQL.func1.1({0x6c757d8?, 0xc0568207b0?}, {0x6cbb9a8, 0xc04bd20b18}) github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1568 +0xc8 fp=0xc0339d1eb0 sp=0xc0339d1e20 pc=0x3b95648 github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1({0x6c757d8, 0xc0568207b0}) github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0xc7 fp=0xc0339d1f30 sp=0xc0339d1eb0 pc=0x17d96a7 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x146 fp=0xc0339d1fe0 sp=0xc0339d1f30 pc=0x10fdae6 runtime.goexit() GOROOT/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0339d1fe8 sp=0xc0339d1fe0 pc=0x4c4021 created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:461 +0x43b ``` <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> - #89363 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot T-sql-sessions branch-release-22.2.0] - #87572 sql/tests: TestRandomSyntaxGeneration failed [DROP OWNED BY timeout] [C-test-failure O-robot T-sql-schema branch-release-22.2] - #77893 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot T-sql-sessions branch-release-22.1] - #74271 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot branch-release-21.2] - #65210 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot branch-release-21.1] </p> </details> /cc @cockroachdb/sql-sessions <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRandomSyntaxGeneration.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
sql/tests: TestRandomSyntaxGeneration failed - sql/tests.TestRandomSyntaxGeneration [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/8208463?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RandomSyntaxTestsBazel/8208463?buildTab=artifacts#/) on master @ [642afd6e8c8d1f967da4aa0c3c08e2bdc0495100](https://github.com/cockroachdb/cockroach/commits/642afd6e8c8d1f967da4aa0c3c08e2bdc0495100): ``` crypto/tls.(*atLeastReader).Read(0xc05661a8b8, {0xc04a583d40?, 0x0?, 0x389488168619053b?}) GOROOT/src/crypto/tls/conn.go:787 +0x3d fp=0xc0339d0938 sp=0xc0339d08f0 pc=0x86799d bytes.(*Buffer).ReadFrom(0xc0569a3078, {0x6c2e660, 0xc05661a8b8}) GOROOT/src/bytes/buffer.go:202 +0x98 fp=0xc0339d0990 sp=0xc0339d0938 pc=0x565858 crypto/tls.(*Conn).readFromUntil(0xc0569a2e00, {0x6c3dd20?, 0xc04bd20b18}, 0x80deb1fe72be5d74?) GOROOT/src/crypto/tls/conn.go:809 +0xe5 fp=0xc0339d09d0 sp=0xc0339d0990 pc=0x867b85 crypto/tls.(*Conn).readRecordOrCCS(0xc0569a2e00, 0x0) GOROOT/src/crypto/tls/conn.go:616 +0x116 fp=0xc0339d0d58 sp=0xc0339d09d0 pc=0x864fd6 crypto/tls.(*Conn).readRecord(...) GOROOT/src/crypto/tls/conn.go:582 crypto/tls.(*Conn).readHandshake(0xc0569a2e00) GOROOT/src/crypto/tls/conn.go:1019 +0x6d fp=0xc0339d0e38 sp=0xc0339d0d58 pc=0x868ded crypto/tls.(*serverHandshakeStateTLS13).readClientCertificate(0xc0339d11c0) GOROOT/src/crypto/tls/handshake_server_tls13.go:787 +0x65 fp=0xc0339d10c0 sp=0xc0339d0e38 pc=0x8948e5 crypto/tls.(*serverHandshakeStateTLS13).handshake(0xc0339d11c0) GOROOT/src/crypto/tls/handshake_server_tls13.go:78 +0xb6 fp=0xc0339d10e0 sp=0xc0339d10c0 pc=0x890bb6 crypto/tls.(*Conn).serverHandshake(0xc0569a2e00, {0x6c75730, 0xc0569a0b00}) GOROOT/src/crypto/tls/handshake_server.go:54 +0xd0 fp=0xc0339d12b8 sp=0xc0339d10e0 pc=0x88b550 crypto/tls.(*Conn).serverHandshake-fm({0x6c75730?, 0xc0569a0b00?}) <autogenerated>:1 +0x39 fp=0xc0339d12e0 sp=0xc0339d12b8 pc=0x89f4d9 crypto/tls.(*Conn).handshakeContext(0xc0569a2e00, {0x6c75768, 0xc000080048}) GOROOT/src/crypto/tls/conn.go:1462 +0x32f fp=0xc0339d14a8 sp=0xc0339d12e0 pc=0x86b6cf crypto/tls.(*Conn).HandshakeContext(...) GOROOT/src/crypto/tls/conn.go:1405 crypto/tls.(*Conn).Handshake(...) GOROOT/src/crypto/tls/conn.go:1389 crypto/tls.(*Conn).Read(0xc0569a2e00, {0xc0569c4438, 0x4, 0x493f10?}) GOROOT/src/crypto/tls/conn.go:1274 +0x65 fp=0xc0339d1518 sp=0xc0339d14a8 pc=0x86ab25 io.ReadAtLeast({0x7eff005e27f8, 0xc0569a2e00}, {0xc0569c4438, 0x4, 0x4}, 0x4) GOROOT/src/io/io.go:332 +0x9a fp=0xc0339d1560 sp=0xc0339d1518 pc=0x50ccba io.ReadFull(...) GOROOT/src/io/io.go:351 github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirebase.(*ReadBuffer).ReadUntypedMsg(0xc0569c4420, {0x7eff005e27f8, 0xc0569a2e00}) github.com/cockroachdb/cockroach/pkg/sql/pgwire/pgwirebase/encoding.go:155 +0x65 fp=0xc0339d1720 sp=0xc0339d1560 pc=0x27e6c85 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).readVersion(0xc000cf23c0, {0x7eff005e27f8, 0xc0569a2e00}) github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:1371 +0x127 fp=0xc0339d17a8 sp=0xc0339d1720 pc=0x38ce567 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).maybeUpgradeToSecureConn(0xc000cf23c0, {0x0?, 0xffc?}, {0x6cbb9a8, 0xc04bd20b18}, 0x2, 0x6c3dd20?, 0xc0339d1bc0) github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:1315 +0x35d fp=0xc0339d1878 sp=0xc0339d17a8 pc=0x38cdd9d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc000cf23c0, {0x6c75730, 0xc056b06880}, {0x6cbb9a8?, 0xc04bd20b18}, 0x6a?) github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:811 +0x59e fp=0xc0339d1e20 sp=0xc0339d1878 pc=0x38ca83e github.com/cockroachdb/cockroach/pkg/server.(*SQLServer).startServeSQL.func1.1({0x6c757d8?, 0xc0568207b0?}, {0x6cbb9a8, 0xc04bd20b18}) github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1568 +0xc8 fp=0xc0339d1eb0 sp=0xc0339d1e20 pc=0x3b95648 github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1({0x6c757d8, 0xc0568207b0}) github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0xc7 fp=0xc0339d1f30 sp=0xc0339d1eb0 pc=0x17d96a7 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x146 fp=0xc0339d1fe0 sp=0xc0339d1f30 pc=0x10fdae6 runtime.goexit() GOROOT/src/runtime/asm_amd64.s:1594 +0x1 fp=0xc0339d1fe8 sp=0xc0339d1fe0 pc=0x4c4021 created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:461 +0x43b ``` <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> - #89363 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot T-sql-sessions branch-release-22.2.0] - #87572 sql/tests: TestRandomSyntaxGeneration failed [DROP OWNED BY timeout] [C-test-failure O-robot T-sql-schema branch-release-22.2] - #77893 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot T-sql-sessions branch-release-22.1] - #74271 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot branch-release-21.2] - #65210 sql/tests: TestRandomSyntaxGeneration failed [C-test-failure O-robot branch-release-21.1] </p> </details> /cc @cockroachdb/sql-sessions <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestRandomSyntaxGeneration.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
sql tests testrandomsyntaxgeneration failed sql tests testrandomsyntaxgeneration with on master crypto tls atleastreader read goroot src crypto tls conn go fp sp pc bytes buffer readfrom goroot src bytes buffer go fp sp pc crypto tls conn readfromuntil goroot src crypto tls conn go fp sp pc crypto tls conn readrecordorccs goroot src crypto tls conn go fp sp pc crypto tls conn readrecord goroot src crypto tls conn go crypto tls conn readhandshake goroot src crypto tls conn go fp sp pc crypto tls readclientcertificate goroot src crypto tls handshake server go fp sp pc crypto tls handshake goroot src crypto tls handshake server go fp sp pc crypto tls conn serverhandshake goroot src crypto tls handshake server go fp sp pc crypto tls conn serverhandshake fm fp sp pc crypto tls conn handshakecontext goroot src crypto tls conn go fp sp pc crypto tls conn handshakecontext goroot src crypto tls conn go crypto tls conn handshake goroot src crypto tls conn go crypto tls conn read goroot src crypto tls conn go fp sp pc io readatleast goroot src io io go fp sp pc io readfull goroot src io io go github com cockroachdb cockroach pkg sql pgwire pgwirebase readbuffer readuntypedmsg github com cockroachdb cockroach pkg sql pgwire pgwirebase encoding go fp sp pc github com cockroachdb cockroach pkg sql pgwire server readversion github com cockroachdb cockroach pkg sql pgwire server go fp sp pc github com cockroachdb cockroach pkg sql pgwire server maybeupgradetosecureconn github com cockroachdb cockroach pkg sql pgwire server go fp sp pc github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire server go fp sp pc github com cockroachdb cockroach pkg server sqlserver startservesql github com cockroachdb cockroach pkg server server sql go fp sp pc github com cockroachdb cockroach pkg util netutil tcpserver servewith github com cockroachdb cockroach pkg util netutil net go fp sp pc github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go fp sp pc runtime goexit goroot src runtime asm s fp sp pc created by github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go help see also same failure on other branches sql tests testrandomsyntaxgeneration failed sql tests testrandomsyntaxgeneration failed sql tests testrandomsyntaxgeneration failed sql tests testrandomsyntaxgeneration failed sql tests testrandomsyntaxgeneration failed cc cockroachdb sql sessions
1
249,019
21,094,705,515
IssuesEvent
2022-04-04 09:12:50
datreeio/datree
https://api.github.com/repos/datreeio/datree
closed
Add test coverage for extractor package
enhancement good first issue up for grabs testing
**Describe the solution you'd like** Add test coverage for package extractor. See `pkg/httpClient` as a reference. For `ToAbsolutePath`, the test cases are already exists but for `ExtractConfigurationsFromYamlFile` the test cases should include: - Case: empty(””) path argument Expected: should return invalid file with returned `ToAbsolutePath` error. - Case: reading file failed Expected: should return invalid file with returned error from `ReadFileContent` - Case: parsing YAML failed Expected: should return invalid file with returned error from `ParseYaml` - Case: success Expected: should return expected configurations, absolute path and nil **“How to” implementation suggestions** For `ToAbsolutePath`, the test cases are already exists. Use them by moving `TestToAbsolutePath` to the new `extractor_test` file (find, `TestToAbsolutePath` in `bl/files`). For `ExtractConfigurationsFromYamlFile` tests **Requirements** Golang basic level.
1.0
Add test coverage for extractor package - **Describe the solution you'd like** Add test coverage for package extractor. See `pkg/httpClient` as a reference. For `ToAbsolutePath`, the test cases are already exists but for `ExtractConfigurationsFromYamlFile` the test cases should include: - Case: empty(””) path argument Expected: should return invalid file with returned `ToAbsolutePath` error. - Case: reading file failed Expected: should return invalid file with returned error from `ReadFileContent` - Case: parsing YAML failed Expected: should return invalid file with returned error from `ParseYaml` - Case: success Expected: should return expected configurations, absolute path and nil **“How to” implementation suggestions** For `ToAbsolutePath`, the test cases are already exists. Use them by moving `TestToAbsolutePath` to the new `extractor_test` file (find, `TestToAbsolutePath` in `bl/files`). For `ExtractConfigurationsFromYamlFile` tests **Requirements** Golang basic level.
test
add test coverage for extractor package describe the solution you d like add test coverage for package extractor see pkg httpclient as a reference for toabsolutepath the test cases are already exists but for extractconfigurationsfromyamlfile the test cases should include case empty ”” path argument expected should return invalid file with returned toabsolutepath error case reading file failed expected should return invalid file with returned error from readfilecontent case parsing yaml failed expected should return invalid file with returned error from parseyaml case success expected should return expected configurations absolute path and nil “how to” implementation suggestions for toabsolutepath the test cases are already exists use them by moving testtoabsolutepath to the new extractor test file find testtoabsolutepath in bl files for extractconfigurationsfromyamlfile tests requirements golang basic level
1
20,452
3,813,746,797
IssuesEvent
2016-03-28 08:11:08
QualiSystems/vCenterShell
https://api.github.com/repos/QualiSystems/vCenterShell
closed
Setup will fail if reservation is empty
bug P2 ready to test
### STR 1) have an empty environment with Setup & Teardown 2) reserve ### Result ![image](https://cloud.githubusercontent.com/assets/12639815/14061509/a7f101a2-f392-11e5-9656-af1721c41d2e.png)
1.0
Setup will fail if reservation is empty - ### STR 1) have an empty environment with Setup & Teardown 2) reserve ### Result ![image](https://cloud.githubusercontent.com/assets/12639815/14061509/a7f101a2-f392-11e5-9656-af1721c41d2e.png)
test
setup will fail if reservation is empty str have an empty environment with setup teardown reserve result
1
545,444
15,950,731,687
IssuesEvent
2021-04-15 09:00:15
sopra-fs21-group-4/client
https://api.github.com/repos/sopra-fs21-group-4/client
closed
lobby creation in the backend
high priority task
creating a new lobby in the backend request and implementation Time estimate: 6h User story: #2
1.0
lobby creation in the backend - creating a new lobby in the backend request and implementation Time estimate: 6h User story: #2
non_test
lobby creation in the backend creating a new lobby in the backend request and implementation time estimate user story
0
137
4,163,864,769
IssuesEvent
2016-06-18 11:35:18
Bubbus/ACF-Missiles
https://api.github.com/repos/Bubbus/ACF-Missiles
closed
Missile guidance code
enhancement reliability
It is known that missiles tend to miss fast-moving targets a lot, even when they are perfectly able to hit them both propellant and speed wise. This makes anti-air missiles unreliable, forcing players to fire multiple times in order to destroy their target. To compensate for this, I am currently reworking the guidance code and testing a new approach to it. The new system looks promising in theory, and works flawlessly in an E2 environment, however I didn't test it on ACF missiles yet. This change may also require the flight code to be modified, and while this will affect all missiles, I will try to keep the unique behaviour of each of them unchanged. I'll keep this thread updated as I make progress.
True
Missile guidance code - It is known that missiles tend to miss fast-moving targets a lot, even when they are perfectly able to hit them both propellant and speed wise. This makes anti-air missiles unreliable, forcing players to fire multiple times in order to destroy their target. To compensate for this, I am currently reworking the guidance code and testing a new approach to it. The new system looks promising in theory, and works flawlessly in an E2 environment, however I didn't test it on ACF missiles yet. This change may also require the flight code to be modified, and while this will affect all missiles, I will try to keep the unique behaviour of each of them unchanged. I'll keep this thread updated as I make progress.
non_test
missile guidance code it is known that missiles tend to miss fast moving targets a lot even when they are perfectly able to hit them both propellant and speed wise this makes anti air missiles unreliable forcing players to fire multiple times in order to destroy their target to compensate for this i am currently reworking the guidance code and testing a new approach to it the new system looks promising in theory and works flawlessly in an environment however i didn t test it on acf missiles yet this change may also require the flight code to be modified and while this will affect all missiles i will try to keep the unique behaviour of each of them unchanged i ll keep this thread updated as i make progress
0
285,535
24,675,154,158
IssuesEvent
2022-10-18 16:23:31
dotnet/source-build
https://api.github.com/repos/dotnet/source-build
closed
Update distro images in CI
area-ci-testing
We're behind the current version of most of our CI image distros on all our branches - these should be updated. Related: #1465, #1526
1.0
Update distro images in CI - We're behind the current version of most of our CI image distros on all our branches - these should be updated. Related: #1465, #1526
test
update distro images in ci we re behind the current version of most of our ci image distros on all our branches these should be updated related
1
48,488
7,434,583,227
IssuesEvent
2018-03-26 11:34:25
PaddlePaddle/Paddle
https://api.github.com/repos/PaddlePaddle/Paddle
opened
API doc problems of create_tensor, create_parameter, create_global_var
PythonAPI documentation
#### 针对以下问题修改时请协调组织其他内容语言 #### 单词拼写、遗漏和语法等问题未列出,修改时请注意 *请参考[API注释标准](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/dev/api_doc_std_cn.md)!* ------ 源文件:https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/fluid/layers/tensor.py - create_tensor http://www.paddlepaddle.org/docs/develop/api/en/fluid/layers.html#create-tensor - 无内容 - create_parameter http://www.paddlepaddle.org/docs/develop/api/en/fluid/layers.html#create-parameter - 参数介绍与参数列表不符 - 显示问题 ![image](https://user-images.githubusercontent.com/31875089/37903782-c76c20a6-312b-11e8-854e-ff3aac9c8212.png) - 介绍须完善 - create_global_var http://www.paddlepaddle.org/docs/develop/api/en/fluid/layers.html#create-global-var - 内容不全 - 介绍须完善 - 显示问题 ![image](https://user-images.githubusercontent.com/31875089/37903980-992f6530-312c-11e8-9d8e-a0919032fa19.png)
1.0
API doc problems of create_tensor, create_parameter, create_global_var - #### 针对以下问题修改时请协调组织其他内容语言 #### 单词拼写、遗漏和语法等问题未列出,修改时请注意 *请参考[API注释标准](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/dev/api_doc_std_cn.md)!* ------ 源文件:https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/fluid/layers/tensor.py - create_tensor http://www.paddlepaddle.org/docs/develop/api/en/fluid/layers.html#create-tensor - 无内容 - create_parameter http://www.paddlepaddle.org/docs/develop/api/en/fluid/layers.html#create-parameter - 参数介绍与参数列表不符 - 显示问题 ![image](https://user-images.githubusercontent.com/31875089/37903782-c76c20a6-312b-11e8-854e-ff3aac9c8212.png) - 介绍须完善 - create_global_var http://www.paddlepaddle.org/docs/develop/api/en/fluid/layers.html#create-global-var - 内容不全 - 介绍须完善 - 显示问题 ![image](https://user-images.githubusercontent.com/31875089/37903980-992f6530-312c-11e8-9d8e-a0919032fa19.png)
non_test
api doc problems of create tensor create parameter create global var 针对以下问题修改时请协调组织其他内容语言 单词拼写、遗漏和语法等问题未列出,修改时请注意 请参考 源文件: create tensor 无内容 create parameter 参数介绍与参数列表不符 显示问题 介绍须完善 create global var 内容不全 介绍须完善 显示问题
0
85,304
7,965,838,075
IssuesEvent
2018-07-14 14:10:21
dw/mitogen
https://api.github.com/repos/dw/mitogen
closed
ansible: module preloading is completely broken
NeedsRegressionTest ansible
Almost certainly because none of the requested modules are loaded in the master process ```` [18:40:51 Eldil!14 playbook] ansible-playbook issue_122.yml -vvv ansible-playbook 2.4.2.0 config file = /Users/dmw/src/mitogen/examples/playbook/ansible.cfg configured module search path = [u'/Users/dmw/src/mitogen/examples/playbook/modules'] ansible python module location = /Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible executable location = /Users/dmw/src/mitogen/.venv/bin/ansible-playbook python version = 2.7.13 (default, Nov 4 2017, 16:10:16) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] Using /Users/dmw/src/mitogen/examples/playbook/ansible.cfg as config file Parsed /Users/dmw/src/mitogen/examples/playbook/hosts inventory source with ini plugin PLAYBOOK: issue_122.yml ************************************************************************************************************************************************************ 1 plays in issue_122.yml PLAY [all] ************************************************************************************************************************************************************************* TASK [Gathering Facts] ************************************************************************************************************************************************************* [pid 16998] 18:40:55 D mitogen: unix.connect(path='/var/folders/gw/f6w3dgy16fsg5y4kdthbqycw0000gn/T/mitogen_unix_H_zgxg') [pid 16998] 18:40:55 D mitogen: unix.connect(): local ID is 1, remote is 0 [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('default').connect() [pid 16992] 18:40:55 D mitogen: tty_create_child() child 16999 fd 47, parent 16992, cmd: "ssh" "-l" "dw" "-o" "Compression yes" "-o" "CompressionLevel 6" "-o" "ForwardAgent=yes" "-o" "ControlMaster=auto" "-o" "ControlPersist=60s" "35.200.184.46" "'/usr/bin/python2.7'" "'-c'" "'from codecs import decode as _;exec(_(_(\"eJxdjzFrwzAQhef6V3gJkugh5AyFGAwtJnT3UA9pBsc6F1FZEpIctf31VZJC3W73eN/dvadmZ30sbYDwGeBLq1PRQd/YwJ1ySFnhIa2UmjLKJ+vfKauLuzzLxW2pgEoI9qs7WCuf3SrrvFZOpTJlBx56SHUGRm0D0ulGozkrb82BPHXPL4IcG2xyKo4fOC5xOGm8UVmeKcKBzCraNzS1nNPjXkulubbjoOvqYbfbkiMrMp28ikgrIPtWvBrCira5tOQSRzs7jyHQy48QpTLc4yCpMm6JlLHr+iStQ0N7IInkUj/n2rWX/npkE/Kfjc5Oy+7b/yGqa4hbLRWpYN83iHhv\".encode(),\"base64\"),\"zlib\"))'" [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('local.16999').connect(): child process stdin/stdout=47 [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('local.16999'): received 'EC0\n' [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('local.16999')._ec0_received() [pid 16998] 18:40:55 D mitogen: Context(2, u'ssh.35.200.184.46').call_async(<function run_module at 0x107081d70>, *('ansible.modules.system.setup',), **{'args': {'_ansible_version': '2.4.2.0', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p'], '_ansible_no_log': False, 'gather_timeout': 10, '_ansible_module_name': u'setup', '_ansible_verbosity': 3, '_ansible_syslog_facility': u'LOG_USER', '_ansible_socket': None, 'gather_subset': u'all', '_ansible_diff': False, '_ansible_debug': False, '_ansible_shell_executable': u'/bin/sh', '_ansible_check_mode': False}, 'env': {}}) [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible_mitogen') [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible_mitogen') -> <pkgutil.ImpLoader instance at 0x106e861b8> [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/ansible_mitogen/__init__.py', 'ansible_mitogen') -> ['connection', 'helpers', 'logging', 'mixins', 'pickers', 'process', 'runners', 'services', 'strategy'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible_mitogen') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible_mitogen.helpers') [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible_mitogen.helpers') -> <pkgutil.ImpLoader instance at 0x106e863f8> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.basic') -> <pkgutil.ImpLoader instance at 0x106d186c8> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.parsing.convert_bool') -> <pkgutil.ImpLoader instance at 0x106d23b00> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils._text') -> <pkgutil.ImpLoader instance at 0x106d2ee18> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils') -> <pkgutil.ImpLoader instance at 0x106ee7518> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.pycompat24') -> <pkgutil.ImpLoader instance at 0x106d3c0e0> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible') -> <pkgutil.ImpLoader instance at 0x106d2e3b0> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.six') -> <pkgutil.ImpLoader instance at 0x106d2ee18> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.parsing') -> <pkgutil.ImpLoader instance at 0x106d3c0e0> [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible_mitogen.helpers') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/__init__.py', 'ansible') -> ['cli', 'compat', 'config', 'constants', 'errors', 'executor', 'galaxy', 'inventory', 'module_utils', 'modules', 'parsing', 'playbook', 'plugins', 'release', 'template', 'utils', 'vars'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.release') [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.release') -> <pkgutil.ImpLoader instance at 0x106d2ee18> [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.release') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/__init__.py', 'ansible.module_utils') -> ['_text', 'a10', 'aci', 'aireos', 'ansible_tower', 'aos', 'api', 'aruba', 'asa', 'avi', 'aws', 'azure_rm_common', 'basic', 'bigswitch_utils', 'ce', 'cloud', 'cloudstack', 'cnos', 'cnos_devicerules', 'cnos_errorcodes', 'connection', 'crypto', 'database', 'dellos10', 'dellos6', 'dellos9', 'digital_ocean', 'dimensiondata', 'docker_common', 'ec2', 'eos', 'exoscale', 'f5_utils', 'facts', 'fortios', 'gcdns', 'gce', 'gcp', 'infinibox', 'ios', 'iosxr', 'ipa', 'ismount', 'json_utils', 'junos', 'k8s_common', 'known_hosts', 'lxd', 'manageiq', 'mysql', 'netapp', 'netcfg', 'netcli', 'netconf', 'netscaler', 'network', 'network_common', 'nxos', 'oneview', 'openshift_common', 'openstack', 'ordnance', 'ovirt', 'parsing', 'postgres', 'powershell', 'pure', 'pycompat24', 'rax', 'redhat', 'service', 'six', 'splitter', 'sros', 'univention_umc', 'urls', 'vca', 'vmware', 'vyos'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.basic') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils._text') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.parsing') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/parsing/__init__.py', 'ansible.module_utils.parsing') -> ['convert_bool'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.parsing.convert_bool') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.pycompat24') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.six') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/six/__init__.py', 'ansible.module_utils.six') -> [] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.basic') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.modules') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.modules') -> <pkgutil.ImpLoader instance at 0x106d3c0e0> [pid 16992] 18:40:57 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/modules/__init__.py', 'ansible.modules') -> ['cloud', 'clustering', 'commands', 'crypto', 'database', 'files', 'identity', 'inventory', 'messaging', 'monitoring', 'net_tools', 'network', 'notification', 'packaging', 'remote_management', 'source_control', 'storage', 'system', 'utilities', 'web_infrastructure', 'windows'] [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.modules') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.modules.system') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.modules.system') -> <pkgutil.ImpLoader instance at 0x106d2e170> [pid 16992] 18:40:57 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/modules/system/__init__.py', 'ansible.modules.system') -> ['aix_inittab', 'aix_lvol', 'alternatives', 'at', 'authorized_key', 'awall', 'beadm', 'capabilities', 'cron', 'cronvar', 'crypttab', 'dconf', 'debconf', 'facter', 'filesystem', 'firewalld', 'gconftool2', 'getent', 'gluster_volume', 'group', 'hostname', 'interfaces_file', 'iptables', 'java_cert', 'kernel_blacklist', 'known_hosts', 'locale_gen', 'lvg', 'lvol', 'make', 'modprobe', 'mount', 'ohai', 'open_iscsi', 'openwrt_init', 'osx_defaults', 'pam_limits', 'pamd', 'parted', 'ping', 'puppet', 'runit', 'seboolean', 'sefcontext', 'selinux', 'selinux_permissive', 'seport', 'service', 'setup', 'solaris_zone', 'svc', 'sysctl', 'systemd', 'timezone', 'ufw', 'user'] [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.modules.system') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.modules.system.setup') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.modules.system.setup') -> <pkgutil.ImpLoader instance at 0x106d2f4d0> [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.modules.system.setup') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts') -> <pkgutil.ImpLoader instance at 0x106d2f170> [pid 16992] 18:40:57 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/__init__.py', 'ansible.module_utils.facts') -> ['ansible_collector', 'collector', 'compat', 'default_collectors', 'hardware', 'namespace', 'network', 'other', 'sysctl', 'system', 'timeout', 'utils', 'virtual'] [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.compat') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.compat') -> <pkgutil.ImpLoader instance at 0x106d3a998> [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.compat') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.namespace') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.namespace') -> <pkgutil.ImpLoader instance at 0x106d3ae60> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.namespace') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.default_collectors') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.default_collectors') -> <pkgutil.ImpLoader instance at 0x106d3a560> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.default_collectors') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.other') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.other') -> <pkgutil.ImpLoader instance at 0x106d3a1b8> [pid 16992] 18:40:58 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/other/__init__.py', 'ansible.module_utils.facts.other') -> ['facter', 'ohai'] [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.other') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.other.facter') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.other.facter') -> <pkgutil.ImpLoader instance at 0x106d3a680> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.other.facter') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.collector') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.collector') -> <pkgutil.ImpLoader instance at 0x106d3acb0> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.collector') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.timeout') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.timeout') -> <pkgutil.ImpLoader instance at 0x106d3a7e8> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.timeout') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.other.ohai') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.other.ohai') -> <pkgutil.ImpLoader instance at 0x106d3ad40> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.other.ohai') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system') -> <pkgutil.ImpLoader instance at 0x106d3ab90> [pid 16992] 18:40:59 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/system/__init__.py', 'ansible.module_utils.facts.system') -> ['apparmor', 'caps', 'cmdline', 'date_time', 'distribution', 'dns', 'env', 'fips', 'local', 'lsb', 'pkg_mgr', 'platform', 'python', 'selinux', 'service_mgr', 'ssh_pub_keys', 'user'] [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.apparmor') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.apparmor') -> <pkgutil.ImpLoader instance at 0x106d3a440> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.apparmor') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.caps') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.caps') -> <pkgutil.ImpLoader instance at 0x106d3a4d0> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.caps') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.cmdline') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.cmdline') -> <pkgutil.ImpLoader instance at 0x106d3a6c8> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.cmdline') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.utils') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.utils') -> <pkgutil.ImpLoader instance at 0x106e5fcf8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.utils') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.distribution') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.distribution') -> <pkgutil.ImpLoader instance at 0x106e5f3f8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.distribution') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.date_time') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.date_time') -> <pkgutil.ImpLoader instance at 0x106e5fea8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.date_time') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.env') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.env') -> <pkgutil.ImpLoader instance at 0x106e5fcb0> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.env') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.dns') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.dns') -> <pkgutil.ImpLoader instance at 0x106e5f7e8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.dns') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.fips') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.fips') -> <pkgutil.ImpLoader instance at 0x106d18cb0> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.fips') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.local') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.local') -> <pkgutil.ImpLoader instance at 0x106d188c0> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.local') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.lsb') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.lsb') -> <pkgutil.ImpLoader instance at 0x106d18f38> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.lsb') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.pkg_mgr') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.pkg_mgr') -> <pkgutil.ImpLoader instance at 0x106d18440> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.pkg_mgr') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.platform') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.platform') -> <pkgutil.ImpLoader instance at 0x106d18d40> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.platform') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.python') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.python') -> <pkgutil.ImpLoader instance at 0x106d18ab8> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.python') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.selinux') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.selinux') -> <pkgutil.ImpLoader instance at 0x106d185a8> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.selinux') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.service_mgr') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.service_mgr') -> <pkgutil.ImpLoader instance at 0x106d182d8> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.service_mgr') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.ssh_pub_keys') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.ssh_pub_keys') -> <pkgutil.ImpLoader instance at 0x106d18b00> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.ssh_pub_keys') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.user') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.user') -> <pkgutil.ImpLoader instance at 0x106d18950> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.user') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware') -> <pkgutil.ImpLoader instance at 0x106d18c68> [pid 16992] 18:41:02 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/__init__.py', 'ansible.module_utils.facts.hardware') -> ['aix', 'base', 'darwin', 'dragonfly', 'freebsd', 'hpux', 'hurd', 'linux', 'netbsd', 'openbsd', 'sunos'] [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.base') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.base') -> <pkgutil.ImpLoader instance at 0x1067990e0> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.base') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.aix') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.aix') -> <pkgutil.ImpLoader instance at 0x106e7ccf8> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.aix') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.darwin') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.darwin') -> <pkgutil.ImpLoader instance at 0x106e7c950> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.darwin') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.sysctl') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.sysctl') -> <pkgutil.ImpLoader instance at 0x106d2f098> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.sysctl') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.dragonfly') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.dragonfly') -> <pkgutil.ImpLoader instance at 0x106d2fa70> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.dragonfly') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.freebsd') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.freebsd') -> <pkgutil.ImpLoader instance at 0x106ee7f38> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.freebsd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.hpux') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.hpux') -> <pkgutil.ImpLoader instance at 0x106ee7f38> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.hpux') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.hurd') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.hurd') -> <pkgutil.ImpLoader instance at 0x106ee7098> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.hurd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.linux') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.linux') -> <pkgutil.ImpLoader instance at 0x106ee76c8> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.linux') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.netbsd') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.netbsd') -> <pkgutil.ImpLoader instance at 0x106e7d560> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.netbsd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.openbsd') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.openbsd') -> <pkgutil.ImpLoader instance at 0x106e7dd88> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.openbsd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.sunos') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.sunos') -> <pkgutil.ImpLoader instance at 0x106e678c0> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.sunos') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network') -> <pkgutil.ImpLoader instance at 0x1068e6050> [pid 16992] 18:41:05 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/network/__init__.py', 'ansible.module_utils.facts.network') -> ['aix', 'base', 'darwin', 'dragonfly', 'freebsd', 'generic_bsd', 'hpux', 'hurd', 'linux', 'netbsd', 'openbsd', 'sunos'] [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.base') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.base') -> <pkgutil.ImpLoader instance at 0x1068e65f0> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.base') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.aix') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.aix') -> <pkgutil.ImpLoader instance at 0x1068e63f8> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.aix') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.generic_bsd') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.generic_bsd') -> <pkgutil.ImpLoader instance at 0x1068e6050> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.generic_bsd') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.darwin') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.darwin') -> <pkgutil.ImpLoader instance at 0x1068e6488> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.darwin') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.dragonfly') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.dragonfly') -> <pkgutil.ImpLoader instance at 0x1068e6908> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.dragonfly') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.freebsd') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.freebsd') -> <pkgutil.ImpLoader instance at 0x1068e66c8> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.freebsd') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.hpux') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.hpux') -> <pkgutil.ImpLoader instance at 0x1068e6dd0> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.hpux') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.hurd') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.hurd') -> <pkgutil.ImpLoader instance at 0x1068e63b0> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.hurd') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.linux') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.linux') -> <pkgutil.ImpLoader instance at 0x1068f7e18> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.linux') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.netbsd') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.netbsd') -> <pkgutil.ImpLoader instance at 0x1068f7098> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.netbsd') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.openbsd') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.openbsd') -> <pkgutil.ImpLoader instance at 0x1068f7170> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.openbsd') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.sunos') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.sunos') -> <pkgutil.ImpLoader instance at 0x1068f7c68> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.sunos') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual') -> <pkgutil.ImpLoader instance at 0x1068f7320> [pid 16992] 18:41:07 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/__init__.py', 'ansible.module_utils.facts.virtual') -> ['base', 'dragonfly', 'freebsd', 'hpux', 'linux', 'netbsd', 'openbsd', 'sunos', 'sysctl'] [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.base') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.base') -> <pkgutil.ImpLoader instance at 0x1068f7d40> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.base') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.dragonfly') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.dragonfly') -> <pkgutil.ImpLoader instance at 0x1068f7a70> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.dragonfly') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.freebsd') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.freebsd') -> <pkgutil.ImpLoader instance at 0x1068f7b48> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.freebsd') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.hpux') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.hpux') -> <pkgutil.ImpLoader instance at 0x1068f75f0> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.hpux') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.linux') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.linux') -> <pkgutil.ImpLoader instance at 0x1068f73f8> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.linux') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.netbsd') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.netbsd') -> <pkgutil.ImpLoader instance at 0x1068f72d8> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.netbsd') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.sysctl') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.sysctl') -> <pkgutil.ImpLoader instance at 0x1068f7cb0> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.sysctl') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.openbsd') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.openbsd') -> <pkgutil.ImpLoader instance at 0x1068f7f38> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.openbsd') [pid 16992] 18:41:09 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.sunos') [pid 16992] 18:41:09 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.sunos') -> <pkgutil.ImpLoader instance at 0x1068f7e60> [pid 16992] 18:41:09 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.sunos') [pid 16992] 18:41:09 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.ansible_collector') [pid 16992] 18:41:09 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.ansible_collector') -> <pkgutil.ImpLoader instance at 0x1068f77a0> [pid 16992] 18:41:09 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.ansible_collector') [pid 16992] 18:41:09 I mitogen.ctx.ssh.35.200.184.46: stdout: exc: 'DistributionFiles' object has no attribute 'parse_distribution_file_Archlinux' [pid 16998] 18:41:09 D ansible_mitogen.connection: Call run_module('ansible.modules.system.setup',) took 14303 ms ````
1.0
ansible: module preloading is completely broken - Almost certainly because none of the requested modules are loaded in the master process ```` [18:40:51 Eldil!14 playbook] ansible-playbook issue_122.yml -vvv ansible-playbook 2.4.2.0 config file = /Users/dmw/src/mitogen/examples/playbook/ansible.cfg configured module search path = [u'/Users/dmw/src/mitogen/examples/playbook/modules'] ansible python module location = /Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible executable location = /Users/dmw/src/mitogen/.venv/bin/ansible-playbook python version = 2.7.13 (default, Nov 4 2017, 16:10:16) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] Using /Users/dmw/src/mitogen/examples/playbook/ansible.cfg as config file Parsed /Users/dmw/src/mitogen/examples/playbook/hosts inventory source with ini plugin PLAYBOOK: issue_122.yml ************************************************************************************************************************************************************ 1 plays in issue_122.yml PLAY [all] ************************************************************************************************************************************************************************* TASK [Gathering Facts] ************************************************************************************************************************************************************* [pid 16998] 18:40:55 D mitogen: unix.connect(path='/var/folders/gw/f6w3dgy16fsg5y4kdthbqycw0000gn/T/mitogen_unix_H_zgxg') [pid 16998] 18:40:55 D mitogen: unix.connect(): local ID is 1, remote is 0 [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('default').connect() [pid 16992] 18:40:55 D mitogen: tty_create_child() child 16999 fd 47, parent 16992, cmd: "ssh" "-l" "dw" "-o" "Compression yes" "-o" "CompressionLevel 6" "-o" "ForwardAgent=yes" "-o" "ControlMaster=auto" "-o" "ControlPersist=60s" "35.200.184.46" "'/usr/bin/python2.7'" "'-c'" "'from codecs import decode as _;exec(_(_(\"eJxdjzFrwzAQhef6V3gJkugh5AyFGAwtJnT3UA9pBsc6F1FZEpIctf31VZJC3W73eN/dvadmZ30sbYDwGeBLq1PRQd/YwJ1ySFnhIa2UmjLKJ+vfKauLuzzLxW2pgEoI9qs7WCuf3SrrvFZOpTJlBx56SHUGRm0D0ulGozkrb82BPHXPL4IcG2xyKo4fOC5xOGm8UVmeKcKBzCraNzS1nNPjXkulubbjoOvqYbfbkiMrMp28ikgrIPtWvBrCira5tOQSRzs7jyHQy48QpTLc4yCpMm6JlLHr+iStQ0N7IInkUj/n2rWX/npkE/Kfjc5Oy+7b/yGqa4hbLRWpYN83iHhv\".encode(),\"base64\"),\"zlib\"))'" [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('local.16999').connect(): child process stdin/stdout=47 [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('local.16999'): received 'EC0\n' [pid 16992] 18:40:55 D mitogen: mitogen.ssh.Stream('local.16999')._ec0_received() [pid 16998] 18:40:55 D mitogen: Context(2, u'ssh.35.200.184.46').call_async(<function run_module at 0x107081d70>, *('ansible.modules.system.setup',), **{'args': {'_ansible_version': '2.4.2.0', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p'], '_ansible_no_log': False, 'gather_timeout': 10, '_ansible_module_name': u'setup', '_ansible_verbosity': 3, '_ansible_syslog_facility': u'LOG_USER', '_ansible_socket': None, 'gather_subset': u'all', '_ansible_diff': False, '_ansible_debug': False, '_ansible_shell_executable': u'/bin/sh', '_ansible_check_mode': False}, 'env': {}}) [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible_mitogen') [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible_mitogen') -> <pkgutil.ImpLoader instance at 0x106e861b8> [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/ansible_mitogen/__init__.py', 'ansible_mitogen') -> ['connection', 'helpers', 'logging', 'mixins', 'pickers', 'process', 'runners', 'services', 'strategy'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible_mitogen') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible_mitogen.helpers') [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible_mitogen.helpers') -> <pkgutil.ImpLoader instance at 0x106e863f8> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.basic') -> <pkgutil.ImpLoader instance at 0x106d186c8> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.parsing.convert_bool') -> <pkgutil.ImpLoader instance at 0x106d23b00> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils._text') -> <pkgutil.ImpLoader instance at 0x106d2ee18> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils') -> <pkgutil.ImpLoader instance at 0x106ee7518> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.pycompat24') -> <pkgutil.ImpLoader instance at 0x106d3c0e0> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible') -> <pkgutil.ImpLoader instance at 0x106d2e3b0> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.six') -> <pkgutil.ImpLoader instance at 0x106d2ee18> [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.parsing') -> <pkgutil.ImpLoader instance at 0x106d3c0e0> [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible_mitogen.helpers') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/__init__.py', 'ansible') -> ['cli', 'compat', 'config', 'constants', 'errors', 'executor', 'galaxy', 'inventory', 'module_utils', 'modules', 'parsing', 'playbook', 'plugins', 'release', 'template', 'utils', 'vars'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.release') [pid 16992] 18:40:56 D mitogen: pkgutil._get_module_via_pkgutil('ansible.release') -> <pkgutil.ImpLoader instance at 0x106d2ee18> [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.release') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/__init__.py', 'ansible.module_utils') -> ['_text', 'a10', 'aci', 'aireos', 'ansible_tower', 'aos', 'api', 'aruba', 'asa', 'avi', 'aws', 'azure_rm_common', 'basic', 'bigswitch_utils', 'ce', 'cloud', 'cloudstack', 'cnos', 'cnos_devicerules', 'cnos_errorcodes', 'connection', 'crypto', 'database', 'dellos10', 'dellos6', 'dellos9', 'digital_ocean', 'dimensiondata', 'docker_common', 'ec2', 'eos', 'exoscale', 'f5_utils', 'facts', 'fortios', 'gcdns', 'gce', 'gcp', 'infinibox', 'ios', 'iosxr', 'ipa', 'ismount', 'json_utils', 'junos', 'k8s_common', 'known_hosts', 'lxd', 'manageiq', 'mysql', 'netapp', 'netcfg', 'netcli', 'netconf', 'netscaler', 'network', 'network_common', 'nxos', 'oneview', 'openshift_common', 'openstack', 'ordnance', 'ovirt', 'parsing', 'postgres', 'powershell', 'pure', 'pycompat24', 'rax', 'redhat', 'service', 'six', 'splitter', 'sros', 'univention_umc', 'urls', 'vca', 'vmware', 'vyos'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils') [pid 16992] 18:40:56 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.basic') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils._text') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.parsing') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/parsing/__init__.py', 'ansible.module_utils.parsing') -> ['convert_bool'] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.parsing.convert_bool') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.pycompat24') [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.six') [pid 16992] 18:40:56 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/six/__init__.py', 'ansible.module_utils.six') -> [] [pid 16992] 18:40:56 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.basic') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.modules') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.modules') -> <pkgutil.ImpLoader instance at 0x106d3c0e0> [pid 16992] 18:40:57 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/modules/__init__.py', 'ansible.modules') -> ['cloud', 'clustering', 'commands', 'crypto', 'database', 'files', 'identity', 'inventory', 'messaging', 'monitoring', 'net_tools', 'network', 'notification', 'packaging', 'remote_management', 'source_control', 'storage', 'system', 'utilities', 'web_infrastructure', 'windows'] [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.modules') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.modules.system') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.modules.system') -> <pkgutil.ImpLoader instance at 0x106d2e170> [pid 16992] 18:40:57 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/modules/system/__init__.py', 'ansible.modules.system') -> ['aix_inittab', 'aix_lvol', 'alternatives', 'at', 'authorized_key', 'awall', 'beadm', 'capabilities', 'cron', 'cronvar', 'crypttab', 'dconf', 'debconf', 'facter', 'filesystem', 'firewalld', 'gconftool2', 'getent', 'gluster_volume', 'group', 'hostname', 'interfaces_file', 'iptables', 'java_cert', 'kernel_blacklist', 'known_hosts', 'locale_gen', 'lvg', 'lvol', 'make', 'modprobe', 'mount', 'ohai', 'open_iscsi', 'openwrt_init', 'osx_defaults', 'pam_limits', 'pamd', 'parted', 'ping', 'puppet', 'runit', 'seboolean', 'sefcontext', 'selinux', 'selinux_permissive', 'seport', 'service', 'setup', 'solaris_zone', 'svc', 'sysctl', 'systemd', 'timezone', 'ufw', 'user'] [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.modules.system') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.modules.system.setup') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.modules.system.setup') -> <pkgutil.ImpLoader instance at 0x106d2f4d0> [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.modules.system.setup') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts') -> <pkgutil.ImpLoader instance at 0x106d2f170> [pid 16992] 18:40:57 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/__init__.py', 'ansible.module_utils.facts') -> ['ansible_collector', 'collector', 'compat', 'default_collectors', 'hardware', 'namespace', 'network', 'other', 'sysctl', 'system', 'timeout', 'utils', 'virtual'] [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts') [pid 16992] 18:40:57 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.compat') [pid 16992] 18:40:57 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.compat') -> <pkgutil.ImpLoader instance at 0x106d3a998> [pid 16992] 18:40:57 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.compat') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.namespace') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.namespace') -> <pkgutil.ImpLoader instance at 0x106d3ae60> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.namespace') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.default_collectors') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.default_collectors') -> <pkgutil.ImpLoader instance at 0x106d3a560> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.default_collectors') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.other') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.other') -> <pkgutil.ImpLoader instance at 0x106d3a1b8> [pid 16992] 18:40:58 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/other/__init__.py', 'ansible.module_utils.facts.other') -> ['facter', 'ohai'] [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.other') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.other.facter') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.other.facter') -> <pkgutil.ImpLoader instance at 0x106d3a680> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.other.facter') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.collector') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.collector') -> <pkgutil.ImpLoader instance at 0x106d3acb0> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.collector') [pid 16992] 18:40:58 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.timeout') [pid 16992] 18:40:58 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.timeout') -> <pkgutil.ImpLoader instance at 0x106d3a7e8> [pid 16992] 18:40:58 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.timeout') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.other.ohai') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.other.ohai') -> <pkgutil.ImpLoader instance at 0x106d3ad40> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.other.ohai') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system') -> <pkgutil.ImpLoader instance at 0x106d3ab90> [pid 16992] 18:40:59 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/system/__init__.py', 'ansible.module_utils.facts.system') -> ['apparmor', 'caps', 'cmdline', 'date_time', 'distribution', 'dns', 'env', 'fips', 'local', 'lsb', 'pkg_mgr', 'platform', 'python', 'selinux', 'service_mgr', 'ssh_pub_keys', 'user'] [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.apparmor') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.apparmor') -> <pkgutil.ImpLoader instance at 0x106d3a440> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.apparmor') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.caps') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.caps') -> <pkgutil.ImpLoader instance at 0x106d3a4d0> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.caps') [pid 16992] 18:40:59 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.cmdline') [pid 16992] 18:40:59 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.cmdline') -> <pkgutil.ImpLoader instance at 0x106d3a6c8> [pid 16992] 18:40:59 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.cmdline') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.utils') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.utils') -> <pkgutil.ImpLoader instance at 0x106e5fcf8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.utils') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.distribution') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.distribution') -> <pkgutil.ImpLoader instance at 0x106e5f3f8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.distribution') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.date_time') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.date_time') -> <pkgutil.ImpLoader instance at 0x106e5fea8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.date_time') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.env') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.env') -> <pkgutil.ImpLoader instance at 0x106e5fcb0> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.env') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.dns') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.dns') -> <pkgutil.ImpLoader instance at 0x106e5f7e8> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.dns') [pid 16992] 18:41:00 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.fips') [pid 16992] 18:41:00 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.fips') -> <pkgutil.ImpLoader instance at 0x106d18cb0> [pid 16992] 18:41:00 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.fips') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.local') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.local') -> <pkgutil.ImpLoader instance at 0x106d188c0> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.local') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.lsb') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.lsb') -> <pkgutil.ImpLoader instance at 0x106d18f38> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.lsb') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.pkg_mgr') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.pkg_mgr') -> <pkgutil.ImpLoader instance at 0x106d18440> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.pkg_mgr') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.platform') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.platform') -> <pkgutil.ImpLoader instance at 0x106d18d40> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.platform') [pid 16992] 18:41:01 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.python') [pid 16992] 18:41:01 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.python') -> <pkgutil.ImpLoader instance at 0x106d18ab8> [pid 16992] 18:41:01 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.python') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.selinux') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.selinux') -> <pkgutil.ImpLoader instance at 0x106d185a8> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.selinux') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.service_mgr') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.service_mgr') -> <pkgutil.ImpLoader instance at 0x106d182d8> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.service_mgr') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.ssh_pub_keys') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.ssh_pub_keys') -> <pkgutil.ImpLoader instance at 0x106d18b00> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.ssh_pub_keys') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.system.user') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.system.user') -> <pkgutil.ImpLoader instance at 0x106d18950> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.system.user') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware') -> <pkgutil.ImpLoader instance at 0x106d18c68> [pid 16992] 18:41:02 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/__init__.py', 'ansible.module_utils.facts.hardware') -> ['aix', 'base', 'darwin', 'dragonfly', 'freebsd', 'hpux', 'hurd', 'linux', 'netbsd', 'openbsd', 'sunos'] [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware') [pid 16992] 18:41:02 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.base') [pid 16992] 18:41:02 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.base') -> <pkgutil.ImpLoader instance at 0x1067990e0> [pid 16992] 18:41:02 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.base') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.aix') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.aix') -> <pkgutil.ImpLoader instance at 0x106e7ccf8> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.aix') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.darwin') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.darwin') -> <pkgutil.ImpLoader instance at 0x106e7c950> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.darwin') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.sysctl') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.sysctl') -> <pkgutil.ImpLoader instance at 0x106d2f098> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.sysctl') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.dragonfly') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.dragonfly') -> <pkgutil.ImpLoader instance at 0x106d2fa70> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.dragonfly') [pid 16992] 18:41:03 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.freebsd') [pid 16992] 18:41:03 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.freebsd') -> <pkgutil.ImpLoader instance at 0x106ee7f38> [pid 16992] 18:41:03 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.freebsd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.hpux') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.hpux') -> <pkgutil.ImpLoader instance at 0x106ee7f38> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.hpux') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.hurd') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.hurd') -> <pkgutil.ImpLoader instance at 0x106ee7098> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.hurd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.linux') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.linux') -> <pkgutil.ImpLoader instance at 0x106ee76c8> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.linux') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.netbsd') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.netbsd') -> <pkgutil.ImpLoader instance at 0x106e7d560> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.netbsd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.openbsd') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.openbsd') -> <pkgutil.ImpLoader instance at 0x106e7dd88> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.openbsd') [pid 16992] 18:41:04 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.hardware.sunos') [pid 16992] 18:41:04 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.hardware.sunos') -> <pkgutil.ImpLoader instance at 0x106e678c0> [pid 16992] 18:41:04 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.hardware.sunos') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network') -> <pkgutil.ImpLoader instance at 0x1068e6050> [pid 16992] 18:41:05 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/network/__init__.py', 'ansible.module_utils.facts.network') -> ['aix', 'base', 'darwin', 'dragonfly', 'freebsd', 'generic_bsd', 'hpux', 'hurd', 'linux', 'netbsd', 'openbsd', 'sunos'] [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.base') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.base') -> <pkgutil.ImpLoader instance at 0x1068e65f0> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.base') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.aix') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.aix') -> <pkgutil.ImpLoader instance at 0x1068e63f8> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.aix') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.generic_bsd') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.generic_bsd') -> <pkgutil.ImpLoader instance at 0x1068e6050> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.generic_bsd') [pid 16992] 18:41:05 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.darwin') [pid 16992] 18:41:05 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.darwin') -> <pkgutil.ImpLoader instance at 0x1068e6488> [pid 16992] 18:41:05 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.darwin') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.dragonfly') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.dragonfly') -> <pkgutil.ImpLoader instance at 0x1068e6908> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.dragonfly') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.freebsd') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.freebsd') -> <pkgutil.ImpLoader instance at 0x1068e66c8> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.freebsd') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.hpux') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.hpux') -> <pkgutil.ImpLoader instance at 0x1068e6dd0> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.hpux') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.hurd') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.hurd') -> <pkgutil.ImpLoader instance at 0x1068e63b0> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.hurd') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.linux') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.linux') -> <pkgutil.ImpLoader instance at 0x1068f7e18> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.linux') [pid 16992] 18:41:06 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.netbsd') [pid 16992] 18:41:06 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.netbsd') -> <pkgutil.ImpLoader instance at 0x1068f7098> [pid 16992] 18:41:06 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.netbsd') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.openbsd') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.openbsd') -> <pkgutil.ImpLoader instance at 0x1068f7170> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.openbsd') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.network.sunos') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.network.sunos') -> <pkgutil.ImpLoader instance at 0x1068f7c68> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.network.sunos') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual') -> <pkgutil.ImpLoader instance at 0x1068f7320> [pid 16992] 18:41:07 D mitogen: _build_tuple('/Users/dmw/src/mitogen/.venv/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/__init__.py', 'ansible.module_utils.facts.virtual') -> ['base', 'dragonfly', 'freebsd', 'hpux', 'linux', 'netbsd', 'openbsd', 'sunos', 'sysctl'] [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.base') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.base') -> <pkgutil.ImpLoader instance at 0x1068f7d40> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.base') [pid 16992] 18:41:07 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.dragonfly') [pid 16992] 18:41:07 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.dragonfly') -> <pkgutil.ImpLoader instance at 0x1068f7a70> [pid 16992] 18:41:07 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.dragonfly') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.freebsd') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.freebsd') -> <pkgutil.ImpLoader instance at 0x1068f7b48> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.freebsd') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.hpux') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.hpux') -> <pkgutil.ImpLoader instance at 0x1068f75f0> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.hpux') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.linux') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.linux') -> <pkgutil.ImpLoader instance at 0x1068f73f8> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.linux') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.netbsd') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.netbsd') -> <pkgutil.ImpLoader instance at 0x1068f72d8> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.netbsd') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.sysctl') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.sysctl') -> <pkgutil.ImpLoader instance at 0x1068f7cb0> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.sysctl') [pid 16992] 18:41:08 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.openbsd') [pid 16992] 18:41:08 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.openbsd') -> <pkgutil.ImpLoader instance at 0x1068f7f38> [pid 16992] 18:41:08 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.openbsd') [pid 16992] 18:41:09 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.virtual.sunos') [pid 16992] 18:41:09 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.virtual.sunos') -> <pkgutil.ImpLoader instance at 0x1068f7e60> [pid 16992] 18:41:09 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.virtual.sunos') [pid 16992] 18:41:09 D mitogen: ModuleResponder(Router(Broker()))._on_get_module('ansible.module_utils.facts.ansible_collector') [pid 16992] 18:41:09 D mitogen: pkgutil._get_module_via_pkgutil('ansible.module_utils.facts.ansible_collector') -> <pkgutil.ImpLoader instance at 0x1068f77a0> [pid 16992] 18:41:09 D mitogen: _send_load_module(mitogen.ssh.Stream(u'ssh.35.200.184.46'), 'ansible.module_utils.facts.ansible_collector') [pid 16992] 18:41:09 I mitogen.ctx.ssh.35.200.184.46: stdout: exc: 'DistributionFiles' object has no attribute 'parse_distribution_file_Archlinux' [pid 16998] 18:41:09 D ansible_mitogen.connection: Call run_module('ansible.modules.system.setup',) took 14303 ms ````
test
ansible module preloading is completely broken almost certainly because none of the requested modules are loaded in the master process ansible playbook issue yml vvv ansible playbook config file users dmw src mitogen examples playbook ansible cfg configured module search path ansible python module location users dmw src mitogen venv lib site packages ansible executable location users dmw src mitogen venv bin ansible playbook python version default nov using users dmw src mitogen examples playbook ansible cfg as config file parsed users dmw src mitogen examples playbook hosts inventory source with ini plugin playbook issue yml plays in issue yml play task d mitogen unix connect path var folders gw t mitogen unix h zgxg d mitogen unix connect local id is remote is d mitogen mitogen ssh stream default connect d mitogen tty create child child fd parent cmd ssh l dw o compression yes o compressionlevel o forwardagent yes o controlmaster auto o controlpersist usr bin c from codecs import decode as exec npke encode zlib d mitogen mitogen ssh stream local connect child process stdin stdout d mitogen mitogen ssh stream local received n d mitogen mitogen ssh stream local received d mitogen context u ssh call async ansible modules system setup args ansible version ansible selinux special fs ansible no log false gather timeout ansible module name u setup ansible verbosity ansible syslog facility u log user ansible socket none gather subset u all ansible diff false ansible debug false ansible shell executable u bin sh ansible check mode false env d mitogen moduleresponder router broker on get module ansible mitogen d mitogen pkgutil get module via pkgutil ansible mitogen d mitogen build tuple users dmw src mitogen ansible mitogen init py ansible mitogen d mitogen send load module mitogen ssh stream u ssh ansible mitogen d mitogen moduleresponder router broker on get module ansible mitogen helpers d mitogen pkgutil get module via pkgutil ansible mitogen helpers d mitogen pkgutil get module via pkgutil ansible module utils basic d mitogen pkgutil get module via pkgutil ansible module utils parsing convert bool d mitogen pkgutil get module via pkgutil ansible module utils text d mitogen pkgutil get module via pkgutil ansible module utils d mitogen pkgutil get module via pkgutil ansible module utils d mitogen pkgutil get module via pkgutil ansible d mitogen pkgutil get module via pkgutil ansible module utils six d mitogen pkgutil get module via pkgutil ansible module utils parsing d mitogen send load module mitogen ssh stream u ssh ansible mitogen helpers d mitogen moduleresponder router broker on get module ansible d mitogen build tuple users dmw src mitogen venv lib site packages ansible init py ansible d mitogen send load module mitogen ssh stream u ssh ansible d mitogen moduleresponder router broker on get module ansible release d mitogen pkgutil get module via pkgutil ansible release d mitogen send load module mitogen ssh stream u ssh ansible release d mitogen moduleresponder router broker on get module ansible module utils d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils init py ansible module utils d mitogen send load module mitogen ssh stream u ssh ansible module utils d mitogen moduleresponder router broker on get module ansible module utils basic d mitogen send load module mitogen ssh stream u ssh ansible module utils text d mitogen send load module mitogen ssh stream u ssh ansible module utils parsing d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils parsing init py ansible module utils parsing d mitogen send load module mitogen ssh stream u ssh ansible module utils parsing convert bool d mitogen send load module mitogen ssh stream u ssh ansible module utils d mitogen send load module mitogen ssh stream u ssh ansible module utils six d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils six init py ansible module utils six d mitogen send load module mitogen ssh stream u ssh ansible module utils basic d mitogen moduleresponder router broker on get module ansible modules d mitogen pkgutil get module via pkgutil ansible modules d mitogen build tuple users dmw src mitogen venv lib site packages ansible modules init py ansible modules d mitogen send load module mitogen ssh stream u ssh ansible modules d mitogen moduleresponder router broker on get module ansible modules system d mitogen pkgutil get module via pkgutil ansible modules system d mitogen build tuple users dmw src mitogen venv lib site packages ansible modules system init py ansible modules system d mitogen send load module mitogen ssh stream u ssh ansible modules system d mitogen moduleresponder router broker on get module ansible modules system setup d mitogen pkgutil get module via pkgutil ansible modules system setup d mitogen send load module mitogen ssh stream u ssh ansible modules system setup d mitogen moduleresponder router broker on get module ansible module utils facts d mitogen pkgutil get module via pkgutil ansible module utils facts d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils facts init py ansible module utils facts d mitogen send load module mitogen ssh stream u ssh ansible module utils facts d mitogen moduleresponder router broker on get module ansible module utils facts compat d mitogen pkgutil get module via pkgutil ansible module utils facts compat d mitogen send load module mitogen ssh stream u ssh ansible module utils facts compat d mitogen moduleresponder router broker on get module ansible module utils facts namespace d mitogen pkgutil get module via pkgutil ansible module utils facts namespace d mitogen send load module mitogen ssh stream u ssh ansible module utils facts namespace d mitogen moduleresponder router broker on get module ansible module utils facts default collectors d mitogen pkgutil get module via pkgutil ansible module utils facts default collectors d mitogen send load module mitogen ssh stream u ssh ansible module utils facts default collectors d mitogen moduleresponder router broker on get module ansible module utils facts other d mitogen pkgutil get module via pkgutil ansible module utils facts other d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils facts other init py ansible module utils facts other d mitogen send load module mitogen ssh stream u ssh ansible module utils facts other d mitogen moduleresponder router broker on get module ansible module utils facts other facter d mitogen pkgutil get module via pkgutil ansible module utils facts other facter d mitogen send load module mitogen ssh stream u ssh ansible module utils facts other facter d mitogen moduleresponder router broker on get module ansible module utils facts collector d mitogen pkgutil get module via pkgutil ansible module utils facts collector d mitogen send load module mitogen ssh stream u ssh ansible module utils facts collector d mitogen moduleresponder router broker on get module ansible module utils facts timeout d mitogen pkgutil get module via pkgutil ansible module utils facts timeout d mitogen send load module mitogen ssh stream u ssh ansible module utils facts timeout d mitogen moduleresponder router broker on get module ansible module utils facts other ohai d mitogen pkgutil get module via pkgutil ansible module utils facts other ohai d mitogen send load module mitogen ssh stream u ssh ansible module utils facts other ohai d mitogen moduleresponder router broker on get module ansible module utils facts system d mitogen pkgutil get module via pkgutil ansible module utils facts system d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils facts system init py ansible module utils facts system d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system d mitogen moduleresponder router broker on get module ansible module utils facts system apparmor d mitogen pkgutil get module via pkgutil ansible module utils facts system apparmor d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system apparmor d mitogen moduleresponder router broker on get module ansible module utils facts system caps d mitogen pkgutil get module via pkgutil ansible module utils facts system caps d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system caps d mitogen moduleresponder router broker on get module ansible module utils facts system cmdline d mitogen pkgutil get module via pkgutil ansible module utils facts system cmdline d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system cmdline d mitogen moduleresponder router broker on get module ansible module utils facts utils d mitogen pkgutil get module via pkgutil ansible module utils facts utils d mitogen send load module mitogen ssh stream u ssh ansible module utils facts utils d mitogen moduleresponder router broker on get module ansible module utils facts system distribution d mitogen pkgutil get module via pkgutil ansible module utils facts system distribution d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system distribution d mitogen moduleresponder router broker on get module ansible module utils facts system date time d mitogen pkgutil get module via pkgutil ansible module utils facts system date time d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system date time d mitogen moduleresponder router broker on get module ansible module utils facts system env d mitogen pkgutil get module via pkgutil ansible module utils facts system env d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system env d mitogen moduleresponder router broker on get module ansible module utils facts system dns d mitogen pkgutil get module via pkgutil ansible module utils facts system dns d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system dns d mitogen moduleresponder router broker on get module ansible module utils facts system fips d mitogen pkgutil get module via pkgutil ansible module utils facts system fips d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system fips d mitogen moduleresponder router broker on get module ansible module utils facts system local d mitogen pkgutil get module via pkgutil ansible module utils facts system local d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system local d mitogen moduleresponder router broker on get module ansible module utils facts system lsb d mitogen pkgutil get module via pkgutil ansible module utils facts system lsb d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system lsb d mitogen moduleresponder router broker on get module ansible module utils facts system pkg mgr d mitogen pkgutil get module via pkgutil ansible module utils facts system pkg mgr d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system pkg mgr d mitogen moduleresponder router broker on get module ansible module utils facts system platform d mitogen pkgutil get module via pkgutil ansible module utils facts system platform d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system platform d mitogen moduleresponder router broker on get module ansible module utils facts system python d mitogen pkgutil get module via pkgutil ansible module utils facts system python d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system python d mitogen moduleresponder router broker on get module ansible module utils facts system selinux d mitogen pkgutil get module via pkgutil ansible module utils facts system selinux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system selinux d mitogen moduleresponder router broker on get module ansible module utils facts system service mgr d mitogen pkgutil get module via pkgutil ansible module utils facts system service mgr d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system service mgr d mitogen moduleresponder router broker on get module ansible module utils facts system ssh pub keys d mitogen pkgutil get module via pkgutil ansible module utils facts system ssh pub keys d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system ssh pub keys d mitogen moduleresponder router broker on get module ansible module utils facts system user d mitogen pkgutil get module via pkgutil ansible module utils facts system user d mitogen send load module mitogen ssh stream u ssh ansible module utils facts system user d mitogen moduleresponder router broker on get module ansible module utils facts hardware d mitogen pkgutil get module via pkgutil ansible module utils facts hardware d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils facts hardware init py ansible module utils facts hardware d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware d mitogen moduleresponder router broker on get module ansible module utils facts hardware base d mitogen pkgutil get module via pkgutil ansible module utils facts hardware base d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware base d mitogen moduleresponder router broker on get module ansible module utils facts hardware aix d mitogen pkgutil get module via pkgutil ansible module utils facts hardware aix d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware aix d mitogen moduleresponder router broker on get module ansible module utils facts hardware darwin d mitogen pkgutil get module via pkgutil ansible module utils facts hardware darwin d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware darwin d mitogen moduleresponder router broker on get module ansible module utils facts sysctl d mitogen pkgutil get module via pkgutil ansible module utils facts sysctl d mitogen send load module mitogen ssh stream u ssh ansible module utils facts sysctl d mitogen moduleresponder router broker on get module ansible module utils facts hardware dragonfly d mitogen pkgutil get module via pkgutil ansible module utils facts hardware dragonfly d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware dragonfly d mitogen moduleresponder router broker on get module ansible module utils facts hardware freebsd d mitogen pkgutil get module via pkgutil ansible module utils facts hardware freebsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware freebsd d mitogen moduleresponder router broker on get module ansible module utils facts hardware hpux d mitogen pkgutil get module via pkgutil ansible module utils facts hardware hpux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware hpux d mitogen moduleresponder router broker on get module ansible module utils facts hardware hurd d mitogen pkgutil get module via pkgutil ansible module utils facts hardware hurd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware hurd d mitogen moduleresponder router broker on get module ansible module utils facts hardware linux d mitogen pkgutil get module via pkgutil ansible module utils facts hardware linux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware linux d mitogen moduleresponder router broker on get module ansible module utils facts hardware netbsd d mitogen pkgutil get module via pkgutil ansible module utils facts hardware netbsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware netbsd d mitogen moduleresponder router broker on get module ansible module utils facts hardware openbsd d mitogen pkgutil get module via pkgutil ansible module utils facts hardware openbsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware openbsd d mitogen moduleresponder router broker on get module ansible module utils facts hardware sunos d mitogen pkgutil get module via pkgutil ansible module utils facts hardware sunos d mitogen send load module mitogen ssh stream u ssh ansible module utils facts hardware sunos d mitogen moduleresponder router broker on get module ansible module utils facts network d mitogen pkgutil get module via pkgutil ansible module utils facts network d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils facts network init py ansible module utils facts network d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network d mitogen moduleresponder router broker on get module ansible module utils facts network base d mitogen pkgutil get module via pkgutil ansible module utils facts network base d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network base d mitogen moduleresponder router broker on get module ansible module utils facts network aix d mitogen pkgutil get module via pkgutil ansible module utils facts network aix d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network aix d mitogen moduleresponder router broker on get module ansible module utils facts network generic bsd d mitogen pkgutil get module via pkgutil ansible module utils facts network generic bsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network generic bsd d mitogen moduleresponder router broker on get module ansible module utils facts network darwin d mitogen pkgutil get module via pkgutil ansible module utils facts network darwin d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network darwin d mitogen moduleresponder router broker on get module ansible module utils facts network dragonfly d mitogen pkgutil get module via pkgutil ansible module utils facts network dragonfly d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network dragonfly d mitogen moduleresponder router broker on get module ansible module utils facts network freebsd d mitogen pkgutil get module via pkgutil ansible module utils facts network freebsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network freebsd d mitogen moduleresponder router broker on get module ansible module utils facts network hpux d mitogen pkgutil get module via pkgutil ansible module utils facts network hpux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network hpux d mitogen moduleresponder router broker on get module ansible module utils facts network hurd d mitogen pkgutil get module via pkgutil ansible module utils facts network hurd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network hurd d mitogen moduleresponder router broker on get module ansible module utils facts network linux d mitogen pkgutil get module via pkgutil ansible module utils facts network linux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network linux d mitogen moduleresponder router broker on get module ansible module utils facts network netbsd d mitogen pkgutil get module via pkgutil ansible module utils facts network netbsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network netbsd d mitogen moduleresponder router broker on get module ansible module utils facts network openbsd d mitogen pkgutil get module via pkgutil ansible module utils facts network openbsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network openbsd d mitogen moduleresponder router broker on get module ansible module utils facts network sunos d mitogen pkgutil get module via pkgutil ansible module utils facts network sunos d mitogen send load module mitogen ssh stream u ssh ansible module utils facts network sunos d mitogen moduleresponder router broker on get module ansible module utils facts virtual d mitogen pkgutil get module via pkgutil ansible module utils facts virtual d mitogen build tuple users dmw src mitogen venv lib site packages ansible module utils facts virtual init py ansible module utils facts virtual d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual d mitogen moduleresponder router broker on get module ansible module utils facts virtual base d mitogen pkgutil get module via pkgutil ansible module utils facts virtual base d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual base d mitogen moduleresponder router broker on get module ansible module utils facts virtual dragonfly d mitogen pkgutil get module via pkgutil ansible module utils facts virtual dragonfly d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual dragonfly d mitogen moduleresponder router broker on get module ansible module utils facts virtual freebsd d mitogen pkgutil get module via pkgutil ansible module utils facts virtual freebsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual freebsd d mitogen moduleresponder router broker on get module ansible module utils facts virtual hpux d mitogen pkgutil get module via pkgutil ansible module utils facts virtual hpux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual hpux d mitogen moduleresponder router broker on get module ansible module utils facts virtual linux d mitogen pkgutil get module via pkgutil ansible module utils facts virtual linux d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual linux d mitogen moduleresponder router broker on get module ansible module utils facts virtual netbsd d mitogen pkgutil get module via pkgutil ansible module utils facts virtual netbsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual netbsd d mitogen moduleresponder router broker on get module ansible module utils facts virtual sysctl d mitogen pkgutil get module via pkgutil ansible module utils facts virtual sysctl d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual sysctl d mitogen moduleresponder router broker on get module ansible module utils facts virtual openbsd d mitogen pkgutil get module via pkgutil ansible module utils facts virtual openbsd d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual openbsd d mitogen moduleresponder router broker on get module ansible module utils facts virtual sunos d mitogen pkgutil get module via pkgutil ansible module utils facts virtual sunos d mitogen send load module mitogen ssh stream u ssh ansible module utils facts virtual sunos d mitogen moduleresponder router broker on get module ansible module utils facts ansible collector d mitogen pkgutil get module via pkgutil ansible module utils facts ansible collector d mitogen send load module mitogen ssh stream u ssh ansible module utils facts ansible collector i mitogen ctx ssh stdout exc distributionfiles object has no attribute parse distribution file archlinux d ansible mitogen connection call run module ansible modules system setup took ms
1
205,496
15,624,287,569
IssuesEvent
2021-03-21 01:31:55
thecourseforum/theCourseForum2
https://api.github.com/repos/thecourseforum/theCourseForum2
closed
Writing tests
Testing
- Reach 80-90% test coverage - Make sure all devs know how to write tests (host a workshop?) - New requirements for devs writing Features: must have full test coverage on new code - Could this be verified in the build? This issue can be broken down into several if necessary.
1.0
Writing tests - - Reach 80-90% test coverage - Make sure all devs know how to write tests (host a workshop?) - New requirements for devs writing Features: must have full test coverage on new code - Could this be verified in the build? This issue can be broken down into several if necessary.
test
writing tests reach test coverage make sure all devs know how to write tests host a workshop new requirements for devs writing features must have full test coverage on new code could this be verified in the build this issue can be broken down into several if necessary
1
322,424
23,906,481,855
IssuesEvent
2022-09-09 01:43:06
python/mypy
https://api.github.com/repos/python/mypy
closed
Running mypy and managing imports and incompatible stubs
documentation
**Documentation** From the [Library stubs not installed](https://mypy.readthedocs.io/en/stable/running_mypy.html#library-stubs-not-installed) section of Running mypy and managing imports: > You can resolve the issue by running the suggested pip command or commands. Alternatively, you can use [--install-types](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-install-types) to install all known missing stubs [...] This is incomplete, as it only addresses the issue of missing stubs. In my case, the issue is that the stubs are not compatible with Python 3.10. I'm confirming this by trying to use Python 3.8, in which case the error disappears and type checking works. However, I have no idea about what any of that means or entails, as, to the best of my documentation-searching abilities, it's not documented. What makes stubs to be incompatible with a particular Python version? I think that should be documented and referenced in the aforementioned section. (Stubs not installed and incompatible stubs should also probably separated into two different error states, as for incompatile stubs the advice in the notes is irrelevant and confusing, but this is probably beyond this bug report)
1.0
Running mypy and managing imports and incompatible stubs - **Documentation** From the [Library stubs not installed](https://mypy.readthedocs.io/en/stable/running_mypy.html#library-stubs-not-installed) section of Running mypy and managing imports: > You can resolve the issue by running the suggested pip command or commands. Alternatively, you can use [--install-types](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-install-types) to install all known missing stubs [...] This is incomplete, as it only addresses the issue of missing stubs. In my case, the issue is that the stubs are not compatible with Python 3.10. I'm confirming this by trying to use Python 3.8, in which case the error disappears and type checking works. However, I have no idea about what any of that means or entails, as, to the best of my documentation-searching abilities, it's not documented. What makes stubs to be incompatible with a particular Python version? I think that should be documented and referenced in the aforementioned section. (Stubs not installed and incompatible stubs should also probably separated into two different error states, as for incompatile stubs the advice in the notes is irrelevant and confusing, but this is probably beyond this bug report)
non_test
running mypy and managing imports and incompatible stubs documentation from the section of running mypy and managing imports you can resolve the issue by running the suggested pip command or commands alternatively you can use to install all known missing stubs this is incomplete as it only addresses the issue of missing stubs in my case the issue is that the stubs are not compatible with python i m confirming this by trying to use python in which case the error disappears and type checking works however i have no idea about what any of that means or entails as to the best of my documentation searching abilities it s not documented what makes stubs to be incompatible with a particular python version i think that should be documented and referenced in the aforementioned section stubs not installed and incompatible stubs should also probably separated into two different error states as for incompatile stubs the advice in the notes is irrelevant and confusing but this is probably beyond this bug report
0
182,846
14,923,446,552
IssuesEvent
2021-01-23 18:59:19
solennement/ESILV-
https://api.github.com/repos/solennement/ESILV-
closed
Diagramme UML
documentation question
# Suivi du diagramme UML - Où en es-tu ? - As-tu besoin d'aide ? - Si tu as besoin d'aide, qu'est ce que tu ne comprends pas ?
1.0
Diagramme UML - # Suivi du diagramme UML - Où en es-tu ? - As-tu besoin d'aide ? - Si tu as besoin d'aide, qu'est ce que tu ne comprends pas ?
non_test
diagramme uml suivi du diagramme uml où en es tu as tu besoin d aide si tu as besoin d aide qu est ce que tu ne comprends pas
0
172,423
13,305,450,547
IssuesEvent
2020-08-25 18:33:57
Abdeboskey/rancid-tomatillos
https://api.github.com/repos/Abdeboskey/rancid-tomatillos
opened
Allow user to submit a rating for a movie
enhancement testing
- [ ] The rating must be an integer (whole number) between 1 and 10. - [ ] A user is limited to one rating per movie. - [ ] A user should be able to see their own movie ratings only when they are logged in to the app. - [ ] Do you have multiple user pathways through the code and edge cases tested? Do not move forward with the next iteration until you have good coverage of existing features.
1.0
Allow user to submit a rating for a movie - - [ ] The rating must be an integer (whole number) between 1 and 10. - [ ] A user is limited to one rating per movie. - [ ] A user should be able to see their own movie ratings only when they are logged in to the app. - [ ] Do you have multiple user pathways through the code and edge cases tested? Do not move forward with the next iteration until you have good coverage of existing features.
test
allow user to submit a rating for a movie the rating must be an integer whole number between and a user is limited to one rating per movie a user should be able to see their own movie ratings only when they are logged in to the app do you have multiple user pathways through the code and edge cases tested do not move forward with the next iteration until you have good coverage of existing features
1
197,999
14,953,090,932
IssuesEvent
2021-01-26 16:16:52
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_filtering·js - dashboard app using current data dashboard filtering nested filtering visualization saved with a query filters data
failed-test
A test failed on a tracked branch ``` Error: retry.tryForTime timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createDashboardPromptButton"]) Wait timed out after 10039ms at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at onFailure (test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13) at Retry.try (test/common/services/retry/retry.ts:32:14) at Proxy.clickByCssSelector (test/functional/services/common/find.ts:419:7) at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:7) at /dev/shm/workspace/parallel/22/kibana/test/functional/services/listing_table.ts:195:11 at runAttempt (test/common/services/retry/retry_for_success.ts:27:15) at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21) at Retry.tryForTime (test/common/services/retry/retry.ts:23:14) at ListingTable.clickNewButton (test/functional/services/listing_table.ts:186:7) at DashboardPage.clickNewDashboard (test/functional/page_objects/dashboard_page.ts:216:7) at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.js:232:9) at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) at onFailure (test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13) at Retry.tryForTime (test/common/services/retry/retry.ts:23:14) at ListingTable.clickNewButton (test/functional/services/listing_table.ts:186:7) at DashboardPage.clickNewDashboard (test/functional/page_objects/dashboard_page.ts:216:7) at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.js:232:9) at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.11/234/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_filtering·js","test.name":"dashboard app using current data dashboard filtering nested filtering visualization saved with a query filters data","test.failCount":1}} -->
1.0
Failing test: Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_filtering·js - dashboard app using current data dashboard filtering nested filtering visualization saved with a query filters data - A test failed on a tracked branch ``` Error: retry.tryForTime timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="createDashboardPromptButton"]) Wait timed out after 10039ms at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:93:5) at onFailure (test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13) at Retry.try (test/common/services/retry/retry.ts:32:14) at Proxy.clickByCssSelector (test/functional/services/common/find.ts:419:7) at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:7) at /dev/shm/workspace/parallel/22/kibana/test/functional/services/listing_table.ts:195:11 at runAttempt (test/common/services/retry/retry_for_success.ts:27:15) at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21) at Retry.tryForTime (test/common/services/retry/retry.ts:23:14) at ListingTable.clickNewButton (test/functional/services/listing_table.ts:186:7) at DashboardPage.clickNewDashboard (test/functional/page_objects/dashboard_page.ts:216:7) at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.js:232:9) at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) at onFailure (test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13) at Retry.tryForTime (test/common/services/retry/retry.ts:23:14) at ListingTable.clickNewButton (test/functional/services/listing_table.ts:186:7) at DashboardPage.clickNewDashboard (test/functional/page_objects/dashboard_page.ts:216:7) at Context.<anonymous> (test/functional/apps/dashboard/dashboard_filtering.js:232:9) at Object.apply (packages/kbn-test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.11/234/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_filtering·js","test.name":"dashboard app using current data dashboard filtering nested filtering visualization saved with a query filters data","test.failCount":1}} -->
test
failing test chrome ui functional tests test functional apps dashboard dashboard filtering·js dashboard app using current data dashboard filtering nested filtering visualization saved with a query filters data a test failed on a tracked branch error retry tryfortime timeout error retry try timeout timeouterror waiting for element to be located by css selector wait timed out after at dev shm workspace kibana node modules selenium webdriver lib webdriver js at runmicrotasks at processticksandrejections internal process task queues js at onfailure test common services retry retry for success ts at retryforsuccess test common services retry retry for success ts at retry try test common services retry retry ts at proxy clickbycssselector test functional services common find ts at testsubjects click test functional services common test subjects ts at dev shm workspace parallel kibana test functional services listing table ts at runattempt test common services retry retry for success ts at retryforsuccess test common services retry retry for success ts at retry tryfortime test common services retry retry ts at listingtable clicknewbutton test functional services listing table ts at dashboardpage clicknewdashboard test functional page objects dashboard page ts at context test functional apps dashboard dashboard filtering js at object apply packages kbn test src functional test runner lib mocha wrap function js at onfailure test common services retry retry for success ts at retryforsuccess test common services retry retry for success ts at retry tryfortime test common services retry retry ts at listingtable clicknewbutton test functional services listing table ts at dashboardpage clicknewdashboard test functional page objects dashboard page ts at context test functional apps dashboard dashboard filtering js at object apply packages kbn test src functional test runner lib mocha wrap function js first failure
1
62,068
7,545,777,915
IssuesEvent
2018-04-17 23:07:23
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Suggestion: display TypeScript version in status bar for JS files
as-designed feature-request javascript
When viewing a JS file, the TypeScript version is not displayed in the status bar, unlike when editing TS files where it is displayed. JS files may be used with TS via `allowJs`/`checkJs`.
1.0
Suggestion: display TypeScript version in status bar for JS files - When viewing a JS file, the TypeScript version is not displayed in the status bar, unlike when editing TS files where it is displayed. JS files may be used with TS via `allowJs`/`checkJs`.
non_test
suggestion display typescript version in status bar for js files when viewing a js file the typescript version is not displayed in the status bar unlike when editing ts files where it is displayed js files may be used with ts via allowjs checkjs
0
125,100
10,336,779,568
IssuesEvent
2019-09-03 13:39:40
kcigeospatial/Fred_Co_Land-Management
https://api.github.com/repos/kcigeospatial/Fred_Co_Land-Management
closed
Planning-plat-LOU condition-doesnt work
Ready for Test Env. Retest
this LOUACTIVE condition (which we dont recall seeing before) came up at admin closure. I didnt address it but still went to closed/finalized. We dont need this so just get rid of it. Below is a Combined prelim/Final example. Probably will happen on Final plat as well. ![image](https://user-images.githubusercontent.com/4129185/63954563-4dec3c00-ca51-11e9-84c1-03c0cf49ab0e.png) MW
2.0
Planning-plat-LOU condition-doesnt work - this LOUACTIVE condition (which we dont recall seeing before) came up at admin closure. I didnt address it but still went to closed/finalized. We dont need this so just get rid of it. Below is a Combined prelim/Final example. Probably will happen on Final plat as well. ![image](https://user-images.githubusercontent.com/4129185/63954563-4dec3c00-ca51-11e9-84c1-03c0cf49ab0e.png) MW
test
planning plat lou condition doesnt work this louactive condition which we dont recall seeing before came up at admin closure i didnt address it but still went to closed finalized we dont need this so just get rid of it below is a combined prelim final example probably will happen on final plat as well mw
1
109,505
23,776,509,562
IssuesEvent
2022-09-01 21:33:50
spacetelescope/drizzlepac
https://api.github.com/repos/spacetelescope/drizzlepac
closed
Refactor compare_sorucelists.py
bug enhancement code cleanup
**TODOs** - [x] Convert X and Y difference values into arcsec based on instrument-specific platescale value - [x] RA and Dec differences - [x] compute RA and Dec differences properly using [astropy.skycoordinates](https://docs.astropy.org/en/stable/api/astropy.coordinates.SkyCoord.html); compute combined RA/Dec angular separation differences instead of differences of individual RA and Dec components. - [x] Figure out why I'm getting wildly incorrect values when converting HLA classic RA, Dec values with read_hla_sourcelists.py - [ ] Have two test criteria for linear comparisons: - [x] <=95% of the differences must be within 3 sigma of the clipped mean - [x] column-specific maximum allowable mean differences (this will depend on the column -- x, y, ra and dec could be max mean difference of 0.1 arcsec for example, magnitudes would have a different max mean difference, etc.) - [x] create dictionary of max_diff values for all columns - [ ] Verify max_diff_dict values for _x, y, ra, dec,_ and _flag_ - [ ] replace max_diff_dict placeholder values with actual values for _flux_inner, flux_outer, mag_inner, mag_outer, mag_inner_error, mag_outer_error, msky, stdev,_ and _ci_ - [ ] Compute Magnitude differences properly (See [astropy.units)](https://docs.astropy.org/en/stable/units/#) - [x] wholesale-ignore all values in a given line across all columns from both lists if any value in said line contains a missing, np.inf, or np.nan value - [x] Add flag-value based rejection (good flag bits = 0, 1, and/or 4, ignore lines containing flag bits other than these). This could also be an optional user-specified input. - [x] Add correct units to X axis titles of plots generated by computeLinearStats(). - [x] As per @mackjenn's suggestion, add mag vs. delta mag plots
1.0
Refactor compare_sorucelists.py - **TODOs** - [x] Convert X and Y difference values into arcsec based on instrument-specific platescale value - [x] RA and Dec differences - [x] compute RA and Dec differences properly using [astropy.skycoordinates](https://docs.astropy.org/en/stable/api/astropy.coordinates.SkyCoord.html); compute combined RA/Dec angular separation differences instead of differences of individual RA and Dec components. - [x] Figure out why I'm getting wildly incorrect values when converting HLA classic RA, Dec values with read_hla_sourcelists.py - [ ] Have two test criteria for linear comparisons: - [x] <=95% of the differences must be within 3 sigma of the clipped mean - [x] column-specific maximum allowable mean differences (this will depend on the column -- x, y, ra and dec could be max mean difference of 0.1 arcsec for example, magnitudes would have a different max mean difference, etc.) - [x] create dictionary of max_diff values for all columns - [ ] Verify max_diff_dict values for _x, y, ra, dec,_ and _flag_ - [ ] replace max_diff_dict placeholder values with actual values for _flux_inner, flux_outer, mag_inner, mag_outer, mag_inner_error, mag_outer_error, msky, stdev,_ and _ci_ - [ ] Compute Magnitude differences properly (See [astropy.units)](https://docs.astropy.org/en/stable/units/#) - [x] wholesale-ignore all values in a given line across all columns from both lists if any value in said line contains a missing, np.inf, or np.nan value - [x] Add flag-value based rejection (good flag bits = 0, 1, and/or 4, ignore lines containing flag bits other than these). This could also be an optional user-specified input. - [x] Add correct units to X axis titles of plots generated by computeLinearStats(). - [x] As per @mackjenn's suggestion, add mag vs. delta mag plots
non_test
refactor compare sorucelists py todos convert x and y difference values into arcsec based on instrument specific platescale value ra and dec differences compute ra and dec differences properly using compute combined ra dec angular separation differences instead of differences of individual ra and dec components figure out why i m getting wildly incorrect values when converting hla classic ra dec values with read hla sourcelists py have two test criteria for linear comparisons of the differences must be within sigma of the clipped mean column specific maximum allowable mean differences this will depend on the column x y ra and dec could be max mean difference of arcsec for example magnitudes would have a different max mean difference etc create dictionary of max diff values for all columns verify max diff dict values for x y ra dec and flag replace max diff dict placeholder values with actual values for flux inner flux outer mag inner mag outer mag inner error mag outer error msky stdev and ci compute magnitude differences properly see wholesale ignore all values in a given line across all columns from both lists if any value in said line contains a missing np inf or np nan value add flag value based rejection good flag bits and or ignore lines containing flag bits other than these this could also be an optional user specified input add correct units to x axis titles of plots generated by computelinearstats as per mackjenn s suggestion add mag vs delta mag plots
0
107,947
9,254,876,301
IssuesEvent
2019-03-16 03:30:54
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
closed
Test-sanity.functional-JDK12-linux_x86-64 jsr335_interfacePrivateMethod_mode100_0 VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref
blocker comp:vm jdk12 test failure
https://ci.eclipse.org/openj9/job/Test-sanity.functional-JDK12-linux_x86-64/22 ``` 06:51:19 Eclipse OpenJ9 VM (build v0.13.0-release-9c290444c, JRE 12 Linux amd64-64-Bit 20190313_26 (JIT enabled, AOT enabled) 06:51:19 OpenJ9 - 9c290444c 06:51:19 OMR - 33a33ff2 06:51:19 JCL - 72122a83f57 based on jdk-12+32) ``` ``` FAILED: test_find_virtual_ancestor_public_non_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor9, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor9.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_ancestor_public_non_static(Test_ReflectionAndMethodHandles.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_find_virtual_child_private_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor10, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor10.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_child_private_static(Test_ReflectionAndMethodHandles.java:414) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_find_virtual_child_public_non_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor11, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor11.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_child_public_non_static(Test_ReflectionAndMethodHandles.java:381) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_find_virtual_child_public_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor12, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor12.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_child_public_static(Test_ReflectionAndMethodHandles.java:396) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_private_non_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor13, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor13.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_private_non_static_method(Test_ReflectionAndMethodHandles.java:766) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_private_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor14, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor14.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_private_static_method(Test_ReflectionAndMethodHandles.java:747) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_public_non_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor15, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor15.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_public_non_static_method(Test_ReflectionAndMethodHandles.java:802) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_public_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor16, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor16.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_public_static_method(Test_ReflectionAndMethodHandles.java:783) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflect_child_private_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor17, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor17.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflect_child_private_static_method(Test_ReflectionAndMethodHandles.java:663) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflect_child_public_non_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor18, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor18.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflect_child_public_non_static_method(Test_ReflectionAndMethodHandles.java:693) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflect_child_public_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor19, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor19.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflect_child_public_static_method(Test_ReflectionAndMethodHandles.java:678) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) ```
1.0
Test-sanity.functional-JDK12-linux_x86-64 jsr335_interfacePrivateMethod_mode100_0 VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref - https://ci.eclipse.org/openj9/job/Test-sanity.functional-JDK12-linux_x86-64/22 ``` 06:51:19 Eclipse OpenJ9 VM (build v0.13.0-release-9c290444c, JRE 12 Linux amd64-64-Bit 20190313_26 (JIT enabled, AOT enabled) 06:51:19 OpenJ9 - 9c290444c 06:51:19 OMR - 33a33ff2 06:51:19 JCL - 72122a83f57 based on jdk-12+32) ``` ``` FAILED: test_find_virtual_ancestor_public_non_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor9, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor9.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_ancestor_public_non_static(Test_ReflectionAndMethodHandles.java:474) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_find_virtual_child_private_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor10, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor10.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_child_private_static(Test_ReflectionAndMethodHandles.java:414) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_find_virtual_child_public_non_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor11, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor11.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_child_public_non_static(Test_ReflectionAndMethodHandles.java:381) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_find_virtual_child_public_static java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor12, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor12.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_find_virtual_child_public_static(Test_ReflectionAndMethodHandles.java:396) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_private_non_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor13, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor13.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_private_non_static_method(Test_ReflectionAndMethodHandles.java:766) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_private_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor14, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor14.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_private_static_method(Test_ReflectionAndMethodHandles.java:747) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_public_non_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor15, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor15.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_public_non_static_method(Test_ReflectionAndMethodHandles.java:802) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflectSpecial_child_public_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor16, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor16.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflectSpecial_child_public_static_method(Test_ReflectionAndMethodHandles.java:783) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflect_child_private_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor17, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor17.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflect_child_private_static_method(Test_ReflectionAndMethodHandles.java:663) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflect_child_public_non_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor18, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor18.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflect_child_public_non_static_method(Test_ReflectionAndMethodHandles.java:693) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) FAILED: test_unreflect_child_public_static_method java.lang.VerifyError: JVMCFRE116 invoke bytecode must reference a Methodref; class=jdk/internal/reflect/GeneratedMethodAccessor19, method=invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;, pc=20 Exception Details: Location: jdk/internal/reflect/GeneratedMethodAccessor19.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; @20: JBinvokestatic Reason: Wrong type at the index 10 of constant pool Exception Handler Table: bci [0, 20] => handler: 24 bci [0, 20] => handler: 24 bci [20, 23] => handler: 36 at java.base/java.lang.ClassLoader.defineClassImpl(Native Method) at java.base/java.lang.ClassLoader.defineClassInternal(ClassLoader.java:482) at java.base/java.lang.Access.defineClass(Access.java:240) at java.base/jdk.internal.reflect.ClassDefiner.defineClass(ClassDefiner.java:65) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:400) at java.base/jdk.internal.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:394) at java.base/java.security.AccessController.doPrivileged(AccessController.java:647) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:393) at java.base/jdk.internal.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:75) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:53) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.getLookupObject(Test_ReflectionAndMethodHandles.java:62) at org.openj9.test.jsr335.interfacePrivateMethod.Test_ReflectionAndMethodHandles.test_unreflect_child_public_static_method(Test_ReflectionAndMethodHandles.java:678) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124) at org.testng.internal.Invoker.invokeMethod(Invoker.java:580) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:716) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:988) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) at org.testng.TestRunner.privateRun(TestRunner.java:648) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.runTest(SuiteRunner.java:455) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415) at org.testng.SuiteRunner.run(SuiteRunner.java:364) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208) at org.testng.TestNG.runSuitesLocally(TestNG.java:1137) at org.testng.TestNG.runSuites(TestNG.java:1049) at org.testng.TestNG.run(TestNG.java:1017) at org.testng.TestNG.privateMain(TestNG.java:1354) at org.testng.TestNG.main(TestNG.java:1323) ```
test
test sanity functional linux interfaceprivatemethod verifyerror invoke bytecode must reference a methodref eclipse vm build release jre linux bit jit enabled aot enabled omr jcl based on jdk failed test find virtual ancestor public non static java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test find virtual ancestor public non static test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test find virtual child private static java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test find virtual child private static test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test find virtual child public non static java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test find virtual child public non static test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test find virtual child public static java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test find virtual child public static test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflectspecial child private non static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflectspecial child private non static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflectspecial child private static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflectspecial child private static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflectspecial child public non static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflectspecial child public non static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflectspecial child public static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflectspecial child public static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflect child private static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflect child private static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflect child public non static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflect child public non static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java failed test unreflect child public static method java lang verifyerror invoke bytecode must reference a methodref class jdk internal reflect method invoke ljava lang object ljava lang object ljava lang object pc exception details location jdk internal reflect invoke ljava lang object ljava lang object ljava lang object jbinvokestatic reason wrong type at the index of constant pool exception handler table bci handler bci handler bci handler at java base java lang classloader defineclassimpl native method at java base java lang classloader defineclassinternal classloader java at java base java lang access defineclass access java at java base jdk internal reflect classdefiner defineclass classdefiner java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator run methodaccessorgenerator java at java base java security accesscontroller doprivileged accesscontroller java at java base jdk internal reflect methodaccessorgenerator generate methodaccessorgenerator java at java base jdk internal reflect methodaccessorgenerator generatemethod methodaccessorgenerator java at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org test interfaceprivatemethod test reflectionandmethodhandles getlookupobject test reflectionandmethodhandles java at org test interfaceprivatemethod test reflectionandmethodhandles test unreflect child public static method test reflectionandmethodhandles java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org testng internal methodinvocationhelper invokemethod methodinvocationhelper java at org testng internal invoker invokemethod invoker java at org testng internal invoker invoketestmethod invoker java at org testng internal invoker invoketestmethods invoker java at org testng internal testmethodworker invoketestmethods testmethodworker java at org testng internal testmethodworker run testmethodworker java at org testng testrunner privaterun testrunner java at org testng testrunner run testrunner java at org testng suiterunner runtest suiterunner java at org testng suiterunner runsequentially suiterunner java at org testng suiterunner privaterun suiterunner java at org testng suiterunner run suiterunner java at org testng suiterunnerworker runsuite suiterunnerworker java at org testng suiterunnerworker run suiterunnerworker java at org testng testng runsuitessequentially testng java at org testng testng runsuiteslocally testng java at org testng testng runsuites testng java at org testng testng run testng java at org testng testng privatemain testng java at org testng testng main testng java
1
309,434
26,662,466,983
IssuesEvent
2023-01-25 22:33:51
GoogleCloudPlatform/cloud-sql-proxy-operator
https://api.github.com/repos/GoogleCloudPlatform/cloud-sql-proxy-operator
closed
E2E test connection: public ip, tcp, workload identity, mysql, db-user, Job
type: feature request priority: p2 category: test
E2E A Job uses a tcp socket to connect to a mysql db with a public ip using db-user database credentials and workload identity gcloud credentials
1.0
E2E test connection: public ip, tcp, workload identity, mysql, db-user, Job - E2E A Job uses a tcp socket to connect to a mysql db with a public ip using db-user database credentials and workload identity gcloud credentials
test
test connection public ip tcp workload identity mysql db user job a job uses a tcp socket to connect to a mysql db with a public ip using db user database credentials and workload identity gcloud credentials
1
635,796
20,509,117,237
IssuesEvent
2022-03-01 03:10:53
o3de/o3de
https://api.github.com/repos/o3de/o3de
closed
Unmodified Prefabs UI Displays an * Asterisk
kind/bug sig/content status/backlog triage/accepted priority/major feature/prefabs WF6
[Migrated from JIRA LYN-4040] Dragging a prefab from the Asset Browser into the level and it immediately has an * asterisk saying it's been modified.   *Steps to Reproduce*: 1. Drag a prefab from the Asset Browser into your level *Expected Result*: The prefab is added and isn't modified *Actual Result*: The Entity Outliner saying the prefab has been modified ![image](https://user-images.githubusercontent.com/71404632/131414687-54f276b4-20a3-46e5-b329-7bab397d49e9.png)
1.0
Unmodified Prefabs UI Displays an * Asterisk - [Migrated from JIRA LYN-4040] Dragging a prefab from the Asset Browser into the level and it immediately has an * asterisk saying it's been modified.   *Steps to Reproduce*: 1. Drag a prefab from the Asset Browser into your level *Expected Result*: The prefab is added and isn't modified *Actual Result*: The Entity Outliner saying the prefab has been modified ![image](https://user-images.githubusercontent.com/71404632/131414687-54f276b4-20a3-46e5-b329-7bab397d49e9.png)
non_test
unmodified prefabs ui displays an asterisk dragging a prefab from the asset browser into the level and it immediately has an asterisk saying it s been modified   steps to reproduce drag a prefab from the asset browser into your level expected result the prefab is added and isn t modified actual result the entity outliner saying the prefab has been modified
0
124,524
10,314,323,961
IssuesEvent
2019-08-30 02:58:40
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
[Windows] Not allow users to add some nodes into Windows cluster
[zube]: To Test area/windows kind/component team/cn
rancher/rancher:v2.3.0-alpha3 Windows agent should detect the server info and Docker version and not allow users to add Docker CE nodes into the cluster Case 1: Docker CE Case 2: 2 network interfaces without specifying node IP Case 3: Using a Chinese language version of windows server
1.0
[Windows] Not allow users to add some nodes into Windows cluster - rancher/rancher:v2.3.0-alpha3 Windows agent should detect the server info and Docker version and not allow users to add Docker CE nodes into the cluster Case 1: Docker CE Case 2: 2 network interfaces without specifying node IP Case 3: Using a Chinese language version of windows server
test
not allow users to add some nodes into windows cluster rancher rancher windows agent should detect the server info and docker version and not allow users to add docker ce nodes into the cluster case docker ce case network interfaces without specifying node ip case using a chinese language version of windows server
1
30,312
14,516,154,496
IssuesEvent
2020-12-13 14:59:43
dompdf/dompdf
https://api.github.com/repos/dompdf/dompdf
closed
Performance hit between 0.8.5 and 0.8.6
Performance bug css
I recently upgraded from 0.8.5 to 0.8.6 in order to fix an issue with the PDF not rendering .png images. While this "fixed" the png rendering issue, it's caused massive performance issues with how long it took for the PDF to generate. Running on PHP 7.3 Went from 1-2 secs load to 20-30 secs load time. All server configuration as per the documentation (i.e. dom, mbstring, php-font-lib, php-svg-lib, opcache, gd, imagick extensions all enabled).
True
Performance hit between 0.8.5 and 0.8.6 - I recently upgraded from 0.8.5 to 0.8.6 in order to fix an issue with the PDF not rendering .png images. While this "fixed" the png rendering issue, it's caused massive performance issues with how long it took for the PDF to generate. Running on PHP 7.3 Went from 1-2 secs load to 20-30 secs load time. All server configuration as per the documentation (i.e. dom, mbstring, php-font-lib, php-svg-lib, opcache, gd, imagick extensions all enabled).
non_test
performance hit between and i recently upgraded from to in order to fix an issue with the pdf not rendering png images while this fixed the png rendering issue it s caused massive performance issues with how long it took for the pdf to generate running on php went from secs load to secs load time all server configuration as per the documentation i e dom mbstring php font lib php svg lib opcache gd imagick extensions all enabled
0
56,798
8,125,649,551
IssuesEvent
2018-08-16 21:43:36
dotnet/orleans
https://api.github.com/repos/dotnet/orleans
closed
Restructure documentation
documentation help wanted
[.NET Rocks Ep 1338 - Akka.NET 1.1 with Aaron Stannard](https://www.dotnetrocks.com/?show=1338) reminded me of a conversation I've had with several people recently about on-premise deployment in Orleans. People are confused about it and that's our problem. We should have a clearly defined deployment section in the docs. Generally speaking, the documentation should be rearranged. I took some inspiration from [the ASP.NET Docs](https://docs.asp.net/en/latest/index.html) & had a first pass at it. - Introduction - Orleans and the Virtual Actor model - Comparison to Other Systems - Installation - NuGet Packages (thanks, @richorama) - Getting Started - very basic tutorial (see [asp.net docs](https://docs.asp.net/en/latest/getting-started.html)) - Development (called Fundamentals in ASP.NET docs) - Grains - Grain Lifecycle (methods + the [Application Garbage Collection](https://dotnet.github.io/orleans/Documentation/Advanced-Concepts/Activation-Garbage-Collection.html) page) - Handling Failures - try/catch - Multiple Activations - Stateless Workers - Clients - Servers (Silos) - Storage - Simple Grain Persistence - Manual Grain Persistence (using databases, etc, within Orleans - people want assurance that this is ok, so we should provide guidance/sample) - Developing Storage Providers - Timers & Reminders - Observers - Streams - ... all the streams content ... - Configuration & Startup - Dependency Injection - Bootstrap Providers - Serialization - Immutable (We could omit this here and leave it in the Performance section - it's a performance feature) - Interceptors & Hooks (Client, Silo, Grain, Bootstrap? Lifecycle? DI?) - Logging & Monitoring - Concurrency & Threading - `[Reentrant]` and concurrency control - Handling long-running or blocking code within Grain calls. - Testing - Unit Testing - Deployment (and providers) - Local Cluster (for development & testing only) - On-premise - Azure Cloud Services - Azure Web Apps - YAMS - Service Fabric - Consul - SQL Server - Geo-distributed Clusters - Changes to the storage model, etc - ... other cloud service providers ... - Patterns & Best Practices - Smart Cache & other patterns from [OrleansContrib/DesignPatterns](https://github.com/OrleansContrib/DesignPatterns) - Best Practices - Migration - Performance - Configuring the .NET Garbage Collector - Selecting the right level of granularity for grains - Optimize copying using `Immutable<T>`/`[Immutable]` - Troubleshooting - Tutorials, Samples, Presentations, & Articles - Internals (was Runtime Implementation Details) - Contribute - API Reference Is there anything you would change about this structure? Maybe a patterns section? Help wanted :)
1.0
Restructure documentation - [.NET Rocks Ep 1338 - Akka.NET 1.1 with Aaron Stannard](https://www.dotnetrocks.com/?show=1338) reminded me of a conversation I've had with several people recently about on-premise deployment in Orleans. People are confused about it and that's our problem. We should have a clearly defined deployment section in the docs. Generally speaking, the documentation should be rearranged. I took some inspiration from [the ASP.NET Docs](https://docs.asp.net/en/latest/index.html) & had a first pass at it. - Introduction - Orleans and the Virtual Actor model - Comparison to Other Systems - Installation - NuGet Packages (thanks, @richorama) - Getting Started - very basic tutorial (see [asp.net docs](https://docs.asp.net/en/latest/getting-started.html)) - Development (called Fundamentals in ASP.NET docs) - Grains - Grain Lifecycle (methods + the [Application Garbage Collection](https://dotnet.github.io/orleans/Documentation/Advanced-Concepts/Activation-Garbage-Collection.html) page) - Handling Failures - try/catch - Multiple Activations - Stateless Workers - Clients - Servers (Silos) - Storage - Simple Grain Persistence - Manual Grain Persistence (using databases, etc, within Orleans - people want assurance that this is ok, so we should provide guidance/sample) - Developing Storage Providers - Timers & Reminders - Observers - Streams - ... all the streams content ... - Configuration & Startup - Dependency Injection - Bootstrap Providers - Serialization - Immutable (We could omit this here and leave it in the Performance section - it's a performance feature) - Interceptors & Hooks (Client, Silo, Grain, Bootstrap? Lifecycle? DI?) - Logging & Monitoring - Concurrency & Threading - `[Reentrant]` and concurrency control - Handling long-running or blocking code within Grain calls. - Testing - Unit Testing - Deployment (and providers) - Local Cluster (for development & testing only) - On-premise - Azure Cloud Services - Azure Web Apps - YAMS - Service Fabric - Consul - SQL Server - Geo-distributed Clusters - Changes to the storage model, etc - ... other cloud service providers ... - Patterns & Best Practices - Smart Cache & other patterns from [OrleansContrib/DesignPatterns](https://github.com/OrleansContrib/DesignPatterns) - Best Practices - Migration - Performance - Configuring the .NET Garbage Collector - Selecting the right level of granularity for grains - Optimize copying using `Immutable<T>`/`[Immutable]` - Troubleshooting - Tutorials, Samples, Presentations, & Articles - Internals (was Runtime Implementation Details) - Contribute - API Reference Is there anything you would change about this structure? Maybe a patterns section? Help wanted :)
non_test
restructure documentation reminded me of a conversation i ve had with several people recently about on premise deployment in orleans people are confused about it and that s our problem we should have a clearly defined deployment section in the docs generally speaking the documentation should be rearranged i took some inspiration from had a first pass at it introduction orleans and the virtual actor model comparison to other systems installation nuget packages thanks richorama getting started very basic tutorial see development called fundamentals in asp net docs grains grain lifecycle methods the page handling failures try catch multiple activations stateless workers clients servers silos storage simple grain persistence manual grain persistence using databases etc within orleans people want assurance that this is ok so we should provide guidance sample developing storage providers timers reminders observers streams all the streams content configuration startup dependency injection bootstrap providers serialization immutable we could omit this here and leave it in the performance section it s a performance feature interceptors hooks client silo grain bootstrap lifecycle di logging monitoring concurrency threading and concurrency control handling long running or blocking code within grain calls testing unit testing deployment and providers local cluster for development testing only on premise azure cloud services azure web apps yams service fabric consul sql server geo distributed clusters changes to the storage model etc other cloud service providers patterns best practices smart cache other patterns from best practices migration performance configuring the net garbage collector selecting the right level of granularity for grains optimize copying using immutable troubleshooting tutorials samples presentations articles internals was runtime implementation details contribute api reference is there anything you would change about this structure maybe a patterns section help wanted
0
31,682
4,714,248,364
IssuesEvent
2016-10-14 23:18:11
openshift/origin
https://api.github.com/repos/openshift/origin
closed
networking test flake "certificate is valid for nettest-node-1, 172.17.0.3, not nettest-node-2"
kind/test-flake priority/P2
Seen in https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_check/6833: `Oct 7 17:38:40.311: INFO: Error running &{/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64/oc [oc logs --namespace=extended-test-get-flows-57ect-zuw9v --config=/tmp/extended-test-get-flows-57ect-zuw9v-user.kubeconfig flow-checklhsi6] [] Error from server: Get https://nettest-node-2:10250/containerLogs/extended-test-get-flows-57ect-zuw9v/flow-checklhsi6/flow-check: x509: certificate is valid for nettest-node-1, 172.17.0.3, not nettest-node-2` This is the same symptom as #11025 but presumably not the same cause. This was in a post-#11061 tree, so it may actually be caused by a dind deployment bug this time... @marun
1.0
networking test flake "certificate is valid for nettest-node-1, 172.17.0.3, not nettest-node-2" - Seen in https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_check/6833: `Oct 7 17:38:40.311: INFO: Error running &{/data/src/github.com/openshift/origin/_output/local/bin/linux/amd64/oc [oc logs --namespace=extended-test-get-flows-57ect-zuw9v --config=/tmp/extended-test-get-flows-57ect-zuw9v-user.kubeconfig flow-checklhsi6] [] Error from server: Get https://nettest-node-2:10250/containerLogs/extended-test-get-flows-57ect-zuw9v/flow-checklhsi6/flow-check: x509: certificate is valid for nettest-node-1, 172.17.0.3, not nettest-node-2` This is the same symptom as #11025 but presumably not the same cause. This was in a post-#11061 tree, so it may actually be caused by a dind deployment bug this time... @marun
test
networking test flake certificate is valid for nettest node not nettest node seen in oct info error running data src github com openshift origin output local bin linux oc error from server get certificate is valid for nettest node not nettest node this is the same symptom as but presumably not the same cause this was in a post tree so it may actually be caused by a dind deployment bug this time marun
1
44,171
9,546,878,581
IssuesEvent
2019-05-01 21:15:44
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
opened
Assertion failed '!"Incompatible types for gtNewTempAssign"'
area-CodeGen
Found running Windows/arm64 altjit asm diffs: ``` call jit-diff diff --pmi --diff --base --base_root f:\gh\coreclr12 --arch x64 --build Checked --altjit protononjit.dll --frameworks ``` leading to: ``` Assert failure(PID 21744 [0x000054f0], Thread: 20804 [0x5144]): Assertion failed '!"Incompatible types for gtNewTempAssign"' in 'System.Xml.Xsl.XPath.XPathParser`1[Vector`1][System.Numerics.Vector`1[System.Single]]:Parse(ref,ref,int):struct:this' (IL size 107) File: f:\gh\coreclr10\src\jit\gentree.cpp Line: 14523 Image: F:\gh\coreclr10\bin\tests\Windows_NT.x64.Checked\Tests\Core_Root\corerun.exe ``` in System.Private.Xml.log
1.0
Assertion failed '!"Incompatible types for gtNewTempAssign"' - Found running Windows/arm64 altjit asm diffs: ``` call jit-diff diff --pmi --diff --base --base_root f:\gh\coreclr12 --arch x64 --build Checked --altjit protononjit.dll --frameworks ``` leading to: ``` Assert failure(PID 21744 [0x000054f0], Thread: 20804 [0x5144]): Assertion failed '!"Incompatible types for gtNewTempAssign"' in 'System.Xml.Xsl.XPath.XPathParser`1[Vector`1][System.Numerics.Vector`1[System.Single]]:Parse(ref,ref,int):struct:this' (IL size 107) File: f:\gh\coreclr10\src\jit\gentree.cpp Line: 14523 Image: F:\gh\coreclr10\bin\tests\Windows_NT.x64.Checked\Tests\Core_Root\corerun.exe ``` in System.Private.Xml.log
non_test
assertion failed incompatible types for gtnewtempassign found running windows altjit asm diffs call jit diff diff pmi diff base base root f gh arch build checked altjit protononjit dll frameworks leading to assert failure pid thread assertion failed incompatible types for gtnewtempassign in system xml xsl xpath xpathparser parse ref ref int struct this il size file f gh src jit gentree cpp line image f gh bin tests windows nt checked tests core root corerun exe in system private xml log
0
4,660
5,229,469,554
IssuesEvent
2017-01-29 04:11:08
kubernetes/kops
https://api.github.com/repos/kubernetes/kops
closed
Audit Security Groups for kops
area/security
- we need to determine if the SG for kops are sufficient, pretty good, let's make them awesome
True
Audit Security Groups for kops - - we need to determine if the SG for kops are sufficient, pretty good, let's make them awesome
non_test
audit security groups for kops we need to determine if the sg for kops are sufficient pretty good let s make them awesome
0
689,471
23,621,843,416
IssuesEvent
2022-08-24 21:27:06
opendatahub-io/odh-dashboard
https://api.github.com/repos/opendatahub-io/odh-dashboard
closed
[Bug]: KFNBC - User image selection gets reset to lastSelectedImage every few seconds
kind/bug feature/notebook-controller priority/blocker
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Based on https://issues.redhat.com/browse/RHODS-4950 When using the KFNBC spawner, the selected image will get reset to the `lastSelectedImage` (or minimal if none has been spawned yet) every few seconds. This seems to happen every time the dashboard GETs the `odh-dashboard-config` resource. ### Expected Behavior User selection does not get reset ### Steps To Reproduce 1. Install RHODS 1.15 2. Enable KFNBC 3. Go to spawner page 5. Select an image other than the one selected by default 6. wait for a few seconds (open the network tab of the browser dev tools if you want) 6. user img selection will reset back to the default image (in the network tab you should see a successful GET of the "config" resource, among other things) ### Workaround (if any) _No response_ ### OpenShift Infrastructure Version _No response_ ### Openshift Version _No response_ ### What browsers are you seeing the problem on? _No response_ ### Open Data Hub Version _No response_ ### Relevant log output _No response_
1.0
[Bug]: KFNBC - User image selection gets reset to lastSelectedImage every few seconds - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Based on https://issues.redhat.com/browse/RHODS-4950 When using the KFNBC spawner, the selected image will get reset to the `lastSelectedImage` (or minimal if none has been spawned yet) every few seconds. This seems to happen every time the dashboard GETs the `odh-dashboard-config` resource. ### Expected Behavior User selection does not get reset ### Steps To Reproduce 1. Install RHODS 1.15 2. Enable KFNBC 3. Go to spawner page 5. Select an image other than the one selected by default 6. wait for a few seconds (open the network tab of the browser dev tools if you want) 6. user img selection will reset back to the default image (in the network tab you should see a successful GET of the "config" resource, among other things) ### Workaround (if any) _No response_ ### OpenShift Infrastructure Version _No response_ ### Openshift Version _No response_ ### What browsers are you seeing the problem on? _No response_ ### Open Data Hub Version _No response_ ### Relevant log output _No response_
non_test
kfnbc user image selection gets reset to lastselectedimage every few seconds is there an existing issue for this i have searched the existing issues current behavior based on when using the kfnbc spawner the selected image will get reset to the lastselectedimage or minimal if none has been spawned yet every few seconds this seems to happen every time the dashboard gets the odh dashboard config resource expected behavior user selection does not get reset steps to reproduce install rhods enable kfnbc go to spawner page select an image other than the one selected by default wait for a few seconds open the network tab of the browser dev tools if you want user img selection will reset back to the default image in the network tab you should see a successful get of the config resource among other things workaround if any no response openshift infrastructure version no response openshift version no response what browsers are you seeing the problem on no response open data hub version no response relevant log output no response
0
104,088
8,961,138,525
IssuesEvent
2019-01-28 08:47:50
doctrine/mongodb-odm
https://api.github.com/repos/doctrine/mongodb-odm
closed
Using QueryBuilder causes invalid insert/update query of @EmbedMany field with discriminatorMap
Needs Test Stale
I've been struggling with a bug that makes ODM to behave very odd way. I have extracted following two lines from my Symfony2 log that show well what actually happens. ``` [2015-01-01 19:12:08] doctrine.DEBUG: MongoDB query: {"batchInsert":true,"num":1,"data":{"00000000143bd6530000000004d770fd":{"n":"Posti, M-Nikkila,"adr":"Pakkalantie 386","pc":"36430","ci":"Sahalahti","cc":"FI","li":"M-Nikkila ma-su 10.00 - 18.00","crd":{"lat":61.4521286,"lon":24.3890008},"s_pc":["FI:36430"],"_ls":{"ts":{"sec":1420139528,"usec":0}},"t":"service","lbr":"fi.posti","_id":{"$id":"54a59c081fb35eb9178b45b2"},"_c":{"ts":{"sec":1420139528,"usec":0}}}},"options":[],"db":"pickup_points","collection":"PickupPoint"} [] [] [2015-01-01 19:12:08] doctrine.DEBUG: MongoDB query: {"update":true,"query":{"_id":{"$id":"54a58a8b1fb35e73078b4688"}},"newObj":{"$set":{"_ls.cp":[{"fi_posti_ln":"c\/o Posti, M-Nikkil\u00e4","fi_posti_rsc":"3200","fi_posti_pc":"36430","fi_posti_pupt":"Posti","cid":"364303200","c":"fi_posti"}]}},"options":[],"db":"pickup_points","collection":"PickupPoint"} [] [] ``` The first line inserts the base document (`PickupPoint`) to the database. The second update operation should be a set operation for `@EmbedMany` collection for the field called `cp`. However, there are two problems: 1) The second update is against another field: see `_ls.cp` in the `$set`. `_ls` is completely another field and actually associated as `@EmbedOne`. 2) The second update's `$id` is completely different than the inserted document. This eventually does not persist the `cp` at all to the database. This behavior is somehow random but looks (after analysing the application logs) to relate to situation where the `PickupPoint` database is queried using `elemMatch` against `cp` field (it's actually `carrierProfile` but defined as `cp` for the database) before persistence operation. Could it be possible that the metadata is not loaded properly at the query time but cached? I've attached _partial_ document definitions below of involved classes. ``` /** * @MongoDB\MappedSuperclass */ abstract class BaseDocument { /** * @MongoDB\Id */ protected $id; /** * @MongoDB\EmbedOne(name="_c", targetDocument="Document\Stamp") */ protected $created; } class PickupPoint extends BaseDocument { public function __construct() { $this->carrierProfiles = new ArrayCollection(); } /** * @MongoDB\String(name="n") */ protected $name; /** * @MongoDB\EmbedMany( * name="cp", * discriminatorMap = { * "fi_posti" = "Document\CarrierProfile\FiPostiCarrierProfile", * "fi_matkahuolto" = "Document\CarrierProfile\FiMatkahuoltoCarrierProfile", * "fi_schenker" = "Document\CarrierProfile\FiSchenkerCarrierProfile", * }, * discriminatorField="c", * strategy="setArray" * ) */ protected $carrierProfiles; /** * @MongoDB\EmbedOne(name="_ls", targetDocument="Document\Stamp") */ protected $lastSeenStamp; } /** * @MongoDB\MappedSuperclass */ abstract class CarrierProfile { /** * @MongoDB\String(name="cid") */ protected $carrierId; } /** * @MongoDB\EmbeddedDocument */ class FiPostiCarrierProfile extends CarrierProfile { /** * @MongoDB\String(name="fi_posti_ln") */ protected $labelName; } /** * @MongoDB\EmbeddedDocument */ class Stamp { /** * @MongoDB\Date(name="ts") */ protected $timestamp; } ```
1.0
Using QueryBuilder causes invalid insert/update query of @EmbedMany field with discriminatorMap - I've been struggling with a bug that makes ODM to behave very odd way. I have extracted following two lines from my Symfony2 log that show well what actually happens. ``` [2015-01-01 19:12:08] doctrine.DEBUG: MongoDB query: {"batchInsert":true,"num":1,"data":{"00000000143bd6530000000004d770fd":{"n":"Posti, M-Nikkila,"adr":"Pakkalantie 386","pc":"36430","ci":"Sahalahti","cc":"FI","li":"M-Nikkila ma-su 10.00 - 18.00","crd":{"lat":61.4521286,"lon":24.3890008},"s_pc":["FI:36430"],"_ls":{"ts":{"sec":1420139528,"usec":0}},"t":"service","lbr":"fi.posti","_id":{"$id":"54a59c081fb35eb9178b45b2"},"_c":{"ts":{"sec":1420139528,"usec":0}}}},"options":[],"db":"pickup_points","collection":"PickupPoint"} [] [] [2015-01-01 19:12:08] doctrine.DEBUG: MongoDB query: {"update":true,"query":{"_id":{"$id":"54a58a8b1fb35e73078b4688"}},"newObj":{"$set":{"_ls.cp":[{"fi_posti_ln":"c\/o Posti, M-Nikkil\u00e4","fi_posti_rsc":"3200","fi_posti_pc":"36430","fi_posti_pupt":"Posti","cid":"364303200","c":"fi_posti"}]}},"options":[],"db":"pickup_points","collection":"PickupPoint"} [] [] ``` The first line inserts the base document (`PickupPoint`) to the database. The second update operation should be a set operation for `@EmbedMany` collection for the field called `cp`. However, there are two problems: 1) The second update is against another field: see `_ls.cp` in the `$set`. `_ls` is completely another field and actually associated as `@EmbedOne`. 2) The second update's `$id` is completely different than the inserted document. This eventually does not persist the `cp` at all to the database. This behavior is somehow random but looks (after analysing the application logs) to relate to situation where the `PickupPoint` database is queried using `elemMatch` against `cp` field (it's actually `carrierProfile` but defined as `cp` for the database) before persistence operation. Could it be possible that the metadata is not loaded properly at the query time but cached? I've attached _partial_ document definitions below of involved classes. ``` /** * @MongoDB\MappedSuperclass */ abstract class BaseDocument { /** * @MongoDB\Id */ protected $id; /** * @MongoDB\EmbedOne(name="_c", targetDocument="Document\Stamp") */ protected $created; } class PickupPoint extends BaseDocument { public function __construct() { $this->carrierProfiles = new ArrayCollection(); } /** * @MongoDB\String(name="n") */ protected $name; /** * @MongoDB\EmbedMany( * name="cp", * discriminatorMap = { * "fi_posti" = "Document\CarrierProfile\FiPostiCarrierProfile", * "fi_matkahuolto" = "Document\CarrierProfile\FiMatkahuoltoCarrierProfile", * "fi_schenker" = "Document\CarrierProfile\FiSchenkerCarrierProfile", * }, * discriminatorField="c", * strategy="setArray" * ) */ protected $carrierProfiles; /** * @MongoDB\EmbedOne(name="_ls", targetDocument="Document\Stamp") */ protected $lastSeenStamp; } /** * @MongoDB\MappedSuperclass */ abstract class CarrierProfile { /** * @MongoDB\String(name="cid") */ protected $carrierId; } /** * @MongoDB\EmbeddedDocument */ class FiPostiCarrierProfile extends CarrierProfile { /** * @MongoDB\String(name="fi_posti_ln") */ protected $labelName; } /** * @MongoDB\EmbeddedDocument */ class Stamp { /** * @MongoDB\Date(name="ts") */ protected $timestamp; } ```
test
using querybuilder causes invalid insert update query of embedmany field with discriminatormap i ve been struggling with a bug that makes odm to behave very odd way i have extracted following two lines from my log that show well what actually happens doctrine debug mongodb query batchinsert true num data n posti m nikkila adr pakkalantie pc ci sahalahti cc fi li m nikkila ma su crd lat lon s pc ls ts sec usec t service lbr fi posti id id c ts sec usec options db pickup points collection pickuppoint doctrine debug mongodb query update true query id id newobj set ls cp options db pickup points collection pickuppoint the first line inserts the base document pickuppoint to the database the second update operation should be a set operation for embedmany collection for the field called cp however there are two problems the second update is against another field see ls cp in the set ls is completely another field and actually associated as embedone the second update s id is completely different than the inserted document this eventually does not persist the cp at all to the database this behavior is somehow random but looks after analysing the application logs to relate to situation where the pickuppoint database is queried using elemmatch against cp field it s actually carrierprofile but defined as cp for the database before persistence operation could it be possible that the metadata is not loaded properly at the query time but cached i ve attached partial document definitions below of involved classes mongodb mappedsuperclass abstract class basedocument mongodb id protected id mongodb embedone name c targetdocument document stamp protected created class pickuppoint extends basedocument public function construct this carrierprofiles new arraycollection mongodb string name n protected name mongodb embedmany name cp discriminatormap fi posti document carrierprofile fiposticarrierprofile fi matkahuolto document carrierprofile fimatkahuoltocarrierprofile fi schenker document carrierprofile fischenkercarrierprofile discriminatorfield c strategy setarray protected carrierprofiles mongodb embedone name ls targetdocument document stamp protected lastseenstamp mongodb mappedsuperclass abstract class carrierprofile mongodb string name cid protected carrierid mongodb embeddeddocument class fiposticarrierprofile extends carrierprofile mongodb string name fi posti ln protected labelname mongodb embeddeddocument class stamp mongodb date name ts protected timestamp
1
250,667
21,320,812,690
IssuesEvent
2022-04-17 03:24:14
Seneca-CDOT/telescope
https://api.github.com/repos/Seneca-CDOT/telescope
closed
Tests for the ElasticSearch Indexer in the backend and Parser
type: test area: elasticsearch
In #1417 , the ES indexer will be modified or a new indexer will be added to include analyzers in order to setup for autocomplete on Authors. Currently in the legacy backend, the [indexer.js](https://github.com/Seneca-CDOT/telescope/blob/master/src/backend/utils/indexer.js) module is mocked as a whole in `__mocks__`. In the new Parser tests (#3040) this manual mock will be taken out, and other tests that exports from the Parser [indexer.js](https://github.com/Seneca-CDOT/telescope/blob/master/src/api/parser/src/utils/indexer.js) will make use of ElasticSearch-mock. In either case, we should add a test file for the `indexer.js` module to make sure our indexing works as expected.
1.0
Tests for the ElasticSearch Indexer in the backend and Parser - In #1417 , the ES indexer will be modified or a new indexer will be added to include analyzers in order to setup for autocomplete on Authors. Currently in the legacy backend, the [indexer.js](https://github.com/Seneca-CDOT/telescope/blob/master/src/backend/utils/indexer.js) module is mocked as a whole in `__mocks__`. In the new Parser tests (#3040) this manual mock will be taken out, and other tests that exports from the Parser [indexer.js](https://github.com/Seneca-CDOT/telescope/blob/master/src/api/parser/src/utils/indexer.js) will make use of ElasticSearch-mock. In either case, we should add a test file for the `indexer.js` module to make sure our indexing works as expected.
test
tests for the elasticsearch indexer in the backend and parser in the es indexer will be modified or a new indexer will be added to include analyzers in order to setup for autocomplete on authors currently in the legacy backend the module is mocked as a whole in mocks in the new parser tests this manual mock will be taken out and other tests that exports from the parser will make use of elasticsearch mock in either case we should add a test file for the indexer js module to make sure our indexing works as expected
1
129,154
10,564,951,102
IssuesEvent
2019-10-05 07:01:17
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
TestUnreservePlugin is flaky
kind/failing-test kind/flake lifecycle/rotten sig/scheduling
This test just merged in #77457 and is flaky. Example failure in https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/77564/pull-kubernetes-integration/1125927448479797249/ ``` framework_test.go:310: test #1: Expected the unreserve plugin to be called only once. ``` /sig scheduling /cc @bsalamat @danielqsj
1.0
TestUnreservePlugin is flaky - This test just merged in #77457 and is flaky. Example failure in https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/77564/pull-kubernetes-integration/1125927448479797249/ ``` framework_test.go:310: test #1: Expected the unreserve plugin to be called only once. ``` /sig scheduling /cc @bsalamat @danielqsj
test
testunreserveplugin is flaky this test just merged in and is flaky example failure in framework test go test expected the unreserve plugin to be called only once sig scheduling cc bsalamat danielqsj
1
54,414
7,887,408,924
IssuesEvent
2018-06-27 18:23:13
derjust/spring-data-dynamodb
https://api.github.com/repos/derjust/spring-data-dynamodb
opened
Dynamo db spring data altering table names
enhancement help wanted question update documentation
Hi, I found your post on altering table names at runtime very useful. Is there a way to do the same for global index names? Thank you usha
1.0
Dynamo db spring data altering table names - Hi, I found your post on altering table names at runtime very useful. Is there a way to do the same for global index names? Thank you usha
non_test
dynamo db spring data altering table names hi i found your post on altering table names at runtime very useful is there a way to do the same for global index names thank you usha
0
172,702
13,336,805,527
IssuesEvent
2020-08-28 08:11:48
LaravelRUS/SleepingOwlAdmin
https://api.github.com/repos/LaravelRUS/SleepingOwlAdmin
closed
В AdminFormElement::hasMany (+manyToMany) для элементов custom модель остается родительская (related не назначается)
Need TEST
1. Для всех элементов именованных внутри AdminFormElement::hasMany назначается модель нужного потомка, для элементов custom - модель остается родительская, а значит работать с текущей "записью" из него не получится, только с основной. Предположим в основной и связанной записи поля есть `text` (хотя можно еще проще - в custom выводить просто $model - вернет JSON). $Params = AdminFormElement::hasMany( 'params', [ AdminFormElement::custom()->setDisplay( function ( $model ) { return "<b>!!!! " . $model->text . "</b>"; }), AdminFormElement::text('text', 'String/text' ), ]); 2. Решение возможно такое: назначать модель потомка в т.ч. на custom элементах, в коде \laravelrus\sleepingowl\src\Form\Related\Elements.php назначение моделей идет только на NamedFormElement, на custom / html модель остается родительская ... protected function createGroup($attributes, $old = false, $key = null): Group ... $this->forEachElement($elements = $this->getNewElements(), function (NamedFormElement $el) use ($model, $key, $old) { // Setting default value, name and model for element with name attribute Пока смотрю как это сделать лучше, чтобы ничего не сломать, т.к. с Laravel/SleepingOwl работаю неделю.
1.0
В AdminFormElement::hasMany (+manyToMany) для элементов custom модель остается родительская (related не назначается) - 1. Для всех элементов именованных внутри AdminFormElement::hasMany назначается модель нужного потомка, для элементов custom - модель остается родительская, а значит работать с текущей "записью" из него не получится, только с основной. Предположим в основной и связанной записи поля есть `text` (хотя можно еще проще - в custom выводить просто $model - вернет JSON). $Params = AdminFormElement::hasMany( 'params', [ AdminFormElement::custom()->setDisplay( function ( $model ) { return "<b>!!!! " . $model->text . "</b>"; }), AdminFormElement::text('text', 'String/text' ), ]); 2. Решение возможно такое: назначать модель потомка в т.ч. на custom элементах, в коде \laravelrus\sleepingowl\src\Form\Related\Elements.php назначение моделей идет только на NamedFormElement, на custom / html модель остается родительская ... protected function createGroup($attributes, $old = false, $key = null): Group ... $this->forEachElement($elements = $this->getNewElements(), function (NamedFormElement $el) use ($model, $key, $old) { // Setting default value, name and model for element with name attribute Пока смотрю как это сделать лучше, чтобы ничего не сломать, т.к. с Laravel/SleepingOwl работаю неделю.
test
в adminformelement hasmany manytomany для элементов custom модель остается родительская related не назначается для всех элементов именованных внутри adminformelement hasmany назначается модель нужного потомка для элементов custom модель остается родительская а значит работать с текущей записью из него не получится только с основной предположим в основной и связанной записи поля есть text хотя можно еще проще в custom выводить просто model вернет json params adminformelement hasmany params adminformelement custom setdisplay function model return model text adminformelement text text string text решение возможно такое назначать модель потомка в т ч на custom элементах в коде laravelrus sleepingowl src form related elements php назначение моделей идет только на namedformelement на custom html модель остается родительская protected function creategroup attributes old false key null group this foreachelement elements this getnewelements function namedformelement el use model key old setting default value name and model for element with name attribute пока смотрю как это сделать лучше чтобы ничего не сломать т к с laravel sleepingowl работаю неделю
1
146,455
5,621,717,013
IssuesEvent
2017-04-04 10:44:54
Rsl1122/Plan-PlayerAnalytics
https://api.github.com/repos/Rsl1122/Plan-PlayerAnalytics
opened
tellraw command dispached Asyncronously
Bug Priority: MEDIUM
**Plan Version:** 2.9.3 **Server Version:** - **Database Type:** - **Command Causing Issue:** Search **Description:** tellraw command is dispached from asyncronous context while running the search command. **Steps to Reproduce:** 1. Run search command with arguments that have results **Proposed Solution:** Possible proposed solution if you have one Resync to send the tellraw commands. **Stack Trace - Console/Errors.txt contents:** ``` [14:06:54 ERROR]: Command Dispatched Async: tellraw Nikolay0054 ["",{"text":"Click Me","underlined":true,"clickEvent":{"action":"open_url","value":"http://factmodule.ru/stat/bAkEd/player/Nikolay0054"}}] [14:06:54 ERROR]: Please notify author of plugin causing this execution to fix this bug! see: http://bit.ly/1oSiM6C java.lang.Throwable at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:657) [patched_1.11.2.jar:git-Paper-1078] at main.java.com.djrapitops.plan.command.commands.SearchCommand$1.run(SearchCommand.java:106) [Plan.2.9.3.jar:?] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:58) [patched_1.11.2.jar:git-Paper-1078] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [patched_1.11.2.jar:git-Paper-1078] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [patched_1.11.2.jar:git-Paper-1078] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] ``` Originally reported at #71
1.0
tellraw command dispached Asyncronously - **Plan Version:** 2.9.3 **Server Version:** - **Database Type:** - **Command Causing Issue:** Search **Description:** tellraw command is dispached from asyncronous context while running the search command. **Steps to Reproduce:** 1. Run search command with arguments that have results **Proposed Solution:** Possible proposed solution if you have one Resync to send the tellraw commands. **Stack Trace - Console/Errors.txt contents:** ``` [14:06:54 ERROR]: Command Dispatched Async: tellraw Nikolay0054 ["",{"text":"Click Me","underlined":true,"clickEvent":{"action":"open_url","value":"http://factmodule.ru/stat/bAkEd/player/Nikolay0054"}}] [14:06:54 ERROR]: Please notify author of plugin causing this execution to fix this bug! see: http://bit.ly/1oSiM6C java.lang.Throwable at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:657) [patched_1.11.2.jar:git-Paper-1078] at main.java.com.djrapitops.plan.command.commands.SearchCommand$1.run(SearchCommand.java:106) [Plan.2.9.3.jar:?] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:58) [patched_1.11.2.jar:git-Paper-1078] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [patched_1.11.2.jar:git-Paper-1078] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) [patched_1.11.2.jar:git-Paper-1078] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121] ``` Originally reported at #71
non_test
tellraw command dispached asyncronously plan version server version database type command causing issue search description tellraw command is dispached from asyncronous context while running the search command steps to reproduce run search command with arguments that have results proposed solution possible proposed solution if you have one resync to send the tellraw commands stack trace console errors txt contents command dispatched async tellraw please notify author of plugin causing this execution to fix this bug see java lang throwable at org bukkit craftbukkit craftserver dispatchcommand craftserver java at main java com djrapitops plan command commands searchcommand run searchcommand java at org bukkit craftbukkit scheduler crafttask run crafttask java at org bukkit craftbukkit scheduler craftasynctask run craftasynctask java at com destroystokyo paper serverschedulerreportingwrapper run serverschedulerreportingwrapper 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 originally reported at
0
48,876
5,988,922,701
IssuesEvent
2017-06-02 06:57:18
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Bug when Segment/Filter custom "Select - Multiple" field values
Bug Ready To Test
What type of report is this: Bug Report ## Description: I am trying to create a segment with values from a custom "Select - Multiple" field. The values available in the "Select - Multiple" field are A, B, & C. If i create a segment which should include contacts with the value A, I only get contacts with A in the segment. Contacts with A+B, A+C or A+B+C are excluded. If i create a segment which should include contacts with the value A & B, I only get contacts with A or B in this segment. Contacts with A+B, A+C, B+C, & A+B+C are excluded. How should I get contacts with multiple values in a "Select - Multiple" field into a segment? ## If a bug: | Mautic version | 2.8.0 | PHP version | 5.6.30 ### Steps to reproduce: 1. Create a custom "Select - Multiple" field with values A, B, C 2. Open Segments -> New 3. Select the field created on step 1 and filter one of the values ### Log errors: _Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable._
1.0
Bug when Segment/Filter custom "Select - Multiple" field values - What type of report is this: Bug Report ## Description: I am trying to create a segment with values from a custom "Select - Multiple" field. The values available in the "Select - Multiple" field are A, B, & C. If i create a segment which should include contacts with the value A, I only get contacts with A in the segment. Contacts with A+B, A+C or A+B+C are excluded. If i create a segment which should include contacts with the value A & B, I only get contacts with A or B in this segment. Contacts with A+B, A+C, B+C, & A+B+C are excluded. How should I get contacts with multiple values in a "Select - Multiple" field into a segment? ## If a bug: | Mautic version | 2.8.0 | PHP version | 5.6.30 ### Steps to reproduce: 1. Create a custom "Select - Multiple" field with values A, B, C 2. Open Segments -> New 3. Select the field created on step 1 and filter one of the values ### Log errors: _Please check for related errors in the latest log file in [mautic root]/app/log/ and/or the web server's logs and post them here. Be sure to remove sensitive information if applicable._
test
bug when segment filter custom select multiple field values what type of report is this bug report description i am trying to create a segment with values from a custom select multiple field the values available in the select multiple field are a b c if i create a segment which should include contacts with the value a i only get contacts with a in the segment contacts with a b a c or a b c are excluded if i create a segment which should include contacts with the value a b i only get contacts with a or b in this segment contacts with a b a c b c a b c are excluded how should i get contacts with multiple values in a select multiple field into a segment if a bug mautic version php version steps to reproduce create a custom select multiple field with values a b c open segments new select the field created on step and filter one of the values log errors please check for related errors in the latest log file in app log and or the web server s logs and post them here be sure to remove sensitive information if applicable
1
197,402
15,679,435,269
IssuesEvent
2021-03-25 00:30:16
Mafia-Hands/Mafia
https://api.github.com/repos/Mafia-Hands/Mafia
opened
Update contributing guidelines to add new branch name types
documentation
**Describe the requirement** Contributing guidelines have a section for branch name conventions. We have been using the `refactor/` and `testing/` tags for some branches, so we should add those to the contributing guidelines. **Target audience** Who would benefit from the documentation? - Developers - Designers - Testers Basically anyone who wants to contribute to the project. **Ideas for the documentation** Update contribution in wiki, and CONTRIBUTION.md ### Issue Approval: - [ ] Issue approved by:
1.0
Update contributing guidelines to add new branch name types - **Describe the requirement** Contributing guidelines have a section for branch name conventions. We have been using the `refactor/` and `testing/` tags for some branches, so we should add those to the contributing guidelines. **Target audience** Who would benefit from the documentation? - Developers - Designers - Testers Basically anyone who wants to contribute to the project. **Ideas for the documentation** Update contribution in wiki, and CONTRIBUTION.md ### Issue Approval: - [ ] Issue approved by:
non_test
update contributing guidelines to add new branch name types describe the requirement contributing guidelines have a section for branch name conventions we have been using the refactor and testing tags for some branches so we should add those to the contributing guidelines target audience who would benefit from the documentation developers designers testers basically anyone who wants to contribute to the project ideas for the documentation update contribution in wiki and contribution md issue approval issue approved by
0
303,325
22,970,706,266
IssuesEvent
2022-07-20 02:37:17
ut-issl/c2a-core
https://api.github.com/repos/ut-issl/c2a-core
closed
minimum_user_for_s2e を minimum_user にリネームする
documentation
## 概要 minimum_user_for_s2e を minimum_user にリネームする ## 詳細 最小限のc2a userということで,S2E以外でも使用されるようになったため ## close条件 以下のリポジトリですべて置換できたら - [x] https://github.com/ut-issl/c2a-core - [x] https://github.com/ut-issl/s2e-user-for-c2a-core - [x] https://github.com/ut-issl/s2e-core - [x] https://github.com/ut-issl/s2e-documents - [x] https://github.com/ut-issl/c2a-reference
1.0
minimum_user_for_s2e を minimum_user にリネームする - ## 概要 minimum_user_for_s2e を minimum_user にリネームする ## 詳細 最小限のc2a userということで,S2E以外でも使用されるようになったため ## close条件 以下のリポジトリですべて置換できたら - [x] https://github.com/ut-issl/c2a-core - [x] https://github.com/ut-issl/s2e-user-for-c2a-core - [x] https://github.com/ut-issl/s2e-core - [x] https://github.com/ut-issl/s2e-documents - [x] https://github.com/ut-issl/c2a-reference
non_test
minimum user for を minimum user にリネームする 概要 minimum user for を minimum user にリネームする 詳細 userということで, close条件 以下のリポジトリですべて置換できたら
0
42,079
5,414,083,319
IssuesEvent
2017-03-01 18:13:49
rstats-db/DBI
https://api.github.com/repos/rstats-db/DBI
opened
SQL class should not inherit from character
action:design
- To avoid ambiguity with S4 method dispatch - `[` and `[[` currently coerce to character, should return SQL object instead @hadley: Do you remember why you made SQL inherit from character? ``` setClass("SQL", contains = "character") ```
1.0
SQL class should not inherit from character - - To avoid ambiguity with S4 method dispatch - `[` and `[[` currently coerce to character, should return SQL object instead @hadley: Do you remember why you made SQL inherit from character? ``` setClass("SQL", contains = "character") ```
non_test
sql class should not inherit from character to avoid ambiguity with method dispatch and currently coerce to character should return sql object instead hadley do you remember why you made sql inherit from character setclass sql contains character
0
202,654
23,086,570,667
IssuesEvent
2022-07-26 11:58:49
tabac-ws/JS-Demo
https://api.github.com/repos/tabac-ws/JS-Demo
opened
underscore-1.9.1.tgz: 1 vulnerabilities (highest severity is: 7.2)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>underscore-1.9.1.tgz</b></p></summary> <p>JavaScript's functional programming helper library.</p> <p>Library home page: <a href="https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz">https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/underscore/package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/tabac-ws/JS-Demo/commit/212fa2ef0febff85da10ff7389486087e5dfe7a8">212fa2ef0febff85da10ff7389486087e5dfe7a8</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-23358](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23358) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.2 | underscore-1.9.1.tgz | Direct | 1.12.1 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-23358</summary> ### Vulnerable Library - <b>underscore-1.9.1.tgz</b></p> <p>JavaScript's functional programming helper library.</p> <p>Library home page: <a href="https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz">https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/underscore/package.json</p> <p> Dependency Hierarchy: - :x: **underscore-1.9.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tabac-ws/JS-Demo/commit/212fa2ef0febff85da10ff7389486087e5dfe7a8">212fa2ef0febff85da10ff7389486087e5dfe7a8</a></p> </p> <p></p> ### Vulnerability Details <p> The package underscore from 1.13.0-0 and before 1.13.0-2, from 1.3.2 and before 1.12.1 are vulnerable to Arbitrary Code Injection via the template function, particularly when a variable property is passed as an argument as it is not sanitized. <p>Publish Date: 2021-03-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23358>CVE-2021-23358</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23358</a></p> <p>Release Date: 2021-03-29</p> <p>Fix Resolution: 1.12.1</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details> *** <p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
True
underscore-1.9.1.tgz: 1 vulnerabilities (highest severity is: 7.2) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>underscore-1.9.1.tgz</b></p></summary> <p>JavaScript's functional programming helper library.</p> <p>Library home page: <a href="https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz">https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/underscore/package.json</p> <p> <p>Found in HEAD commit: <a href="https://github.com/tabac-ws/JS-Demo/commit/212fa2ef0febff85da10ff7389486087e5dfe7a8">212fa2ef0febff85da10ff7389486087e5dfe7a8</a></p></details> ## Vulnerabilities | CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available | | ------------- | ------------- | ----- | ----- | ----- | --- | --- | | [CVE-2021-23358](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23358) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 7.2 | underscore-1.9.1.tgz | Direct | 1.12.1 | &#9989; | ## Details <details> <summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2021-23358</summary> ### Vulnerable Library - <b>underscore-1.9.1.tgz</b></p> <p>JavaScript's functional programming helper library.</p> <p>Library home page: <a href="https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz">https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/underscore/package.json</p> <p> Dependency Hierarchy: - :x: **underscore-1.9.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tabac-ws/JS-Demo/commit/212fa2ef0febff85da10ff7389486087e5dfe7a8">212fa2ef0febff85da10ff7389486087e5dfe7a8</a></p> </p> <p></p> ### Vulnerability Details <p> The package underscore from 1.13.0-0 and before 1.13.0-2, from 1.3.2 and before 1.12.1 are vulnerable to Arbitrary Code Injection via the template function, particularly when a variable property is passed as an argument as it is not sanitized. <p>Publish Date: 2021-03-29 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23358>CVE-2021-23358</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23358">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23358</a></p> <p>Release Date: 2021-03-29</p> <p>Fix Resolution: 1.12.1</p> </p> <p></p> :rescue_worker_helmet: Automatic Remediation is available for this issue </details> *** <p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
non_test
underscore tgz vulnerabilities highest severity is vulnerable library underscore tgz javascript s functional programming helper library library home page a href path to dependency file package json path to vulnerable library node modules underscore package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high underscore tgz direct details cve vulnerable library underscore tgz javascript s functional programming helper library library home page a href path to dependency file package json path to vulnerable library node modules underscore package json dependency hierarchy x underscore tgz vulnerable library found in head commit a href vulnerability details the package underscore from and before from and before are vulnerable to arbitrary code injection via the template function particularly when a variable property is passed as an argument as it is not sanitized 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 rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue
0
191,045
15,268,124,565
IssuesEvent
2021-02-22 10:58:36
matthiaskoenig/sbmlutils
https://api.github.com/repos/matthiaskoenig/sbmlutils
opened
Add comp specification examples and include in documentation
documentation
Similar to distrib the examples from the comp specification should be shown as examples in the documentation. http://co.mbine.org/specifications/sbml.level-3.version-1.comp.version-1.release-3.pdf
1.0
Add comp specification examples and include in documentation - Similar to distrib the examples from the comp specification should be shown as examples in the documentation. http://co.mbine.org/specifications/sbml.level-3.version-1.comp.version-1.release-3.pdf
non_test
add comp specification examples and include in documentation similar to distrib the examples from the comp specification should be shown as examples in the documentation
0
167,303
13,018,988,663
IssuesEvent
2020-07-26 20:07:30
urapadmin/kiosk
https://api.github.com/repos/urapadmin/kiosk
closed
cannot apply a tag from the drop down list in tag analysis in a very particular case
bug filemaker test-stage
Ran into this in a real life use situation in which I am heavily reliant on the tags. It is SUCH a weird little particular thing that I would think I was making it up except I tried it several times. There is one particular situation in which I cannot use the drop down list of tags to add a tag to the list of ones to analyze. What happened: I typed FA sondage 2 in and get nothing. ![image](https://user-images.githubusercontent.com/49291909/86841484-fc99d980-c071-11ea-9f57-c74a3db8fa39.png) I worried that I might have had a capitalization issue. I went to the drop down list. Indeed, capitalization issue! ![image](https://user-images.githubusercontent.com/49291909/86841558-1a673e80-c072-11ea-884e-7ce58f3648e7.png) I clicked the green button thinking it could just add the right tag to the wrong one. It didn't do anything. So I messed around. I can add a different tag on top of my wrong tag: ![image](https://user-images.githubusercontent.com/49291909/86841694-3f5bb180-c072-11ea-8fb7-71736406c43c.png) And I can add FA Sondage 2 by using the drop down menu if I have other nonsense in there already: ![image](https://user-images.githubusercontent.com/49291909/86841796-631ef780-c072-11ea-8b63-de6d0cd92adb.png) But something about the wrong tag being too close in name to the right tag prevents me from using the dropdown menu to add the latter to the former. And that is weird. (I can repeat the error using FA sondage 1.) And while it seems kinda small and meaningless, given that I ran into it in a real life working with the system while writing an actual article and it tripped me up, it seems worth making note of.
1.0
cannot apply a tag from the drop down list in tag analysis in a very particular case - Ran into this in a real life use situation in which I am heavily reliant on the tags. It is SUCH a weird little particular thing that I would think I was making it up except I tried it several times. There is one particular situation in which I cannot use the drop down list of tags to add a tag to the list of ones to analyze. What happened: I typed FA sondage 2 in and get nothing. ![image](https://user-images.githubusercontent.com/49291909/86841484-fc99d980-c071-11ea-9f57-c74a3db8fa39.png) I worried that I might have had a capitalization issue. I went to the drop down list. Indeed, capitalization issue! ![image](https://user-images.githubusercontent.com/49291909/86841558-1a673e80-c072-11ea-884e-7ce58f3648e7.png) I clicked the green button thinking it could just add the right tag to the wrong one. It didn't do anything. So I messed around. I can add a different tag on top of my wrong tag: ![image](https://user-images.githubusercontent.com/49291909/86841694-3f5bb180-c072-11ea-8fb7-71736406c43c.png) And I can add FA Sondage 2 by using the drop down menu if I have other nonsense in there already: ![image](https://user-images.githubusercontent.com/49291909/86841796-631ef780-c072-11ea-8b63-de6d0cd92adb.png) But something about the wrong tag being too close in name to the right tag prevents me from using the dropdown menu to add the latter to the former. And that is weird. (I can repeat the error using FA sondage 1.) And while it seems kinda small and meaningless, given that I ran into it in a real life working with the system while writing an actual article and it tripped me up, it seems worth making note of.
test
cannot apply a tag from the drop down list in tag analysis in a very particular case ran into this in a real life use situation in which i am heavily reliant on the tags it is such a weird little particular thing that i would think i was making it up except i tried it several times there is one particular situation in which i cannot use the drop down list of tags to add a tag to the list of ones to analyze what happened i typed fa sondage in and get nothing i worried that i might have had a capitalization issue i went to the drop down list indeed capitalization issue i clicked the green button thinking it could just add the right tag to the wrong one it didn t do anything so i messed around i can add a different tag on top of my wrong tag and i can add fa sondage by using the drop down menu if i have other nonsense in there already but something about the wrong tag being too close in name to the right tag prevents me from using the dropdown menu to add the latter to the former and that is weird i can repeat the error using fa sondage and while it seems kinda small and meaningless given that i ran into it in a real life working with the system while writing an actual article and it tripped me up it seems worth making note of
1
274,275
23,828,100,281
IssuesEvent
2022-09-05 16:44:57
gutow/Algebra_with_Sympy
https://api.github.com/repos/gutow/Algebra_with_Sympy
closed
Build test of equations as 2nd or later parameter in extended functions
bug testing
Currently tests in test_extension_of_sympy_functions.py only check for valid behavior when an equation replaces the first parameter of a function. The code allows equations to be used in other positions too. The testing code should check this.
1.0
Build test of equations as 2nd or later parameter in extended functions - Currently tests in test_extension_of_sympy_functions.py only check for valid behavior when an equation replaces the first parameter of a function. The code allows equations to be used in other positions too. The testing code should check this.
test
build test of equations as or later parameter in extended functions currently tests in test extension of sympy functions py only check for valid behavior when an equation replaces the first parameter of a function the code allows equations to be used in other positions too the testing code should check this
1
304,984
26,352,607,528
IssuesEvent
2023-01-11 06:54:29
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
ExecuteLatencyHistogramAdviceTest occasionally failed
in: test feature: agent
## Bug Report ### Which version of ShardingSphere did you use? master - 06d06233fa7c47afa47858a7f193ab1b000eb810 This issue may be caused by https://github.com/apache/shardingsphere/pull/23484 ### Expected behavior Unit tests passed stably. ### Actual behavior https://github.com/apache/shardingsphere/actions/runs/3890302698/jobs/6639304846#step:5:18097 ``` [INFO] Running org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest Error: Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.538 s <<< FAILURE! - in org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest Error: org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest.assertExecuteLatencyHistogram Time elapsed: 0.524 s <<< FAILURE! java.lang.AssertionError: Expected: a value greater than <500.0> but: <500.0> was equal to <500.0> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest.assertExecuteLatencyHistogram(ExecuteLatencyHistogramAdviceTest.java:44) ```
1.0
ExecuteLatencyHistogramAdviceTest occasionally failed - ## Bug Report ### Which version of ShardingSphere did you use? master - 06d06233fa7c47afa47858a7f193ab1b000eb810 This issue may be caused by https://github.com/apache/shardingsphere/pull/23484 ### Expected behavior Unit tests passed stably. ### Actual behavior https://github.com/apache/shardingsphere/actions/runs/3890302698/jobs/6639304846#step:5:18097 ``` [INFO] Running org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest Error: Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.538 s <<< FAILURE! - in org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest Error: org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest.assertExecuteLatencyHistogram Time elapsed: 0.524 s <<< FAILURE! java.lang.AssertionError: Expected: a value greater than <500.0> but: <500.0> was equal to <500.0> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at org.apache.shardingsphere.agent.plugin.metrics.core.advice.proxy.ExecuteLatencyHistogramAdviceTest.assertExecuteLatencyHistogram(ExecuteLatencyHistogramAdviceTest.java:44) ```
test
executelatencyhistogramadvicetest occasionally failed bug report which version of shardingsphere did you use master this issue may be caused by expected behavior unit tests passed stably actual behavior running org apache shardingsphere agent plugin metrics core advice proxy executelatencyhistogramadvicetest error tests run failures errors skipped time elapsed s failure in org apache shardingsphere agent plugin metrics core advice proxy executelatencyhistogramadvicetest error org apache shardingsphere agent plugin metrics core advice proxy executelatencyhistogramadvicetest assertexecutelatencyhistogram time elapsed s failure java lang assertionerror expected a value greater than but was equal to at org hamcrest matcherassert assertthat matcherassert java at org hamcrest matcherassert assertthat matcherassert java at org apache shardingsphere agent plugin metrics core advice proxy executelatencyhistogramadvicetest assertexecutelatencyhistogram executelatencyhistogramadvicetest java
1
206,302
15,724,638,757
IssuesEvent
2021-03-29 09:02:45
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
[CI] AssertionError in ShardSearchStats.onFetchPhase
:Search/Search >test-failure
The following assertion tripped in the core search code while doing a search in an ML test on the 7.x branch: https://github.com/elastic/elasticsearch/blob/6343c18f724041c13f0d101028a8055d4079272f/server/src/main/java/org/elasticsearch/index/search/stats/ShardSearchStats.java#L112 **Build scan**: https://gradle-enterprise.elastic.co/s/innofaaydb3fc **Repro line**: ``` ./gradlew ':x-pack:plugin:ml:internalClusterTest' --tests "org.elasticsearch.xpack.ml.integration.MlDistributedFailureIT.testJobRelocationIsMemoryAware" -Dtests.seed=1CE7934034A0817E -Dtests.security.manager=true -Dtests.locale=be-BY -Dtests.timezone=America/La_Paz -Druntime.java=8 ``` **Reproduces locally?**: No **Applicable branches**: master, 7.x **Failure history**: https://build-stats.elastic.co/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-90d,mode:quick,to:now))&_a=(columns:!(_source),index:e58bf320-7efd-11e8-bf69-63c8ef516157,interval:auto,query:(language:lucene,query:'%22Uncaught%20exception%20in%20thread%22%20AND%20ShardSearchStats.java%20AND%20112'),sort:!(time,desc)) Same thing happened in a [PR](https://github.com/elastic/elasticsearch/pull/69338) build on 24th February, but in `BasicDistributedJobsIT.testMaxConcurrentJobAllocations` instead of `MlDistributedFailureIT.testJobRelocationIsMemoryAware`. Both tests that have triggered this are internal cluster tests - maybe there's something special about internal cluster tests that violates the expected invariants of search stats? **Failure excerpt**: ``` скв 28, 2021 7:37:22 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException WARNING: Uncaught exception in thread: Thread[elasticsearch[node_t0][search][T#1],5,TGRP-MlDistributedFailureIT] java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([1CE7934034A0817E]:0) at org.elasticsearch.index.search.stats.ShardSearchStats.lambda$onFetchPhase$5(ShardSearchStats.java:112) at org.elasticsearch.index.search.stats.ShardSearchStats.computeStats(ShardSearchStats.java:117) at org.elasticsearch.index.search.stats.ShardSearchStats.onFetchPhase(ShardSearchStats.java:109) at org.elasticsearch.index.shard.SearchOperationListener$CompositeListener.onFetchPhase(SearchOperationListener.java:178) at org.elasticsearch.search.SearchService$SearchOperationListenerExecutor.close(SearchService.java:1415) at org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:464) at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:435) at org.elasticsearch.search.SearchService.lambda$executeQueryPhase$2(SearchService.java:398) at org.elasticsearch.action.ActionRunnable.lambda$supply$0(ActionRunnable.java:47) at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33) at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ```
1.0
[CI] AssertionError in ShardSearchStats.onFetchPhase - The following assertion tripped in the core search code while doing a search in an ML test on the 7.x branch: https://github.com/elastic/elasticsearch/blob/6343c18f724041c13f0d101028a8055d4079272f/server/src/main/java/org/elasticsearch/index/search/stats/ShardSearchStats.java#L112 **Build scan**: https://gradle-enterprise.elastic.co/s/innofaaydb3fc **Repro line**: ``` ./gradlew ':x-pack:plugin:ml:internalClusterTest' --tests "org.elasticsearch.xpack.ml.integration.MlDistributedFailureIT.testJobRelocationIsMemoryAware" -Dtests.seed=1CE7934034A0817E -Dtests.security.manager=true -Dtests.locale=be-BY -Dtests.timezone=America/La_Paz -Druntime.java=8 ``` **Reproduces locally?**: No **Applicable branches**: master, 7.x **Failure history**: https://build-stats.elastic.co/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-90d,mode:quick,to:now))&_a=(columns:!(_source),index:e58bf320-7efd-11e8-bf69-63c8ef516157,interval:auto,query:(language:lucene,query:'%22Uncaught%20exception%20in%20thread%22%20AND%20ShardSearchStats.java%20AND%20112'),sort:!(time,desc)) Same thing happened in a [PR](https://github.com/elastic/elasticsearch/pull/69338) build on 24th February, but in `BasicDistributedJobsIT.testMaxConcurrentJobAllocations` instead of `MlDistributedFailureIT.testJobRelocationIsMemoryAware`. Both tests that have triggered this are internal cluster tests - maybe there's something special about internal cluster tests that violates the expected invariants of search stats? **Failure excerpt**: ``` скв 28, 2021 7:37:22 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException WARNING: Uncaught exception in thread: Thread[elasticsearch[node_t0][search][T#1],5,TGRP-MlDistributedFailureIT] java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([1CE7934034A0817E]:0) at org.elasticsearch.index.search.stats.ShardSearchStats.lambda$onFetchPhase$5(ShardSearchStats.java:112) at org.elasticsearch.index.search.stats.ShardSearchStats.computeStats(ShardSearchStats.java:117) at org.elasticsearch.index.search.stats.ShardSearchStats.onFetchPhase(ShardSearchStats.java:109) at org.elasticsearch.index.shard.SearchOperationListener$CompositeListener.onFetchPhase(SearchOperationListener.java:178) at org.elasticsearch.search.SearchService$SearchOperationListenerExecutor.close(SearchService.java:1415) at org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:464) at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:435) at org.elasticsearch.search.SearchService.lambda$executeQueryPhase$2(SearchService.java:398) at org.elasticsearch.action.ActionRunnable.lambda$supply$0(ActionRunnable.java:47) at org.elasticsearch.action.ActionRunnable$2.doRun(ActionRunnable.java:62) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at org.elasticsearch.common.util.concurrent.TimedRunnable.doRun(TimedRunnable.java:33) at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:732) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ```
test
assertionerror in shardsearchstats onfetchphase the following assertion tripped in the core search code while doing a search in an ml test on the x branch build scan repro line gradlew x pack plugin ml internalclustertest tests org elasticsearch xpack ml integration mldistributedfailureit testjobrelocationismemoryaware dtests seed dtests security manager true dtests locale be by dtests timezone america la paz druntime java reproduces locally no applicable branches master x failure history same thing happened in a build on february but in basicdistributedjobsit testmaxconcurrentjoballocations instead of mldistributedfailureit testjobrelocationismemoryaware both tests that have triggered this are internal cluster tests maybe there s something special about internal cluster tests that violates the expected invariants of search stats failure excerpt скв pm com carrotsearch randomizedtesting randomizedrunner queueuncaughtexceptionshandler uncaughtexception warning uncaught exception in thread thread tgrp mldistributedfailureit java lang assertionerror at randomizedtesting seedinfo seed at org elasticsearch index search stats shardsearchstats lambda onfetchphase shardsearchstats java at org elasticsearch index search stats shardsearchstats computestats shardsearchstats java at org elasticsearch index search stats shardsearchstats onfetchphase shardsearchstats java at org elasticsearch index shard searchoperationlistener compositelistener onfetchphase searchoperationlistener java at org elasticsearch search searchservice searchoperationlistenerexecutor close searchservice java at org elasticsearch search searchservice executefetchphase searchservice java at org elasticsearch search searchservice executequeryphase searchservice java at org elasticsearch search searchservice lambda executequeryphase searchservice java at org elasticsearch action actionrunnable lambda supply actionrunnable java at org elasticsearch action actionrunnable dorun actionrunnable java at org elasticsearch common util concurrent abstractrunnable run abstractrunnable java at org elasticsearch common util concurrent timedrunnable dorun timedrunnable java at org elasticsearch common util concurrent threadcontext contextpreservingabstractrunnable dorun threadcontext java at org elasticsearch common util concurrent abstractrunnable run abstractrunnable 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
1
47,885
25,240,669,385
IssuesEvent
2022-11-15 07:05:36
facebookincubator/velox
https://api.github.com/repos/facebookincubator/velox
closed
Hash join performance issue
performance
We are testing the performance over TPCH 2T dataset in Gluten with Velox. The total number of cores on the target machine is 56. We set up two workloads with the following configuration, and both handle 2T dataset. 1. Use all 56 cores Input file partitions = 56 * 4 = 224 Shuffle partitions = 56 * 8 = 448 Number of executors * Number of tasks per executor = 32 * 7 = 224 3. Use 48 cores out of 56 cores Input file partitions = 48 * 4 = 192 Shuffle partitions = 48 * 8 = 384 Number of executors * Number of tasks per executor = 24 * 8 = 192 By comparing the running time of queries, some queries have worse performance under 56c. For example, Q4 takes 19s in 48c workload and takes 45s in 56c workload. After analyzing the hotspot and some printed data in one partition, we found the reason is the hash table size is too small and cause lots of hash collision. | | 56c | 48c | |--|--|--| | num hash keys | 256,518 | 299,237| | hash table size | 262,144 | 524,288| ``` + 97.00% 97.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashTable<true>::joinNormalizedKeyProbe + 86.33% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::Driver::runInternal + 85.37% 0.05% generic_benchma libvelox.so [.] facebook::velox::exec::HashProbe::addInput + 85.08% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashTable<true>::joinProbe + 11.07% 0.00% generic_benchma [unknown] [.] 0x00000000002798e2 + 0.93% 0.00% generic_benchma [unknown] [k] 0xffffffffba000d82 + 0.88% 0.00% generic_benchma [unknown] [.] 0xffffffffb9e8a32e + 0.87% 0.00% generic_benchma [unknown] [.] 0xffffffffb9271461 + 0.82% 0.00% generic_benchma [unknown] [.] 0xffffffffb93536c1 + 0.74% 0.00% generic_benchma [unknown] [.] 0xffffffffb9352c69 + 0.73% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashProbe::getOutput + 0.71% 0.00% generic_benchma [unknown] [.] 0xffffffffb9365678 + 0.68% 0.00% generic_benchma [unknown] [.] 0xffffffffb93650e9 + 0.52% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashProbe::fillOutput 0.50% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::(anonymous namespace)::extractColumns ``` In above workload, the size of hash table is computed only once, and never grow. The chunk below is the first time computing and setting the hash table size. The arg numNew is 0, so the size is computed only based on numDistinct_. It should also add the load factor to numDistinct_ to get a proper hash table size. https://github.com/facebookincubator/velox/blob/5df0bc59ce491ec5766a4a0e4ae389f31e9899ed/velox/exec/HashTable.cpp#L617-L627
True
Hash join performance issue - We are testing the performance over TPCH 2T dataset in Gluten with Velox. The total number of cores on the target machine is 56. We set up two workloads with the following configuration, and both handle 2T dataset. 1. Use all 56 cores Input file partitions = 56 * 4 = 224 Shuffle partitions = 56 * 8 = 448 Number of executors * Number of tasks per executor = 32 * 7 = 224 3. Use 48 cores out of 56 cores Input file partitions = 48 * 4 = 192 Shuffle partitions = 48 * 8 = 384 Number of executors * Number of tasks per executor = 24 * 8 = 192 By comparing the running time of queries, some queries have worse performance under 56c. For example, Q4 takes 19s in 48c workload and takes 45s in 56c workload. After analyzing the hotspot and some printed data in one partition, we found the reason is the hash table size is too small and cause lots of hash collision. | | 56c | 48c | |--|--|--| | num hash keys | 256,518 | 299,237| | hash table size | 262,144 | 524,288| ``` + 97.00% 97.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashTable<true>::joinNormalizedKeyProbe + 86.33% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::Driver::runInternal + 85.37% 0.05% generic_benchma libvelox.so [.] facebook::velox::exec::HashProbe::addInput + 85.08% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashTable<true>::joinProbe + 11.07% 0.00% generic_benchma [unknown] [.] 0x00000000002798e2 + 0.93% 0.00% generic_benchma [unknown] [k] 0xffffffffba000d82 + 0.88% 0.00% generic_benchma [unknown] [.] 0xffffffffb9e8a32e + 0.87% 0.00% generic_benchma [unknown] [.] 0xffffffffb9271461 + 0.82% 0.00% generic_benchma [unknown] [.] 0xffffffffb93536c1 + 0.74% 0.00% generic_benchma [unknown] [.] 0xffffffffb9352c69 + 0.73% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashProbe::getOutput + 0.71% 0.00% generic_benchma [unknown] [.] 0xffffffffb9365678 + 0.68% 0.00% generic_benchma [unknown] [.] 0xffffffffb93650e9 + 0.52% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::HashProbe::fillOutput 0.50% 0.00% generic_benchma libvelox.so [.] facebook::velox::exec::(anonymous namespace)::extractColumns ``` In above workload, the size of hash table is computed only once, and never grow. The chunk below is the first time computing and setting the hash table size. The arg numNew is 0, so the size is computed only based on numDistinct_. It should also add the load factor to numDistinct_ to get a proper hash table size. https://github.com/facebookincubator/velox/blob/5df0bc59ce491ec5766a4a0e4ae389f31e9899ed/velox/exec/HashTable.cpp#L617-L627
non_test
hash join performance issue we are testing the performance over tpch dataset in gluten with velox the total number of cores on the target machine is we set up two workloads with the following configuration and both handle dataset use all cores input file partitions shuffle partitions number of executors number of tasks per executor use cores out of cores input file partitions shuffle partitions number of executors number of tasks per executor by comparing the running time of queries some queries have worse performance under for example takes in workload and takes in workload after analyzing the hotspot and some printed data in one partition we found the reason is the hash table size is too small and cause lots of hash collision num hash keys hash table size generic benchma libvelox so facebook velox exec hashtable joinnormalizedkeyprobe generic benchma libvelox so facebook velox exec driver runinternal generic benchma libvelox so facebook velox exec hashprobe addinput generic benchma libvelox so facebook velox exec hashtable joinprobe generic benchma generic benchma generic benchma generic benchma generic benchma generic benchma generic benchma libvelox so facebook velox exec hashprobe getoutput generic benchma generic benchma generic benchma libvelox so facebook velox exec hashprobe filloutput generic benchma libvelox so facebook velox exec anonymous namespace extractcolumns in above workload the size of hash table is computed only once and never grow the chunk below is the first time computing and setting the hash table size the arg numnew is so the size is computed only based on numdistinct it should also add the load factor to numdistinct to get a proper hash table size
0
183,125
31,160,410,135
IssuesEvent
2023-08-16 15:36:54
Princeton-CDH/geniza
https://api.github.com/repos/Princeton-CDH/geniza
closed
Revise the document detail page so that tags are placed below the mentioned places field below the description
🕒🗺️ design
@blms this change is the result of adding the people and places fields. Please let me know if you have thoughts on this. [Here are the designs](https://www.figma.com/file/anZFStv7zBaVWnFxr95nKt/PGP?type=design&node-id=3121%3A67352&mode=design&t=nhPDpyvLiPlPp4Lw-1).
1.0
Revise the document detail page so that tags are placed below the mentioned places field below the description - @blms this change is the result of adding the people and places fields. Please let me know if you have thoughts on this. [Here are the designs](https://www.figma.com/file/anZFStv7zBaVWnFxr95nKt/PGP?type=design&node-id=3121%3A67352&mode=design&t=nhPDpyvLiPlPp4Lw-1).
non_test
revise the document detail page so that tags are placed below the mentioned places field below the description blms this change is the result of adding the people and places fields please let me know if you have thoughts on this
0
156,689
12,334,809,475
IssuesEvent
2020-05-14 10:51:20
callstack/react-native-testing-library
https://api.github.com/repos/callstack/react-native-testing-library
closed
Ability to query children of given element
compat: testing-library feature request
## Describe the Feature In certain scenarios it is useful to restrict query to only a part of component tree. Sample use cases: 1. when displaying a `FlatList` of items we might want to find a certain item and query for some views inside it 2. when rendering multi-screen integration test using react-navigation and navigating from list screen to details screen. The global query still returns elements from hidden master screen. Forcing test code to use getAllBy* with arbitrary indices instread of getBy* queries. ## Possible Implementations DOM/React Testing Library provides [`within`/`getQueriesForElement`](https://testing-library.com/docs/dom-testing-library/api-helpers#within-and-getqueriesforelement-apis) for such use case. ```typescript const boundQueries = within(getByA11yHint('Some Item')); expect(boundQueries.getByText('Some text')).toBeTruthy(); ``` Alternative would be to provide query functions accepting container element as one of their parameters e.g. `getByText(container, text)` as in DOM Testing Library. ## Related Issues Not found.
1.0
Ability to query children of given element - ## Describe the Feature In certain scenarios it is useful to restrict query to only a part of component tree. Sample use cases: 1. when displaying a `FlatList` of items we might want to find a certain item and query for some views inside it 2. when rendering multi-screen integration test using react-navigation and navigating from list screen to details screen. The global query still returns elements from hidden master screen. Forcing test code to use getAllBy* with arbitrary indices instread of getBy* queries. ## Possible Implementations DOM/React Testing Library provides [`within`/`getQueriesForElement`](https://testing-library.com/docs/dom-testing-library/api-helpers#within-and-getqueriesforelement-apis) for such use case. ```typescript const boundQueries = within(getByA11yHint('Some Item')); expect(boundQueries.getByText('Some text')).toBeTruthy(); ``` Alternative would be to provide query functions accepting container element as one of their parameters e.g. `getByText(container, text)` as in DOM Testing Library. ## Related Issues Not found.
test
ability to query children of given element describe the feature in certain scenarios it is useful to restrict query to only a part of component tree sample use cases when displaying a flatlist of items we might want to find a certain item and query for some views inside it when rendering multi screen integration test using react navigation and navigating from list screen to details screen the global query still returns elements from hidden master screen forcing test code to use getallby with arbitrary indices instread of getby queries possible implementations dom react testing library provides for such use case typescript const boundqueries within some item expect boundqueries getbytext some text tobetruthy alternative would be to provide query functions accepting container element as one of their parameters e g getbytext container text as in dom testing library related issues not found
1
14,665
3,413,417,025
IssuesEvent
2015-12-06 17:38:17
nextgis/nextgisweb_compulink
https://api.github.com/repos/nextgis/nextgisweb_compulink
closed
Не работает выключение слоев при выборе родительского элемента в дереве
bug frontend ready-to-testing
Например, при снятии галки "Фактические данные".
1.0
Не работает выключение слоев при выборе родительского элемента в дереве - Например, при снятии галки "Фактические данные".
test
не работает выключение слоев при выборе родительского элемента в дереве например при снятии галки фактические данные
1
165,825
12,879,876,143
IssuesEvent
2020-07-12 01:29:40
osquery/osquery
https://api.github.com/repos/osquery/osquery
closed
Create tests for the table `kernel_integrity`
Linux good-first-issue test
## Create tests for the table `kernel_integrity` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee to number of rows (e.g. only 1 record in every query result, more than 3 records or something else) check it. - Test the implementation details of the table, if it possible. Table spec: `specs/linux/kernel_integrity.table` Source files: - `kernel_integrity.cpp` Table generating function: `genKernelIntegrity()` Labels: `good-first-issue` `build/test`
1.0
Create tests for the table `kernel_integrity` - ## Create tests for the table `kernel_integrity` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee to number of rows (e.g. only 1 record in every query result, more than 3 records or something else) check it. - Test the implementation details of the table, if it possible. Table spec: `specs/linux/kernel_integrity.table` Source files: - `kernel_integrity.cpp` Table generating function: `genKernelIntegrity()` Labels: `good-first-issue` `build/test`
test
create tests for the table kernel integrity create tests for the table kernel integrity create header file for the table implementation if one is not exists in test query the table and check if retrieved columns name and types match the columns from table spec if there is any guarantee to number of rows e g only record in every query result more than records or something else check it test the implementation details of the table if it possible table spec specs linux kernel integrity table source files kernel integrity cpp table generating function genkernelintegrity labels good first issue build test
1
40,252
16,435,319,027
IssuesEvent
2021-05-20 08:36:26
kyma-project/kyma
https://api.github.com/repos/kyma-project/kyma
closed
Commerce Mock test fails on kyma-integration pipeline (Timeout of 600000ms exceeded)
area/service-catalog bug stale test-failing
<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** The following error occurs on kyma-integration-gardener pipelines: ``` 1) CommerceMock tests CommerceMock test fixture should be ready: Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/prow/go/src/github.com/kyma-project/kyma/tests/fast-integration/test/commerce-mock.js) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7) 2) CommerceMock tests function should reach Commerce mock API through app gateway: Error: Request failed with status code 500 at createError (node_modules/axios/lib/core/createError.js:16:15) at settle (node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (node_modules/axios/lib/adapters/http.js:260:11) at endReadableNT (_stream_readable.js:1327:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) 3) CommerceMock tests order.created.v1 event should trigger the lastorder function: AssertionError: expected { order: {}, event: { data: { orderCode: '789' } } } to have nested property 'event.ce-type' at /home/prow/go/src/github.com/kyma-project/kyma/tests/fast-integration/test/fixtures/commerce-mock/index.js:85:41 at processTicksAndRejections (internal/process/task_queues.js:93:5) at async sendEventAndCheckResponse (test/fixtures/commerce-mock/index.js:60:3) at async Context.<anonymous> (test/commerce-mock.js:22:5) ``` Exemplary logs: - https://storage.googleapis.com/kyma-prow-logs/logs/kyma-integration-evaluation-gardener-azure/1352089958940151808/build-log.txt - https://storage.googleapis.com/kyma-prow-logs/logs/kyma-integration-hibernation-gardener-azure/1352164198846566400/build-log.txt - https://storage.googleapis.com/kyma-prow-logs/logs/kyma-integration-hibernation-gardener-azure/1352164198846566400/build-log.txt **Expected result** Test is green <!-- Describe the steps you have already taken to solve the issue. -->
1.0
Commerce Mock test fails on kyma-integration pipeline (Timeout of 600000ms exceeded) - <!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** The following error occurs on kyma-integration-gardener pipelines: ``` 1) CommerceMock tests CommerceMock test fixture should be ready: Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/prow/go/src/github.com/kyma-project/kyma/tests/fast-integration/test/commerce-mock.js) at listOnTimeout (internal/timers.js:554:17) at processTimers (internal/timers.js:497:7) 2) CommerceMock tests function should reach Commerce mock API through app gateway: Error: Request failed with status code 500 at createError (node_modules/axios/lib/core/createError.js:16:15) at settle (node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (node_modules/axios/lib/adapters/http.js:260:11) at endReadableNT (_stream_readable.js:1327:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) 3) CommerceMock tests order.created.v1 event should trigger the lastorder function: AssertionError: expected { order: {}, event: { data: { orderCode: '789' } } } to have nested property 'event.ce-type' at /home/prow/go/src/github.com/kyma-project/kyma/tests/fast-integration/test/fixtures/commerce-mock/index.js:85:41 at processTicksAndRejections (internal/process/task_queues.js:93:5) at async sendEventAndCheckResponse (test/fixtures/commerce-mock/index.js:60:3) at async Context.<anonymous> (test/commerce-mock.js:22:5) ``` Exemplary logs: - https://storage.googleapis.com/kyma-prow-logs/logs/kyma-integration-evaluation-gardener-azure/1352089958940151808/build-log.txt - https://storage.googleapis.com/kyma-prow-logs/logs/kyma-integration-hibernation-gardener-azure/1352164198846566400/build-log.txt - https://storage.googleapis.com/kyma-prow-logs/logs/kyma-integration-hibernation-gardener-azure/1352164198846566400/build-log.txt **Expected result** Test is green <!-- Describe the steps you have already taken to solve the issue. -->
non_test
commerce mock test fails on kyma integration pipeline timeout of exceeded thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description the following error occurs on kyma integration gardener pipelines commercemock tests commercemock test fixture should be ready error timeout of exceeded for async tests and hooks ensure done is called if returning a promise ensure it resolves home prow go src github com kyma project kyma tests fast integration test commerce mock js at listontimeout internal timers js at processtimers internal timers js commercemock tests function should reach commerce mock api through app gateway error request failed with status code at createerror node modules axios lib core createerror js at settle node modules axios lib core settle js at incomingmessage handlestreamend node modules axios lib adapters http js at endreadablent stream readable js at processticksandrejections internal process task queues js commercemock tests order created event should trigger the lastorder function assertionerror expected order event data ordercode to have nested property event ce type at home prow go src github com kyma project kyma tests fast integration test fixtures commerce mock index js at processticksandrejections internal process task queues js at async sendeventandcheckresponse test fixtures commerce mock index js at async context test commerce mock js exemplary logs expected result test is green
0
82,279
23,727,674,416
IssuesEvent
2022-08-30 21:18:28
aws/aws-sam-cli
https://api.github.com/repos/aws/aws-sam-cli
closed
Allow to run node_modules binaries from makefile builder
area/build maintainer/need-followup
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> ### Description: <!-- Briefly describe the bug you are facing.--> When I try to execute scripts from _locally_ npm packages the makefile builder fails ### Steps to reproduce: <!-- Provide steps to replicate.--> 1. create a template containing a simple lambda with a `makefile` builder: ```yml MyLambda: Type: AWS::Serverless::Function Properties: CodeUri: ./ Handler: index.lambdaHandler Runtime: nodejs12.x MemorySize: 128 Timeout: 60 Description: my lambda. Policies: - AWSLambdaBasicExecutionRole Metadata: BuildMethod: makefile ``` 1. A `package.json` with dependencies, for example typescript: ```json { "scripts": { "build": "tsc -p tsconfig.json" }, "devDependencies": { "typescript": "^4.1.3" } } ``` 1. A `Makefile` containing: ```makefile build-MyLambda: npm run build #or node node_modules/.bin/tsc -p tsconfig.json .PHONY: build build: npm run build ``` 1. A `tsconfig.json` file: ```json { "compilerOptions": { "module": "commonjs", "target": "es2019", "noImplicitAny": true, "preserveConstEnums": true, "outDir": "./dist", "sourceMap": true, "moduleResolution": "node" }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ] } ``` Run `make build` to confirm the setup is working. Now run `sam build --debug` to reproduce the error ### Observed result: <!-- Please provide command output with `--debug` flag set.--> `sam build --debug` errors with the following message: ``` 2021-01-29 08:56:16,376 | Telemetry endpoint configured to be https://aws-serverless-tools-telemetry.us-west-2.amazonaws.com/metrics 2021-01-29 08:56:16,479 | 'build' command is called 2021-01-29 08:56:16,485 | Collected default values for parameters: {} 2021-01-29 08:56:16,507 | 1 resources found in the template 2021-01-29 08:56:16,507 | Found Serverless function with name='MyLambda' and CodeUri='./' 2021-01-29 08:56:16,507 | Collected default values for parameters: {} 2021-01-29 08:56:16,528 | Instantiating build definitions 2021-01-29 08:56:16,530 | Unique function build definition found, adding as new (Function Build Definition: BuildDefinition(nodejs12.x, ../, Zip, , ae285d5a-7ad0-4790-b62a-82c2d9b32503, {'BuildMethod': 'makefile'}, []), Function: Function(name='InvalidateCloudFrontCache', functionname='InvalidateCloudFrontCache', runtime='nodejs12.x', memory=128, timeout=60, handler='index.lambdaHandler', imageuri=None, packagetype='Zip', imageconfig=None, codeuri='../', environment=None, rolearn=None, layers=[], events=None, metadata={'BuildMethod': 'makefile'}, codesign_config_arn=None)) 2021-01-29 08:56:16,531 | Building codeuri: ../ runtime: nodejs12.x metadata: {'BuildMethod': 'makefile'} functions: ['InvalidateCloudFrontCache'] 2021-01-29 08:56:16,596 | Building to following folder /Somewhere/my-lambda/.aws-sam/build/InvalidateCloudFrontCache 2021-01-29 08:56:16,597 | Loading workflow module 'aws_lambda_builders.workflows' 2021-01-29 08:56:16,600 | Registering workflow 'PythonPipBuilder' with capability 'Capability(language='python', dependency_manager='pip', application_framework=None)' 2021-01-29 08:56:16,602 | Registering workflow 'NodejsNpmBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm', application_framework=None)' 2021-01-29 08:56:16,604 | Registering workflow 'RubyBundlerBuilder' with capability 'Capability(language='ruby', dependency_manager='bundler', application_framework=None)' 2021-01-29 08:56:16,605 | Registering workflow 'GoDepBuilder' with capability 'Capability(language='go', dependency_manager='dep', application_framework=None)' 2021-01-29 08:56:16,607 | Registering workflow 'GoModulesBuilder' with capability 'Capability(language='go', dependency_manager='modules', application_framework=None)' 2021-01-29 08:56:16,609 | Registering workflow 'JavaGradleWorkflow' with capability 'Capability(language='java', dependency_manager='gradle', application_framework=None)' 2021-01-29 08:56:16,622 | Registering workflow 'JavaMavenWorkflow' with capability 'Capability(language='java', dependency_manager='maven', application_framework=None)' 2021-01-29 08:56:16,624 | Registering workflow 'DotnetCliPackageBuilder' with capability 'Capability(language='dotnet', dependency_manager='cli-package', application_framework=None)' 2021-01-29 08:56:16,718 | Registering workflow 'CustomMakeBuilder' with capability 'Capability(language='provided', dependency_manager=None, application_framework=None)' 2021-01-29 08:56:16,718 | Found workflow 'CustomMakeBuilder' to support capabilities 'Capability(language='provided', dependency_manager=None, application_framework=None)' 2021-01-29 08:56:16,719 | Running workflow 'CustomMakeBuilder' 2021-01-29 08:56:16,719 | Running CustomMakeBuilder:CopySource 2021-01-29 08:56:20,847 | CustomMakeBuilder:CopySource succeeded 2021-01-29 08:56:20,847 | Running CustomMakeBuilder:MakeBuild 2021-01-29 08:56:20,847 | Current Artifacts Directory : /Somewhere/my-lambda/.aws-sam/build/InvalidateCloudFrontCache 2021-01-29 08:56:20,847 | executing Make: ['make', '--makefile', '/Somewhere/my-lambda/Makefile', 'build-InvalidateCloudFrontCache'] 2021-01-29 08:56:21,400 | CustomMakeBuilder:MakeBuild failed Traceback (most recent call last): File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/custom_make/actions.py", line 87, in execute self.subprocess_make.run( File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/custom_make/make.py", line 88, in run raise MakeExecutionError(message=err.decode("utf8").strip()) aws_lambda_builders.workflows.custom_make.make.MakeExecutionError: Make Failed: internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '../lib/tsc.js' Require stack: - /private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc:2:1) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! invalidate-cf-cache@0.0.1 build: `tsc -p tsconfig.json` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the invalidate-cf-cache@0.0.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/z0049e1t/.npm/_logs/2021-01-29T07_56_21_371Z-debug.log make: *** [build-InvalidateCloudFrontCache] Error 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflow.py", line 269, in run action.execute() File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/custom_make/actions.py", line 97, in execute raise ActionFailedError(str(ex)) aws_lambda_builders.actions.ActionFailedError: Make Failed: internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '../lib/tsc.js' Require stack: - /private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc:2:1) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! invalidate-cf-cache@0.0.1 build: `tsc -p tsconfig.json` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the invalidate-cf-cache@0.0.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/z0049e1t/.npm/_logs/2021-01-29T07_56_21_371Z-debug.log make: *** [build-InvalidateCloudFrontCache] Error 1 Build Failed 2021-01-29 08:56:22,223 | Sending Telemetry: {'metrics': [{'commandRun': {'awsProfileProvided': False, 'debugFlagProvided': True, 'region': '', 'commandName': 'sam build', 'duration': 5846, 'exitReason': 'WorkflowFailedError', 'exitCode': 1, 'requestId': 'ed59d879-ed40-4e0e-ad2d-2a0f678c8597', 'installationId': '17adb356-4bd3-44f0-8b2c-2e783726a1f8', 'sessionId': '62216092-cb80-44e7-8292-83b33897c81f', 'executionEnvironment': 'CLI', 'pyversion': '3.8.7', 'samcliVersion': '1.15.0'}}]} 2021-01-29 08:56:22,927 | HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1) Error: CustomMakeBuilder:MakeBuild - Make Failed: internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '../lib/tsc.js' Require stack: - /private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc:2:1) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! invalidate-cf-cache@0.0.1 build: `tsc -p tsconfig.json` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the invalidate-cf-cache@0.0.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/z0049e1t/.npm/_logs/2021-01-29T07_56_21_371Z-debug.log make: *** [build-InvalidateCloudFrontCache] Error 1 ``` ### Expected result: <!-- Describe what you expected.--> The build does not error. ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) Interestingly the build does not error if you install typescript globally (`npm i -g typescript`) and call it in the makefile directly. However, I want all the dependencies of my project installed locally, not globally to build my app. 1. OS: macOS Catalina 10.15.7 2. `sam --version`: 1.15.0
1.0
Allow to run node_modules binaries from makefile builder - <!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> ### Description: <!-- Briefly describe the bug you are facing.--> When I try to execute scripts from _locally_ npm packages the makefile builder fails ### Steps to reproduce: <!-- Provide steps to replicate.--> 1. create a template containing a simple lambda with a `makefile` builder: ```yml MyLambda: Type: AWS::Serverless::Function Properties: CodeUri: ./ Handler: index.lambdaHandler Runtime: nodejs12.x MemorySize: 128 Timeout: 60 Description: my lambda. Policies: - AWSLambdaBasicExecutionRole Metadata: BuildMethod: makefile ``` 1. A `package.json` with dependencies, for example typescript: ```json { "scripts": { "build": "tsc -p tsconfig.json" }, "devDependencies": { "typescript": "^4.1.3" } } ``` 1. A `Makefile` containing: ```makefile build-MyLambda: npm run build #or node node_modules/.bin/tsc -p tsconfig.json .PHONY: build build: npm run build ``` 1. A `tsconfig.json` file: ```json { "compilerOptions": { "module": "commonjs", "target": "es2019", "noImplicitAny": true, "preserveConstEnums": true, "outDir": "./dist", "sourceMap": true, "moduleResolution": "node" }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "**/*.spec.ts" ] } ``` Run `make build` to confirm the setup is working. Now run `sam build --debug` to reproduce the error ### Observed result: <!-- Please provide command output with `--debug` flag set.--> `sam build --debug` errors with the following message: ``` 2021-01-29 08:56:16,376 | Telemetry endpoint configured to be https://aws-serverless-tools-telemetry.us-west-2.amazonaws.com/metrics 2021-01-29 08:56:16,479 | 'build' command is called 2021-01-29 08:56:16,485 | Collected default values for parameters: {} 2021-01-29 08:56:16,507 | 1 resources found in the template 2021-01-29 08:56:16,507 | Found Serverless function with name='MyLambda' and CodeUri='./' 2021-01-29 08:56:16,507 | Collected default values for parameters: {} 2021-01-29 08:56:16,528 | Instantiating build definitions 2021-01-29 08:56:16,530 | Unique function build definition found, adding as new (Function Build Definition: BuildDefinition(nodejs12.x, ../, Zip, , ae285d5a-7ad0-4790-b62a-82c2d9b32503, {'BuildMethod': 'makefile'}, []), Function: Function(name='InvalidateCloudFrontCache', functionname='InvalidateCloudFrontCache', runtime='nodejs12.x', memory=128, timeout=60, handler='index.lambdaHandler', imageuri=None, packagetype='Zip', imageconfig=None, codeuri='../', environment=None, rolearn=None, layers=[], events=None, metadata={'BuildMethod': 'makefile'}, codesign_config_arn=None)) 2021-01-29 08:56:16,531 | Building codeuri: ../ runtime: nodejs12.x metadata: {'BuildMethod': 'makefile'} functions: ['InvalidateCloudFrontCache'] 2021-01-29 08:56:16,596 | Building to following folder /Somewhere/my-lambda/.aws-sam/build/InvalidateCloudFrontCache 2021-01-29 08:56:16,597 | Loading workflow module 'aws_lambda_builders.workflows' 2021-01-29 08:56:16,600 | Registering workflow 'PythonPipBuilder' with capability 'Capability(language='python', dependency_manager='pip', application_framework=None)' 2021-01-29 08:56:16,602 | Registering workflow 'NodejsNpmBuilder' with capability 'Capability(language='nodejs', dependency_manager='npm', application_framework=None)' 2021-01-29 08:56:16,604 | Registering workflow 'RubyBundlerBuilder' with capability 'Capability(language='ruby', dependency_manager='bundler', application_framework=None)' 2021-01-29 08:56:16,605 | Registering workflow 'GoDepBuilder' with capability 'Capability(language='go', dependency_manager='dep', application_framework=None)' 2021-01-29 08:56:16,607 | Registering workflow 'GoModulesBuilder' with capability 'Capability(language='go', dependency_manager='modules', application_framework=None)' 2021-01-29 08:56:16,609 | Registering workflow 'JavaGradleWorkflow' with capability 'Capability(language='java', dependency_manager='gradle', application_framework=None)' 2021-01-29 08:56:16,622 | Registering workflow 'JavaMavenWorkflow' with capability 'Capability(language='java', dependency_manager='maven', application_framework=None)' 2021-01-29 08:56:16,624 | Registering workflow 'DotnetCliPackageBuilder' with capability 'Capability(language='dotnet', dependency_manager='cli-package', application_framework=None)' 2021-01-29 08:56:16,718 | Registering workflow 'CustomMakeBuilder' with capability 'Capability(language='provided', dependency_manager=None, application_framework=None)' 2021-01-29 08:56:16,718 | Found workflow 'CustomMakeBuilder' to support capabilities 'Capability(language='provided', dependency_manager=None, application_framework=None)' 2021-01-29 08:56:16,719 | Running workflow 'CustomMakeBuilder' 2021-01-29 08:56:16,719 | Running CustomMakeBuilder:CopySource 2021-01-29 08:56:20,847 | CustomMakeBuilder:CopySource succeeded 2021-01-29 08:56:20,847 | Running CustomMakeBuilder:MakeBuild 2021-01-29 08:56:20,847 | Current Artifacts Directory : /Somewhere/my-lambda/.aws-sam/build/InvalidateCloudFrontCache 2021-01-29 08:56:20,847 | executing Make: ['make', '--makefile', '/Somewhere/my-lambda/Makefile', 'build-InvalidateCloudFrontCache'] 2021-01-29 08:56:21,400 | CustomMakeBuilder:MakeBuild failed Traceback (most recent call last): File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/custom_make/actions.py", line 87, in execute self.subprocess_make.run( File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/custom_make/make.py", line 88, in run raise MakeExecutionError(message=err.decode("utf8").strip()) aws_lambda_builders.workflows.custom_make.make.MakeExecutionError: Make Failed: internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '../lib/tsc.js' Require stack: - /private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc:2:1) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! invalidate-cf-cache@0.0.1 build: `tsc -p tsconfig.json` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the invalidate-cf-cache@0.0.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/z0049e1t/.npm/_logs/2021-01-29T07_56_21_371Z-debug.log make: *** [build-InvalidateCloudFrontCache] Error 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflow.py", line 269, in run action.execute() File "/usr/local/Cellar/aws-sam-cli/1.15.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/custom_make/actions.py", line 97, in execute raise ActionFailedError(str(ex)) aws_lambda_builders.actions.ActionFailedError: Make Failed: internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '../lib/tsc.js' Require stack: - /private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc:2:1) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! invalidate-cf-cache@0.0.1 build: `tsc -p tsconfig.json` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the invalidate-cf-cache@0.0.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/z0049e1t/.npm/_logs/2021-01-29T07_56_21_371Z-debug.log make: *** [build-InvalidateCloudFrontCache] Error 1 Build Failed 2021-01-29 08:56:22,223 | Sending Telemetry: {'metrics': [{'commandRun': {'awsProfileProvided': False, 'debugFlagProvided': True, 'region': '', 'commandName': 'sam build', 'duration': 5846, 'exitReason': 'WorkflowFailedError', 'exitCode': 1, 'requestId': 'ed59d879-ed40-4e0e-ad2d-2a0f678c8597', 'installationId': '17adb356-4bd3-44f0-8b2c-2e783726a1f8', 'sessionId': '62216092-cb80-44e7-8292-83b33897c81f', 'executionEnvironment': 'CLI', 'pyversion': '3.8.7', 'samcliVersion': '1.15.0'}}]} 2021-01-29 08:56:22,927 | HTTPSConnectionPool(host='aws-serverless-tools-telemetry.us-west-2.amazonaws.com', port=443): Read timed out. (read timeout=0.1) Error: CustomMakeBuilder:MakeBuild - Make Failed: internal/modules/cjs/loader.js:818 throw err; ^ Error: Cannot find module '../lib/tsc.js' Require stack: - /private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at Object.<anonymous> (/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc:2:1) at Module._compile (internal/modules/cjs/loader.js:999:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/private/var/folders/_h/33xwt_j11sjd5p50drcl2kfr0000gn/T/tmp_degkr1o/node_modules/.bin/tsc' ] } npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! invalidate-cf-cache@0.0.1 build: `tsc -p tsconfig.json` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the invalidate-cf-cache@0.0.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /Users/z0049e1t/.npm/_logs/2021-01-29T07_56_21_371Z-debug.log make: *** [build-InvalidateCloudFrontCache] Error 1 ``` ### Expected result: <!-- Describe what you expected.--> The build does not error. ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) Interestingly the build does not error if you install typescript globally (`npm i -g typescript`) and call it in the makefile directly. However, I want all the dependencies of my project installed locally, not globally to build my app. 1. OS: macOS Catalina 10.15.7 2. `sam --version`: 1.15.0
non_test
allow to run node modules binaries from makefile builder make sure we don t have an existing issue that reports the bug you are seeing both open and closed if you do find an existing issue re open or add a comment to that issue instead of creating a new one description when i try to execute scripts from locally npm packages the makefile builder fails steps to reproduce create a template containing a simple lambda with a makefile builder yml mylambda type aws serverless function properties codeuri handler index lambdahandler runtime x memorysize timeout description my lambda policies awslambdabasicexecutionrole metadata buildmethod makefile a package json with dependencies for example typescript json scripts build tsc p tsconfig json devdependencies typescript a makefile containing makefile build mylambda npm run build or node node modules bin tsc p tsconfig json phony build build npm run build a tsconfig json file json compileroptions module commonjs target noimplicitany true preserveconstenums true outdir dist sourcemap true moduleresolution node include src exclude node modules spec ts run make build to confirm the setup is working now run sam build debug to reproduce the error observed result sam build debug errors with the following message telemetry endpoint configured to be build command is called collected default values for parameters resources found in the template found serverless function with name mylambda and codeuri collected default values for parameters instantiating build definitions unique function build definition found adding as new function build definition builddefinition x zip buildmethod makefile function function name invalidatecloudfrontcache functionname invalidatecloudfrontcache runtime x memory timeout handler index lambdahandler imageuri none packagetype zip imageconfig none codeuri environment none rolearn none layers events none metadata buildmethod makefile codesign config arn none building codeuri runtime x metadata buildmethod makefile functions building to following folder somewhere my lambda aws sam build invalidatecloudfrontcache loading workflow module aws lambda builders workflows registering workflow pythonpipbuilder with capability capability language python dependency manager pip application framework none registering workflow nodejsnpmbuilder with capability capability language nodejs dependency manager npm application framework none registering workflow rubybundlerbuilder with capability capability language ruby dependency manager bundler application framework none registering workflow godepbuilder with capability capability language go dependency manager dep application framework none registering workflow gomodulesbuilder with capability capability language go dependency manager modules application framework none registering workflow javagradleworkflow with capability capability language java dependency manager gradle application framework none registering workflow javamavenworkflow with capability capability language java dependency manager maven application framework none registering workflow dotnetclipackagebuilder with capability capability language dotnet dependency manager cli package application framework none registering workflow custommakebuilder with capability capability language provided dependency manager none application framework none found workflow custommakebuilder to support capabilities capability language provided dependency manager none application framework none running workflow custommakebuilder running custommakebuilder copysource custommakebuilder copysource succeeded running custommakebuilder makebuild current artifacts directory somewhere my lambda aws sam build invalidatecloudfrontcache executing make custommakebuilder makebuild failed traceback most recent call last file usr local cellar aws sam cli libexec lib site packages aws lambda builders workflows custom make actions py line in execute self subprocess make run file usr local cellar aws sam cli libexec lib site packages aws lambda builders workflows custom make make py line in run raise makeexecutionerror message err decode strip aws lambda builders workflows custom make make makeexecutionerror make failed internal modules cjs loader js throw err error cannot find module lib tsc js require stack private var folders h t tmp node modules bin tsc at function module resolvefilename internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js at require internal modules cjs helpers js at object private var folders h t tmp node modules bin tsc at module compile internal modules cjs loader js at object module extensions js internal modules cjs loader js at module load internal modules cjs loader js at function module load internal modules cjs loader js at function executeuserentrypoint internal modules run main js code module not found requirestack private var folders h t tmp node modules bin tsc npm err code elifecycle npm err errno npm err invalidate cf cache build tsc p tsconfig json npm err exit status npm err npm err failed at the invalidate cf cache build script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err users npm logs debug log make error during handling of the above exception another exception occurred traceback most recent call last file usr local cellar aws sam cli libexec lib site packages aws lambda builders workflow py line in run action execute file usr local cellar aws sam cli libexec lib site packages aws lambda builders workflows custom make actions py line in execute raise actionfailederror str ex aws lambda builders actions actionfailederror make failed internal modules cjs loader js throw err error cannot find module lib tsc js require stack private var folders h t tmp node modules bin tsc at function module resolvefilename internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js at require internal modules cjs helpers js at object private var folders h t tmp node modules bin tsc at module compile internal modules cjs loader js at object module extensions js internal modules cjs loader js at module load internal modules cjs loader js at function module load internal modules cjs loader js at function executeuserentrypoint internal modules run main js code module not found requirestack private var folders h t tmp node modules bin tsc npm err code elifecycle npm err errno npm err invalidate cf cache build tsc p tsconfig json npm err exit status npm err npm err failed at the invalidate cf cache build script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err users npm logs debug log make error build failed sending telemetry metrics httpsconnectionpool host aws serverless tools telemetry us west amazonaws com port read timed out read timeout error custommakebuilder makebuild make failed internal modules cjs loader js throw err error cannot find module lib tsc js require stack private var folders h t tmp node modules bin tsc at function module resolvefilename internal modules cjs loader js at function module load internal modules cjs loader js at module require internal modules cjs loader js at require internal modules cjs helpers js at object private var folders h t tmp node modules bin tsc at module compile internal modules cjs loader js at object module extensions js internal modules cjs loader js at module load internal modules cjs loader js at function module load internal modules cjs loader js at function executeuserentrypoint internal modules run main js code module not found requirestack private var folders h t tmp node modules bin tsc npm err code elifecycle npm err errno npm err invalidate cf cache build tsc p tsconfig json npm err exit status npm err npm err failed at the invalidate cf cache build script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err users npm logs debug log make error expected result the build does not error additional environment details ex windows mac amazon linux etc interestingly the build does not error if you install typescript globally npm i g typescript and call it in the makefile directly however i want all the dependencies of my project installed locally not globally to build my app os macos catalina sam version
0
220,596
17,209,576,752
IssuesEvent
2021-07-19 00:39:37
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[Remoto] Back-end Developer @ Fluke
CI Git JavaScript PJ Remoto Rest Stale Testes automatizados TypeScript
## Nossa empresa A Fluke oferece a conectividade que você precisa com a experiência que vc merece. Somos muito mais que uma operadora de celular, estamos aqui para mostrar que existe uma nova - e melhor! - maneira de se fazer telefonia no Brasil. Tudo o que encontra nas operadoras tradicionais - lojas, descaso e musiquinhas de espera - você não encontra aqui. Somos uma empresa de tecnologia, ainda no comecinho da trajetória, e justamente por isso procuramos as mais dispostas para construir tudo isso com gente! 💚 ## Descrição da vaga #### Na Fluke você: - Terá a oportunidade de aprender muito com um time de alto nível - Terá autonomia para tomar decisões sem precisar investir tempo e energia em reuniões desnecessárias - Trabalhará em um ambiente colaborativo com time super engajado que trabalha e se diverte junto :) #### No Time de Tecnologia você vai: - Criar e dar manutenção em nossos microsserviços - Interagir e modelar Bases de Dados não relacionais - Realizar integrações via APIs REST entre outro protocolos de conexão - Aplicar melhores práticas de codificação e documentação de código - Trabalhar com metodologias ágeis ## Local - Remoto ## Requisitos Não exigimos cursos específicos. Acreditamos muito em pessoas dispostas para aprender o que for preciso e buscamos pessoas curiosas que querem causar impacto através do seu trabalho. **Obrigatórios:** - JavaScript - Typescript - Node.js - Versionamento Git - Conhecimentos em CI/CD - Ser você mesmo. **Diferenciais:** - Experiência com testes automatizados - Experiência com GCP e GAE - Experiência no desenvolvimento de pacotes npm ## Salário e Benefícios - Regime de contratação PJ (entre R$3-8mil) ou estágio (R$1.500) - Caju Benefícios: R$600 em saldo livre mensal para diversas categorias - Aulas de inglês - Ambiente de crescimento acelerado e com time que muito engajado que trabalha e se diverte junto ## Como se candidatar Candidaturas através **[DESTE](https://fluke.recruitee.com/o/desenvolvedora-backend)** link ## Contato E-mail para contato: izabela@flukeoperadora.com.br ## Labels <!-- retire os labels que não fazem sentido à vaga --> #### Alocação - Remoto #### Regime - PJ #### Nível - Estágio ou Efetivo
1.0
[Remoto] Back-end Developer @ Fluke - ## Nossa empresa A Fluke oferece a conectividade que você precisa com a experiência que vc merece. Somos muito mais que uma operadora de celular, estamos aqui para mostrar que existe uma nova - e melhor! - maneira de se fazer telefonia no Brasil. Tudo o que encontra nas operadoras tradicionais - lojas, descaso e musiquinhas de espera - você não encontra aqui. Somos uma empresa de tecnologia, ainda no comecinho da trajetória, e justamente por isso procuramos as mais dispostas para construir tudo isso com gente! 💚 ## Descrição da vaga #### Na Fluke você: - Terá a oportunidade de aprender muito com um time de alto nível - Terá autonomia para tomar decisões sem precisar investir tempo e energia em reuniões desnecessárias - Trabalhará em um ambiente colaborativo com time super engajado que trabalha e se diverte junto :) #### No Time de Tecnologia você vai: - Criar e dar manutenção em nossos microsserviços - Interagir e modelar Bases de Dados não relacionais - Realizar integrações via APIs REST entre outro protocolos de conexão - Aplicar melhores práticas de codificação e documentação de código - Trabalhar com metodologias ágeis ## Local - Remoto ## Requisitos Não exigimos cursos específicos. Acreditamos muito em pessoas dispostas para aprender o que for preciso e buscamos pessoas curiosas que querem causar impacto através do seu trabalho. **Obrigatórios:** - JavaScript - Typescript - Node.js - Versionamento Git - Conhecimentos em CI/CD - Ser você mesmo. **Diferenciais:** - Experiência com testes automatizados - Experiência com GCP e GAE - Experiência no desenvolvimento de pacotes npm ## Salário e Benefícios - Regime de contratação PJ (entre R$3-8mil) ou estágio (R$1.500) - Caju Benefícios: R$600 em saldo livre mensal para diversas categorias - Aulas de inglês - Ambiente de crescimento acelerado e com time que muito engajado que trabalha e se diverte junto ## Como se candidatar Candidaturas através **[DESTE](https://fluke.recruitee.com/o/desenvolvedora-backend)** link ## Contato E-mail para contato: izabela@flukeoperadora.com.br ## Labels <!-- retire os labels que não fazem sentido à vaga --> #### Alocação - Remoto #### Regime - PJ #### Nível - Estágio ou Efetivo
test
back end developer fluke nossa empresa a fluke oferece a conectividade que você precisa com a experiência que vc merece somos muito mais que uma operadora de celular estamos aqui para mostrar que existe uma nova e melhor maneira de se fazer telefonia no brasil tudo o que encontra nas operadoras tradicionais lojas descaso e musiquinhas de espera você não encontra aqui somos uma empresa de tecnologia ainda no comecinho da trajetória e justamente por isso procuramos as mais dispostas para construir tudo isso com gente 💚 descrição da vaga na fluke você terá a oportunidade de aprender muito com um time de alto nível terá autonomia para tomar decisões sem precisar investir tempo e energia em reuniões desnecessárias trabalhará em um ambiente colaborativo com time super engajado que trabalha e se diverte junto no time de tecnologia você vai criar e dar manutenção em nossos microsserviços interagir e modelar bases de dados não relacionais realizar integrações via apis rest entre outro protocolos de conexão aplicar melhores práticas de codificação e documentação de código trabalhar com metodologias ágeis local remoto requisitos não exigimos cursos específicos acreditamos muito em pessoas dispostas para aprender o que for preciso e buscamos pessoas curiosas que querem causar impacto através do seu trabalho obrigatórios javascript typescript node js versionamento git conhecimentos em ci cd ser você mesmo diferenciais experiência com testes automatizados experiência com gcp e gae experiência no desenvolvimento de pacotes npm salário e benefícios regime de contratação pj entre r ou estágio r caju benefícios r em saldo livre mensal para diversas categorias aulas de inglês ambiente de crescimento acelerado e com time que muito engajado que trabalha e se diverte junto como se candidatar candidaturas através link contato e mail para contato izabela flukeoperadora com br labels alocação remoto regime pj nível estágio ou efetivo
1
182,632
14,919,576,836
IssuesEvent
2021-01-23 00:36:46
discord/discord-api-docs
https://api.github.com/repos/discord/discord-api-docs
closed
default field doesn't work in any configuration
api bug documentation needed slash commands synced
**Description** Defining `default = true` in option with any configuration makes an error: `APPLICATION_COMMAND_OPTIONS_DEFAULT_INVALID There can be 1 default option within command, sub-command, and sub-command group options` Even with all options requirable, even with one option, even in subgroups, even in subcommands. **Steps to Reproduce** ```lua options = { { type = 3, name = "abc", description = "abc", required = true, default = true } } ``` **Expected Behavior** It should work, if it works, I need a **working** example. **Current Behavior** It doesn't work **Client and System Information** ``` Stable 73806 (0c3eadc) Host 0.0.309 Windows 10 64-Bit (10.0.19042) ```
1.0
default field doesn't work in any configuration - **Description** Defining `default = true` in option with any configuration makes an error: `APPLICATION_COMMAND_OPTIONS_DEFAULT_INVALID There can be 1 default option within command, sub-command, and sub-command group options` Even with all options requirable, even with one option, even in subgroups, even in subcommands. **Steps to Reproduce** ```lua options = { { type = 3, name = "abc", description = "abc", required = true, default = true } } ``` **Expected Behavior** It should work, if it works, I need a **working** example. **Current Behavior** It doesn't work **Client and System Information** ``` Stable 73806 (0c3eadc) Host 0.0.309 Windows 10 64-Bit (10.0.19042) ```
non_test
default field doesn t work in any configuration description defining default true in option with any configuration makes an error application command options default invalid there can be default option within command sub command and sub command group options even with all options requirable even with one option even in subgroups even in subcommands steps to reproduce lua options type name abc description abc required true default true expected behavior it should work if it works i need a working example current behavior it doesn t work client and system information stable host windows bit
0
68,262
7,091,805,905
IssuesEvent
2018-01-12 14:28:58
zsh-users/zsh-syntax-highlighting
https://api.github.com/repos/zsh-users/zsh-syntax-highlighting
closed
Some test failure error messages don't indicate which test file failed
Task component:tests
The following error message: ``` Running test main Bail out! Either 'PREBUFFER' or 'BUFFER' must be declared and non-blank Bail out! output on stderr Running test pattern ``` should include the name of the test file that failed.
1.0
Some test failure error messages don't indicate which test file failed - The following error message: ``` Running test main Bail out! Either 'PREBUFFER' or 'BUFFER' must be declared and non-blank Bail out! output on stderr Running test pattern ``` should include the name of the test file that failed.
test
some test failure error messages don t indicate which test file failed the following error message running test main bail out either prebuffer or buffer must be declared and non blank bail out output on stderr running test pattern should include the name of the test file that failed
1
3,533
5,964,203,721
IssuesEvent
2017-05-30 08:13:35
parksandwildlife/biosys-turtles
https://api.github.com/repos/parksandwildlife/biosys-turtles
opened
Reference turtle tagging license
should have Stakeholder Requirement
### Source Name requesting role or stakeholder from which this requirement was sourced: * Core stakeholders * Turtle tagging stakeholders ### Related issues #24 #35 ### Requirement The solution shall reference the turtle tagging license number, so that a tag application (putting a tag on a turtle) can be cross-referenced with the license this tagging was done under. ### Use cases * Contractor X has license Y to tag turtles. * Contractor X applies tag Z to turtle A during encounter B. * Encounter B, turtle A, and tag Z are linked to license Y. * The license pertains to a list of
1.0
Reference turtle tagging license - ### Source Name requesting role or stakeholder from which this requirement was sourced: * Core stakeholders * Turtle tagging stakeholders ### Related issues #24 #35 ### Requirement The solution shall reference the turtle tagging license number, so that a tag application (putting a tag on a turtle) can be cross-referenced with the license this tagging was done under. ### Use cases * Contractor X has license Y to tag turtles. * Contractor X applies tag Z to turtle A during encounter B. * Encounter B, turtle A, and tag Z are linked to license Y. * The license pertains to a list of
non_test
reference turtle tagging license source name requesting role or stakeholder from which this requirement was sourced core stakeholders turtle tagging stakeholders related issues requirement the solution shall reference the turtle tagging license number so that a tag application putting a tag on a turtle can be cross referenced with the license this tagging was done under use cases contractor x has license y to tag turtles contractor x applies tag z to turtle a during encounter b encounter b turtle a and tag z are linked to license y the license pertains to a list of
0
267,960
23,336,041,965
IssuesEvent
2022-08-09 10:01:18
tillsteinbach/WeConnect-python
https://api.github.com/repos/tillsteinbach/WeConnect-python
closed
Unknown attribute batterySupport with value enabled
bug in testing
**Describe the bug** When running the example `allVehicles.py` I get an error message. **To Reproduce** Run `allVehicles.py` **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** The example should run without error. **Logs** ``` /vehicles/XXXXX/domains/batterySupport/batterySupportStatus: Unknown attribute batterySupport with value enabled ``` **Additional context** The error message causes issues with downstream use of the library, such as https://github.com/mitch-dc/volkswagen_we_connect_id
1.0
Unknown attribute batterySupport with value enabled - **Describe the bug** When running the example `allVehicles.py` I get an error message. **To Reproduce** Run `allVehicles.py` **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** The example should run without error. **Logs** ``` /vehicles/XXXXX/domains/batterySupport/batterySupportStatus: Unknown attribute batterySupport with value enabled ``` **Additional context** The error message causes issues with downstream use of the library, such as https://github.com/mitch-dc/volkswagen_we_connect_id
test
unknown attribute batterysupport with value enabled describe the bug when running the example allvehicles py i get an error message to reproduce run allvehicles py expected behavior a clear and concise description of what you expected to happen screenshots the example should run without error logs vehicles xxxxx domains batterysupport batterysupportstatus unknown attribute batterysupport with value enabled additional context the error message causes issues with downstream use of the library such as
1
105,379
23,042,132,008
IssuesEvent
2022-07-23 10:01:21
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
`std::mem::transmute` may mutate result
A-codegen
<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> ### Example Code During some experimenting in the Rust playground, I noticed something strange with the assembly output from `transmute`. ```rust pub unsafe fn foo(x: u8) -> bool { ::std::mem::transmute(x) } ``` [Playground](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=b4b9d5b33c517578d35b2a89935f7347) ### Expected Output `transmute` should copy the input memory with no mutations. I expected this to put x in the return register and return: ```rust playground::foo: movl %edi, %eax retq ``` ### Actual Output However the resulting value gets modified in the process producing the following output: ```rust playground::foo: movl %edi, %eax andb $1, %al retq ``` Now, I don't have any issue with the compiler choosing any arbitrary approach for representing a `bool` within `std::mem::size_of::<bool>()` bytes. However, I was under the impression that `std::mem::transmute` **never** mutates the underlying data. To quote the documentation, "It’s equivalent to C’s `memcpy` under the hood, just like `transmute_copy`." At the moment it feels like this contract is not being upheld. ### Structs However, the bigger issue is `transmute` may or may not apply this adjustment to `bool` fields in structs. This could probably hide some nasty bugs that would be extremely hard to debug. Take for example the code below: ```rust impl Bar { pub fn from_buffer(buffer: [u8; BAR_SIZE]) -> Self { unsafe { ::std::mem::transmute(buffer) } } pub fn to_buffer(self) -> [u8; BAR_SIZE] { unsafe { ::std::mem::transmute(self) } } } pub fn main() { let buffer: [u8; BAR_SIZE] = [0xFF; BAR_SIZE]; let identity = Bar::from_buffer(buffer).to_buffer(); assert_eq!(buffer, identity); } ``` [(Playground with panic (small `Bar`))](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=b3ad20ed8c860ffe8e741940811d10df) [(Playground no panic (large `Bar`))](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=98599be63061e068f35db4828f145364) It is not possible to tell if this code will panic without seeing the contents of `Bar`. The primary factors that determine if a panic occurs seems to be the size of `Bar` and at when in the compilation process `from_buffer`/`to_buffer` are inlined. Small `structs` with less fields are more likely to have their `bool`s adjusted. Depending on which function the `transmute` is in, the compiler may determine that the `transmute`s will cancel out and will not produce an error. ### Meta <!-- If you're using the stable version of the compiler, you should also check if the bug also exists in the beta or nightly versions. --> `rustc --version --verbose`: ``` jaspermeggitt@Jaspers-Laptop:~/tmp$ rustc --verbose --version rustc 1.60.0 (7737e0b5c 2022-04-04) binary: rustc commit-hash: 7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c commit-date: 2022-04-04 host: x86_64-unknown-linux-gnu release: 1.60.0 LLVM version: 14.0.0 jaspermeggitt@Jaspers-Laptop:~/tmp$ rustc +nightly --verbose --version rustc 1.62.0-nightly (8f36334ca 2022-04-06) binary: rustc commit-hash: 8f36334ca939a67cce3f37f24953ff6f2d3f3d33 commit-date: 2022-04-06 host: x86_64-unknown-linux-gnu release: 1.62.0-nightly LLVM version: 14.0.0 ```
1.0
`std::mem::transmute` may mutate result - <!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> ### Example Code During some experimenting in the Rust playground, I noticed something strange with the assembly output from `transmute`. ```rust pub unsafe fn foo(x: u8) -> bool { ::std::mem::transmute(x) } ``` [Playground](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=b4b9d5b33c517578d35b2a89935f7347) ### Expected Output `transmute` should copy the input memory with no mutations. I expected this to put x in the return register and return: ```rust playground::foo: movl %edi, %eax retq ``` ### Actual Output However the resulting value gets modified in the process producing the following output: ```rust playground::foo: movl %edi, %eax andb $1, %al retq ``` Now, I don't have any issue with the compiler choosing any arbitrary approach for representing a `bool` within `std::mem::size_of::<bool>()` bytes. However, I was under the impression that `std::mem::transmute` **never** mutates the underlying data. To quote the documentation, "It’s equivalent to C’s `memcpy` under the hood, just like `transmute_copy`." At the moment it feels like this contract is not being upheld. ### Structs However, the bigger issue is `transmute` may or may not apply this adjustment to `bool` fields in structs. This could probably hide some nasty bugs that would be extremely hard to debug. Take for example the code below: ```rust impl Bar { pub fn from_buffer(buffer: [u8; BAR_SIZE]) -> Self { unsafe { ::std::mem::transmute(buffer) } } pub fn to_buffer(self) -> [u8; BAR_SIZE] { unsafe { ::std::mem::transmute(self) } } } pub fn main() { let buffer: [u8; BAR_SIZE] = [0xFF; BAR_SIZE]; let identity = Bar::from_buffer(buffer).to_buffer(); assert_eq!(buffer, identity); } ``` [(Playground with panic (small `Bar`))](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=b3ad20ed8c860ffe8e741940811d10df) [(Playground no panic (large `Bar`))](https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=98599be63061e068f35db4828f145364) It is not possible to tell if this code will panic without seeing the contents of `Bar`. The primary factors that determine if a panic occurs seems to be the size of `Bar` and at when in the compilation process `from_buffer`/`to_buffer` are inlined. Small `structs` with less fields are more likely to have their `bool`s adjusted. Depending on which function the `transmute` is in, the compiler may determine that the `transmute`s will cancel out and will not produce an error. ### Meta <!-- If you're using the stable version of the compiler, you should also check if the bug also exists in the beta or nightly versions. --> `rustc --version --verbose`: ``` jaspermeggitt@Jaspers-Laptop:~/tmp$ rustc --verbose --version rustc 1.60.0 (7737e0b5c 2022-04-04) binary: rustc commit-hash: 7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c commit-date: 2022-04-04 host: x86_64-unknown-linux-gnu release: 1.60.0 LLVM version: 14.0.0 jaspermeggitt@Jaspers-Laptop:~/tmp$ rustc +nightly --verbose --version rustc 1.62.0-nightly (8f36334ca 2022-04-06) binary: rustc commit-hash: 8f36334ca939a67cce3f37f24953ff6f2d3f3d33 commit-date: 2022-04-06 host: x86_64-unknown-linux-gnu release: 1.62.0-nightly LLVM version: 14.0.0 ```
non_test
std mem transmute may mutate result thank you for filing a bug report 🐛 please provide a short summary of the bug along with any information you feel relevant to replicating the bug example code during some experimenting in the rust playground i noticed something strange with the assembly output from transmute rust pub unsafe fn foo x bool std mem transmute x expected output transmute should copy the input memory with no mutations i expected this to put x in the return register and return rust playground foo movl edi eax retq actual output however the resulting value gets modified in the process producing the following output rust playground foo movl edi eax andb al retq now i don t have any issue with the compiler choosing any arbitrary approach for representing a bool within std mem size of bytes however i was under the impression that std mem transmute never mutates the underlying data to quote the documentation it’s equivalent to c’s memcpy under the hood just like transmute copy at the moment it feels like this contract is not being upheld structs however the bigger issue is transmute may or may not apply this adjustment to bool fields in structs this could probably hide some nasty bugs that would be extremely hard to debug take for example the code below rust impl bar pub fn from buffer buffer self unsafe std mem transmute buffer pub fn to buffer self unsafe std mem transmute self pub fn main let buffer let identity bar from buffer buffer to buffer assert eq buffer identity it is not possible to tell if this code will panic without seeing the contents of bar the primary factors that determine if a panic occurs seems to be the size of bar and at when in the compilation process from buffer to buffer are inlined small structs with less fields are more likely to have their bool s adjusted depending on which function the transmute is in the compiler may determine that the transmute s will cancel out and will not produce an error meta if you re using the stable version of the compiler you should also check if the bug also exists in the beta or nightly versions rustc version verbose jaspermeggitt jaspers laptop tmp rustc verbose version rustc binary rustc commit hash commit date host unknown linux gnu release llvm version jaspermeggitt jaspers laptop tmp rustc nightly verbose version rustc nightly binary rustc commit hash commit date host unknown linux gnu release nightly llvm version
0
53,182
6,304,055,923
IssuesEvent
2017-07-21 15:04:39
skiselkov/BetterPushbackC
https://api.github.com/repos/skiselkov/BetterPushbackC
closed
Smartcopilot integration
feature testing
Users have requested smartcopilot integration for shared cockpit usage. This will be implemented by adding the following datarefs & behaviors: * Master/slave must not be switched during pushback (undefined behavior may result). It's possible to observe if BetterPushback is running by monitoring the read-only boolean dataref `bp/started` (this dataref should NOT be synced, it's only a hint to smartcopilot whether switching is safe). * `bp/slave_mode=0|1`: This needs to be set to `1` on the slave machine. * `bp/op_complete=0|1`: Signal from master to slave that the pushback operation is complete. This needs to be synced from master to slave. * `bp/tug_name[string]`: This will be a string identifying which tug model BP selected. This needs to be synced from master to slave. * the command `BetterPushback/start` should be synced. There's no need to sync any other commands. The planning GUI is disabled on the slave machine and stopping of the pushback can only be performed by the master machine.
1.0
Smartcopilot integration - Users have requested smartcopilot integration for shared cockpit usage. This will be implemented by adding the following datarefs & behaviors: * Master/slave must not be switched during pushback (undefined behavior may result). It's possible to observe if BetterPushback is running by monitoring the read-only boolean dataref `bp/started` (this dataref should NOT be synced, it's only a hint to smartcopilot whether switching is safe). * `bp/slave_mode=0|1`: This needs to be set to `1` on the slave machine. * `bp/op_complete=0|1`: Signal from master to slave that the pushback operation is complete. This needs to be synced from master to slave. * `bp/tug_name[string]`: This will be a string identifying which tug model BP selected. This needs to be synced from master to slave. * the command `BetterPushback/start` should be synced. There's no need to sync any other commands. The planning GUI is disabled on the slave machine and stopping of the pushback can only be performed by the master machine.
test
smartcopilot integration users have requested smartcopilot integration for shared cockpit usage this will be implemented by adding the following datarefs behaviors master slave must not be switched during pushback undefined behavior may result it s possible to observe if betterpushback is running by monitoring the read only boolean dataref bp started this dataref should not be synced it s only a hint to smartcopilot whether switching is safe bp slave mode this needs to be set to on the slave machine bp op complete signal from master to slave that the pushback operation is complete this needs to be synced from master to slave bp tug name this will be a string identifying which tug model bp selected this needs to be synced from master to slave the command betterpushback start should be synced there s no need to sync any other commands the planning gui is disabled on the slave machine and stopping of the pushback can only be performed by the master machine
1
457,640
13,159,547,911
IssuesEvent
2020-08-10 16:01:12
CDH-Studio/UpSkill
https://api.github.com/repos/CDH-Studio/UpSkill
closed
The link to the Talent Management tool appears to be broken in the Edit profile page
Client Request High priority bug
**Describe the bug** In the Talent mangement results section, there is a tool tip with a link to the Talent Management tool. That links seems to be broken. The tool is a PDF form saved on ISED's internal website. **Solution:** - Instead of using the link to the form, use this link to ISED's website : http://icweb.ic.gc.ca/eic/site/078.nsf/eng/h_00075.html and http://icweb.ic.gc.ca/eic/site/078.nsf/fra/h_00075.html for french. - Remove the following text at the end of the tool tip sentence: "following form" **Screenshots** ![image](https://user-images.githubusercontent.com/49656364/89562394-e5244c80-d7e7-11ea-9684-d7e3b3d800ac.png)
1.0
The link to the Talent Management tool appears to be broken in the Edit profile page - **Describe the bug** In the Talent mangement results section, there is a tool tip with a link to the Talent Management tool. That links seems to be broken. The tool is a PDF form saved on ISED's internal website. **Solution:** - Instead of using the link to the form, use this link to ISED's website : http://icweb.ic.gc.ca/eic/site/078.nsf/eng/h_00075.html and http://icweb.ic.gc.ca/eic/site/078.nsf/fra/h_00075.html for french. - Remove the following text at the end of the tool tip sentence: "following form" **Screenshots** ![image](https://user-images.githubusercontent.com/49656364/89562394-e5244c80-d7e7-11ea-9684-d7e3b3d800ac.png)
non_test
the link to the talent management tool appears to be broken in the edit profile page describe the bug in the talent mangement results section there is a tool tip with a link to the talent management tool that links seems to be broken the tool is a pdf form saved on ised s internal website solution instead of using the link to the form use this link to ised s website and for french remove the following text at the end of the tool tip sentence following form screenshots
0
56,301
3,078,783,972
IssuesEvent
2015-08-21 12:48:32
jamoma/JamomaCore
https://api.github.com/repos/jamoma/JamomaCore
closed
TTFiveComb
lib/DSP priority/low type/Enhancement
Would be nice to implement this unit, based-on the tap.5comb~ abstraction, but hopefully sounding better. see more on the original redmine issue http://redmine.jamoma.org/issues/137
1.0
TTFiveComb - Would be nice to implement this unit, based-on the tap.5comb~ abstraction, but hopefully sounding better. see more on the original redmine issue http://redmine.jamoma.org/issues/137
non_test
ttfivecomb would be nice to implement this unit based on the tap abstraction but hopefully sounding better see more on the original redmine issue
0
76,280
7,523,766,115
IssuesEvent
2018-04-13 03:01:50
bskinn/sphobjinv
https://api.github.com/repos/bskinn/sphobjinv
closed
Better error when nonexistent URL passed
api cmdline needs tests
Right now it just tosses the 'only v2 objects.inv supported` error. Something like 'URL not found' would be far better.
1.0
Better error when nonexistent URL passed - Right now it just tosses the 'only v2 objects.inv supported` error. Something like 'URL not found' would be far better.
test
better error when nonexistent url passed right now it just tosses the only objects inv supported error something like url not found would be far better
1
360,518
25,294,693,004
IssuesEvent
2022-11-17 05:12:52
NVIDIA/spark-rapids-jni
https://api.github.com/repos/NVIDIA/spark-rapids-jni
opened
[DOC] Provide a doc to explain how to build on ARM
documentation
We're going to first release a spark-rapids jar for Arm in 22.12. But we don't have time to adjust the modules in spark-rapids-jni. For 22.12, we won't release a arm-based jar of spark-rapids-jni, but only release the arm64 jar of rapids-4-spark jar, which packages everything together. So, we should provide a doc to explain how to build on ARM for the case that a customer wants to build Arm-based jar. We'll plan to adjust the modules in spark-rapids-jni in 23.02.
1.0
[DOC] Provide a doc to explain how to build on ARM - We're going to first release a spark-rapids jar for Arm in 22.12. But we don't have time to adjust the modules in spark-rapids-jni. For 22.12, we won't release a arm-based jar of spark-rapids-jni, but only release the arm64 jar of rapids-4-spark jar, which packages everything together. So, we should provide a doc to explain how to build on ARM for the case that a customer wants to build Arm-based jar. We'll plan to adjust the modules in spark-rapids-jni in 23.02.
non_test
provide a doc to explain how to build on arm we re going to first release a spark rapids jar for arm in but we don t have time to adjust the modules in spark rapids jni for we won t release a arm based jar of spark rapids jni but only release the jar of rapids spark jar which packages everything together so we should provide a doc to explain how to build on arm for the case that a customer wants to build arm based jar we ll plan to adjust the modules in spark rapids jni in
0
259,535
22,496,663,782
IssuesEvent
2022-06-23 08:12:04
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
opened
Manual Testing - SCA Policy for CIS Apple macOS 12.0 Monterey Benchmark v1.0.0 / @juliamagan
team/qa subteam/qa-hurricane type/manual-testing type/qa-testing release test/4.3.5
| **Related Issue** | |---| |https://github.com/wazuh/wazuh/issues/12883| ## Description macOS 12.0 Monterey [SCA](https://documentation.wazuh.com/current/user-manual/capabilities/sec-config-assessment/how-it-works.html) policies have been updated https://github.com/wazuh/wazuh/issues/12883. On this account, It is necessary to ensure that these policies fit with the [CIS Apple macOS 12.0 Monterey Benchmark v1.0.0](https://downloads.cisecurity.org/#/). Also, manual testing for the used SCA rules is required, ensuring the proposed rules work as expected. ## Global Checks - [ ] ID Consistency - [ ] Correct policy selected at installation time ## Checks ### Checks design Check ID | Check Category | Description | ID/Title/Description/Rationable | Remediation | Compliance | Rules | Artifact -- | -- | -- | -- | -- | -- | -- | --| id| Category | Description | :black_circle: | :black_circle: | :black_circle: | :black_circle: | Artifact | ### Checks lists - [Checks Block 1]() - [Checks Block 2]() - [Checks Block 3]()
3.0
Manual Testing - SCA Policy for CIS Apple macOS 12.0 Monterey Benchmark v1.0.0 / @juliamagan - | **Related Issue** | |---| |https://github.com/wazuh/wazuh/issues/12883| ## Description macOS 12.0 Monterey [SCA](https://documentation.wazuh.com/current/user-manual/capabilities/sec-config-assessment/how-it-works.html) policies have been updated https://github.com/wazuh/wazuh/issues/12883. On this account, It is necessary to ensure that these policies fit with the [CIS Apple macOS 12.0 Monterey Benchmark v1.0.0](https://downloads.cisecurity.org/#/). Also, manual testing for the used SCA rules is required, ensuring the proposed rules work as expected. ## Global Checks - [ ] ID Consistency - [ ] Correct policy selected at installation time ## Checks ### Checks design Check ID | Check Category | Description | ID/Title/Description/Rationable | Remediation | Compliance | Rules | Artifact -- | -- | -- | -- | -- | -- | -- | --| id| Category | Description | :black_circle: | :black_circle: | :black_circle: | :black_circle: | Artifact | ### Checks lists - [Checks Block 1]() - [Checks Block 2]() - [Checks Block 3]()
test
manual testing sca policy for cis apple macos monterey benchmark juliamagan related issue description macos monterey policies have been updated on this account it is necessary to ensure that these policies fit with the also manual testing for the used sca rules is required ensuring the proposed rules work as expected global checks id consistency correct policy selected at installation time checks checks design check id check category description id title description rationable remediation compliance rules artifact id category description black circle black circle black circle black circle artifact checks lists
1
15,257
8,817,731,695
IssuesEvent
2018-12-31 04:32:58
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
PFrame,StackTraceEntry should use compressed representation (via index)
Performance stacktrace
`--stackTrace:on` (which is the default) can be really expensive in terms of performance (see https://github.com/nim-lang/Nim/issues/8959, eg 6X slowdown in simple real example), and perhaps also in terms of memory (stack) usage. `PFrame`,`StackTraceEntry` are rather heavy, and (IIUC) only actually used when displayed in a stacktrace: ``` type PFrame* = ptr TFrame ## represents a runtime frame of the call stack; ## part of the debugger API. TFrame* {.importc, nodecl, final.} = object ## the frame itself prev*: PFrame ## previous frame; used for chaining the call stack procname*: cstring ## name of the proc that is currently executing line*: int ## line number of the proc that is currently executing filename*: cstring ## filename of the proc that is currently executing len*: int16 ## length of the inspectable slots calldepth*: int16 ## used for max call depth checking ``` instead of storing all these, we could just store a single index (eg `idx: int`) and, only when needed (eg during stacktrace printing) compute the corrsponding fields via a lookup table (a bit similar to using `FileIndex* = distinct int32` in some of the compiler code) - [ ] Using an index could improve these: * memory: less stack usage * faster nimprof (which IIRC uses procname to compare stackframes) * speedup nim applications built with `--stackTrace:on` (the default), since there's less copying involved (could affect cache hit rate etc). Obviously this would need to be shown - [ ] at the very least, `line` should be smaller than `int`, eg `int16` (if somehow we don't want to use an index) - [ ] ditto with `StackTraceEntry` - [ ] `PFrame,StackTraceEntry` should probably be refactored to avoid duplication (maybe 1 could embed the other for eg)
True
PFrame,StackTraceEntry should use compressed representation (via index) - `--stackTrace:on` (which is the default) can be really expensive in terms of performance (see https://github.com/nim-lang/Nim/issues/8959, eg 6X slowdown in simple real example), and perhaps also in terms of memory (stack) usage. `PFrame`,`StackTraceEntry` are rather heavy, and (IIUC) only actually used when displayed in a stacktrace: ``` type PFrame* = ptr TFrame ## represents a runtime frame of the call stack; ## part of the debugger API. TFrame* {.importc, nodecl, final.} = object ## the frame itself prev*: PFrame ## previous frame; used for chaining the call stack procname*: cstring ## name of the proc that is currently executing line*: int ## line number of the proc that is currently executing filename*: cstring ## filename of the proc that is currently executing len*: int16 ## length of the inspectable slots calldepth*: int16 ## used for max call depth checking ``` instead of storing all these, we could just store a single index (eg `idx: int`) and, only when needed (eg during stacktrace printing) compute the corrsponding fields via a lookup table (a bit similar to using `FileIndex* = distinct int32` in some of the compiler code) - [ ] Using an index could improve these: * memory: less stack usage * faster nimprof (which IIRC uses procname to compare stackframes) * speedup nim applications built with `--stackTrace:on` (the default), since there's less copying involved (could affect cache hit rate etc). Obviously this would need to be shown - [ ] at the very least, `line` should be smaller than `int`, eg `int16` (if somehow we don't want to use an index) - [ ] ditto with `StackTraceEntry` - [ ] `PFrame,StackTraceEntry` should probably be refactored to avoid duplication (maybe 1 could embed the other for eg)
non_test
pframe stacktraceentry should use compressed representation via index stacktrace on which is the default can be really expensive in terms of performance see eg slowdown in simple real example and perhaps also in terms of memory stack usage pframe stacktraceentry are rather heavy and iiuc only actually used when displayed in a stacktrace type pframe ptr tframe represents a runtime frame of the call stack part of the debugger api tframe importc nodecl final object the frame itself prev pframe previous frame used for chaining the call stack procname cstring name of the proc that is currently executing line int line number of the proc that is currently executing filename cstring filename of the proc that is currently executing len length of the inspectable slots calldepth used for max call depth checking instead of storing all these we could just store a single index eg idx int and only when needed eg during stacktrace printing compute the corrsponding fields via a lookup table a bit similar to using fileindex distinct in some of the compiler code using an index could improve these memory less stack usage faster nimprof which iirc uses procname to compare stackframes speedup nim applications built with stacktrace on the default since there s less copying involved could affect cache hit rate etc obviously this would need to be shown at the very least line should be smaller than int eg if somehow we don t want to use an index ditto with stacktraceentry pframe stacktraceentry should probably be refactored to avoid duplication maybe could embed the other for eg
0
155,861
19,803,076,810
IssuesEvent
2022-01-19 01:26:30
SmartBear/readyapi4j
https://api.github.com/repos/SmartBear/readyapi4j
opened
CVE-2022-23305 (High) detected in log4j-1.2.14.jar
security vulnerability
## CVE-2022-23305 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.14.jar</b></p></summary> <p>Log4j</p> <p>Library home page: <a href="http://logging.apache.org/log4j/">http://logging.apache.org/log4j/</a></p> <p>Path to dependency file: /modules/cucumber/modules/cucumber4oas/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar</p> <p> Dependency Hierarchy: - readyapi4j-maven-plugin-1.0.0-SNAPSHOT.jar (Root Library) - readyapi4j-facade-1.0.0-SNAPSHOT.jar - readyapi4j-local-1.0.0-SNAPSHOT.jar - soapui-testserver-api-5.5.0.jar - soapui-5.5.0.jar - :x: **log4j-1.2.14.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> By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions. <p>Publish Date: 2022-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23305>CVE-2022-23305</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.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: Low - Integrity Impact: Low - Availability Impact: Low </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":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.14","packageFilePaths":["/modules/cucumber/modules/cucumber4oas/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.smartbear.readyapi:readyapi4j-maven-plugin:1.0.0-SNAPSHOT;com.smartbear.readyapi:readyapi4j-facade:1.0.0-SNAPSHOT;com.smartbear.readyapi:readyapi4j-local:1.0.0-SNAPSHOT;com.smartbear.soapui:soapui-testserver-api:5.5.0;com.smartbear.soapui:soapui:5.5.0;log4j:log4j:1.2.14","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-23305","vulnerabilityDetails":"By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23305","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2022-23305 (High) detected in log4j-1.2.14.jar - ## CVE-2022-23305 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.14.jar</b></p></summary> <p>Log4j</p> <p>Library home page: <a href="http://logging.apache.org/log4j/">http://logging.apache.org/log4j/</a></p> <p>Path to dependency file: /modules/cucumber/modules/cucumber4oas/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/home/wss-scanner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar</p> <p> Dependency Hierarchy: - readyapi4j-maven-plugin-1.0.0-SNAPSHOT.jar (Root Library) - readyapi4j-facade-1.0.0-SNAPSHOT.jar - readyapi4j-local-1.0.0-SNAPSHOT.jar - soapui-testserver-api-5.5.0.jar - soapui-5.5.0.jar - :x: **log4j-1.2.14.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> By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions. <p>Publish Date: 2022-01-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23305>CVE-2022-23305</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.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: Low - Integrity Impact: Low - Availability Impact: Low </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":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.14","packageFilePaths":["/modules/cucumber/modules/cucumber4oas/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.smartbear.readyapi:readyapi4j-maven-plugin:1.0.0-SNAPSHOT;com.smartbear.readyapi:readyapi4j-facade:1.0.0-SNAPSHOT;com.smartbear.readyapi:readyapi4j-local:1.0.0-SNAPSHOT;com.smartbear.soapui:soapui-testserver-api:5.5.0;com.smartbear.soapui:soapui:5.5.0;log4j:log4j:1.2.14","isMinimumFixVersionAvailable":false,"isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-23305","vulnerabilityDetails":"By design, the JDBCAppender in Log4j 1.2.x accepts an SQL statement as a configuration parameter where the values to be inserted are converters from PatternLayout. The message converter, %m, is likely to always be included. This allows attackers to manipulate the SQL by entering crafted strings into input fields or headers of an application that are logged allowing unintended SQL queries to be executed. Note this issue only affects Log4j 1.x when specifically configured to use the JDBCAppender, which is not the default. Beginning in version 2.0-beta8, the JDBCAppender was re-introduced with proper support for parameterized SQL queries and further customization over the columns written to in logs. Apache Log4j 1.2 reached end of life in August 2015. Users should upgrade to Log4j 2 as it addresses numerous other issues from the previous versions.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-23305","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in jar cve high severity vulnerability vulnerable library jar library home page a href path to dependency file modules cucumber modules pom xml path to vulnerable library home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar dependency hierarchy maven plugin snapshot jar root library facade snapshot jar local snapshot jar soapui testserver api jar soapui jar x jar vulnerable library found in base branch master vulnerability details by design the jdbcappender in x accepts an sql statement as a configuration parameter where the values to be inserted are converters from patternlayout the message converter m is likely to always be included this allows attackers to manipulate the sql by entering crafted strings into input fields or headers of an application that are logged allowing unintended sql queries to be executed note this issue only affects x when specifically configured to use the jdbcappender which is not the default beginning in version the jdbcappender was re introduced with proper support for parameterized sql queries and further customization over the columns written to in logs apache reached end of life in august users should upgrade to as it addresses numerous other issues from the previous versions 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 low integrity impact low availability impact low for more information on scores click a href isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree com smartbear readyapi maven plugin snapshot com smartbear readyapi facade snapshot com smartbear readyapi local snapshot com smartbear soapui soapui testserver api com smartbear soapui soapui isminimumfixversionavailable false isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails by design the jdbcappender in x accepts an sql statement as a configuration parameter where the values to be inserted are converters from patternlayout the message converter m is likely to always be included this allows attackers to manipulate the sql by entering crafted strings into input fields or headers of an application that are logged allowing unintended sql queries to be executed note this issue only affects x when specifically configured to use the jdbcappender which is not the default beginning in version the jdbcappender was re introduced with proper support for parameterized sql queries and further customization over the columns written to in logs apache reached end of life in august users should upgrade to as it addresses numerous other issues from the previous versions vulnerabilityurl
0
214,940
16,618,809,531
IssuesEvent
2021-06-02 20:36:36
indigo-dc/jenkins-pipeline-library
https://api.github.com/repos/indigo-dc/jenkins-pipeline-library
opened
JePL QA
style test
To start testing the library code, there is a good reference from jenkins infra: https://github.com/jenkins-infra/pipeline-library This is a global shared library used to test jenkins plugins inside jenkins. The repository structure for tests and required resources seems to me a good guide to follow.
1.0
JePL QA - To start testing the library code, there is a good reference from jenkins infra: https://github.com/jenkins-infra/pipeline-library This is a global shared library used to test jenkins plugins inside jenkins. The repository structure for tests and required resources seems to me a good guide to follow.
test
jepl qa to start testing the library code there is a good reference from jenkins infra this is a global shared library used to test jenkins plugins inside jenkins the repository structure for tests and required resources seems to me a good guide to follow
1
324,397
27,806,444,858
IssuesEvent
2023-03-17 20:25:44
Deltares/Ribasim
https://api.github.com/repos/Deltares/Ribasim
reopened
create example models using python in core test suite
test
Right now https://github.com/Deltares/Ribasim/blob/main/core/test/basin.jl runs pre-prepared models that it downloads in runtests.jl. This creates an extra step when changing things. Preferably we run the python code before running the tests.
1.0
create example models using python in core test suite - Right now https://github.com/Deltares/Ribasim/blob/main/core/test/basin.jl runs pre-prepared models that it downloads in runtests.jl. This creates an extra step when changing things. Preferably we run the python code before running the tests.
test
create example models using python in core test suite right now runs pre prepared models that it downloads in runtests jl this creates an extra step when changing things preferably we run the python code before running the tests
1
118,961
10,020,734,190
IssuesEvent
2019-07-16 13:16:35
dojot/dojot
https://api.github.com/repos/dojot/dojot
closed
Implement healthcheck
Status:ToTest Team:Backend Type:Feature
Services that need healthchecking: - [ ] dojot/history: - [ ] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with mongodb - [ ] dojot/persister: - [ ] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with mongodb - [ ] connection with kafka - [ ] dojot/iotagent-mosca: dojot/iotagent-mosca#48 - [x] uptime - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with redis - [x] connection with kafka - [x] dojot/cron: dojot/cron#3 - [x] uptime (developing, Giovanni) - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with mongodb - [x] connection with kafka - [x] dojot/data-broker: dojot/data-broker#50 - [x] uptime - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with kafka - [x] connection with redis - [ ] dojot/device-manager - [ ] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with kafka - [ ] connection with redis - [x] dojot/auth - [x] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with kong - [ ] connection with kafka - [ ] connection with redis - [x] dojot/flowbroker: dojot/flowbroker#126 - [x] uptime - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with mongodb - [x] connection with kafka - [ ] dojot/flowbroker-context-manager (?)
1.0
Implement healthcheck - Services that need healthchecking: - [ ] dojot/history: - [ ] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with mongodb - [ ] dojot/persister: - [ ] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with mongodb - [ ] connection with kafka - [ ] dojot/iotagent-mosca: dojot/iotagent-mosca#48 - [x] uptime - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with redis - [x] connection with kafka - [x] dojot/cron: dojot/cron#3 - [x] uptime (developing, Giovanni) - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with mongodb - [x] connection with kafka - [x] dojot/data-broker: dojot/data-broker#50 - [x] uptime - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with kafka - [x] connection with redis - [ ] dojot/device-manager - [ ] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with kafka - [ ] connection with redis - [x] dojot/auth - [x] uptime - [ ] memory usage (system) - [ ] cpu usage (system) - [ ] connection with kong - [ ] connection with kafka - [ ] connection with redis - [x] dojot/flowbroker: dojot/flowbroker#126 - [x] uptime - [x] memory usage (system) - [x] cpu usage (system) - [x] connection with mongodb - [x] connection with kafka - [ ] dojot/flowbroker-context-manager (?)
test
implement healthcheck services that need healthchecking dojot history uptime memory usage system cpu usage system connection with mongodb dojot persister uptime memory usage system cpu usage system connection with mongodb connection with kafka dojot iotagent mosca dojot iotagent mosca uptime memory usage system cpu usage system connection with redis connection with kafka dojot cron dojot cron uptime developing giovanni memory usage system cpu usage system connection with mongodb connection with kafka dojot data broker dojot data broker uptime memory usage system cpu usage system connection with kafka connection with redis dojot device manager uptime memory usage system cpu usage system connection with kafka connection with redis dojot auth uptime memory usage system cpu usage system connection with kong connection with kafka connection with redis dojot flowbroker dojot flowbroker uptime memory usage system cpu usage system connection with mongodb connection with kafka dojot flowbroker context manager
1
395,905
27,092,638,675
IssuesEvent
2023-02-14 22:34:24
learntocloud/cloud-dictionary
https://api.github.com/repos/learntocloud/cloud-dictionary
closed
Submit a Cloud Definition
documentation good first issue
Do NOT copy/paste a definition from somewhere else. Read about the word you want to define and come up with your own definition. Copy/Paste submissions will be closed and not added. Fill out the JSON with your submission: ```json { "word": "Privileged Identity Management", "content": "Privileged Identity Management is a feature available within Azure that allows for granular management and monitoring of permissions that can be assigned using a 'Just-In-Time' model. This works by allowing users to request approval for or self-assign a pre-configured set of elevated permissions for a limited time based on conditional requirements set by the administrators, these can be set to expire automatically or alert management for review when required.", "learn_more_URL":"https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-configure", "tag":"Service", "abbreviation": "PIM", "author_name":"Daryl", "author_link": "https://howardlabs.co.uk" } ``` Fill out the JSON below with the following. ### Word (REQUIRED) The word you are defining. Check [this URL](https://zealous-flower-0f27b070f.2.azurestaticapps.net/) for all words we currently have. #### Content (REQUIRED) The definition. No more than 3 sentences. ### learn more URL (REQUIRED) Website where people can visit to learn more about the word. ### tag (REQUIRED and select one) Tech category the word fits in. Options: - compute - security - service - general - analytics - developer tool - web - networking - database - storage - devops - ai/ml - identity - iot - monitoring - cost management - disaster recovery ### abbreviation (OPTIONAL) If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI. ### author name (REQUIRED) Your name. ### author link (REQUIRED) The URL you want your name to link to.
1.0
Submit a Cloud Definition - Do NOT copy/paste a definition from somewhere else. Read about the word you want to define and come up with your own definition. Copy/Paste submissions will be closed and not added. Fill out the JSON with your submission: ```json { "word": "Privileged Identity Management", "content": "Privileged Identity Management is a feature available within Azure that allows for granular management and monitoring of permissions that can be assigned using a 'Just-In-Time' model. This works by allowing users to request approval for or self-assign a pre-configured set of elevated permissions for a limited time based on conditional requirements set by the administrators, these can be set to expire automatically or alert management for review when required.", "learn_more_URL":"https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-configure", "tag":"Service", "abbreviation": "PIM", "author_name":"Daryl", "author_link": "https://howardlabs.co.uk" } ``` Fill out the JSON below with the following. ### Word (REQUIRED) The word you are defining. Check [this URL](https://zealous-flower-0f27b070f.2.azurestaticapps.net/) for all words we currently have. #### Content (REQUIRED) The definition. No more than 3 sentences. ### learn more URL (REQUIRED) Website where people can visit to learn more about the word. ### tag (REQUIRED and select one) Tech category the word fits in. Options: - compute - security - service - general - analytics - developer tool - web - networking - database - storage - devops - ai/ml - identity - iot - monitoring - cost management - disaster recovery ### abbreviation (OPTIONAL) If the word is commonly abbreviated, please provide it. For example, command line interface is often abbreviated as CLI. ### author name (REQUIRED) Your name. ### author link (REQUIRED) The URL you want your name to link to.
non_test
submit a cloud definition do not copy paste a definition from somewhere else read about the word you want to define and come up with your own definition copy paste submissions will be closed and not added fill out the json with your submission json word privileged identity management content privileged identity management is a feature available within azure that allows for granular management and monitoring of permissions that can be assigned using a just in time model this works by allowing users to request approval for or self assign a pre configured set of elevated permissions for a limited time based on conditional requirements set by the administrators these can be set to expire automatically or alert management for review when required learn more url tag service abbreviation pim author name daryl author link fill out the json below with the following word required the word you are defining check for all words we currently have content required the definition no more than sentences learn more url required website where people can visit to learn more about the word tag required and select one tech category the word fits in options compute security service general analytics developer tool web networking database storage devops ai ml identity iot monitoring cost management disaster recovery abbreviation optional if the word is commonly abbreviated please provide it for example command line interface is often abbreviated as cli author name required your name author link required the url you want your name to link to
0
246,779
20,915,419,956
IssuesEvent
2022-03-24 13:02:45
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] IndexDiskUsageAnalyzerIT testFailingTargetShards failing
:Search/Search >test-failure Team:Search
Test fails frequently https://gradle-enterprise.elastic.co/scans/tests?search.relativeStartTime=P7D&search.tags=CI&search.timeZoneId=Europe/Zurich&tests.container=org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT&tests.sortField=FAILED&tests.test=testFailingTargetShards&tests.unstableOnly=true **Build scan:** https://gradle-enterprise.elastic.co/s/gyq66ykl3zp3w/tests/:server:internalClusterTest/org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT/testFailingTargetShards **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT.testFailingTargetShards" -Dtests.seed=8370A4E575ABFC51 -Dtests.locale=es-PE -Dtests.timezone=Asia/Atyrau -Druntime.java=17` **Applicable branches:** master **Reproduces locally?:** No **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT&tests.test=testFailingTargetShards **Failure excerpt:** ``` java.lang.AssertionError: Expected: <2> but: was <1> at __randomizedtesting.SeedInfo.seed([8370A4E575ABFC51:4085E840FD4A6E9D]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.Assert.assertThat(Assert.java:923) at org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT.testFailingTargetShards(IndexDiskUsageAnalyzerIT.java:345) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) ```
1.0
[CI] IndexDiskUsageAnalyzerIT testFailingTargetShards failing - Test fails frequently https://gradle-enterprise.elastic.co/scans/tests?search.relativeStartTime=P7D&search.tags=CI&search.timeZoneId=Europe/Zurich&tests.container=org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT&tests.sortField=FAILED&tests.test=testFailingTargetShards&tests.unstableOnly=true **Build scan:** https://gradle-enterprise.elastic.co/s/gyq66ykl3zp3w/tests/:server:internalClusterTest/org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT/testFailingTargetShards **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT.testFailingTargetShards" -Dtests.seed=8370A4E575ABFC51 -Dtests.locale=es-PE -Dtests.timezone=Asia/Atyrau -Druntime.java=17` **Applicable branches:** master **Reproduces locally?:** No **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT&tests.test=testFailingTargetShards **Failure excerpt:** ``` java.lang.AssertionError: Expected: <2> but: was <1> at __randomizedtesting.SeedInfo.seed([8370A4E575ABFC51:4085E840FD4A6E9D]:0) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.Assert.assertThat(Assert.java:923) at org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerIT.testFailingTargetShards(IndexDiskUsageAnalyzerIT.java:345) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) ```
test
indexdiskusageanalyzerit testfailingtargetshards failing test fails frequently build scan reproduction line gradlew server internalclustertest tests org elasticsearch action admin indices diskusage indexdiskusageanalyzerit testfailingtargetshards dtests seed dtests locale es pe dtests timezone asia atyrau druntime java applicable branches master reproduces locally no failure history failure excerpt java lang assertionerror expected but was at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org elasticsearch action admin indices diskusage indexdiskusageanalyzerit testfailingtargetshards indexdiskusageanalyzerit java at jdk internal reflect nativemethodaccessorimpl nativemethodaccessorimpl java at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java
1
402,177
11,805,933,724
IssuesEvent
2020-03-19 08:31:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
developer.spotify.com - design is broken
browser-fenix engine-gecko priority-critical
<!-- @browser: Firefox Mobile 76.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:76.0) Gecko/76.0 Firefox/76.0 --> <!-- @reported_with: --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50416 --> <!-- @extra_labels: browser-fenix --> **URL**: https://developer.spotify.com/dashboard/tos-accept **Browser / Version**: Firefox Mobile 76.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Design is broken **Description**: Focus **Steps to Reproduce**: Doesn't focus the agreement page correctly so that you will know that there is an accept button at the bottom. Chrome does it correctly. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
developer.spotify.com - design is broken - <!-- @browser: Firefox Mobile 76.0 --> <!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:76.0) Gecko/76.0 Firefox/76.0 --> <!-- @reported_with: --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50416 --> <!-- @extra_labels: browser-fenix --> **URL**: https://developer.spotify.com/dashboard/tos-accept **Browser / Version**: Firefox Mobile 76.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Design is broken **Description**: Focus **Steps to Reproduce**: Doesn't focus the agreement page correctly so that you will know that there is an accept button at the bottom. Chrome does it correctly. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
developer spotify com design is broken url browser version firefox mobile operating system android tested another browser yes problem type design is broken description focus steps to reproduce doesn t focus the agreement page correctly so that you will know that there is an accept button at the bottom chrome does it correctly browser configuration none from with ❤️
0
47,670
13,066,057,463
IssuesEvent
2020-07-30 20:54:54
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
ddddr error level setting does not work with standalone Minuit2 (Trac #941)
Migrated from Trac combo reconstruction defect
In the recent change to ddddr (r131557), setting the error reporting level of Minuit2 using extern int gErrorIgnoreLevel; gErrorIgnoreLevel = 1001; does not work with current versions of standalone Minuit2. It seems that Minuit2-5.34.14 now has MnPrint::SetLevel(int value) [ see http://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/release/relnotes2.html ] which may solve the problem. I have commented out the code for now (in r131594) to make this compile again. Migrated from https://code.icecube.wisc.edu/ticket/941 ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "description": "In the recent change to ddddr (r131557), setting the error reporting level of Minuit2 using \n\n extern int gErrorIgnoreLevel;\n gErrorIgnoreLevel = 1001;\n\ndoes not work with current versions of standalone Minuit2. It seems that Minuit2-5.34.14 now has MnPrint::SetLevel(int value) [ see http://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/release/relnotes2.html ] which may solve the problem. I have commented out the code for now (in r131594) to make this compile again.", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "_ts": "1550067178841456", "component": "combo reconstruction", "summary": "ddddr error level setting does not work with standalone Minuit2", "priority": "normal", "keywords": "", "time": "2015-04-16T23:29:09", "milestone": "", "owner": "hbretz", "type": "defect" } ```
1.0
ddddr error level setting does not work with standalone Minuit2 (Trac #941) - In the recent change to ddddr (r131557), setting the error reporting level of Minuit2 using extern int gErrorIgnoreLevel; gErrorIgnoreLevel = 1001; does not work with current versions of standalone Minuit2. It seems that Minuit2-5.34.14 now has MnPrint::SetLevel(int value) [ see http://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/release/relnotes2.html ] which may solve the problem. I have commented out the code for now (in r131594) to make this compile again. Migrated from https://code.icecube.wisc.edu/ticket/941 ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "description": "In the recent change to ddddr (r131557), setting the error reporting level of Minuit2 using \n\n extern int gErrorIgnoreLevel;\n gErrorIgnoreLevel = 1001;\n\ndoes not work with current versions of standalone Minuit2. It seems that Minuit2-5.34.14 now has MnPrint::SetLevel(int value) [ see http://seal.web.cern.ch/seal/snapshot/work-packages/mathlibs/minuit/release/relnotes2.html ] which may solve the problem. I have commented out the code for now (in r131594) to make this compile again.", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "_ts": "1550067178841456", "component": "combo reconstruction", "summary": "ddddr error level setting does not work with standalone Minuit2", "priority": "normal", "keywords": "", "time": "2015-04-16T23:29:09", "milestone": "", "owner": "hbretz", "type": "defect" } ```
non_test
ddddr error level setting does not work with standalone trac in the recent change to ddddr setting the error reporting level of using extern int gerrorignorelevel gerrorignorelevel does not work with current versions of standalone it seems that now has mnprint setlevel int value which may solve the problem i have commented out the code for now in to make this compile again migrated from json status closed changetime description in the recent change to ddddr setting the error reporting level of using n n extern int gerrorignorelevel n gerrorignorelevel n ndoes not work with current versions of standalone it seems that now has mnprint setlevel int value which may solve the problem i have commented out the code for now in to make this compile again reporter claudio kopper cc resolution fixed ts component combo reconstruction summary ddddr error level setting does not work with standalone priority normal keywords time milestone owner hbretz type defect
0