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
102,894
8,869,752,521
IssuesEvent
2019-01-11 06:59:33
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
unittest module uses `programResult` to report number of failures which can wrap
Test suite
the exit code of a program can wrap at values as low as 256 (for some platforms) so depending on the exit code of a program for the number of failed tests can be misleading - and might even wrap to ```0``` - as if no tests have failed! typically testing frameworks return either success or failure (meaning 0 or 1) - see these links: https://github.com/catchorg/Catch2/issues/1146 https://github.com/catchorg/Catch2/issues/1410 https://unix.stackexchange.com/questions/418784/what-is-the-min-and-max-values-of-exit-codes-in-linux
1.0
unittest module uses `programResult` to report number of failures which can wrap - the exit code of a program can wrap at values as low as 256 (for some platforms) so depending on the exit code of a program for the number of failed tests can be misleading - and might even wrap to ```0``` - as if no tests have failed! typically testing frameworks return either success or failure (meaning 0 or 1) - see these links: https://github.com/catchorg/Catch2/issues/1146 https://github.com/catchorg/Catch2/issues/1410 https://unix.stackexchange.com/questions/418784/what-is-the-min-and-max-values-of-exit-codes-in-linux
test
unittest module uses programresult to report number of failures which can wrap the exit code of a program can wrap at values as low as for some platforms so depending on the exit code of a program for the number of failed tests can be misleading and might even wrap to as if no tests have failed typically testing frameworks return either success or failure meaning or see these links
1
226,681
18,043,798,993
IssuesEvent
2021-09-18 14:22:03
logicmoo/logicmoo_workspace
https://api.github.com/repos/logicmoo/logicmoo_workspace
opened
logicmoo.pfc.test.sanity_base.ND_CUT_01 JUnit
Test_9999 logicmoo.pfc.test.sanity_base unit_test ND_CUT_01
(cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif nd_cut_01.pfc) GH_MASTER_ISSUE_FINFO= GH_MASTER_ISSUE_ID=# '' Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ This: https://jenkins.logicmoo.org/job/logicmoo_workspace/63/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/657e753752cda35ffedba1d2a0023097994e1301 https://github.com/logicmoo/logicmoo_workspace/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/657e753752cda35ffedba1d2a0023097994e1301 https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AND_CUT_01 ``` % running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc'), %~ this_test_might_need( :-( use_module( library(logicmoo_plarkc)))) :- expects_dialect(pfc). :- abolish(a,1). :- abolish(b,1). :- dynamic((a/1,b/1)). :- debug_logicmoo(logicmoo(_)). % :- mpred_trace_exec. % :- mpred_trace_exec. :- mpred_warn. a(X)/(member(Y,[1,2,3]),!) ==> b(X,Y). a(t). %~ message_hook_type(error) %~ message_hook( %~ initialization_exception( must_sanity : e( must_sanity : e( must_sanity : f( baseKB : nb_current('$pfc_current_choice',[_33484|_33486])), %~ baseKB : mpred_enqueue( a(t), %~ ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax))), %~ baseKB : ain_fast( %~ baseKB : a(t), %~ ( mfl4(BaseKB1,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax)))), %~ error, %~ [ 'Prolog initialisation failed:', %~ nl, %~ 'Unknown message: ~p' - [ must_sanity : e( must_sanity : e( must_sanity : f( baseKB : nb_current('$pfc_current_choice',[_36994|_36996])), %~ baseKB : mpred_enqueue( a(t), %~ ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax))), %~ baseKB : ain_fast( %~ baseKB : a(t), %~ ( mfl4(BaseKB1,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax)))]]) %~ unused(save_junit_results) ``` totalTime=1 Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ This: https://jenkins.logicmoo.org/job/logicmoo_workspace/63/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/657e753752cda35ffedba1d2a0023097994e1301 https://github.com/logicmoo/logicmoo_workspace/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/657e753752cda35ffedba1d2a0023097994e1301 https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AND_CUT_01 FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k nd_cut_01.pfc (returned 1)
3.0
logicmoo.pfc.test.sanity_base.ND_CUT_01 JUnit - (cd /var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base ; timeout --foreground --preserve-status -s SIGKILL -k 10s 10s lmoo-clif nd_cut_01.pfc) GH_MASTER_ISSUE_FINFO= GH_MASTER_ISSUE_ID=# '' Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ This: https://jenkins.logicmoo.org/job/logicmoo_workspace/63/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/657e753752cda35ffedba1d2a0023097994e1301 https://github.com/logicmoo/logicmoo_workspace/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/657e753752cda35ffedba1d2a0023097994e1301 https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AND_CUT_01 ``` % running('/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc'), %~ this_test_might_need( :-( use_module( library(logicmoo_plarkc)))) :- expects_dialect(pfc). :- abolish(a,1). :- abolish(b,1). :- dynamic((a/1,b/1)). :- debug_logicmoo(logicmoo(_)). % :- mpred_trace_exec. % :- mpred_trace_exec. :- mpred_warn. a(X)/(member(Y,[1,2,3]),!) ==> b(X,Y). a(t). %~ message_hook_type(error) %~ message_hook( %~ initialization_exception( must_sanity : e( must_sanity : e( must_sanity : f( baseKB : nb_current('$pfc_current_choice',[_33484|_33486])), %~ baseKB : mpred_enqueue( a(t), %~ ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax))), %~ baseKB : ain_fast( %~ baseKB : a(t), %~ ( mfl4(BaseKB1,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax)))), %~ error, %~ [ 'Prolog initialisation failed:', %~ nl, %~ 'Unknown message: ~p' - [ must_sanity : e( must_sanity : e( must_sanity : f( baseKB : nb_current('$pfc_current_choice',[_36994|_36996])), %~ baseKB : mpred_enqueue( a(t), %~ ( mfl4(BaseKB,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax))), %~ baseKB : ain_fast( %~ baseKB : a(t), %~ ( mfl4(BaseKB1,baseKB,'/var/lib/jenkins/workspace/logicmoo_workspace/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc',25) , %~ ax)))]]) %~ unused(save_junit_results) ``` totalTime=1 Latest: https://jenkins.logicmoo.org/job/logicmoo_workspace/lastBuild/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ This: https://jenkins.logicmoo.org/job/logicmoo_workspace/63/testReport/logicmoo.pfc.test.sanity_base/ND_CUT_01/logicmoo_pfc_test_sanity_base_ND_CUT_01_JUnit/ GITHUB: https://github.com/logicmoo/logicmoo_workspace/commit/657e753752cda35ffedba1d2a0023097994e1301 https://github.com/logicmoo/logicmoo_workspace/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc GITLAB: https://logicmoo.org:2082/gitlab/logicmoo/logicmoo_workspace/-/commit/657e753752cda35ffedba1d2a0023097994e1301 https://gitlab.logicmoo.org/gitlab/logicmoo/logicmoo_workspace/-/blob/657e753752cda35ffedba1d2a0023097994e1301/packs_sys/pfc/t/sanity_base/nd_cut_01.pfc ISSUE_SEARCH: https://github.com/logicmoo/logicmoo_workspace/issues?q=is%3Aissue+label%3AND_CUT_01 FAILED: /var/lib/jenkins/workspace/logicmoo_workspace/bin/lmoo-junit-minor -k nd_cut_01.pfc (returned 1)
test
logicmoo pfc test sanity base nd cut junit cd var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base timeout foreground preserve status s sigkill k lmoo clif nd cut pfc gh master issue finfo gh master issue id latest this github gitlab issue search running var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base nd cut pfc this test might need use module library logicmoo plarkc expects dialect pfc abolish a abolish b dynamic a b debug logicmoo logicmoo mpred trace exec mpred trace exec mpred warn a x member y b x y a t message hook type error message hook initialization exception must sanity e must sanity e must sanity f basekb nb current pfc current choice basekb mpred enqueue a t basekb basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base nd cut pfc ax basekb ain fast basekb a t basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base nd cut pfc ax error prolog initialisation failed nl unknown message p basekb mpred enqueue a t basekb basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base nd cut pfc ax basekb ain fast basekb a t basekb var lib jenkins workspace logicmoo workspace packs sys pfc t sanity base nd cut pfc ax unused save junit results totaltime latest this github gitlab issue search failed var lib jenkins workspace logicmoo workspace bin lmoo junit minor k nd cut pfc returned
1
298,905
9,202,959,729
IssuesEvent
2019-03-08 00:19:54
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
Checksum mismatch - windows binary
area/release priority/p0
<!-- Issues without logs and details are more complicated to fix. Please help us by filling the template below! --> ### Expected behavior Expect the checksum for the windows binary to match the published version ### Actual behavior ```bash !!! shasum verify check failed: checksums differ for /Users/travis/Library/Caches/Fish/skaffold-0.20.0-windows-amd64.exe: expected '963af57b5331ba2cc4dc84b98ec667b4a8e7fca100c8f43491fc6e5d4bd7b19d', got '151d74b835d484ada46775785da2f87badc5487aa7a13830565827b29e98bbbe' ``` ### Information Failing Builds: [Travis](https://travis-ci.org/fishworks/fish-food/builds/486613716) [Circle CI](https://circleci.com/gh/fishworks/fish-food/261) - Skaffold version: version... - Operating system: ... - Contents of skaffold.yaml: ```yaml <paste your skaffold.yaml here> ``` ### Steps to reproduce the behavior 1. ... 2. ...
1.0
Checksum mismatch - windows binary - <!-- Issues without logs and details are more complicated to fix. Please help us by filling the template below! --> ### Expected behavior Expect the checksum for the windows binary to match the published version ### Actual behavior ```bash !!! shasum verify check failed: checksums differ for /Users/travis/Library/Caches/Fish/skaffold-0.20.0-windows-amd64.exe: expected '963af57b5331ba2cc4dc84b98ec667b4a8e7fca100c8f43491fc6e5d4bd7b19d', got '151d74b835d484ada46775785da2f87badc5487aa7a13830565827b29e98bbbe' ``` ### Information Failing Builds: [Travis](https://travis-ci.org/fishworks/fish-food/builds/486613716) [Circle CI](https://circleci.com/gh/fishworks/fish-food/261) - Skaffold version: version... - Operating system: ... - Contents of skaffold.yaml: ```yaml <paste your skaffold.yaml here> ``` ### Steps to reproduce the behavior 1. ... 2. ...
non_test
checksum mismatch windows binary issues without logs and details are more complicated to fix please help us by filling the template below expected behavior expect the checksum for the windows binary to match the published version actual behavior bash shasum verify check failed checksums differ for users travis library caches fish skaffold windows exe expected got information failing builds skaffold version version operating system contents of skaffold yaml yaml steps to reproduce the behavior
0
210,290
16,094,935,782
IssuesEvent
2021-04-26 21:40:31
kata-containers/tests
https://api.github.com/repos/kata-containers/tests
closed
Metrics: Use same enviroment options for blogbench
bug needs-integration-tests team/metrics
# Description of problem To enable blogbench in metrics CI we disabled DAX only for that test[1]. As consequence the data generated by that test may not reflect the default behavior provided by kata on any release and also could the issue that caused to other users. [1] https://github.com/kata-containers/tests/pull/2725 # Expected result We have three options 1. Do not modify the kata flags in the test but for all kata if required 1. Disable DAX in kata gloablly 1. Dont run the test until there is a proper fix in virtifosd.
1.0
Metrics: Use same enviroment options for blogbench - # Description of problem To enable blogbench in metrics CI we disabled DAX only for that test[1]. As consequence the data generated by that test may not reflect the default behavior provided by kata on any release and also could the issue that caused to other users. [1] https://github.com/kata-containers/tests/pull/2725 # Expected result We have three options 1. Do not modify the kata flags in the test but for all kata if required 1. Disable DAX in kata gloablly 1. Dont run the test until there is a proper fix in virtifosd.
test
metrics use same enviroment options for blogbench description of problem to enable blogbench in metrics ci we disabled dax only for that test as consequence the data generated by that test may not reflect the default behavior provided by kata on any release and also could the issue that caused to other users expected result we have three options do not modify the kata flags in the test but for all kata if required disable dax in kata gloablly dont run the test until there is a proper fix in virtifosd
1
1,427
2,544,957,992
IssuesEvent
2015-01-29 14:17:02
AAndharia/ZIMS-School-Mgmt
https://api.github.com/repos/AAndharia/ZIMS-School-Mgmt
closed
Fields To Filter
Enhancement Ready For Testing
For Student Uniform Issue and Student Insurance Cover list pages, you have mentioned "Grade" as fields to filter. But those tables does not have "Grade" field. I have added search by chapter and student name there for now. Please let me know which fields should be used to filter the list.
1.0
Fields To Filter - For Student Uniform Issue and Student Insurance Cover list pages, you have mentioned "Grade" as fields to filter. But those tables does not have "Grade" field. I have added search by chapter and student name there for now. Please let me know which fields should be used to filter the list.
test
fields to filter for student uniform issue and student insurance cover list pages you have mentioned grade as fields to filter but those tables does not have grade field i have added search by chapter and student name there for now please let me know which fields should be used to filter the list
1
402,877
11,825,990,257
IssuesEvent
2020-03-21 15:42:05
coronasafe/care
https://api.github.com/repos/coronasafe/care
opened
Minor corrections on copy
High Priority
# after sign up (faculty admin) - [ ] add Success Notification: You successfully logged in to the corona care network - [ ] add the following title The next step is to register your Hospital into the corona care network and enter details about total capacity of regular beds, ICU beds, and ventilators. Once you connect your hospital to the corona care network, You will be able to view hospital details using th view hospital button. # create hospital form - [ ] rename labels on the form as follows - Enter the name of your hospital - Pick your District - Enter your emergency contact mobile number of your hospital > change button text : Add Your Hospital Information # capacity/add form - [ ] Add the following above the buttons. 1. Save and Add information about another bed type. 2. Save the entered information and submit to the network 3. Cancel - [ ] The Error message for duplicates should be changed to : The bed type you are trying to add is already been added to the hospital, Please pick a different bed type. - [ ] Rename the Buttons Save & Enter more Information Save & Submit Cancel # doctor form - [] change label to - Area of specialization # Facility Home. Add all the actions to top left - Add a Update hospital information - Update Information on hospital bed - Update Information on Doctor availability - [ ] Add a total count of bed and doctors at the top
1.0
Minor corrections on copy - # after sign up (faculty admin) - [ ] add Success Notification: You successfully logged in to the corona care network - [ ] add the following title The next step is to register your Hospital into the corona care network and enter details about total capacity of regular beds, ICU beds, and ventilators. Once you connect your hospital to the corona care network, You will be able to view hospital details using th view hospital button. # create hospital form - [ ] rename labels on the form as follows - Enter the name of your hospital - Pick your District - Enter your emergency contact mobile number of your hospital > change button text : Add Your Hospital Information # capacity/add form - [ ] Add the following above the buttons. 1. Save and Add information about another bed type. 2. Save the entered information and submit to the network 3. Cancel - [ ] The Error message for duplicates should be changed to : The bed type you are trying to add is already been added to the hospital, Please pick a different bed type. - [ ] Rename the Buttons Save & Enter more Information Save & Submit Cancel # doctor form - [] change label to - Area of specialization # Facility Home. Add all the actions to top left - Add a Update hospital information - Update Information on hospital bed - Update Information on Doctor availability - [ ] Add a total count of bed and doctors at the top
non_test
minor corrections on copy after sign up faculty admin add success notification you successfully logged in to the corona care network add the following title the next step is to register your hospital into the corona care network and enter details about total capacity of regular beds icu beds and ventilators once you connect your hospital to the corona care network you will be able to view hospital details using th view hospital button create hospital form rename labels on the form as follows enter the name of your hospital pick your district enter your emergency contact mobile number of your hospital change button text add your hospital information capacity add form add the following above the buttons save and add information about another bed type save the entered information and submit to the network cancel the error message for duplicates should be changed to the bed type you are trying to add is already been added to the hospital please pick a different bed type rename the buttons save enter more information save submit cancel doctor form change label to area of specialization facility home add all the actions to top left add a update hospital information update information on hospital bed update information on doctor availability add a total count of bed and doctors at the top
0
204,339
23,239,503,383
IssuesEvent
2022-08-03 14:29:27
turkdevops/angular
https://api.github.com/repos/turkdevops/angular
closed
WS-2019-0032 (High) detected in js-yaml-3.12.0.tgz - autoclosed
security vulnerability
## WS-2019-0032 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>js-yaml-3.12.0.tgz</b></p></summary> <p>YAML 1.2 parser and serializer</p> <p>Library home page: <a href="https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz">https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz</a></p> <p>Path to dependency file: /integration/cli-hello-world/package.json</p> <p>Path to vulnerable library: /integration/cli-hello-world/node_modules/js-yaml/package.json,/integration/cli-hello-world-ivy-compat/node_modules/js-yaml/package.json,/integration/cli-hello-world-ivy-minimal/node_modules/js-yaml/package.json</p> <p> Dependency Hierarchy: - @angular-devkit/build-angular@file:../../node_modules/-0.900.0-rc.11.tgz (Root Library) - postcss-loader-3.0.0.tgz - postcss-load-config-2.0.0.tgz - cosmiconfig-4.0.0.tgz - :x: **js-yaml-3.12.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/angular/commit/b01d51dcecf180551144cf9c7b013185d013d761">b01d51dcecf180551144cf9c7b013185d013d761</a></p> <p>Found in base branch: <b>labs/router</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> Versions js-yaml prior to 3.13.0 are vulnerable to Denial of Service. By parsing a carefully-crafted YAML file, the node process stalls and may exhaust system resources leading to a Denial of Service. <p>Publish Date: 2019-03-20 <p>URL: <a href=https://github.com/nodeca/js-yaml/commit/a567ef3c6e61eb319f0bfc2671d91061afb01235>WS-2019-0032</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/788/versions">https://www.npmjs.com/advisories/788/versions</a></p> <p>Release Date: 2019-03-20</p> <p>Fix Resolution: js-yaml - 3.13.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0032 (High) detected in js-yaml-3.12.0.tgz - autoclosed - ## WS-2019-0032 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>js-yaml-3.12.0.tgz</b></p></summary> <p>YAML 1.2 parser and serializer</p> <p>Library home page: <a href="https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz">https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz</a></p> <p>Path to dependency file: /integration/cli-hello-world/package.json</p> <p>Path to vulnerable library: /integration/cli-hello-world/node_modules/js-yaml/package.json,/integration/cli-hello-world-ivy-compat/node_modules/js-yaml/package.json,/integration/cli-hello-world-ivy-minimal/node_modules/js-yaml/package.json</p> <p> Dependency Hierarchy: - @angular-devkit/build-angular@file:../../node_modules/-0.900.0-rc.11.tgz (Root Library) - postcss-loader-3.0.0.tgz - postcss-load-config-2.0.0.tgz - cosmiconfig-4.0.0.tgz - :x: **js-yaml-3.12.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/angular/commit/b01d51dcecf180551144cf9c7b013185d013d761">b01d51dcecf180551144cf9c7b013185d013d761</a></p> <p>Found in base branch: <b>labs/router</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> Versions js-yaml prior to 3.13.0 are vulnerable to Denial of Service. By parsing a carefully-crafted YAML file, the node process stalls and may exhaust system resources leading to a Denial of Service. <p>Publish Date: 2019-03-20 <p>URL: <a href=https://github.com/nodeca/js-yaml/commit/a567ef3c6e61eb319f0bfc2671d91061afb01235>WS-2019-0032</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/788/versions">https://www.npmjs.com/advisories/788/versions</a></p> <p>Release Date: 2019-03-20</p> <p>Fix Resolution: js-yaml - 3.13.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
ws high detected in js yaml tgz autoclosed ws high severity vulnerability vulnerable library js yaml tgz yaml parser and serializer library home page a href path to dependency file integration cli hello world package json path to vulnerable library integration cli hello world node modules js yaml package json integration cli hello world ivy compat node modules js yaml package json integration cli hello world ivy minimal node modules js yaml package json dependency hierarchy angular devkit build angular file node modules rc tgz root library postcss loader tgz postcss load config tgz cosmiconfig tgz x js yaml tgz vulnerable library found in head commit a href found in base branch labs router vulnerability details versions js yaml prior to are vulnerable to denial of service by parsing a carefully crafted yaml file the node process stalls and may exhaust system resources leading to a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution js yaml step up your open source security game with mend
0
198,419
22,640,564,896
IssuesEvent
2022-07-01 01:15:54
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
closed
CSRF prevention on forms and page loads
Security
Several admin pages were flagged as being vulnerable to CSRF attacks. From what I've seen so far these were the standard content type admin pages. ## Scan Information **Description** CSRF is a very common vulnerability. It's an attack which forces a user to execute unwanted actions on a web application in which the user is currently authenticated. **Impact** Depending on the application, an attacker can mount any of the actions that can be done by the user such as adding a user, modifying content, deleting data. All the functionality that’s available to the victim can be used by the attacker. Only exception to this rule is a page that requires extra information that only the legitimate user can know (such as user’s password). **Remedy** Send additional information in each HTTP request that can be used to determine whether the request came from an authorized source. This "validation token" should be hard to guess for attacker who does not already have access to the user's account. If a request is missing a validation token or the token does not match the expected value, the server should reject the request. If you are posting form in ajax request, custom HTTP headers can be used to prevent CSRF because the browser prevents sites from sending custom HTTP headers to another site but allows sites to send custom HTTP headers to themselves using XMLHttpRequest. ## Links - [OWASP](https://owasp.org/www-community/attacks/csrf) - [Drupal](https://www.drupal.org/docs/8/api/routing-system/access-checking-on-routes/csrf-access-checking)
True
CSRF prevention on forms and page loads - Several admin pages were flagged as being vulnerable to CSRF attacks. From what I've seen so far these were the standard content type admin pages. ## Scan Information **Description** CSRF is a very common vulnerability. It's an attack which forces a user to execute unwanted actions on a web application in which the user is currently authenticated. **Impact** Depending on the application, an attacker can mount any of the actions that can be done by the user such as adding a user, modifying content, deleting data. All the functionality that’s available to the victim can be used by the attacker. Only exception to this rule is a page that requires extra information that only the legitimate user can know (such as user’s password). **Remedy** Send additional information in each HTTP request that can be used to determine whether the request came from an authorized source. This "validation token" should be hard to guess for attacker who does not already have access to the user's account. If a request is missing a validation token or the token does not match the expected value, the server should reject the request. If you are posting form in ajax request, custom HTTP headers can be used to prevent CSRF because the browser prevents sites from sending custom HTTP headers to another site but allows sites to send custom HTTP headers to themselves using XMLHttpRequest. ## Links - [OWASP](https://owasp.org/www-community/attacks/csrf) - [Drupal](https://www.drupal.org/docs/8/api/routing-system/access-checking-on-routes/csrf-access-checking)
non_test
csrf prevention on forms and page loads several admin pages were flagged as being vulnerable to csrf attacks from what i ve seen so far these were the standard content type admin pages scan information description csrf is a very common vulnerability it s an attack which forces a user to execute unwanted actions on a web application in which the user is currently authenticated impact depending on the application an attacker can mount any of the actions that can be done by the user such as adding a user modifying content deleting data all the functionality that’s available to the victim can be used by the attacker only exception to this rule is a page that requires extra information that only the legitimate user can know such as user’s password remedy send additional information in each http request that can be used to determine whether the request came from an authorized source this validation token should be hard to guess for attacker who does not already have access to the user s account if a request is missing a validation token or the token does not match the expected value the server should reject the request if you are posting form in ajax request custom http headers can be used to prevent csrf because the browser prevents sites from sending custom http headers to another site but allows sites to send custom http headers to themselves using xmlhttprequest links
0
234,194
19,100,923,508
IssuesEvent
2021-11-29 22:25:49
EmmyMorris/inventory_tracker
https://api.github.com/repos/EmmyMorris/inventory_tracker
opened
Create Feature Test for Product Index
test
Create test to check if all products are being rendered to the client with their name and quantity.
1.0
Create Feature Test for Product Index - Create test to check if all products are being rendered to the client with their name and quantity.
test
create feature test for product index create test to check if all products are being rendered to the client with their name and quantity
1
320,155
27,421,637,812
IssuesEvent
2023-03-01 17:06:19
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Warn users when diagnostic id v4 GUID is invalid
closed/wontfix QA/Yes release-notes/exclude QA/Test-Plan-Specified feature/ads OS/Android OS/Desktop
Follow up to https://github.com/brave/brave-browser/issues/25649 Currently we silently fail when GUID is invalid. We should give warning that user made a mistake when entering GUID. ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Clean profile 1. Enable rewards and ads 1. Wait for unblinded tokens refill 1. Open `brave://rewards-internals > Ads diagnostsics` 1. Type `fail` into `Diagnostic id` ## Actual result: <!--Please add screenshots if needed--> no warning that the diagnostic id is invalid ![image](https://user-images.githubusercontent.com/34715963/222207533-6ca43391-29d5-4d4d-bd4c-a12f55af6d5a.png) ## Expected result: warning that the diagnostic id is invalid, for example the text field may flash red and give a error underneath ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Version/Channel Information: <!--Does this issue happen on any other channels? Or is it specific to a certain channel?--> Brave | 1.49.110 Chromium: 110.0.5481.177 (Official Build) beta (64-bit) -- | -- Revision | f34f7ab2d4ca4ad498ef42aeba4f4eb2c1392d63-refs/branch-heads/5481@{#1239} OS | Ubuntu 18.04 LTS cc @tmancey @aseren
1.0
Warn users when diagnostic id v4 GUID is invalid - Follow up to https://github.com/brave/brave-browser/issues/25649 Currently we silently fail when GUID is invalid. We should give warning that user made a mistake when entering GUID. ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Clean profile 1. Enable rewards and ads 1. Wait for unblinded tokens refill 1. Open `brave://rewards-internals > Ads diagnostsics` 1. Type `fail` into `Diagnostic id` ## Actual result: <!--Please add screenshots if needed--> no warning that the diagnostic id is invalid ![image](https://user-images.githubusercontent.com/34715963/222207533-6ca43391-29d5-4d4d-bd4c-a12f55af6d5a.png) ## Expected result: warning that the diagnostic id is invalid, for example the text field may flash red and give a error underneath ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Version/Channel Information: <!--Does this issue happen on any other channels? Or is it specific to a certain channel?--> Brave | 1.49.110 Chromium: 110.0.5481.177 (Official Build) beta (64-bit) -- | -- Revision | f34f7ab2d4ca4ad498ef42aeba4f4eb2c1392d63-refs/branch-heads/5481@{#1239} OS | Ubuntu 18.04 LTS cc @tmancey @aseren
test
warn users when diagnostic id guid is invalid follow up to currently we silently fail when guid is invalid we should give warning that user made a mistake when entering guid steps to reproduce clean profile enable rewards and ads wait for unblinded tokens refill open brave rewards internals ads diagnostsics type fail into diagnostic id actual result no warning that the diagnostic id is invalid expected result warning that the diagnostic id is invalid for example the text field may flash red and give a error underneath reproduces how often easily reproduced version channel information brave chromium   official build  beta  bit revision refs branch heads os ubuntu lts cc tmancey aseren
1
201,069
15,172,064,960
IssuesEvent
2021-02-13 06:57:46
saltstack/salt
https://api.github.com/repos/saltstack/salt
opened
[TEST FAILURE] Random failure with vault related tests
Test Failure
There are a few tests which involve vault which randomly fail. ![Screenshot_20210213-065254](https://user-images.githubusercontent.com/300048/107844077-6593bd80-6dc8-11eb-9144-57e4e28153ab.jpg) https://jenkins.saltproject.io/job/pr-centos7-py3-m2crypto-pytest-slow/job/master/1035/testReport/
1.0
[TEST FAILURE] Random failure with vault related tests - There are a few tests which involve vault which randomly fail. ![Screenshot_20210213-065254](https://user-images.githubusercontent.com/300048/107844077-6593bd80-6dc8-11eb-9144-57e4e28153ab.jpg) https://jenkins.saltproject.io/job/pr-centos7-py3-m2crypto-pytest-slow/job/master/1035/testReport/
test
random failure with vault related tests there are a few tests which involve vault which randomly fail
1
98,093
8,674,302,185
IssuesEvent
2018-11-30 07:00:29
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
reopened
FXLabs Testing 30 : ApiV1DashboardRunIdRunSavingsGetPathParamIdMysqlSqlInjectionTimebound
FXLabs Testing 30
Project : FXLabs Testing 30 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=OTgzZTAwNWMtNzBjNC00NzI1LTllM2EtYzA2NGE0MjdhNmIz; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 06:41:38 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/run//run-savings Request : Response : { "timestamp" : "2018-11-30T06:41:39.116+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/dashboard/run/run-savings" } Logs : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [564 < 7000 OR 564 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
1.0
FXLabs Testing 30 : ApiV1DashboardRunIdRunSavingsGetPathParamIdMysqlSqlInjectionTimebound - Project : FXLabs Testing 30 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=OTgzZTAwNWMtNzBjNC00NzI1LTllM2EtYzA2NGE0MjdhNmIz; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 30 Nov 2018 06:41:38 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/dashboard/run//run-savings Request : Response : { "timestamp" : "2018-11-30T06:41:39.116+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/dashboard/run/run-savings" } Logs : Assertion [@ResponseTime < 7000 OR @ResponseTime > 10000] resolved-to [564 < 7000 OR 564 > 10000] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed] --- FX Bot ---
test
fxlabs testing project fxlabs testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api dashboard run run savings logs assertion resolved to result assertion resolved to result fx bot
1
15,847
10,329,604,572
IssuesEvent
2019-09-02 12:38:46
raiden-network/raiden
https://api.github.com/repos/raiden-network/raiden
closed
Increase `DEFAULT_PATHFINDING_MAX_FEE`
PFS usability
Currently we set the maximum fee for PFS as `DEFAULT_PATHFINDING_MAX_FEE = 100`. We need to increase this before Alderaan. @Dominik1999 This is a default only, so I'm assigning you.
True
Increase `DEFAULT_PATHFINDING_MAX_FEE` - Currently we set the maximum fee for PFS as `DEFAULT_PATHFINDING_MAX_FEE = 100`. We need to increase this before Alderaan. @Dominik1999 This is a default only, so I'm assigning you.
non_test
increase default pathfinding max fee currently we set the maximum fee for pfs as default pathfinding max fee we need to increase this before alderaan this is a default only so i m assigning you
0
315,256
27,060,014,223
IssuesEvent
2023-02-13 18:59:52
MicrosoftDocs/visualstudio-docs
https://api.github.com/repos/MicrosoftDocs/visualstudio-docs
closed
Cpp Unit Testing documentation claims "The Logger class contains static methods to write to the Output Window."
visual-studio-windows/prod vs-ide-test/tech Pri2
According to this documentation page the "The Logger class contains static methods to write to the Output Window." However at least for VS2019 and VS2022 this is not true, the output for the Logger class is actually only being displayed in the Unit Test after running in the **Test Detail Summary** for each executed unit test method, None of the output from Logger::WriteMessage is being displayed in the **Output Window** --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: 51e3ec17-4193-8059-56de-fbad2fab239c * Version Independent ID: e0e84806-41ff-fa5e-1aa1-775beed16d78 * Content: [Microsoft.VisualStudio.TestTools.CppUnitTestFramework API - Visual Studio (Windows)](https://learn.microsoft.com/en-us/visualstudio/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference?view=vs-2022) * Content Source: [docs/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference.md](https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference.md) * Product: **visual-studio-windows** * Technology: **vs-ide-test** * GitHub Login: @corob-msft * Microsoft Alias: **corob**
1.0
Cpp Unit Testing documentation claims "The Logger class contains static methods to write to the Output Window." - According to this documentation page the "The Logger class contains static methods to write to the Output Window." However at least for VS2019 and VS2022 this is not true, the output for the Logger class is actually only being displayed in the Unit Test after running in the **Test Detail Summary** for each executed unit test method, None of the output from Logger::WriteMessage is being displayed in the **Output Window** --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: 51e3ec17-4193-8059-56de-fbad2fab239c * Version Independent ID: e0e84806-41ff-fa5e-1aa1-775beed16d78 * Content: [Microsoft.VisualStudio.TestTools.CppUnitTestFramework API - Visual Studio (Windows)](https://learn.microsoft.com/en-us/visualstudio/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference?view=vs-2022) * Content Source: [docs/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference.md](https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/test/microsoft-visualstudio-testtools-cppunittestframework-api-reference.md) * Product: **visual-studio-windows** * Technology: **vs-ide-test** * GitHub Login: @corob-msft * Microsoft Alias: **corob**
test
cpp unit testing documentation claims the logger class contains static methods to write to the output window according to this documentation page the the logger class contains static methods to write to the output window however at least for and this is not true the output for the logger class is actually only being displayed in the unit test after running in the test detail summary for each executed unit test method none of the output from logger writemessage is being displayed in the output window document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source product visual studio windows technology vs ide test github login corob msft microsoft alias corob
1
154,445
24,297,892,751
IssuesEvent
2022-09-29 11:39:11
EscolaDeSaudePublica/DesignLab
https://api.github.com/repos/EscolaDeSaudePublica/DesignLab
opened
Apoio na diagramação | Revista Felicilab
Sem Projeto Definido Prioridade Design: Alta
## **Objetivo** **Como** designer **Quero** apoiar a diagramação da Revista Felicilab **Para** reunir as informações institucionais do laboratório ## **Contexto** - Com o movimento da Prestação de Contas do Felicilab, se evidenciou a necessidade de artefato impresso com informações institucionais do Laboratório. O conteúdo deve evidenciar de forma resumida: indicadores, metodologias etc. ## **Escopo Time de Design** - [ ] Apoio na diagramação ## Observações
1.0
Apoio na diagramação | Revista Felicilab - ## **Objetivo** **Como** designer **Quero** apoiar a diagramação da Revista Felicilab **Para** reunir as informações institucionais do laboratório ## **Contexto** - Com o movimento da Prestação de Contas do Felicilab, se evidenciou a necessidade de artefato impresso com informações institucionais do Laboratório. O conteúdo deve evidenciar de forma resumida: indicadores, metodologias etc. ## **Escopo Time de Design** - [ ] Apoio na diagramação ## Observações
non_test
apoio na diagramação revista felicilab objetivo como designer quero apoiar a diagramação da revista felicilab para reunir as informações institucionais do laboratório contexto com o movimento da prestação de contas do felicilab se evidenciou a necessidade de artefato impresso com informações institucionais do laboratório o conteúdo deve evidenciar de forma resumida indicadores metodologias etc escopo time de design apoio na diagramação observações
0
232,035
18,841,229,734
IssuesEvent
2021-11-11 09:48:14
BlueCodeSystems/who-anc
https://api.github.com/repos/BlueCodeSystems/who-anc
closed
Change module button/link label from tests to Lab tests & imaging
Tests
Change the label on test container to Lab tests & Imaging.
1.0
Change module button/link label from tests to Lab tests & imaging - Change the label on test container to Lab tests & Imaging.
test
change module button link label from tests to lab tests imaging change the label on test container to lab tests imaging
1
128,562
27,285,521,469
IssuesEvent
2023-02-23 13:14:54
jakubiec/event-storming-to-code
https://api.github.com/repos/jakubiec/event-storming-to-code
opened
Make invariant scenarios more realistic
presentation code
The AlreadyRegistered scenario is a naive simplification and was correctly spotted that in the real word uniqueness, checks are done a layer above. Think of a different way to showcase invariants
1.0
Make invariant scenarios more realistic - The AlreadyRegistered scenario is a naive simplification and was correctly spotted that in the real word uniqueness, checks are done a layer above. Think of a different way to showcase invariants
non_test
make invariant scenarios more realistic the alreadyregistered scenario is a naive simplification and was correctly spotted that in the real word uniqueness checks are done a layer above think of a different way to showcase invariants
0
34,812
14,526,455,632
IssuesEvent
2020-12-14 14:14:47
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Local cache document should be clear on what should be done on client end
app-service/svc cxp doc-enhancement triaged
Hello engineers, I'm from CSS team and I'm currently working on a support ticket regarding local cache, the issue is "after enabling local cache and after a deployment, the new content will not show up until a manual restart on the site". After testing, we figured out: - Local cache requires *manually* restart on customer's side, our platform will not auto restart the site, and the old content will be preserved until the next manual restart. - Even if customer uses swap slot action, since swap itself does not restarts any sites(by design), customer still need a manual restart eventually. - The content in d:\home...\wwwroot however will be immediately updated after deployment. I also discussed both *local cache* and *swap* usage with TAs and confirmed the above three points are by design. Since the document did not specify if the restart is mandatory, our customer spent a lot of time testing on the issue. As a support engineer, I also hope this document can be improved. I hope the document can be more client friendly and straight forward on below three points: - Indicate specifically that a manual restart is mandatory for fetching newly deployed content, I know we already got this part in the document - *I just published new changes, but my app does not seem to have them. Why?*, but we should specify that a manual restart is required by customer, and this restart will not be done by our platform automatically. By reading the document itself I can't obviously see if the restart is from where, the document just stated that a restart should be done. - Please also add a best practice part in the document telling customers if we actually recommend "swap then restart" or "restart then swap", or if both are okay, since there're a lot of customers using local cache+swap, I wish the *manual restart* step can be highlighted(since the swap document did not directly highlight *swap action will not restart sites* either). - If possible, please also add a reference explaining where is the old content reading from(e.g. which folder from d:\local), and how can customer check for this on the client side(e.g. by going to Kudu>console>...) Thank you for reviewing this, making above changes will clear confusions and save some time for our customers on testing the app settings, also it will teach support engineer in a more straight forward way on understanding how local cache works and how to offer help for customers. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 93f1a8ab-c577-b9e8-b46e-28e0a90a0eae * Version Independent ID: b716dcf9-1faf-fe60-b7be-f2bec92adbb5 * Content: [Local cache - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/overview-local-cache?WT.mc_id=AZ-MVP-5003178) * Content Source: [articles/app-service/overview-local-cache.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/overview-local-cache.md) * Service: **app-service** * GitHub Login: @cephalin * Microsoft Alias: **cephalin**
1.0
Local cache document should be clear on what should be done on client end - Hello engineers, I'm from CSS team and I'm currently working on a support ticket regarding local cache, the issue is "after enabling local cache and after a deployment, the new content will not show up until a manual restart on the site". After testing, we figured out: - Local cache requires *manually* restart on customer's side, our platform will not auto restart the site, and the old content will be preserved until the next manual restart. - Even if customer uses swap slot action, since swap itself does not restarts any sites(by design), customer still need a manual restart eventually. - The content in d:\home...\wwwroot however will be immediately updated after deployment. I also discussed both *local cache* and *swap* usage with TAs and confirmed the above three points are by design. Since the document did not specify if the restart is mandatory, our customer spent a lot of time testing on the issue. As a support engineer, I also hope this document can be improved. I hope the document can be more client friendly and straight forward on below three points: - Indicate specifically that a manual restart is mandatory for fetching newly deployed content, I know we already got this part in the document - *I just published new changes, but my app does not seem to have them. Why?*, but we should specify that a manual restart is required by customer, and this restart will not be done by our platform automatically. By reading the document itself I can't obviously see if the restart is from where, the document just stated that a restart should be done. - Please also add a best practice part in the document telling customers if we actually recommend "swap then restart" or "restart then swap", or if both are okay, since there're a lot of customers using local cache+swap, I wish the *manual restart* step can be highlighted(since the swap document did not directly highlight *swap action will not restart sites* either). - If possible, please also add a reference explaining where is the old content reading from(e.g. which folder from d:\local), and how can customer check for this on the client side(e.g. by going to Kudu>console>...) Thank you for reviewing this, making above changes will clear confusions and save some time for our customers on testing the app settings, also it will teach support engineer in a more straight forward way on understanding how local cache works and how to offer help for customers. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 93f1a8ab-c577-b9e8-b46e-28e0a90a0eae * Version Independent ID: b716dcf9-1faf-fe60-b7be-f2bec92adbb5 * Content: [Local cache - Azure App Service](https://docs.microsoft.com/en-us/azure/app-service/overview-local-cache?WT.mc_id=AZ-MVP-5003178) * Content Source: [articles/app-service/overview-local-cache.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/app-service/overview-local-cache.md) * Service: **app-service** * GitHub Login: @cephalin * Microsoft Alias: **cephalin**
non_test
local cache document should be clear on what should be done on client end hello engineers i m from css team and i m currently working on a support ticket regarding local cache the issue is after enabling local cache and after a deployment the new content will not show up until a manual restart on the site after testing we figured out local cache requires manually restart on customer s side our platform will not auto restart the site and the old content will be preserved until the next manual restart even if customer uses swap slot action since swap itself does not restarts any sites by design customer still need a manual restart eventually the content in d home wwwroot however will be immediately updated after deployment i also discussed both local cache and swap usage with tas and confirmed the above three points are by design since the document did not specify if the restart is mandatory our customer spent a lot of time testing on the issue as a support engineer i also hope this document can be improved i hope the document can be more client friendly and straight forward on below three points indicate specifically that a manual restart is mandatory for fetching newly deployed content i know we already got this part in the document i just published new changes but my app does not seem to have them why but we should specify that a manual restart is required by customer and this restart will not be done by our platform automatically by reading the document itself i can t obviously see if the restart is from where the document just stated that a restart should be done please also add a best practice part in the document telling customers if we actually recommend swap then restart or restart then swap or if both are okay since there re a lot of customers using local cache swap i wish the manual restart step can be highlighted since the swap document did not directly highlight swap action will not restart sites either if possible please also add a reference explaining where is the old content reading from e g which folder from d local and how can customer check for this on the client side e g by going to kudu console thank you for reviewing this making above changes will clear confusions and save some time for our customers on testing the app settings also it will teach support engineer in a more straight forward way on understanding how local cache works and how to offer help for customers document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service app service github login cephalin microsoft alias cephalin
0
85,640
24,645,983,095
IssuesEvent
2022-10-17 14:53:22
webiny/webiny-js
https://api.github.com/repos/webiny/webiny-js
closed
Page Builder: Ability to modify a grid's configuration in different responsive views.
feature page-builder
## This is: - Feature request ## Detailed Description It would be useful to be able to add/remove cells in a grid in different responsive viewports. ## Possible Solution Make the grid settings persist per viewport, in the same way other properties such as width etc can be set differently for the same element in different viewports.
1.0
Page Builder: Ability to modify a grid's configuration in different responsive views. - ## This is: - Feature request ## Detailed Description It would be useful to be able to add/remove cells in a grid in different responsive viewports. ## Possible Solution Make the grid settings persist per viewport, in the same way other properties such as width etc can be set differently for the same element in different viewports.
non_test
page builder ability to modify a grid s configuration in different responsive views this is feature request detailed description it would be useful to be able to add remove cells in a grid in different responsive viewports possible solution make the grid settings persist per viewport in the same way other properties such as width etc can be set differently for the same element in different viewports
0
12,861
21,046,626,646
IssuesEvent
2022-03-31 16:36:10
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
Add new config option githubTokenWarn to remove warnings for self-hosted instances w/o github.com access
type:feature status:requirements priority-5-triage
### What would you like Renovate to be able to do? Due to the way we're using the self-hosted instance of Renovate, github.com is not accessible since there is a firewall in place. We would like the ability to turn off these warnings since it's expected behavior to not have a token set. See below for screenshots containing the warnings we're looking to remove! Pull Requests: <img width="660" alt="160877040-47df5225-ff0b-438f-9358-70ae595f08cf" src="https://user-images.githubusercontent.com/6796642/161105383-1f9669c4-5a4b-4ddb-81bd-e41e35ad96f7.png"> Dependency Dashboard: <img width="657" alt="160877128-52f9d5d4-50ae-4092-bc5e-fb5261ff8aab" src="https://user-images.githubusercontent.com/6796642/161105402-1d67ccf4-31fd-4609-99a4-69686d65e7e6.png"> Logs: <img width="582" alt="160877716-326fbe27-f5ea-4e22-bb93-bd8c0a6e1c74" src="https://user-images.githubusercontent.com/6796642/161105421-da43b222-1f41-4954-b718-9f329fd454f8.png"> ### If you have any ideas on how this should be implemented, please tell us here. Add a new option `githubTokenWarn`, which defaults to true. If set to false (global config only) then we no longer log a warning about it (which will make it disappear from the Dependency Dashboard to) nor should we add the warning text in PR bodies. ### Is this a feature you are interested in implementing yourself? Maybe
1.0
Add new config option githubTokenWarn to remove warnings for self-hosted instances w/o github.com access - ### What would you like Renovate to be able to do? Due to the way we're using the self-hosted instance of Renovate, github.com is not accessible since there is a firewall in place. We would like the ability to turn off these warnings since it's expected behavior to not have a token set. See below for screenshots containing the warnings we're looking to remove! Pull Requests: <img width="660" alt="160877040-47df5225-ff0b-438f-9358-70ae595f08cf" src="https://user-images.githubusercontent.com/6796642/161105383-1f9669c4-5a4b-4ddb-81bd-e41e35ad96f7.png"> Dependency Dashboard: <img width="657" alt="160877128-52f9d5d4-50ae-4092-bc5e-fb5261ff8aab" src="https://user-images.githubusercontent.com/6796642/161105402-1d67ccf4-31fd-4609-99a4-69686d65e7e6.png"> Logs: <img width="582" alt="160877716-326fbe27-f5ea-4e22-bb93-bd8c0a6e1c74" src="https://user-images.githubusercontent.com/6796642/161105421-da43b222-1f41-4954-b718-9f329fd454f8.png"> ### If you have any ideas on how this should be implemented, please tell us here. Add a new option `githubTokenWarn`, which defaults to true. If set to false (global config only) then we no longer log a warning about it (which will make it disappear from the Dependency Dashboard to) nor should we add the warning text in PR bodies. ### Is this a feature you are interested in implementing yourself? Maybe
non_test
add new config option githubtokenwarn to remove warnings for self hosted instances w o github com access what would you like renovate to be able to do due to the way we re using the self hosted instance of renovate github com is not accessible since there is a firewall in place we would like the ability to turn off these warnings since it s expected behavior to not have a token set see below for screenshots containing the warnings we re looking to remove pull requests img width alt src dependency dashboard img width alt src logs img width alt src if you have any ideas on how this should be implemented please tell us here add a new option githubtokenwarn which defaults to true if set to false global config only then we no longer log a warning about it which will make it disappear from the dependency dashboard to nor should we add the warning text in pr bodies is this a feature you are interested in implementing yourself maybe
0
118,024
9,968,228,070
IssuesEvent
2019-07-08 15:09:30
JobCore/employee-mobile
https://api.github.com/repos/JobCore/employee-mobile
closed
Bugs E2E
bug ready-for-testing
Recuperar contraseña ✖ Redirect to screen when click on “Forgot password” ✔ Send email ✔ Link to create new password ✔ Create new password ✖ Observaciones: - Error al enviar el formulario Request: https://jobcore.herokuapp.com/api/user/password/reset Method: PUT Status Code: 500 Response: https://paste.ubuntu.com/p/VgHQcSdVhj/ (Visitar enlace para ver la respuesta completa) - El título de la pagina dice [SUBJECT]
1.0
Bugs E2E - Recuperar contraseña ✖ Redirect to screen when click on “Forgot password” ✔ Send email ✔ Link to create new password ✔ Create new password ✖ Observaciones: - Error al enviar el formulario Request: https://jobcore.herokuapp.com/api/user/password/reset Method: PUT Status Code: 500 Response: https://paste.ubuntu.com/p/VgHQcSdVhj/ (Visitar enlace para ver la respuesta completa) - El título de la pagina dice [SUBJECT]
test
bugs recuperar contraseña ✖ redirect to screen when click on “forgot password” ✔ send email ✔ link to create new password ✔ create new password ✖ observaciones error al enviar el formulario request method put status code response visitar enlace para ver la respuesta completa el título de la pagina dice
1
104,508
8,973,793,391
IssuesEvent
2019-01-29 22:02:23
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Runtime error - "fatal error: concurrent map iteration and map write" seen in logs
kind/bug-qa priority/0 status/resolved status/to-test team/az version/2.0
Rancher server version - Build from master - Nov 27 Steps to reproduce the problem: Had DO and AWS cluster provisioned . Deployed few workloads in the clusters Following errors seen repeatedly in logs: ``` fatal error: concurrent map iteration and map write goroutine 5845 [running]: runtime.throw(0x3655812, 0x26) /usr/local/go/src/runtime/panic.go:608 +0x72 fp=0xc055923c58 sp=0xc055923c28 pc=0x42c4c2 runtime.mapiternext(0xc055923df0) /usr/local/go/src/runtime/map.go:790 +0x525 fp=0xc055923ce0 sp=0xc055923c58 pc=0x40ee45 github.com/rancher/rancher/pkg/dynamiclistener.(*Server).updateIPs(0xc005ac36c0, 0xc0057342a0, 0x2) /go/src/github.com/rancher/rancher/pkg/dynamiclistener/server.go:98 +0x126 fp=0xc055923e60 sp=0xc055923ce0 pc=0x27c9206 github.com/rancher/rancher/pkg/dynamiclistener.(*Server).start(0xc005ac36c0, 0x3c1a620, 0xc000cfa000) /go/src/github.com/rancher/rancher/pkg/dynamiclistener/server.go:141 +0xaa fp=0xc055923fc8 sp=0xc055923e60 pc=0x27c97da runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc055923fd0 sp=0xc055923fc8 pc=0x45c5a1 created by github.com/rancher/rancher/pkg/dynamiclistener.NewServer /go/src/github.com/rancher/rancher/pkg/dynamiclistener/server.go:83 +0xff goroutine 1 [chan receive, 1001 minutes]: github.com/rancher/rancher/app.Run(0x3c1a620, 0xc000cfa000, 0xc0021dff60, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/rancher/rancher/app/app.go:133 +0x278 main.run(0x6197c50, 0x0, 0x0, 0x35eeedd, 0x4, 0x0, 0x0, 0x0, 0x50, 0x1bb, ...) /go/src/github.com/rancher/rancher/main.go:202 +0x37e main.main.func1(0xc0004e98c0, 0xc0004e98c0, 0xc000c997b7) /go/src/github.com/rancher/rancher/main.go:149 +0x25f github.com/rancher/rancher/vendor/github.com/urfave/cli.HandleAction(0x2e1f540, 0xc0006fb270, 0xc0004e98c0, 0xc000cad200, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/urfave/cli/app.go:502 +0xc8 github.com/rancher/rancher/vendor/github.com/urfave/cli.(*App).Run(0xc000b0c540, 0xc0000c2000, 0x8, 0x8, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/urfave/cli/app.go:268 +0x5b7 main.main() /go/src/github.com/rancher/rancher/main.go:156 +0xc59 goroutine 19 [syscall, 1001 minutes]: os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:139 +0x9c os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x22 created by os/signal.init.0 /usr/local/go/src/os/signal/signal_unix.go:29 +0x41 goroutine 20 [chan receive]: github.com/rancher/rancher/vendor/github.com/golang/glog.(*loggingT).flushDaemon(0x6176420) /go/src/github.com/rancher/rancher/vendor/github.com/golang/glog/glog.go:879 +0x8b created by github.com/rancher/rancher/vendor/github.com/golang/glog.init.0 /go/src/github.com/rancher/rancher/vendor/github.com/golang/glog/glog.go:410 +0x203 goroutine 105 [select, 39 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000b20680, 0xc000cb64b0, 0xc000cd8fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 226 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0000df000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0000df000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 120 [chan receive]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0xc0001c78e0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x39e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x80 goroutine 90 [chan receive]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0xc0004d7d60) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x39e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x80 goroutine 119 [chan receive]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0xc0001c7880) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x39e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x80 goroutine 135 [select, 49 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal.(*filePipeline).run(0xc000d60280) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal/file_pipeline.go:89 +0x113 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal.newFilePipeline /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal/file_pipeline.go:47 +0x10c goroutine 62 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922d60, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc998, 0x72, 0xc000cec000, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc998, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000cfc980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000cfc980, 0xc000470380, 0x30, 0x30) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*TCPListener).accept(0xc00000c060, 0x50, 0x7fcf34b8e000, 0x0) /usr/local/go/src/net/tcpsock_posix.go:139 +0x2e net.(*TCPListener).AcceptTCP(0xc00000c060, 0x40c6d8, 0x30, 0x3329bc0) /usr/local/go/src/net/tcpsock.go:247 +0x47 net/http.tcpKeepAliveListener.Accept(0xc00000c060, 0x3329bc0, 0xc000caa5a0, 0x2f87240, 0x6149160) /usr/local/go/src/net/http/server.go:3232 +0x2f net/http.(*Server).Serve(0xc000cd4000, 0x3c15060, 0xc00000c060, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f net/http.(*Server).ListenAndServe(0xc000cd4000, 0xc000cd4000, 0x0) /usr/local/go/src/net/http/server.go:2764 +0xb6 net/http.ListenAndServe(0x3603c08, 0xe, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/net/http/server.go:3004 +0x74 main.main.func1.1() /go/src/github.com/rancher/rancher/main.go:137 +0x3e created by main.main.func1 /go/src/github.com/rancher/rancher/main.go:136 +0x53 goroutine 63 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922f00, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc018, 0x72, 0xc000cec000, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc018, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000cfc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000cfc000, 0x50, 0x7fcf34b8e000, 0x0) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*UnixListener).accept(0xc000caa120, 0xc000cd6e60, 0x40c6d8, 0x30) /usr/local/go/src/net/unixsock_posix.go:162 +0x32 net.(*UnixListener).Accept(0xc000caa120, 0x3329bc0, 0xc000caa210, 0x2f87240, 0x6149160) /usr/local/go/src/net/unixsock.go:257 +0x47 net/http.(*Server).Serve(0xc000cf6000, 0x3c12120, 0xc000caa120, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f github.com/rancher/rancher/pkg/logserver.(*Server).ListenAndServe(0xc000925740, 0xc000cc2b40, 0xc000925740) /go/src/github.com/rancher/rancher/pkg/logserver/server.go:46 +0x16f created by github.com/rancher/rancher/pkg/logserver.(*Server).Start /go/src/github.com/rancher/rancher/pkg/logserver/server.go:33 +0x59 goroutine 126 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump.GoroutineDumpOn.func1(0xc000cad260) /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump/dump.go:17 +0x1fc created by github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump.GoroutineDumpOn /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump/dump.go:16 +0x8d goroutine 127 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/rancher/norman/signal.SigTermCancelContext.func1(0xc0000ae2a0, 0xc00089a000, 0x3c1a620, 0xc000cfa000) /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/signal/sigterm.go:19 +0xb7 created by github.com/rancher/rancher/vendor/github.com/rancher/norman/signal.SigTermCancelContext /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/signal/sigterm.go:18 +0x108 goroutine 128 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain.startEtcdOrProxyV2() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain/etcd.go:170 +0xa93 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain.Main() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain/main.go:39 +0x116 github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd.runEtcd(0x3c1a620, 0xc000cfa000, 0xc00095c020, 0x2, 0x2) /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd/etcd.go:68 +0x108 created by github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd.RunETCD /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd/etcd.go:24 +0x1b6 goroutine 153 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc0006e0600, 0xc000caa600, 0xc000c08fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc000467c80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 3512 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc005df3f20, 0x5f5e100, 0x0, 0xc003ae97a0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:374 +0x153 created by github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1 /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:357 +0x8c goroutine 134 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend.(*backend).run(0xc000d625a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend/backend.go:252 +0x14f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend.newBackend /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend/backend.go:150 +0x2bf goroutine 136 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft.(*node).run(0xc000d629c0, 0xc000eae000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft/node.go:313 +0x4dc created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft.StartNode /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft/node.go:210 +0x41d goroutine 137 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease.(*lessor).runLoop(0xc000d62cc0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease/lessor.go:488 +0x13b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease.newLessor /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease/lessor.go:168 +0x156 goroutine 138 [select, 1 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.(*fifo).run(0xc000d62d20) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:144 +0x214 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.NewFIFOScheduler /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:71 +0x13b goroutine 140 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.(*watchableStore).syncWatchersLoop(0xc000eb00a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:220 +0x1ae created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.newWatchableStore /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:88 +0x28c goroutine 141 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.(*watchableStore).syncVictimsLoop(0xc000eb00a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:246 +0x167 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.newWatchableStore /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:89 +0x2ae goroutine 142 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).run(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:730 +0x5fc created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).start /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:551 +0x3e1 goroutine 162 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil.HandleInterrupts.func1(0xc000153b60) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil/interrupt_unix.go:51 +0x58 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil.HandleInterrupts /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil/interrupt_unix.go:50 +0xc1 goroutine 144 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:562 +0x127 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile-fm() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:522 +0x2a github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be990) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 177 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.monitorFileDescriptor(0xc000d72cc0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/metrics.go:96 +0x157 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).Start.func2() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:523 +0x31 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be9a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 178 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1510 +0x104 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions-fm() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:524 +0x2a github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be9b0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 179 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).linearizableReadLoop(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/v3_server.go:593 +0x4ec github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).linearizableReadLoop-fm() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:525 +0x2a github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be9c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 180 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader.func1(0xc000eb2000, 0xc0006bea20) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:115 +0xff created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:110 +0x82 goroutine 181 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c014e0, 0xc0008da0c0, 0xc000d62fc0, 0xc0002b2d50, 0xc000cefed0, 0x18, 0xc000cefec8) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).Serve(0xc0001251e0, 0x3c12720, 0xc0008db280, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:504 +0x1cd created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:334 +0x244 goroutine 182 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c014e0, 0xc0008da0c0, 0xc000d63020, 0x40c6d8, 0x30, 0x3329bc0, 0x3bab1ba) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 net/http.(*Server).Serve(0xc000cd5d40, 0x3c12720, 0xc0008db2c0, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:340 +0x41f goroutine 183 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922e30, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca6198, 0x72, 0xc000d60d00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca6198, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000ca6180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000ca6180, 0x0, 0x200, 0x166) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*TCPListener).accept(0xc0000be060, 0xc000939660, 0xc001096300, 0xc000d60cc0) /usr/local/go/src/net/tcpsock_posix.go:139 +0x2e net.(*TCPListener).Accept(0xc0000be060, 0x200, 0x166, 0xc000cf0f00, 0x42b222) /usr/local/go/src/net/tcpsock.go:260 +0x47 github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport.(*rwTimeoutListener).Accept(0xc0008da0c0, 0x3718a08, 0xc000d60a00, 0xc000939660, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport/timeout_listener.go:48 +0x37 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc000d60a00, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:110 +0x88 github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers.func1(0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:341 +0x2f github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers.func3(0xc0007b3200, 0xc000942760) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:354 +0x2b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:353 +0x61f goroutine 188 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922c90, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca6398, 0x72, 0xc000d60e00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca6398, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000ca6380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000ca6380, 0x4, 0xc000d72058, 0x0) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*TCPListener).accept(0xc0000be0a0, 0xc000d72000, 0xc000c21d10, 0x408d01) /usr/local/go/src/net/tcpsock_posix.go:139 +0x2e net.(*TCPListener).Accept(0xc0000be0a0, 0xc000c21d10, 0xc006122eb0, 0x0, 0xc000c21d38) /usr/local/go/src/net/tcpsock.go:260 +0x47 github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport.(*limitListener).Accept(0xc0008da1c0, 0x435b4e, 0xc000c21d60, 0x4599c0, 0xc000c21da8) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport/limit_listen.go:46 +0x53 github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport.(*keepaliveListener).Accept(0xc0006be0c0, 0x3718a10, 0xc000b70740, 0x3c34c60, 0xc00c6b00c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport/keepalive_listener.go:49 +0x37 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc000b70740, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:110 +0x88 github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve(0xc000d62120, 0xc000eb2000, 0x0, 0x3bd4600, 0xc0008db920, 0xc0006bee90, 0xc0006bee70, 0x2, 0x2, 0xc000cf17b8, ...) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:157 +0x22a github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).serveClients.func1(0xc0007b3200, 0xc0000be7c0, 0xc0006beb90, 0xc0008db940, 0xc000d62120) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:493 +0xba created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).serveClients /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:492 +0x353 goroutine 189 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.(*fifo).run(0xc000d632c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:144 +0x214 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.NewFIFOScheduler /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:71 +0x13b goroutine 190 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*raftNode).start.func1(0xc000eb2030, 0xc0006beec0, 0x3b9aca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/raft.go:162 +0x1ad created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*raftNode).start /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/raft.go:157 +0x52 goroutine 191 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0xc000d70a20, 0x21, 0xc000d63740, 0x35ef435, 0x4, 0x5, 0x0, 0x6fc23ac00, 0xc000d72c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x628 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0xc3 goroutine 192 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0xc000d6cc40, 0x20, 0xc000d637a0, 0x35ee6e1, 0x3, 0x5, 0x0, 0x6fc23ac00, 0xc000d72c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x628 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0xc3 goroutine 193 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader.func1(0xc000eb2000, 0xc0006e6160) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:115 +0xff created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:110 +0x82 goroutine 194 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c01460, 0xc0006be0c0, 0xc0005e0000, 0xc00046dea0, 0x18, 0xc000467200, 0x10c7d9f) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).Serve(0xc0006626e0, 0x3c12720, 0xc000bbc1e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:504 +0x1cd github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve.func1(0xc0006bee90, 0xc0006626e0, 0x3c12720, 0xc000bbc1e0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:101 +0x3f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:101 +0x8dc goroutine 195 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0006f8c00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 196 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).registerGateway.func1(0x3c1a620, 0xc000d60040, 0xc000658280, 0xc000d62120) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:203 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).registerGateway /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:202 +0x22c goroutine 197 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c01460, 0xc0006be0c0, 0xc0005e0180, 0xc000d0be88, 0x48f276, 0x5bfdb771, 0x435b4e) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 net/http.(*Server).Serve(0xc000afdd40, 0x3c12720, 0xc000bbc280, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve.func2(0xc0006bee90, 0xc000afdd40, 0x3c12720, 0xc000bbc280) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:116 +0x3f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:116 +0xa5d goroutine 163 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0009af540) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 164 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000186500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000186500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 167 [IO wait, 39 minutes]: internal/poll.runtime_pollWait(0x7fcf32922bc0, 0x72, 0xc000d0cbc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0000c2898, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0000c2898, 0xc001088000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0000c2880, 0xc001088000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0000c2880, 0xc001088000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0001541a8, 0xc001088000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000cacae0, 0xc000d7e118, 0x9, 0x9, 0x20, 0x0, 0xc000d0cda0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000cacae0, 0xc000d7e118, 0x9, 0x9, 0x9, 0xc0005df680, 0xc000d0ce50, 0x4051af) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000cacae0, 0xc000d7e118, 0x9, 0x9, 0x833fb7, 0xc02a40104c, 0x40be4f) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000d7e118, 0x9, 0x9, 0x3bd3540, 0xc000cacae0, 0x0, 0xc000000000, 0xc000d0cef0, 0x10a25de) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000d7e0e0, 0xc02a401040, 0xc02a401040, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0005df500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 168 [select, 39 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc0009af9c0, 0xc000ca41e0, 0xc000cd7fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0005df500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 106 [select, 39 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 107 [IO wait, 39 minutes]: internal/poll.runtime_pollWait(0x7fcf32922af0, 0x72, 0xc000c0aaa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc00004a218, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc00004a218, 0xc000c0c000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc00004a200, 0xc000c0c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc00004a200, 0xc000c0c000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000c040, 0xc000c0c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000528460, 0xc000c0c000, 0x8000, 0x8000, 0x0, 0x800010601, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0000c0960, 0xc000c38038, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0000c0960, 0xc000c38038, 0x9, 0x9, 0x9, 0xc0220e6480, 0x402a5e, 0xc000c0ae3b) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0000c0960, 0xc000c38038, 0x9, 0x9, 0x833fb7, 0xc05266dc2c, 0xc020c08d00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c38038, 0x9, 0x9, 0x3bd3540, 0xc0000c0960, 0x0, 0x0, 0xc05266dc20, 0xc000c0aeb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c38000, 0xc05266dc20, 0xc05266dc20, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc001096d80, 0xc000cb6630, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0008fe180, 0xc0006626e0, 0x7fcf32724348, 0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 109 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x371d770, 0x3b9aca00, 0x0, 0x1, 0xc0000ae120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0x371d770, 0x3b9aca00, 0xc0000ae120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Forever(0x371d770, 0x3b9aca00) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:79 +0x41 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters.startRecordingUsage.func1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters/maxinflight.go:81 +0x36 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters.startRecordingUsage /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters/maxinflight.go:80 +0x35 goroutine 169 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc0007521e0, 0x3b9aca00, 0x0, 0xc0000ae120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:374 +0x153 created by github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1 /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:357 +0x8c goroutine 225 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0000df000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 227 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0016d22d0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 228 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0007fdec0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 229 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000b782a0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 230 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000659680) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000659680) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 152 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922a20, 0x72, 0xc000c8ebc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0009ffc18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0009ffc18, 0xc000c78000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0009ffc00, 0xc000c78000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0009ffc00, 0xc000c78000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000be070, 0xc000c78000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000d62ea0, 0xc000c382d8, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000d62ea0, 0xc000c382d8, 0x9, 0x9, 0x9, 0xc015780ac0, 0x402a5e, 0xc000c8eea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000d62ea0, 0xc000c382d8, 0x9, 0x9, 0x833fb7, 0xc01d86f5ec, 0xc004a78000) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c382d8, 0x9, 0x9, 0x3bd3540, 0xc000d62ea0, 0x0, 0x0, 0xc01d86f5e0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c382a0, 0xc01d86f5e0, 0xc01d86f5e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc000467c80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 207 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run(0xc0019da600) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:135 +0x1c4 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watcher).Watch /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:104 +0x11a goroutine 154 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc000467c80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 206 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func1(0xc000528f00, 0xc000598660, 0xc000058a20, 0xc0010e1320) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:207 +0x14d created by github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:201 +0x9a3 goroutine 202 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000896300, 0xc000c98120, 0xc000c0bfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 156 [select, 1 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.compactor(0x3c1a620, 0xc00083a100, 0xc0006b0600, 0x45d964b800) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/compact.go:116 +0x109 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.StartCompactor /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/compact.go:63 +0x266 goroutine 203 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 204 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922880, 0x72, 0xc000c8faa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0009ffd18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0009ffd18, 0xc000c90000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0009ffd00, 0xc000c90000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0009ffd00, 0xc000c90000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc000154570, 0xc000c90000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc00035c140, 0xc000c90000, 0x8000, 0x8000, 0x0, 0xc000c8fcd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0010e02a0, 0xc0016d6038, 0x9, 0x9, 0x4, 0xc000c8fe18, 0xc001097380) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0010e02a0, 0xc0016d6038, 0x9, 0x9, 0x9, 0x40be4f, 0x7fcf34b8e000, 0xc0010e0478) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0010e02a0, 0xc0016d6038, 0x9, 0x9, 0x6, 0xc00005c088, 0xc00005c000) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d6038, 0x9, 0x9, 0x3bd3540, 0xc0010e02a0, 0x0, 0xc000000000, 0xc000c8fe38, 0xc000c8feb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d6000, 0xc033e97480, 0xc033e97480, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc001097200, 0xc000c981b0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc00000a0c0, 0xc0006626e0, 0x7fcf32724348, 0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 157 [select]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*timeBudget).periodicallyRefresh(0xc000ba25e0, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:64 +0xe7 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.newTimeBudget /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:56 +0x6e goroutine 158 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc000501860) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 159 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000528f00, 0x3bea420, 0xc0019da600, 0xc000d13c00, 0xc0010e1320, 0xc000598660, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:302 +0x235 github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000528f00, 0xc000598660, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:268 +0xf52 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).startCaching(0xc000501860, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:271 +0xe9 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1.1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:240 +0x64 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000d517a8) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x54 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000d13fa8, 0x3b9aca00, 0x0, 0x1, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbe github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc000d517a8, 0x3b9aca00, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1(0xc000501860, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:237 +0x9d created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:235 +0x5ae goroutine 160 [select, 1 minutes]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001326180, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc0005987e0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 246 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a16780) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 6380 [select, 908 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc007eb8b60) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 253 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a16be0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 259 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a17040) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 265 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a17590) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 266 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0008bc800) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 267 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0008bc800) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0008bc800) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 268 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0013d7410) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 269 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc00099d640) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 270 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000582a80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 271 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000023400) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000023400) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 274 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329227b0, 0x72, 0xc001987bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbf398, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbf398, 0xc0019aa000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbf380, 0xc0019aa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbf380, 0xc0019aa000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000bf290, 0xc0019aa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000ca9ce0, 0xc000c38738, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000ca9ce0, 0xc000c38738, 0x9, 0x9, 0x9, 0xc023326270, 0x402a5e, 0xc001987ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000ca9ce0, 0xc000c38738, 0x9, 0x9, 0x44c048, 0x259da461e441a, 0xc01298185d) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c38738, 0x9, 0x9, 0x3bd3540, 0xc000ca9ce0, 0x0, 0x36a800000000, 0x61747e0, 0xbef7c66c92977cb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c38700, 0xc02718c6c0, 0xc02718c6c0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0012fbe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 305 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000c2e300, 0xc001998ba0, 0xc00189efb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 275 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc00099d780, 0xc0013d7920, 0xc001988fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0012fbe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 276 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc0012fbe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 283 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000023b80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000023b80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 172 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000c2e0c0, 0xc001998360, 0xc000c8bfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 173 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 174 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329226e0, 0x72, 0xc000c8aaa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc118, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc118, 0xc0019c8000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cfc100, 0xc0019c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cfc100, 0xc0019c8000, 0x8000, 0x8000, 0x2f, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0007463c8, 0xc0019c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000d240a0, 0xc0019c8000, 0x8000, 0x8000, 0xc000060a00, 0xc000c8acd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019a8060, 0xc0001d82d8, 0x9, 0x9, 0x4, 0xc000c8ae18, 0xc0019ba300) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019a8060, 0xc0001d82d8, 0x9, 0x9, 0x9, 0xc000c8ade0, 0x42b888, 0xc0019a8118) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019a8060, 0xc0001d82d8, 0x9, 0x9, 0x6, 0xc000060a88, 0xc000060a00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0001d82d8, 0x9, 0x9, 0x3bd3540, 0xc0019a8060, 0x0, 0xc000000000, 0x10a5ea7, 0xc000c8aeb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0001d82a0, 0xc02718c6a0, 0xc02718c6a0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0019ba180, 0xc0019983f0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0008ba220, 0xc0006626e0, 0x7fcf32724348, 0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 278 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0008bca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 279 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0008bca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0008bca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 280 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0013d7cb0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 281 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc00099dc00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 282 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000582bd0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 208 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).startWatching(0xc0019da600, 0xc000058a80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:204 +0x324 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:129 +0x7f goroutine 289 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).processEvent(0xc0019da600, 0xc00014e800) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:228 +0x11e created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:133 +0xda goroutine 296 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922610, 0x72, 0xc00189abc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbf918, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbf918, 0xc0019f2000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbf900, 0xc0019f2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbf900, 0xc0019f2000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000c138, 0xc0019f2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc0019f0000, 0xc0016d61f8, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019f0000, 0xc0016d61f8, 0x9, 0x9, 0x9, 0xc01e5f9f20, 0x402a5e, 0xc00189aea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019f0000, 0xc0016d61f8, 0x9, 0x9, 0x44c048, 0x259da4617d338, 0xc01291a761) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d61f8, 0x9, 0x9, 0x3bd3540, 0xc0019f0000, 0x0, 0x36a800000000, 0x61747e0, 0xbef7c66c9290d1c2) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d61c0, 0xc011d5e680, 0xc011d5e680, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0019ee300) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 290 [select, 1001 minutes]: context.propagateCancel.func1(0x3c1ac20, 0xc0006323a0, 0x3bdeb60, 0xc000897340) /usr/local/go/src/context/context.go:260 +0xd8 created by context.propagateCancel /usr/local/go/src/context/context.go:259 +0x18d goroutine 291 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0xc000872340) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x33e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x2de goroutine 294 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc0009714a0, 0xc00000abf0, 0x5, 0x5, 0xc000c8dac8, 0x4437b1, 0x42b) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc0009714a0, 0xc00000abf0, 0x5, 0x5, 0x0, 0x3209440, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc000c990b0, 0xc00000abf0, 0x5, 0x5, 0x4734ae, 0xc0019a24b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc000c990b0, 0xc00000abf0, 0x5, 0x5, 0x5, 0xc000467c80, 0xc0019a23c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc000c990b0, 0xc00000abf0, 0x5, 0x5, 0xc000cb41c0, 0xc000c8dc30, 0xa3d758) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0019a23c0, 0xc00000abf0, 0x5, 0x5, 0x3, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc00000abe0, 0x7fffffff, 0x6f5a274d6e8f284c, 0xc000c8dce8, 0x43d67d, 0xc000058b98, 0x0, 0xc000c8dd28) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc00000abe0, 0x3c13ee0, 0x6197c50, 0xc0019a23c0, 0x0, 0x0, 0x346e680, 0xc0069f0e60, 0x7fffffff, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0019c66c0, 0x346e680, 0xc0069f0e60, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:442 +0xfc github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredClientStream).RecvMsg(0xc00000ac20, 0x346e680, 0xc0069f0e60, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/client.go:63 +0x57 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0xc000632440, 0xc000c8def0, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3217 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0xc000872340, 0x3c34b40, 0xc000632440) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x4b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x52f goroutine 293 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream.func4(0x3c37720, 0xc000467c80, 0xc000658a00, 0xc0019c66c0, 0xc0019a23c0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:284 +0x174 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:283 +0x950 goroutine 295 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveSubstream(0xc000872340, 0xc000be4160, 0xc000058d20) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:611 +0x2a5 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:452 +0xf54 goroutine 309 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func1(0xc000eb0460, 0xc000059f80, 0xc000753440, 0xc0019a95c0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:207 +0x14d created by github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:201 +0x9a3 goroutine 286 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch(0xc000b71640, 0x3c34ba0, 0xc000151eb0, 0x3bd44c0, 0xc000b71640) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:148 +0x356 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb._Watch_Watch_Handler(0x2f68d00, 0xc000b71640, 0x3c290e0, 0xc000734640, 0xc0009dc7d0, 0x2ff0680) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3239 +0xad github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.StreamServerInterceptor(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000cc9680, 0xc0007345e0, 0x3719018, 0x7fcf34b8ed80, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:40 +0x119 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.newStreamInterceptor.func1(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000cc9680, 0xc0007345e0, 0x3719018, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:93 +0x10a github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).processStreamingRPC(0xc0006626e0, 0x3c31d80, 0xc001097200, 0xc0013c4b40, 0xc000befda0, 0x614ec20, 0x0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1060 +0x370 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleStream(0xc0006626e0, 0x3c31d80, 0xc001097200, 0xc0013c4b40, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1147 +0x12a1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc00014e260, 0xc0006626e0, 0x3c31d80, 0xc001097200, 0xc0013c4b40) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:638 +0x9f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1 /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:636 +0xa1 goroutine 297 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc00099dd40, 0xc000c993b0, 0xc0019bcfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0019ee300) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 298 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc0019ee300) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 287 [select, 1 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).sendLoop(0xc000cc9720) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:299 +0x548 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func1(0xc000cc9720) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:133 +0x2b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:132 +0x24c goroutine 338 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cb4480, 0xc0019ea9f0, 0xc0019c1fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 288 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc0009dc730, 0xc0007345b0, 0x5, 0x5, 0xc000734680, 0x0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc0009dc730, 0xc0007345b0, 0x5, 0x5, 0x8c6318c631, 0x37, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc0019ea2a0, 0xc0007345b0, 0x5, 0x5, 0x4734ae, 0xc0013c4c38, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc0019ea2a0, 0xc0007345b0, 0x5, 0x5, 0x5, 0xc001097200, 0xc0013c4b40, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc0019ea2a0, 0xc0007345b0, 0x5, 0x5, 0x203000, 0xc0019ea540, 0x0) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0013c4b40, 0xc0007345b0, 0x5, 0x5, 0x60, 0x339f4c0, 0x325bb00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0007345a0, 0x200000, 0x203000, 0x203000, 0x203000, 0xc0019dccc0, 0xc0009dc870, 0xeb6176f58126c813) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc0007345a0, 0x3bff3e0, 0x6197c50, 0xc0013c4b40, 0x0, 0x0, 0x33d8fa0, 0xc000151fc0, 0x200000, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0xc000cc9680, 0x33d8fa0, 0xc000151fc0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:698 +0x11f github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0xc000734640, 0x33d8fa0, 0xc000151fc0, 0x33e2d00, 0xc000ba3f01) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x4b github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0xc000151eb0, 0xc0019bfe38, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3258 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0xc000cc9720, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:177 +0x4c github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0xc000cc9720, 0xc0019dcb40) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:143 +0x32 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x296 goroutine 306 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 307 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922540, 0x72, 0xc0010d6aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0009fff18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0009fff18, 0xc00187a000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0009fff00, 0xc00187a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0009fff00, 0xc00187a000, 0x8000, 0x8000, 0x2f, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc000154598, 0xc00187a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000609ea0, 0xc00187a000, 0x8000, 0x8000, 0xc00005e500, 0xc0010d6cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019a8840, 0xc0001d8578, 0x9, 0x9, 0x4, 0xc0010d6e18, 0xc0019ba000) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019a8840, 0xc0001d8578, 0x9, 0x9, 0x9, 0xc0010d6de0, 0x42b888, 0xc0019a88f8) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019a8840, 0xc0001d8578, 0x9, 0x9, 0x6, 0xc00005e588, 0xc00005e500) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0001d8578, 0x9, 0x9, 0x3bd3540, 0xc0019a8840, 0x0, 0xc000000000, 0x10a5ea7, 0xc0010d6eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0001d8540, 0xc011d5e660, 0xc011d5e660, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0019ba780, 0xc001998c30, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0008ba560, 0xc0006626e0, 0x7fcf32724348, 0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 304 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc000c50400) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 321 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc000c50400) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc000c50400) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 322 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0018eab70) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 323 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cd2680) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 324 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000523b20) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 325 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc00191bb80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc00191bb80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 328 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922470, 0x72, 0xc001929bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca6998, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca6998, 0xc001930000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca6980, 0xc001930000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca6980, 0xc001930000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000c238, 0xc001930000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc0019f1380, 0xc0016d6e38, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019f1380, 0xc0016d6e38, 0x9, 0x9, 0x9, 0xc01adb02d0, 0x402a5e, 0xc001929ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019f1380, 0xc0016d6e38, 0x9, 0x9, 0x44c048, 0x259d586019b07, 0xc0362e0104) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d6e38, 0x9, 0x9, 0x3bd3540, 0xc0019f1380, 0x0, 0x36a300000000, 0x61747e0, 0xbef7c667762ca6ea) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d6e00, 0xc02372aa00, 0xc02372aa00, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0019efe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 329 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd27c0, 0xc0018eb080, 0xc00189bfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0019efe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 330 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc0019efe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 237 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 339 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 340 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329223a0, 0x72, 0xc001928aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc418, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc418, 0xc001942000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cfc400, 0xc001942000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cfc400, 0xc001942000, 0x8000, 0x8000, 0x1e, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0007463f0, 0xc001942000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000d241e0, 0xc001942000, 0x8000, 0x8000, 0x0, 0xc001928cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019dcfc0, 0xc000c38f18, 0x9, 0x9, 0x4, 0xc001928e18, 0xc0019ee780) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019dcfc0, 0xc000c38f18, 0x9, 0x9, 0x9, 0x40be4f, 0x402a5e, 0xc0019dd078) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019dcfc0, 0xc000c38f18, 0x9, 0x9, 0x6, 0xc000060a88, 0xc000060a00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c38f18, 0x9, 0x9, 0x3bd3540, 0xc0019dcfc0, 0x0, 0xc000000000, 0xc001928e38, 0xc001928eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c38ee0, 0xc02372a9e0, 0xc02372a9e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0019c5800, 0xc0019eaa80, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0007347e0, 0xc0006626e0, 0x7fcf32724348, 0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 332 [select]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*timeBudget).periodicallyRefresh(0xc0001594e0, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:64 +0xe7 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.newTimeBudget /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:56 +0x6e goroutine 333 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc0010d2820) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 334 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000eb0460, 0x3bea420, 0xc000fa4000, 0xc0019e3c00, 0xc0019a95c0, 0xc000059f80, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:302 +0x235 github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000eb0460, 0xc000059f80, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:268 +0xf52 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).startCaching(0xc0010d2820, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:271 +0xe9 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1.1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:240 +0x64 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000f5bfa8) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x54 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0019e3fa8, 0x3b9aca00, 0x0, 0x9c56dc28fbd82501, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbe github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc000f5bfa8, 0x3b9aca00, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1(0xc0010d2820, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:237 +0x9d created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:235 +0x5ae goroutine 335 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f0efc0, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc000d1a120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 336 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc000c50c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 353 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc000c50c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc000c50c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 354 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc000f0f1a0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 355 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cd3400) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 356 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000193650) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 357 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc00192e780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc00192e780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 360 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329222d0, 0x72, 0xc001898bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca7018, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca7018, 0xc000f68000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca7000, 0xc000f68000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca7000, 0xc000f68000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000d648, 0xc000f68000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc0019f1da0, 0xc0016d76f8, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019f1da0, 0xc0016d76f8, 0x9, 0x9, 0x9, 0xc018ca0a20, 0x402a5e, 0xc001898ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019f1da0, 0xc0016d76f8, 0x9, 0x9, 0x44c048, 0x259d3d7c18068, 0xc029296cab) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d76f8, 0x9, 0x9, 0x3bd3540, 0xc0019f1da0, 0x0, 0x36a200000000, 0x61747e0, 0xbef7c665a928de37) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d76c0, 0xc02a056720, 0xc02a056720, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc001941b00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 310 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run(0xc000fa4000) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:135 +0x1c4 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watcher).Watch /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:104 +0x11a goroutine 348 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc0019de280) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc0019de280) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 361 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd3540, 0xc000f0f6b0, 0xc001899fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc001941b00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 362 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc001941b00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 376 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc00192ef00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc00192ef00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 364 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f0f8c0, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc000d1acc0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 365 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc000c51900) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 366 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc000c51900) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc000c51900) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 367 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc000f0fa70) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 368 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cd3980) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 369 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000193730) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 345 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cb53c0, 0xc0019eb2f0, 0xc001927fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 346 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 347 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922200, 0x72, 0xc001926aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbfb98, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbfb98, 0xc000f7c000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbfb80, 0xc000f7c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbfb80, 0xc000f7c000, 0x8000, 0x8000, 0x1e, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000bf318, 0xc000f7c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000cc9a40, 0xc000f7c000, 0x8000, 0x8000, 0x0, 0xc001926cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019dd860, 0xc000c390d8, 0x9, 0x9, 0x4, 0xc001926e18, 0xc000f8c180) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019dd860, 0xc000c390d8, 0x9, 0x9, 0x9, 0xc0114de230, 0x402a5e, 0xc0019dd918) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019dd860, 0xc000c390d8, 0x9, 0x9, 0x6, 0xc00005e588, 0xc00005e500) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c390d8, 0x9, 0x9, 0x3bd3540, 0xc0019dd860, 0x0, 0xc000000000, 0xc001926e38, 0xc001926eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c390a0, 0xc02a056700, 0xc02a056700, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc000f8c000, 0xc0019eb380, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc000734b40, 0xc0006626e0, 0x7fcf32724348, 0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 351 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922130, 0x72, 0xc000fdfbc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbff18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbff18, 0xc000fa8000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbff00, 0xc000fa8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbff00, 0xc000fa8000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000bf330, 0xc000fa8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000f98360, 0xc000c39298, 0x9, 0x9, 0x20, 0xc049f5e7e0, 0x7fccae0f1740) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000f98360, 0xc000c39298, 0x9, 0x9, 0x9, 0xc00c9d94a0, 0x402a5e, 0xc000fdfea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000f98360, 0xc000c39298, 0x9, 0x9, 0x44c048, 0x259d504fa45f5, 0xc02c5c402b) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c39298, 0x9, 0x9, 0x3bd3540, 0xc000f98360, 0x0, 0x36a300000000, 0x61747e0, 0xbef7c666ec5b8348) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c39260, 0xc049f5e7e0, 0xc049f5e7e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc000f8c780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 311 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).startWatching(0xc000fa4000, 0xc0007534a0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:204 +0x324 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:129 +0x7f goroutine 312 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).processEvent(0xc000fa4000, 0xc0008b6390) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:228 +0x11e created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:133 +0xda goroutine 313 [select, 1001 minutes]: context.propagateCancel.func1(0x3c1ac20, 0xc0000b1b30, 0x3bdeb60, 0xc000c2e700) /usr/local/go/src/context/context.go:260 +0xd8 created by context.propagateCancel /usr/local/go/src/context/context.go:259 +0x18d goroutine 314 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0xc000cf6410) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x33e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x2de goroutine 317 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc000b0a6e0, 0xc0008baa50, 0x5, 0x5, 0xc0019efe00, 0x7fcf34b8e6c0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc000b0a6e0, 0xc0008baa50, 0x5, 0x5, 0x20, 0x32b68a0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc001999830, 0xc0008baa50, 0x5, 0x5, 0x4734ae, 0xc0019a64b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc001999830, 0xc0008baa50, 0x5, 0x5, 0x5, 0xc0019efe00, 0xc0019a63c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc001999830, 0xc0008baa50, 0x5, 0x5, 0xc000cb41c0, 0xc000f93c30, 0xa3d758) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0019a63c0, 0xc0008baa50, 0x5, 0x5, 0x3, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0008baa40, 0x7fffffff, 0x6f5a274d6e8f284c, 0xc000f93ce8, 0x43d67d, 0xc0007535b8, 0x0, 0xc000f93d28) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc0008baa40, 0x3c13ee0, 0x6197c50, 0xc0019a63c0, 0x0, 0x0, 0x346e680, 0xc000b72be0, 0x7fffffff, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0019a4360, 0x346e680, 0xc000b72be0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:442 +0xfc github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredClientStream).RecvMsg(0xc0008baa60, 0x346e680, 0xc000b72be0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/client.go:63 +0x57 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0xc0000b1ba0, 0xc000f93ef0, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3217 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0xc000cf6410, 0x3c34b40, 0xc0000b1ba0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x4b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x52f goroutine 316 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream.func4(0x3c37720, 0xc0019efe00, 0xc00191b900, 0xc0019a4360, 0xc0019a63c0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:284 +0x174 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:283 +0x950 goroutine 318 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveSubstream(0xc000cf6410, 0xc000bdc580, 0xc000753740) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:611 +0x2a5 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:452 +0xf54 goroutine 352 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cb5e80, 0xc0019eb800, 0xc000fdefb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc000f8c780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 385 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc000f8c780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 319 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch(0xc000b71640, 0x3c34ba0, 0xc0004f4030, 0x3bd44c0, 0xc000b71640) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:148 +0x356 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb._Watch_Watch_Handler(0x2f68d00, 0xc000b71640, 0x3c290e0, 0xc0008bab60, 0xc000b0a870, 0x2ff0680) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3239 +0xad github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.StreamServerInterceptor(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000d24460, 0xc0008bab40, 0x3719018, 0x7fcf34b8f440, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:40 +0x119 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.newStreamInterceptor.func1(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000d24460, 0xc0008bab40, 0x3719018, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:93 +0x10a github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).processStreamingRPC(0xc0006626e0, 0x3c31d80, 0xc0019c5800, 0xc0019a6640, 0xc000befda0, 0x614ec20, 0x0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1060 +0x370 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleStream(0xc0006626e0, 0x3c31d80, 0xc0019c5800, 0xc0019a6640, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1147 +0x12a1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000a71e60, 0xc0006626e0, 0x3c31d80, 0xc0019c5800, 0xc0019a6640) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:638 +0x9f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1 /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:636 +0xa1 goroutine 236 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc0006e1ac0, 0xc0016d2f60, 0xc00189cfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 373 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd3c40, 0xc000f9a660, 0xc001955fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 374 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 375 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922060, 0x72, 0xc001954aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca7418, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca7418, 0xc000fba000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca7400, 0xc000fba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca7400, 0xc000fba000, 0x8000, 0x8000, 0x2f, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000d6d0, 0xc000fba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000eb0a00, 0xc000fba000, 0x8000, 0x8000, 0x0, 0xc001954cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc000f8e9c0, 0xc0016d78b8, 0x9, 0x9, 0x4, 0xc001954e18, 0xc000f7af00) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000f8e9c0, 0xc0016d78b8, 0x9, 0x9, 0x9, 0xc00f121670, 0x402a5e, 0xc000f8ea78) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000f8e9c0, 0xc0016d78b8, 0x9, 0x9, 0x6, 0xc00005c088, 0xc00005c000) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d78b8, 0x9, 0x9, 0x3bd3540, 0xc000f8e9c0, 0x0, 0xc000000000, 0xc001954e38, 0xc001954eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d7880, 0xc049f5e740, 0xc049f5e740, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc000f7ad80, 0xc000f9a6f0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc000924a20, 0xc0006626e0, 0x7fcf32724348, 0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 320 [select, 1 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).sendLoop(0xc000d24500) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:299 +0x548 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func1(0xc000d24500) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:133 +0x2b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:132 +0x24c goroutine 401 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc000b0a820, 0xc0008bab30, 0x5, 0x5, 0x30c29c0, 0x17, 0x38) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc000b0a820, 0xc0008bab30, 0x5, 0x5, 0x7fcf34b8f440, 0x0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc001999a70, 0xc0008bab30, 0x5, 0x5, 0x4734ae, 0xc0019a6738, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc001999a70, 0xc0008bab30, 0x5, 0x5, 0x5, 0xc0019c5800, 0xc0019a6640, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc001999a70, 0xc0008bab30, 0x5, 0x5, 0x203000, 0x39, 0x1bdadb7) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0019a6640, 0xc0008bab30, 0x5, 0x5, 0xc000b18da0, 0xc000f95b38, 0x1bdb969) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0008bab20, 0x200000, 0x203000, 0x203000, 0x203000, 0xc000fa6540, 0xc000151fa0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc0008bab20, 0x3bff3e0, 0x6197c50, 0xc0019a6640, 0x0, 0x0, 0x33d8fa0, 0xc0004f4090, 0x200000, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0xc000d24460, 0x33d8fa0, 0xc0004f4090, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:698 +0x11f github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0xc0008bab60, 0x33d8fa0, 0xc0004f4090, 0x33e2d00, 0xc000b18d01) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x4b github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0xc0004f4030, 0xc000f95e38, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3258 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0xc000d24500, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:177 +0x4c github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0xc000d24500, 0xc000fa63c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:143 +0x32 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x296 goroutine 387 [select]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*timeBudget).periodicallyRefresh(0xc0005adfe0, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:64 +0xe7 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.newTimeBudget /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:56 +0x6e goroutine 388 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc001028000) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 389 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000cc9b80, 0x3bea420, 0xc0001f29c0, 0xc000c1bc00, 0xc000f98e40, 0xc000fb8240, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:302 +0x235 github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000cc9b80, 0xc000fb8240, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:268 +0xf52 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).startCaching(0xc001028000, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:271 +0xe9 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1.1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:240 +0x64 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc00134b7a8) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x54 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000c1bfa8, 0x3b9aca00, 0x0, 0xacce5f06744fbf01, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbe github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc00134b7a8, 0x3b9aca00, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1(0xc001028000, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:237 +0x9d created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:235 +0x5ae goroutine 390 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000ff87e0, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc000fb82a0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 391 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0008bcf00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 392 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0008bcf00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0008bcf00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 393 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc000ff8990) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 394 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cfa840) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 395 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc00017ce00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 379 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32947960, 0x72, 0xc001758bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca7818, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca7818, 0xc001044000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca7800, 0xc001044000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca7800, 0xc001044000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000d708, 0xc001044000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000f8f7a0, 0xc0016d7a78, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000f8f7a0, 0xc0016d7a78, 0x9, 0x9, 0x9, 0xc035752900, 0x402a5e, 0xc001758ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000f8f7a0, 0xc0016d7a78, 0x9, 0x9, 0x833fb7, 0xc0147d524c, 0xc000ad9e60) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d7a78, 0x9, 0x9, 0x3bd3540, 0xc000f8f7a0, 0x0, 0x0, 0xc0147d5240, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d7a40, 0xc0147d5240, 0xc0147d5240, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc000f7b500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 396 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func1(0xc000cc9b80, 0xc000fb8240, 0xc000fb8c60, 0xc000f98e40) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:207 +0x14d created by github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:201 +0x9a3 goroutine 397 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run(0xc0001f29c0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:135 +0x1c4 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watcher).Watch /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:104 +0x11a goroutine 613 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cec600, 0xc0014d6210, 0xc0014a9fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0006b1980) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 380 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd3fc0, 0xc000f9ae40, 0xc001759fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc000f7b500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 381 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc000f7b500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 240 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc001294aa0, 0xc00060d0b0, 0x5, 0x5, 0x1cb, 0xc0018739d0, 0x42b888) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc001294aa0, 0xc00060d0b0, 0x5, 0x5, 0x7fcf34b8e000, 0x1ca, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc0012c6660, 0xc00060d0b0, 0x5, 0x5, 0x4734ae, 0xc0011429b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc0012c6660, 0xc00060d0b0, 0x5, 0x5, 0x5, 0xc0011f0a80, 0xc0011428c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc0012c6660, 0xc00060d0b0, 0x5, 0x5, 0x41f9c8, 0xc001995080, 0x1bdadeb) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0011428c0, 0xc00060d0b0, 0x5, 0x5, 0xc000cb0ce0, 0xc001873b38, 0x1bdb969) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc00060d0a0, 0x200000, 0x203000, 0x41f9c8, 0x0, 0x7fcf32760f2e, 0x1ca, 0x1cb) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc00060d0a0, 0x3bff3e0, 0x6197c50, 0xc0011428c0, 0x0, 0x0, 0x33d8fa0, 0xc0006e7ca0, 0x200000, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0xc000d254a0, 0x33d8fa0, 0xc0006e7ca0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:698 +0x11f github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0xc00060d0e0, 0x33d8fa0, 0xc0006e7ca0, 0x33e2d00, 0x3bab1dd) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x4b github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0xc0006e7c40, 0xc001873e38, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3258 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0xc0010e20a0, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:177 +0x4c github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0xc0010e20a0, 0xc001994f00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:143 +0x32 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x296 goroutine 238 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32947890, 0x72, 0xc000f91aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc618, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc618, 0xc0016f0000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cfc600, 0xc0016f0000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cfc600, 0xc0016f0000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc000746458, 0xc0016f0000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000d24780, 0xc0016f0000, 0x8000, 0x8000, 0x0, 0xc000f91cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc001994420, 0xc000d7e9d8, 0x9, 0x9, 0x4, 0xc000f91e18, 0xc000f8cc00) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc001994420, 0xc000d7e9d8, 0x9, 0x9, 0x9, 0x40be4f, 0x402a5e, 0xc0019944d8) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc001994420, 0xc000d7e9d8, 0x9, 0x9, 0x6, 0xc000062f88, 0xc000062f00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000d7e9d8, 0x9, 0x9, 0x3bd3540, 0xc001994420, 0x0, 0xc000000000, 0xc000f91e38, 0xc000f91eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000d7e9a0, 0xc0147d5220, 0xc0147d5220, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0006b1200, 0xc0016d2ff0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc00060cec0, 0xc0006626e0, 0x7fcf32724348, 0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 398 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).startWatching(0xc0001f29c0, 0xc000fb8cc0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:204 +0x324 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:129 +0x7f goroutine 399 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).processEvent(0xc0001f29c0, 0xc000fa2430) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:228 +0x11e created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:133 +0xda goroutine 400 [select, 1001 minutes]: context.propagateCancel.func1(0x3c1ac20, 0xc0002b0ed0, 0x3bdeb60, 0xc000cfaac0) /usr/local/go/src/context/context.go:260 +0xd8 created by context.propagateCancel /usr/local/go/src/context/context.go:259 +0x18d goroutine 417 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0xc0010281a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x33e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x2de goroutine 420 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc000bb06e0, 0xc00095c210, 0x5, 0x5, 0xc000f8c780, 0x7fcf34b8f440, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc000bb06e0, 0xc00095c210, 0x5, 0x5, 0x20, 0x32b68a0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc000ff9410, 0xc00095c210, 0x5, 0x5, 0x4734ae, 0xc0013c58b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc000ff9410, 0xc00095c210, 0x5, 0x5, 0x5, 0xc000f8c780, 0xc0013c57c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc000ff9410, 0xc00095c210, 0x5, 0x5, 0xc000cb41c0, 0xc000fd8c30, 0xa3d758) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0013c57c0, 0xc00095c210, 0x5, 0x5, 0x3, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc00095c200, 0x7fffffff, 0x6f5a274d6e8f284c, 0xc000fd8ce8, 0x43d67d, 0xc000fb8dd8, 0x0, 0xc000fd8d28) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc00095c200, 0x3c13ee0, 0x6197c50, 0xc0013c57c0, 0x0, 0x0, 0x346e680, 0xc000b0b130, 0x7fffffff, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc001750000, 0x346e680, 0xc000b0b130, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:442 +0xfc github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredClientStream).RecvMsg(0xc00095c220, 0x346e680, 0xc000b0b130, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/client.go:63 +0x57 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0xc0002b0f40, 0xc000fd8ef0, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3217 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0xc0010281a0, 0x3c34b40, 0xc0002b0f40) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x4b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x52f ```
1.0
Runtime error - "fatal error: concurrent map iteration and map write" seen in logs - Rancher server version - Build from master - Nov 27 Steps to reproduce the problem: Had DO and AWS cluster provisioned . Deployed few workloads in the clusters Following errors seen repeatedly in logs: ``` fatal error: concurrent map iteration and map write goroutine 5845 [running]: runtime.throw(0x3655812, 0x26) /usr/local/go/src/runtime/panic.go:608 +0x72 fp=0xc055923c58 sp=0xc055923c28 pc=0x42c4c2 runtime.mapiternext(0xc055923df0) /usr/local/go/src/runtime/map.go:790 +0x525 fp=0xc055923ce0 sp=0xc055923c58 pc=0x40ee45 github.com/rancher/rancher/pkg/dynamiclistener.(*Server).updateIPs(0xc005ac36c0, 0xc0057342a0, 0x2) /go/src/github.com/rancher/rancher/pkg/dynamiclistener/server.go:98 +0x126 fp=0xc055923e60 sp=0xc055923ce0 pc=0x27c9206 github.com/rancher/rancher/pkg/dynamiclistener.(*Server).start(0xc005ac36c0, 0x3c1a620, 0xc000cfa000) /go/src/github.com/rancher/rancher/pkg/dynamiclistener/server.go:141 +0xaa fp=0xc055923fc8 sp=0xc055923e60 pc=0x27c97da runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:1333 +0x1 fp=0xc055923fd0 sp=0xc055923fc8 pc=0x45c5a1 created by github.com/rancher/rancher/pkg/dynamiclistener.NewServer /go/src/github.com/rancher/rancher/pkg/dynamiclistener/server.go:83 +0xff goroutine 1 [chan receive, 1001 minutes]: github.com/rancher/rancher/app.Run(0x3c1a620, 0xc000cfa000, 0xc0021dff60, 0x16, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /go/src/github.com/rancher/rancher/app/app.go:133 +0x278 main.run(0x6197c50, 0x0, 0x0, 0x35eeedd, 0x4, 0x0, 0x0, 0x0, 0x50, 0x1bb, ...) /go/src/github.com/rancher/rancher/main.go:202 +0x37e main.main.func1(0xc0004e98c0, 0xc0004e98c0, 0xc000c997b7) /go/src/github.com/rancher/rancher/main.go:149 +0x25f github.com/rancher/rancher/vendor/github.com/urfave/cli.HandleAction(0x2e1f540, 0xc0006fb270, 0xc0004e98c0, 0xc000cad200, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/urfave/cli/app.go:502 +0xc8 github.com/rancher/rancher/vendor/github.com/urfave/cli.(*App).Run(0xc000b0c540, 0xc0000c2000, 0x8, 0x8, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/urfave/cli/app.go:268 +0x5b7 main.main() /go/src/github.com/rancher/rancher/main.go:156 +0xc59 goroutine 19 [syscall, 1001 minutes]: os/signal.signal_recv(0x0) /usr/local/go/src/runtime/sigqueue.go:139 +0x9c os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x22 created by os/signal.init.0 /usr/local/go/src/os/signal/signal_unix.go:29 +0x41 goroutine 20 [chan receive]: github.com/rancher/rancher/vendor/github.com/golang/glog.(*loggingT).flushDaemon(0x6176420) /go/src/github.com/rancher/rancher/vendor/github.com/golang/glog/glog.go:879 +0x8b created by github.com/rancher/rancher/vendor/github.com/golang/glog.init.0 /go/src/github.com/rancher/rancher/vendor/github.com/golang/glog/glog.go:410 +0x203 goroutine 105 [select, 39 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000b20680, 0xc000cb64b0, 0xc000cd8fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 226 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0000df000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0000df000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 120 [chan receive]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0xc0001c78e0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x39e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x80 goroutine 90 [chan receive]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0xc0004d7d60) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x39e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x80 goroutine 119 [chan receive]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.(*MergeLogger).outputLoop(0xc0001c7880) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:174 +0x39e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil.NewMergeLogger /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/logutil/merge_logger.go:92 +0x80 goroutine 135 [select, 49 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal.(*filePipeline).run(0xc000d60280) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal/file_pipeline.go:89 +0x113 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal.newFilePipeline /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/wal/file_pipeline.go:47 +0x10c goroutine 62 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922d60, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc998, 0x72, 0xc000cec000, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc998, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000cfc980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000cfc980, 0xc000470380, 0x30, 0x30) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*TCPListener).accept(0xc00000c060, 0x50, 0x7fcf34b8e000, 0x0) /usr/local/go/src/net/tcpsock_posix.go:139 +0x2e net.(*TCPListener).AcceptTCP(0xc00000c060, 0x40c6d8, 0x30, 0x3329bc0) /usr/local/go/src/net/tcpsock.go:247 +0x47 net/http.tcpKeepAliveListener.Accept(0xc00000c060, 0x3329bc0, 0xc000caa5a0, 0x2f87240, 0x6149160) /usr/local/go/src/net/http/server.go:3232 +0x2f net/http.(*Server).Serve(0xc000cd4000, 0x3c15060, 0xc00000c060, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f net/http.(*Server).ListenAndServe(0xc000cd4000, 0xc000cd4000, 0x0) /usr/local/go/src/net/http/server.go:2764 +0xb6 net/http.ListenAndServe(0x3603c08, 0xe, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/net/http/server.go:3004 +0x74 main.main.func1.1() /go/src/github.com/rancher/rancher/main.go:137 +0x3e created by main.main.func1 /go/src/github.com/rancher/rancher/main.go:136 +0x53 goroutine 63 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922f00, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc018, 0x72, 0xc000cec000, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc018, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000cfc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000cfc000, 0x50, 0x7fcf34b8e000, 0x0) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*UnixListener).accept(0xc000caa120, 0xc000cd6e60, 0x40c6d8, 0x30) /usr/local/go/src/net/unixsock_posix.go:162 +0x32 net.(*UnixListener).Accept(0xc000caa120, 0x3329bc0, 0xc000caa210, 0x2f87240, 0x6149160) /usr/local/go/src/net/unixsock.go:257 +0x47 net/http.(*Server).Serve(0xc000cf6000, 0x3c12120, 0xc000caa120, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f github.com/rancher/rancher/pkg/logserver.(*Server).ListenAndServe(0xc000925740, 0xc000cc2b40, 0xc000925740) /go/src/github.com/rancher/rancher/pkg/logserver/server.go:46 +0x16f created by github.com/rancher/rancher/pkg/logserver.(*Server).Start /go/src/github.com/rancher/rancher/pkg/logserver/server.go:33 +0x59 goroutine 126 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump.GoroutineDumpOn.func1(0xc000cad260) /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump/dump.go:17 +0x1fc created by github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump.GoroutineDumpOn /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/dump/dump.go:16 +0x8d goroutine 127 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/rancher/norman/signal.SigTermCancelContext.func1(0xc0000ae2a0, 0xc00089a000, 0x3c1a620, 0xc000cfa000) /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/signal/sigterm.go:19 +0xb7 created by github.com/rancher/rancher/vendor/github.com/rancher/norman/signal.SigTermCancelContext /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/signal/sigterm.go:18 +0x108 goroutine 128 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain.startEtcdOrProxyV2() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain/etcd.go:170 +0xa93 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain.Main() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdmain/main.go:39 +0x116 github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd.runEtcd(0x3c1a620, 0xc000cfa000, 0xc00095c020, 0x2, 0x2) /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd/etcd.go:68 +0x108 created by github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd.RunETCD /go/src/github.com/rancher/rancher/vendor/github.com/rancher/norman/pkg/kwrapper/etcd/etcd.go:24 +0x1b6 goroutine 153 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc0006e0600, 0xc000caa600, 0xc000c08fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc000467c80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 3512 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc005df3f20, 0x5f5e100, 0x0, 0xc003ae97a0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:374 +0x153 created by github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1 /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:357 +0x8c goroutine 134 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend.(*backend).run(0xc000d625a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend/backend.go:252 +0x14f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend.newBackend /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/backend/backend.go:150 +0x2bf goroutine 136 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft.(*node).run(0xc000d629c0, 0xc000eae000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft/node.go:313 +0x4dc created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft.StartNode /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/raft/node.go:210 +0x41d goroutine 137 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease.(*lessor).runLoop(0xc000d62cc0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease/lessor.go:488 +0x13b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease.newLessor /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/lease/lessor.go:168 +0x156 goroutine 138 [select, 1 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.(*fifo).run(0xc000d62d20) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:144 +0x214 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.NewFIFOScheduler /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:71 +0x13b goroutine 140 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.(*watchableStore).syncWatchersLoop(0xc000eb00a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:220 +0x1ae created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.newWatchableStore /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:88 +0x28c goroutine 141 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.(*watchableStore).syncVictimsLoop(0xc000eb00a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:246 +0x167 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc.newWatchableStore /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/mvcc/watchable_store.go:89 +0x2ae goroutine 142 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).run(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:730 +0x5fc created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).start /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:551 +0x3e1 goroutine 162 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil.HandleInterrupts.func1(0xc000153b60) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil/interrupt_unix.go:51 +0x58 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil.HandleInterrupts /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/osutil/interrupt_unix.go:50 +0xc1 goroutine 144 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:562 +0x127 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile-fm() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:522 +0x2a github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be990) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 177 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.monitorFileDescriptor(0xc000d72cc0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/metrics.go:96 +0x157 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).Start.func2() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:523 +0x31 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be9a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 178 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1510 +0x104 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions-fm() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:524 +0x2a github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be9b0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 179 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).linearizableReadLoop(0xc000eb2000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/v3_server.go:593 +0x4ec github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).linearizableReadLoop-fm() /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:525 +0x2a github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach.func1(0xc000eb2000, 0xc0006be9c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1662 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*EtcdServer).goAttach /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/server.go:1660 +0x15f goroutine 180 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader.func1(0xc000eb2000, 0xc0006bea20) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:115 +0xff created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:110 +0x82 goroutine 181 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c014e0, 0xc0008da0c0, 0xc000d62fc0, 0xc0002b2d50, 0xc000cefed0, 0x18, 0xc000cefec8) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).Serve(0xc0001251e0, 0x3c12720, 0xc0008db280, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:504 +0x1cd created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:334 +0x244 goroutine 182 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c014e0, 0xc0008da0c0, 0xc000d63020, 0x40c6d8, 0x30, 0x3329bc0, 0x3bab1ba) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 net/http.(*Server).Serve(0xc000cd5d40, 0x3c12720, 0xc0008db2c0, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:340 +0x41f goroutine 183 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922e30, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca6198, 0x72, 0xc000d60d00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca6198, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000ca6180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000ca6180, 0x0, 0x200, 0x166) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*TCPListener).accept(0xc0000be060, 0xc000939660, 0xc001096300, 0xc000d60cc0) /usr/local/go/src/net/tcpsock_posix.go:139 +0x2e net.(*TCPListener).Accept(0xc0000be060, 0x200, 0x166, 0xc000cf0f00, 0x42b222) /usr/local/go/src/net/tcpsock.go:260 +0x47 github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport.(*rwTimeoutListener).Accept(0xc0008da0c0, 0x3718a08, 0xc000d60a00, 0xc000939660, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport/timeout_listener.go:48 +0x37 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc000d60a00, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:110 +0x88 github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers.func1(0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:341 +0x2f github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers.func3(0xc0007b3200, 0xc000942760) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:354 +0x2b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).servePeers /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:353 +0x61f goroutine 188 [IO wait, 1001 minutes]: internal/poll.runtime_pollWait(0x7fcf32922c90, 0x72, 0x0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca6398, 0x72, 0xc000d60e00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca6398, 0xffffffffffffff00, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Accept(0xc000ca6380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:384 +0x1a0 net.(*netFD).accept(0xc000ca6380, 0x4, 0xc000d72058, 0x0) /usr/local/go/src/net/fd_unix.go:238 +0x42 net.(*TCPListener).accept(0xc0000be0a0, 0xc000d72000, 0xc000c21d10, 0x408d01) /usr/local/go/src/net/tcpsock_posix.go:139 +0x2e net.(*TCPListener).Accept(0xc0000be0a0, 0xc000c21d10, 0xc006122eb0, 0x0, 0xc000c21d38) /usr/local/go/src/net/tcpsock.go:260 +0x47 github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport.(*limitListener).Accept(0xc0008da1c0, 0x435b4e, 0xc000c21d60, 0x4599c0, 0xc000c21da8) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport/limit_listen.go:46 +0x53 github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport.(*keepaliveListener).Accept(0xc0006be0c0, 0x3718a10, 0xc000b70740, 0x3c34c60, 0xc00c6b00c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/transport/keepalive_listener.go:49 +0x37 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*cMux).Serve(0xc000b70740, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:110 +0x88 github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve(0xc000d62120, 0xc000eb2000, 0x0, 0x3bd4600, 0xc0008db920, 0xc0006bee90, 0xc0006bee70, 0x2, 0x2, 0xc000cf17b8, ...) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:157 +0x22a github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).serveClients.func1(0xc0007b3200, 0xc0000be7c0, 0xc0006beb90, 0xc0008db940, 0xc000d62120) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:493 +0xba created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*Etcd).serveClients /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/etcd.go:492 +0x353 goroutine 189 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.(*fifo).run(0xc000d632c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:144 +0x214 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule.NewFIFOScheduler /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/schedule/schedule.go:71 +0x13b goroutine 190 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*raftNode).start.func1(0xc000eb2030, 0xc0006beec0, 0x3b9aca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/raft.go:162 +0x1ad created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver.(*raftNode).start /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/raft.go:157 +0x52 goroutine 191 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0xc000d70a20, 0x21, 0xc000d63740, 0x35ef435, 0x4, 0x5, 0x0, 0x6fc23ac00, 0xc000d72c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x628 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0xc3 goroutine 192 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile.func1(0xc000d6cc40, 0x20, 0xc000d637a0, 0x35ee6e1, 0x3, 0x5, 0x0, 0x6fc23ac00, 0xc000d72c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:70 +0x628 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil.purgeFile /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/pkg/fileutil/purge.go:32 +0xc3 goroutine 193 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader.func1(0xc000eb2000, 0xc0006e6160) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:115 +0xff created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.monitorLeader /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:110 +0x82 goroutine 194 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c01460, 0xc0006be0c0, 0xc0005e0000, 0xc00046dea0, 0x18, 0xc000467200, 0x10c7d9f) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).Serve(0xc0006626e0, 0x3c12720, 0xc000bbc1e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:504 +0x1cd github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve.func1(0xc0006bee90, 0xc0006626e0, 0x3c12720, 0xc000bbc1e0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:101 +0x3f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:101 +0x8dc goroutine 195 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0006f8c00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 196 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).registerGateway.func1(0x3c1a620, 0xc000d60040, 0xc000658280, 0xc000d62120) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:203 +0x55 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).registerGateway /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:202 +0x22c goroutine 197 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.muxListener.Accept(0x3c01460, 0xc0006be0c0, 0xc0005e0180, 0xc000d0be88, 0x48f276, 0x5bfdb771, 0x435b4e) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:170 +0x41 net/http.(*Server).Serve(0xc000afdd40, 0x3c12720, 0xc000bbc280, 0x0, 0x0) /usr/local/go/src/net/http/server.go:2826 +0x22f github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve.func2(0xc0006bee90, 0xc000afdd40, 0x3c12720, 0xc000bbc280) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:116 +0x3f created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed.(*serveCtx).serve /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/embed/serve.go:116 +0xa5d goroutine 163 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0009af540) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 164 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000186500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000186500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 167 [IO wait, 39 minutes]: internal/poll.runtime_pollWait(0x7fcf32922bc0, 0x72, 0xc000d0cbc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0000c2898, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0000c2898, 0xc001088000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0000c2880, 0xc001088000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0000c2880, 0xc001088000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0001541a8, 0xc001088000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000cacae0, 0xc000d7e118, 0x9, 0x9, 0x20, 0x0, 0xc000d0cda0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000cacae0, 0xc000d7e118, 0x9, 0x9, 0x9, 0xc0005df680, 0xc000d0ce50, 0x4051af) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000cacae0, 0xc000d7e118, 0x9, 0x9, 0x833fb7, 0xc02a40104c, 0x40be4f) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000d7e118, 0x9, 0x9, 0x3bd3540, 0xc000cacae0, 0x0, 0xc000000000, 0xc000d0cef0, 0x10a25de) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000d7e0e0, 0xc02a401040, 0xc02a401040, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0005df500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 168 [select, 39 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc0009af9c0, 0xc000ca41e0, 0xc000cd7fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0005df500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 106 [select, 39 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 107 [IO wait, 39 minutes]: internal/poll.runtime_pollWait(0x7fcf32922af0, 0x72, 0xc000c0aaa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc00004a218, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc00004a218, 0xc000c0c000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc00004a200, 0xc000c0c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc00004a200, 0xc000c0c000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000c040, 0xc000c0c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000528460, 0xc000c0c000, 0x8000, 0x8000, 0x0, 0x800010601, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0000c0960, 0xc000c38038, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0000c0960, 0xc000c38038, 0x9, 0x9, 0x9, 0xc0220e6480, 0x402a5e, 0xc000c0ae3b) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0000c0960, 0xc000c38038, 0x9, 0x9, 0x833fb7, 0xc05266dc2c, 0xc020c08d00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c38038, 0x9, 0x9, 0x3bd3540, 0xc0000c0960, 0x0, 0x0, 0xc05266dc20, 0xc000c0aeb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c38000, 0xc05266dc20, 0xc05266dc20, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc001096d80, 0xc000cb6630, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0008fe180, 0xc0006626e0, 0x7fcf32724348, 0xc001096d80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 109 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x371d770, 0x3b9aca00, 0x0, 0x1, 0xc0000ae120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0x371d770, 0x3b9aca00, 0xc0000ae120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Forever(0x371d770, 0x3b9aca00) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:79 +0x41 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters.startRecordingUsage.func1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters/maxinflight.go:81 +0x36 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters.startRecordingUsage /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/server/filters/maxinflight.go:80 +0x35 goroutine 169 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1.1(0xc0007521e0, 0x3b9aca00, 0x0, 0xc0000ae120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:374 +0x153 created by github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.poller.func1 /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:357 +0x8c goroutine 225 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0000df000) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 227 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0016d22d0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 228 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc0007fdec0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 229 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000b782a0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 230 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000659680) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000659680) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 152 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922a20, 0x72, 0xc000c8ebc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0009ffc18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0009ffc18, 0xc000c78000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0009ffc00, 0xc000c78000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0009ffc00, 0xc000c78000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000be070, 0xc000c78000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000d62ea0, 0xc000c382d8, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000d62ea0, 0xc000c382d8, 0x9, 0x9, 0x9, 0xc015780ac0, 0x402a5e, 0xc000c8eea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000d62ea0, 0xc000c382d8, 0x9, 0x9, 0x833fb7, 0xc01d86f5ec, 0xc004a78000) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c382d8, 0x9, 0x9, 0x3bd3540, 0xc000d62ea0, 0x0, 0x0, 0xc01d86f5e0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c382a0, 0xc01d86f5e0, 0xc01d86f5e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc000467c80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 207 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run(0xc0019da600) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:135 +0x1c4 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watcher).Watch /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:104 +0x11a goroutine 154 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc000467c80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 206 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func1(0xc000528f00, 0xc000598660, 0xc000058a20, 0xc0010e1320) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:207 +0x14d created by github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:201 +0x9a3 goroutine 202 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000896300, 0xc000c98120, 0xc000c0bfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 156 [select, 1 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.compactor(0x3c1a620, 0xc00083a100, 0xc0006b0600, 0x45d964b800) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/compact.go:116 +0x109 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.StartCompactor /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/compact.go:63 +0x266 goroutine 203 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 204 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922880, 0x72, 0xc000c8faa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0009ffd18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0009ffd18, 0xc000c90000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0009ffd00, 0xc000c90000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0009ffd00, 0xc000c90000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc000154570, 0xc000c90000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc00035c140, 0xc000c90000, 0x8000, 0x8000, 0x0, 0xc000c8fcd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0010e02a0, 0xc0016d6038, 0x9, 0x9, 0x4, 0xc000c8fe18, 0xc001097380) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0010e02a0, 0xc0016d6038, 0x9, 0x9, 0x9, 0x40be4f, 0x7fcf34b8e000, 0xc0010e0478) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0010e02a0, 0xc0016d6038, 0x9, 0x9, 0x6, 0xc00005c088, 0xc00005c000) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d6038, 0x9, 0x9, 0x3bd3540, 0xc0010e02a0, 0x0, 0xc000000000, 0xc000c8fe38, 0xc000c8feb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d6000, 0xc033e97480, 0xc033e97480, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc001097200, 0xc000c981b0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc00000a0c0, 0xc0006626e0, 0x7fcf32724348, 0xc001097200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 157 [select]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*timeBudget).periodicallyRefresh(0xc000ba25e0, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:64 +0xe7 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.newTimeBudget /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:56 +0x6e goroutine 158 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc000501860) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 159 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000528f00, 0x3bea420, 0xc0019da600, 0xc000d13c00, 0xc0010e1320, 0xc000598660, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:302 +0x235 github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000528f00, 0xc000598660, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:268 +0xf52 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).startCaching(0xc000501860, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:271 +0xe9 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1.1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:240 +0x64 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000d517a8) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x54 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000d13fa8, 0x3b9aca00, 0x0, 0x1, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbe github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc000d517a8, 0x3b9aca00, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1(0xc000501860, 0xc000598660) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:237 +0x9d created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:235 +0x5ae goroutine 160 [select, 1 minutes]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc001326180, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc0005987e0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 246 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a16780) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 6380 [select, 908 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc007eb8b60) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 253 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a16be0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 259 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a17040) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 265 [select]: github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.(*delayingType).waitingLoop(0xc000a17590) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:206 +0x34f created by github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue.newDelayingQueue /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/util/workqueue/delaying_queue.go:54 +0x1ba goroutine 266 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0008bc800) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 267 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0008bc800) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0008bc800) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 268 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0013d7410) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 269 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc00099d640) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 270 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000582a80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 271 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000023400) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000023400) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 274 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329227b0, 0x72, 0xc001987bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbf398, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbf398, 0xc0019aa000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbf380, 0xc0019aa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbf380, 0xc0019aa000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000bf290, 0xc0019aa000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000ca9ce0, 0xc000c38738, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000ca9ce0, 0xc000c38738, 0x9, 0x9, 0x9, 0xc023326270, 0x402a5e, 0xc001987ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000ca9ce0, 0xc000c38738, 0x9, 0x9, 0x44c048, 0x259da461e441a, 0xc01298185d) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c38738, 0x9, 0x9, 0x3bd3540, 0xc000ca9ce0, 0x0, 0x36a800000000, 0x61747e0, 0xbef7c66c92977cb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c38700, 0xc02718c6c0, 0xc02718c6c0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0012fbe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 305 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000c2e300, 0xc001998ba0, 0xc00189efb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 275 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc00099d780, 0xc0013d7920, 0xc001988fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0012fbe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 276 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc0012fbe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 283 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc000023b80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc000023b80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 172 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000c2e0c0, 0xc001998360, 0xc000c8bfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 173 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 174 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329226e0, 0x72, 0xc000c8aaa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc118, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc118, 0xc0019c8000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cfc100, 0xc0019c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cfc100, 0xc0019c8000, 0x8000, 0x8000, 0x2f, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0007463c8, 0xc0019c8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000d240a0, 0xc0019c8000, 0x8000, 0x8000, 0xc000060a00, 0xc000c8acd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019a8060, 0xc0001d82d8, 0x9, 0x9, 0x4, 0xc000c8ae18, 0xc0019ba300) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019a8060, 0xc0001d82d8, 0x9, 0x9, 0x9, 0xc000c8ade0, 0x42b888, 0xc0019a8118) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019a8060, 0xc0001d82d8, 0x9, 0x9, 0x6, 0xc000060a88, 0xc000060a00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0001d82d8, 0x9, 0x9, 0x3bd3540, 0xc0019a8060, 0x0, 0xc000000000, 0x10a5ea7, 0xc000c8aeb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0001d82a0, 0xc02718c6a0, 0xc02718c6a0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0019ba180, 0xc0019983f0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0008ba220, 0xc0006626e0, 0x7fcf32724348, 0xc0019ba180) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 278 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0008bca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 279 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0008bca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0008bca00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 280 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0013d7cb0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 281 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc00099dc00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 282 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000582bd0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 208 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).startWatching(0xc0019da600, 0xc000058a80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:204 +0x324 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:129 +0x7f goroutine 289 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).processEvent(0xc0019da600, 0xc00014e800) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:228 +0x11e created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:133 +0xda goroutine 296 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922610, 0x72, 0xc00189abc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbf918, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbf918, 0xc0019f2000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbf900, 0xc0019f2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbf900, 0xc0019f2000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000c138, 0xc0019f2000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc0019f0000, 0xc0016d61f8, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019f0000, 0xc0016d61f8, 0x9, 0x9, 0x9, 0xc01e5f9f20, 0x402a5e, 0xc00189aea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019f0000, 0xc0016d61f8, 0x9, 0x9, 0x44c048, 0x259da4617d338, 0xc01291a761) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d61f8, 0x9, 0x9, 0x3bd3540, 0xc0019f0000, 0x0, 0x36a800000000, 0x61747e0, 0xbef7c66c9290d1c2) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d61c0, 0xc011d5e680, 0xc011d5e680, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0019ee300) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 290 [select, 1001 minutes]: context.propagateCancel.func1(0x3c1ac20, 0xc0006323a0, 0x3bdeb60, 0xc000897340) /usr/local/go/src/context/context.go:260 +0xd8 created by context.propagateCancel /usr/local/go/src/context/context.go:259 +0x18d goroutine 291 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0xc000872340) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x33e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x2de goroutine 294 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc0009714a0, 0xc00000abf0, 0x5, 0x5, 0xc000c8dac8, 0x4437b1, 0x42b) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc0009714a0, 0xc00000abf0, 0x5, 0x5, 0x0, 0x3209440, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc000c990b0, 0xc00000abf0, 0x5, 0x5, 0x4734ae, 0xc0019a24b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc000c990b0, 0xc00000abf0, 0x5, 0x5, 0x5, 0xc000467c80, 0xc0019a23c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc000c990b0, 0xc00000abf0, 0x5, 0x5, 0xc000cb41c0, 0xc000c8dc30, 0xa3d758) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0019a23c0, 0xc00000abf0, 0x5, 0x5, 0x3, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc00000abe0, 0x7fffffff, 0x6f5a274d6e8f284c, 0xc000c8dce8, 0x43d67d, 0xc000058b98, 0x0, 0xc000c8dd28) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc00000abe0, 0x3c13ee0, 0x6197c50, 0xc0019a23c0, 0x0, 0x0, 0x346e680, 0xc0069f0e60, 0x7fffffff, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0019c66c0, 0x346e680, 0xc0069f0e60, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:442 +0xfc github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredClientStream).RecvMsg(0xc00000ac20, 0x346e680, 0xc0069f0e60, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/client.go:63 +0x57 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0xc000632440, 0xc000c8def0, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3217 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0xc000872340, 0x3c34b40, 0xc000632440) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x4b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x52f goroutine 293 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream.func4(0x3c37720, 0xc000467c80, 0xc000658a00, 0xc0019c66c0, 0xc0019a23c0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:284 +0x174 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:283 +0x950 goroutine 295 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveSubstream(0xc000872340, 0xc000be4160, 0xc000058d20) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:611 +0x2a5 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:452 +0xf54 goroutine 309 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func1(0xc000eb0460, 0xc000059f80, 0xc000753440, 0xc0019a95c0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:207 +0x14d created by github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:201 +0x9a3 goroutine 286 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch(0xc000b71640, 0x3c34ba0, 0xc000151eb0, 0x3bd44c0, 0xc000b71640) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:148 +0x356 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb._Watch_Watch_Handler(0x2f68d00, 0xc000b71640, 0x3c290e0, 0xc000734640, 0xc0009dc7d0, 0x2ff0680) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3239 +0xad github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.StreamServerInterceptor(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000cc9680, 0xc0007345e0, 0x3719018, 0x7fcf34b8ed80, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:40 +0x119 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.newStreamInterceptor.func1(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000cc9680, 0xc0007345e0, 0x3719018, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:93 +0x10a github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).processStreamingRPC(0xc0006626e0, 0x3c31d80, 0xc001097200, 0xc0013c4b40, 0xc000befda0, 0x614ec20, 0x0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1060 +0x370 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleStream(0xc0006626e0, 0x3c31d80, 0xc001097200, 0xc0013c4b40, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1147 +0x12a1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc00014e260, 0xc0006626e0, 0x3c31d80, 0xc001097200, 0xc0013c4b40) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:638 +0x9f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1 /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:636 +0xa1 goroutine 297 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc00099dd40, 0xc000c993b0, 0xc0019bcfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0019ee300) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 298 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc0019ee300) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 287 [select, 1 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).sendLoop(0xc000cc9720) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:299 +0x548 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func1(0xc000cc9720) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:133 +0x2b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:132 +0x24c goroutine 338 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cb4480, 0xc0019ea9f0, 0xc0019c1fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 288 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc0009dc730, 0xc0007345b0, 0x5, 0x5, 0xc000734680, 0x0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc0009dc730, 0xc0007345b0, 0x5, 0x5, 0x8c6318c631, 0x37, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc0019ea2a0, 0xc0007345b0, 0x5, 0x5, 0x4734ae, 0xc0013c4c38, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc0019ea2a0, 0xc0007345b0, 0x5, 0x5, 0x5, 0xc001097200, 0xc0013c4b40, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc0019ea2a0, 0xc0007345b0, 0x5, 0x5, 0x203000, 0xc0019ea540, 0x0) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0013c4b40, 0xc0007345b0, 0x5, 0x5, 0x60, 0x339f4c0, 0x325bb00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0007345a0, 0x200000, 0x203000, 0x203000, 0x203000, 0xc0019dccc0, 0xc0009dc870, 0xeb6176f58126c813) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc0007345a0, 0x3bff3e0, 0x6197c50, 0xc0013c4b40, 0x0, 0x0, 0x33d8fa0, 0xc000151fc0, 0x200000, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0xc000cc9680, 0x33d8fa0, 0xc000151fc0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:698 +0x11f github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0xc000734640, 0x33d8fa0, 0xc000151fc0, 0x33e2d00, 0xc000ba3f01) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x4b github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0xc000151eb0, 0xc0019bfe38, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3258 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0xc000cc9720, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:177 +0x4c github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0xc000cc9720, 0xc0019dcb40) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:143 +0x32 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x296 goroutine 306 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 307 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922540, 0x72, 0xc0010d6aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc0009fff18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc0009fff18, 0xc00187a000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc0009fff00, 0xc00187a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc0009fff00, 0xc00187a000, 0x8000, 0x8000, 0x2f, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc000154598, 0xc00187a000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000609ea0, 0xc00187a000, 0x8000, 0x8000, 0xc00005e500, 0xc0010d6cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019a8840, 0xc0001d8578, 0x9, 0x9, 0x4, 0xc0010d6e18, 0xc0019ba000) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019a8840, 0xc0001d8578, 0x9, 0x9, 0x9, 0xc0010d6de0, 0x42b888, 0xc0019a88f8) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019a8840, 0xc0001d8578, 0x9, 0x9, 0x6, 0xc00005e588, 0xc00005e500) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0001d8578, 0x9, 0x9, 0x3bd3540, 0xc0019a8840, 0x0, 0xc000000000, 0x10a5ea7, 0xc0010d6eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0001d8540, 0xc011d5e660, 0xc011d5e660, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0019ba780, 0xc001998c30, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0008ba560, 0xc0006626e0, 0x7fcf32724348, 0xc0019ba780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 304 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc000c50400) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 321 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc000c50400) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc000c50400) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 322 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc0018eab70) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 323 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cd2680) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 324 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000523b20) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 325 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc00191bb80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc00191bb80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 328 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922470, 0x72, 0xc001929bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca6998, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca6998, 0xc001930000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca6980, 0xc001930000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca6980, 0xc001930000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000c238, 0xc001930000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc0019f1380, 0xc0016d6e38, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019f1380, 0xc0016d6e38, 0x9, 0x9, 0x9, 0xc01adb02d0, 0x402a5e, 0xc001929ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019f1380, 0xc0016d6e38, 0x9, 0x9, 0x44c048, 0x259d586019b07, 0xc0362e0104) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d6e38, 0x9, 0x9, 0x3bd3540, 0xc0019f1380, 0x0, 0x36a300000000, 0x61747e0, 0xbef7c667762ca6ea) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d6e00, 0xc02372aa00, 0xc02372aa00, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc0019efe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 329 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd27c0, 0xc0018eb080, 0xc00189bfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc0019efe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 330 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc0019efe00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 237 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 339 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 340 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329223a0, 0x72, 0xc001928aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc418, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc418, 0xc001942000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cfc400, 0xc001942000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cfc400, 0xc001942000, 0x8000, 0x8000, 0x1e, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0007463f0, 0xc001942000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000d241e0, 0xc001942000, 0x8000, 0x8000, 0x0, 0xc001928cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019dcfc0, 0xc000c38f18, 0x9, 0x9, 0x4, 0xc001928e18, 0xc0019ee780) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019dcfc0, 0xc000c38f18, 0x9, 0x9, 0x9, 0x40be4f, 0x402a5e, 0xc0019dd078) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019dcfc0, 0xc000c38f18, 0x9, 0x9, 0x6, 0xc000060a88, 0xc000060a00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c38f18, 0x9, 0x9, 0x3bd3540, 0xc0019dcfc0, 0x0, 0xc000000000, 0xc001928e38, 0xc001928eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c38ee0, 0xc02372a9e0, 0xc02372a9e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0019c5800, 0xc0019eaa80, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc0007347e0, 0xc0006626e0, 0x7fcf32724348, 0xc0019c5800) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 332 [select]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*timeBudget).periodicallyRefresh(0xc0001594e0, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:64 +0xe7 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.newTimeBudget /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:56 +0x6e goroutine 333 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc0010d2820) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 334 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000eb0460, 0x3bea420, 0xc000fa4000, 0xc0019e3c00, 0xc0019a95c0, 0xc000059f80, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:302 +0x235 github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000eb0460, 0xc000059f80, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:268 +0xf52 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).startCaching(0xc0010d2820, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:271 +0xe9 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1.1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:240 +0x64 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc000f5bfa8) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x54 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0019e3fa8, 0x3b9aca00, 0x0, 0x9c56dc28fbd82501, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbe github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc000f5bfa8, 0x3b9aca00, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1(0xc0010d2820, 0xc000059f80) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:237 +0x9d created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:235 +0x5ae goroutine 335 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f0efc0, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc000d1a120) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 336 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc000c50c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 353 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc000c50c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc000c50c00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 354 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc000f0f1a0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 355 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cd3400) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 356 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000193650) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 357 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc00192e780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc00192e780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 360 [IO wait]: internal/poll.runtime_pollWait(0x7fcf329222d0, 0x72, 0xc001898bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca7018, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca7018, 0xc000f68000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca7000, 0xc000f68000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca7000, 0xc000f68000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000d648, 0xc000f68000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc0019f1da0, 0xc0016d76f8, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019f1da0, 0xc0016d76f8, 0x9, 0x9, 0x9, 0xc018ca0a20, 0x402a5e, 0xc001898ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019f1da0, 0xc0016d76f8, 0x9, 0x9, 0x44c048, 0x259d3d7c18068, 0xc029296cab) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d76f8, 0x9, 0x9, 0x3bd3540, 0xc0019f1da0, 0x0, 0x36a200000000, 0x61747e0, 0xbef7c665a928de37) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d76c0, 0xc02a056720, 0xc02a056720, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc001941b00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 310 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run(0xc000fa4000) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:135 +0x1c4 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watcher).Watch /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:104 +0x11a goroutine 348 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc0019de280) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc0019de280) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 361 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd3540, 0xc000f0f6b0, 0xc001899fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc001941b00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 362 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc001941b00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 376 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).transportMonitor(0xc00192ef00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:1234 +0x1c1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect.func1(0xc00192ef00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:837 +0x1b2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*addrConn).connect /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/clientconn.go:828 +0xe1 goroutine 364 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000f0f8c0, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc000d1acc0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 365 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc000c51900) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 366 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc000c51900) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc000c51900) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 367 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc000f0fa70) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 368 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cd3980) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 369 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc000193730) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 345 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cb53c0, 0xc0019eb2f0, 0xc001927fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 346 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 347 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922200, 0x72, 0xc001926aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbfb98, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbfb98, 0xc000f7c000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbfb80, 0xc000f7c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbfb80, 0xc000f7c000, 0x8000, 0x8000, 0x1e, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000bf318, 0xc000f7c000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000cc9a40, 0xc000f7c000, 0x8000, 0x8000, 0x0, 0xc001926cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc0019dd860, 0xc000c390d8, 0x9, 0x9, 0x4, 0xc001926e18, 0xc000f8c180) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc0019dd860, 0xc000c390d8, 0x9, 0x9, 0x9, 0xc0114de230, 0x402a5e, 0xc0019dd918) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc0019dd860, 0xc000c390d8, 0x9, 0x9, 0x6, 0xc00005e588, 0xc00005e500) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c390d8, 0x9, 0x9, 0x3bd3540, 0xc0019dd860, 0x0, 0xc000000000, 0xc001926e38, 0xc001926eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c390a0, 0xc02a056700, 0xc02a056700, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc000f8c000, 0xc0019eb380, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc000734b40, 0xc0006626e0, 0x7fcf32724348, 0xc000f8c000) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 351 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922130, 0x72, 0xc000fdfbc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cbff18, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cbff18, 0xc000fa8000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cbff00, 0xc000fa8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cbff00, 0xc000fa8000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc0000bf330, 0xc000fa8000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000f98360, 0xc000c39298, 0x9, 0x9, 0x20, 0xc049f5e7e0, 0x7fccae0f1740) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000f98360, 0xc000c39298, 0x9, 0x9, 0x9, 0xc00c9d94a0, 0x402a5e, 0xc000fdfea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000f98360, 0xc000c39298, 0x9, 0x9, 0x44c048, 0x259d504fa45f5, 0xc02c5c402b) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000c39298, 0x9, 0x9, 0x3bd3540, 0xc000f98360, 0x0, 0x36a300000000, 0x61747e0, 0xbef7c666ec5b8348) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000c39260, 0xc049f5e7e0, 0xc049f5e7e0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc000f8c780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 311 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).startWatching(0xc000fa4000, 0xc0007534a0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:204 +0x324 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:129 +0x7f goroutine 312 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).processEvent(0xc000fa4000, 0xc0008b6390) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:228 +0x11e created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:133 +0xda goroutine 313 [select, 1001 minutes]: context.propagateCancel.func1(0x3c1ac20, 0xc0000b1b30, 0x3bdeb60, 0xc000c2e700) /usr/local/go/src/context/context.go:260 +0xd8 created by context.propagateCancel /usr/local/go/src/context/context.go:259 +0x18d goroutine 314 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0xc000cf6410) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x33e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x2de goroutine 317 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc000b0a6e0, 0xc0008baa50, 0x5, 0x5, 0xc0019efe00, 0x7fcf34b8e6c0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc000b0a6e0, 0xc0008baa50, 0x5, 0x5, 0x20, 0x32b68a0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc001999830, 0xc0008baa50, 0x5, 0x5, 0x4734ae, 0xc0019a64b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc001999830, 0xc0008baa50, 0x5, 0x5, 0x5, 0xc0019efe00, 0xc0019a63c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc001999830, 0xc0008baa50, 0x5, 0x5, 0xc000cb41c0, 0xc000f93c30, 0xa3d758) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0019a63c0, 0xc0008baa50, 0x5, 0x5, 0x3, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0008baa40, 0x7fffffff, 0x6f5a274d6e8f284c, 0xc000f93ce8, 0x43d67d, 0xc0007535b8, 0x0, 0xc000f93d28) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc0008baa40, 0x3c13ee0, 0x6197c50, 0xc0019a63c0, 0x0, 0x0, 0x346e680, 0xc000b72be0, 0x7fffffff, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc0019a4360, 0x346e680, 0xc000b72be0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:442 +0xfc github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredClientStream).RecvMsg(0xc0008baa60, 0x346e680, 0xc000b72be0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/client.go:63 +0x57 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0xc0000b1ba0, 0xc000f93ef0, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3217 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0xc000cf6410, 0x3c34b40, 0xc0000b1ba0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x4b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x52f goroutine 316 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream.func4(0x3c37720, 0xc0019efe00, 0xc00191b900, 0xc0019a4360, 0xc0019a63c0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:284 +0x174 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newClientStream /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:283 +0x950 goroutine 318 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveSubstream(0xc000cf6410, 0xc000bdc580, 0xc000753740) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:611 +0x2a5 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:452 +0xf54 goroutine 352 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cb5e80, 0xc0019eb800, 0xc000fdefb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc000f8c780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 385 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc000f8c780) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 319 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch(0xc000b71640, 0x3c34ba0, 0xc0004f4030, 0x3bd44c0, 0xc000b71640) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:148 +0x356 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb._Watch_Watch_Handler(0x2f68d00, 0xc000b71640, 0x3c290e0, 0xc0008bab60, 0xc000b0a870, 0x2ff0680) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3239 +0xad github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.StreamServerInterceptor(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000d24460, 0xc0008bab40, 0x3719018, 0x7fcf34b8f440, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:40 +0x119 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.newStreamInterceptor.func1(0x2f68d00, 0xc000b71640, 0x3c2a760, 0xc000d24460, 0xc0008bab40, 0x3719018, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/interceptor.go:93 +0x10a github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).processStreamingRPC(0xc0006626e0, 0x3c31d80, 0xc0019c5800, 0xc0019a6640, 0xc000befda0, 0x614ec20, 0x0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1060 +0x370 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleStream(0xc0006626e0, 0x3c31d80, 0xc0019c5800, 0xc0019a6640, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:1147 +0x12a1 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc000a71e60, 0xc0006626e0, 0x3c31d80, 0xc0019c5800, 0xc0019a6640) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:638 +0x9f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams.func1 /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:636 +0xa1 goroutine 236 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc0006e1ac0, 0xc0016d2f60, 0xc00189cfb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 373 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd3c40, 0xc000f9a660, 0xc001955fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 374 [select, 41 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).keepalive(0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:956 +0x1e4 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:264 +0xdb1 goroutine 375 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32922060, 0x72, 0xc001954aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca7418, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca7418, 0xc000fba000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca7400, 0xc000fba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca7400, 0xc000fba000, 0x8000, 0x8000, 0x2f, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000d6d0, 0xc000fba000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000eb0a00, 0xc000fba000, 0x8000, 0x8000, 0x0, 0xc001954cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc000f8e9c0, 0xc0016d78b8, 0x9, 0x9, 0x4, 0xc001954e18, 0xc000f7af00) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000f8e9c0, 0xc0016d78b8, 0x9, 0x9, 0x9, 0xc00f121670, 0x402a5e, 0xc000f8ea78) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000f8e9c0, 0xc0016d78b8, 0x9, 0x9, 0x6, 0xc00005c088, 0xc00005c000) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d78b8, 0x9, 0x9, 0x3bd3540, 0xc000f8e9c0, 0x0, 0xc000000000, 0xc001954e38, 0xc001954eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d7880, 0xc049f5e740, 0xc049f5e740, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc000f7ad80, 0xc000f9a6f0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc000924a20, 0xc0006626e0, 0x7fcf32724348, 0xc000f7ad80) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 320 [select, 1 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).sendLoop(0xc000d24500) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:299 +0x548 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func1(0xc000d24500) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:133 +0x2b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:132 +0x24c goroutine 401 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc000b0a820, 0xc0008bab30, 0x5, 0x5, 0x30c29c0, 0x17, 0x38) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc000b0a820, 0xc0008bab30, 0x5, 0x5, 0x7fcf34b8f440, 0x0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc001999a70, 0xc0008bab30, 0x5, 0x5, 0x4734ae, 0xc0019a6738, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc001999a70, 0xc0008bab30, 0x5, 0x5, 0x5, 0xc0019c5800, 0xc0019a6640, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc001999a70, 0xc0008bab30, 0x5, 0x5, 0x203000, 0x39, 0x1bdadb7) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0019a6640, 0xc0008bab30, 0x5, 0x5, 0xc000b18da0, 0xc000f95b38, 0x1bdb969) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc0008bab20, 0x200000, 0x203000, 0x203000, 0x203000, 0xc000fa6540, 0xc000151fa0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc0008bab20, 0x3bff3e0, 0x6197c50, 0xc0019a6640, 0x0, 0x0, 0x33d8fa0, 0xc0004f4090, 0x200000, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0xc000d24460, 0x33d8fa0, 0xc0004f4090, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:698 +0x11f github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0xc0008bab60, 0x33d8fa0, 0xc0004f4090, 0x33e2d00, 0xc000b18d01) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x4b github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0xc0004f4030, 0xc000f95e38, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3258 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0xc000d24500, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:177 +0x4c github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0xc000d24500, 0xc000fa63c0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:143 +0x32 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x296 goroutine 387 [select]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*timeBudget).periodicallyRefresh(0xc0005adfe0, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:64 +0xe7 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.newTimeBudget /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/time_budget.go:56 +0x6e goroutine 388 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).dispatchEvents(0xc001028000) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:600 +0xf6 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:232 +0x55b goroutine 389 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).watchHandler(0xc000cc9b80, 0x3bea420, 0xc0001f29c0, 0xc000c1bc00, 0xc000f98e40, 0xc000fb8240, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:302 +0x235 github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch(0xc000cc9b80, 0xc000fb8240, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:268 +0xf52 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.(*Cacher).startCaching(0xc001028000, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:271 +0xe9 github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1.1() /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:240 +0x64 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1(0xc00134b7a8) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0x54 github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000c1bfa8, 0x3b9aca00, 0x0, 0xacce5f06744fbf01, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134 +0xbe github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.Until(0xc00134b7a8, 0x3b9aca00, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88 +0x4d github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig.func1(0xc001028000, 0xc000fb8240) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:237 +0x9d created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher.NewCacherFromConfig /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/cacher/cacher.go:235 +0x5ae goroutine 390 [select]: github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc000ff87e0, 0xdf8475800, 0x3ff3333333333333, 0x1, 0xc000fb82a0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:145 +0x147 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry.(*Store).startObservingCount /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/registry/generic/registry/store.go:1416 +0x281 goroutine 391 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateNotifyLoop(0xc0008bcf00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:349 +0x34e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:128 +0x2ed goroutine 392 [select]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*healthBalancer).updateUnhealthy(0xc0008bcf00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:246 +0xb9 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer.func1(0xc0008bcf00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:132 +0x5a created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.newHealthBalancer /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/health_balancer.go:130 +0x32d goroutine 393 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).watcher(0xc000ff8990) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:110 +0x142 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccResolverWrapper).start /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/resolver_conn_wrapper.go:96 +0x3f goroutine 394 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*ccBalancerWrapper).watcher(0xc000cfa840) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:122 +0x10f created by github.com/rancher/rancher/vendor/google.golang.org/grpc.newCCBalancerWrapper /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:113 +0x13a goroutine 395 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapper).lbWatcher(0xc00017ce00) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:124 +0xec created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*balancerWrapperBuilder).Build /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/balancer_v1_wrapper.go:62 +0x273 goroutine 379 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32947960, 0x72, 0xc001758bc0) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000ca7818, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000ca7818, 0xc001044000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000ca7800, 0xc001044000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000ca7800, 0xc001044000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc00000d708, 0xc001044000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 bufio.(*Reader).Read(0xc000f8f7a0, 0xc0016d7a78, 0x9, 0x9, 0x20, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc000f8f7a0, 0xc0016d7a78, 0x9, 0x9, 0x9, 0xc035752900, 0x402a5e, 0xc001758ea3) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc000f8f7a0, 0xc0016d7a78, 0x9, 0x9, 0x833fb7, 0xc0147d524c, 0xc000ad9e60) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc0016d7a78, 0x9, 0x9, 0x3bd3540, 0xc000f8f7a0, 0x0, 0x0, 0xc0147d5240, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc0016d7a40, 0xc0147d5240, 0xc0147d5240, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).reader(0xc000f7b500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1170 +0xe2 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:273 +0xb62 goroutine 396 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch.func1(0xc000cc9b80, 0xc000fb8240, 0xc000fb8c60, 0xc000f98e40) /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:207 +0x14d created by github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache.(*Reflector).ListAndWatch /go/src/github.com/rancher/rancher/vendor/k8s.io/client-go/tools/cache/reflector.go:201 +0x9a3 goroutine 397 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run(0xc0001f29c0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:135 +0x1c4 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watcher).Watch /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:104 +0x11a goroutine 613 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cec600, 0xc0014d6210, 0xc0014a9fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server.func2(0xc0006b1980) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:261 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Server /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:260 +0xd8c goroutine 380 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.loopyWriter(0x3c1a620, 0xc000cd3fc0, 0xc000f9ae40, 0xc001759fb8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:727 +0x336 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client.func3(0xc000f7b500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:305 +0x66 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:304 +0xcc6 goroutine 381 [select]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Client).keepalive(0xc000f7b500) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:1320 +0x113 created by github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.newHTTP2Client /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_client.go:309 +0xd39 goroutine 240 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc001294aa0, 0xc00060d0b0, 0x5, 0x5, 0x1cb, 0xc0018739d0, 0x42b888) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc001294aa0, 0xc00060d0b0, 0x5, 0x5, 0x7fcf34b8e000, 0x1ca, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc0012c6660, 0xc00060d0b0, 0x5, 0x5, 0x4734ae, 0xc0011429b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc0012c6660, 0xc00060d0b0, 0x5, 0x5, 0x5, 0xc0011f0a80, 0xc0011428c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc0012c6660, 0xc00060d0b0, 0x5, 0x5, 0x41f9c8, 0xc001995080, 0x1bdadeb) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0011428c0, 0xc00060d0b0, 0x5, 0x5, 0xc000cb0ce0, 0xc001873b38, 0x1bdb969) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc00060d0a0, 0x200000, 0x203000, 0x41f9c8, 0x0, 0x7fcf32760f2e, 0x1ca, 0x1cb) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc00060d0a0, 0x3bff3e0, 0x6197c50, 0xc0011428c0, 0x0, 0x0, 0x33d8fa0, 0xc0006e7ca0, 0x200000, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*serverStream).RecvMsg(0xc000d254a0, 0x33d8fa0, 0xc0006e7ca0, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:698 +0x11f github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredServerStream).RecvMsg(0xc00060d0e0, 0x33d8fa0, 0xc0006e7ca0, 0x33e2d00, 0x3bab1dd) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/server.go:69 +0x4b github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchServer).Recv(0xc0006e7c40, 0xc001873e38, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3258 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*serverWatchStream).recvLoop(0xc0010e20a0, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:177 +0x4c github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch.func2(0xc0010e20a0, 0xc001994f00) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:143 +0x32 created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc.(*watchServer).Watch /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/api/v3rpc/watch.go:142 +0x296 goroutine 238 [IO wait]: internal/poll.runtime_pollWait(0x7fcf32947890, 0x72, 0xc000f91aa8) /usr/local/go/src/runtime/netpoll.go:173 +0x66 internal/poll.(*pollDesc).wait(0xc000cfc618, 0x72, 0xffffffffffffff00, 0x3bdcc80, 0x5fc0880) /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0x9a internal/poll.(*pollDesc).waitRead(0xc000cfc618, 0xc0016f0000, 0x8000, 0x8000) /usr/local/go/src/internal/poll/fd_poll_runtime.go:90 +0x3d internal/poll.(*FD).Read(0xc000cfc600, 0xc0016f0000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/internal/poll/fd_unix.go:169 +0x179 net.(*netFD).Read(0xc000cfc600, 0xc0016f0000, 0x8000, 0x8000, 0x11, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:202 +0x4f net.(*conn).Read(0xc000746458, 0xc0016f0000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:177 +0x68 github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc000d24780, 0xc0016f0000, 0x8000, 0x8000, 0x0, 0xc000f91cd8, 0x405455) /go/src/github.com/rancher/rancher/vendor/github.com/cockroachdb/cmux/cmux.go:204 +0x11a bufio.(*Reader).Read(0xc001994420, 0xc000d7e9d8, 0x9, 0x9, 0x4, 0xc000f91e18, 0xc000f8cc00) /usr/local/go/src/bufio/bufio.go:216 +0x22f io.ReadAtLeast(0x3bd3540, 0xc001994420, 0xc000d7e9d8, 0x9, 0x9, 0x9, 0x40be4f, 0x402a5e, 0xc0019944d8) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd3540, 0xc001994420, 0xc000d7e9d8, 0x9, 0x9, 0x6, 0xc000062f88, 0xc000062f00) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/golang.org/x/net/http2.readFrameHeader(0xc000d7e9d8, 0x9, 0x9, 0x3bd3540, 0xc001994420, 0x0, 0xc000000000, 0xc000f91e38, 0xc000f91eb0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:237 +0x7b github.com/rancher/rancher/vendor/golang.org/x/net/http2.(*Framer).ReadFrame(0xc000d7e9a0, 0xc0147d5220, 0xc0147d5220, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/golang.org/x/net/http2/frame.go:492 +0xa3 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams(0xc0006b1200, 0xc0016d2ff0, 0x371c9e0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/http2_server.go:395 +0x37 github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).serveStreams(0xc0006626e0, 0x3c31d80, 0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:634 +0xdd github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:591 +0x3c github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3(0xc00060cec0, 0xc0006626e0, 0x7fcf32724348, 0xc0006b1200) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:599 +0x27 created by github.com/rancher/rancher/vendor/google.golang.org/grpc.(*Server).handleRawConn /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/server.go:598 +0x5f8 goroutine 398 [chan receive, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).startWatching(0xc0001f29c0, 0xc000fb8cc0) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:204 +0x324 created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:129 +0x7f goroutine 399 [select, 1001 minutes]: github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).processEvent(0xc0001f29c0, 0xc000fa2430) /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:228 +0x11e created by github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3.(*watchChan).run /go/src/github.com/rancher/rancher/vendor/k8s.io/apiserver/pkg/storage/etcd3/watcher.go:133 +0xda goroutine 400 [select, 1001 minutes]: context.propagateCancel.func1(0x3c1ac20, 0xc0002b0ed0, 0x3bdeb60, 0xc000cfaac0) /usr/local/go/src/context/context.go:260 +0xd8 created by context.propagateCancel /usr/local/go/src/context/context.go:259 +0x18d goroutine 417 [select, 1001 minutes]: github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).run(0xc0010281a0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:438 +0x33e created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watcher).newWatcherGrpcStream /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:236 +0x2de goroutine 420 [select, 1001 minutes]: github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).read(0xc000bb06e0, 0xc00095c210, 0x5, 0x5, 0xc000f8c780, 0x7fcf34b8f440, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:132 +0x1ff github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*recvBufferReader).Read(0xc000bb06e0, 0xc00095c210, 0x5, 0x5, 0x20, 0x32b68a0, 0x3) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:121 +0x5a github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*transportReader).Read(0xc000ff9410, 0xc00095c210, 0x5, 0x5, 0x4734ae, 0xc0013c58b8, 0x37225a8) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:395 +0x55 io.ReadAtLeast(0x3bd6400, 0xc000ff9410, 0xc00095c210, 0x5, 0x5, 0x5, 0xc000f8c780, 0xc0013c57c0, 0x5) /usr/local/go/src/io/io.go:310 +0x88 io.ReadFull(0x3bd6400, 0xc000ff9410, 0xc00095c210, 0x5, 0x5, 0xc000cb41c0, 0xc000fd8c30, 0xa3d758) /usr/local/go/src/io/io.go:329 +0x58 github.com/rancher/rancher/vendor/google.golang.org/grpc/transport.(*Stream).Read(0xc0013c57c0, 0xc00095c210, 0x5, 0x5, 0x3, 0x0, 0x1) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/transport/transport.go:379 +0xbf github.com/rancher/rancher/vendor/google.golang.org/grpc.(*parser).recvMsg(0xc00095c200, 0x7fffffff, 0x6f5a274d6e8f284c, 0xc000fd8ce8, 0x43d67d, 0xc000fb8dd8, 0x0, 0xc000fd8d28) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:285 +0x65 github.com/rancher/rancher/vendor/google.golang.org/grpc.recv(0xc00095c200, 0x3c13ee0, 0x6197c50, 0xc0013c57c0, 0x0, 0x0, 0x346e680, 0xc000b0b130, 0x7fffffff, 0x0, ...) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/rpc_util.go:394 +0x4d github.com/rancher/rancher/vendor/google.golang.org/grpc.(*clientStream).RecvMsg(0xc001750000, 0x346e680, 0xc000b0b130, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/google.golang.org/grpc/stream.go:442 +0xfc github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus.(*monitoredClientStream).RecvMsg(0xc00095c220, 0x346e680, 0xc000b0b130, 0x0, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/grpc-ecosystem/go-grpc-prometheus/client.go:63 +0x57 github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb.(*watchWatchClient).Recv(0xc0002b0f40, 0xc000fd8ef0, 0x2, 0x0) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/etcdserver/etcdserverpb/rpc.pb.go:3217 +0x62 github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).serveWatchClient(0xc0010281a0, 0x3c34b40, 0xc0002b0f40) /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:565 +0x4b created by github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3.(*watchGrpcStream).newWatchClient /go/src/github.com/rancher/rancher/vendor/github.com/coreos/etcd/clientv3/watch.go:720 +0x52f ```
test
runtime error fatal error concurrent map iteration and map write seen in logs rancher server version build from master nov steps to reproduce the problem had do and aws cluster provisioned deployed few workloads in the clusters following errors seen repeatedly in logs fatal error concurrent map iteration and map write goroutine runtime throw usr local go src runtime panic go fp sp pc runtime mapiternext usr local go src runtime map go fp sp pc github com rancher rancher pkg dynamiclistener server updateips go src github com rancher rancher pkg dynamiclistener server go fp sp pc github com rancher rancher pkg dynamiclistener server start go src github com rancher rancher pkg dynamiclistener server go fp sp pc runtime goexit usr local go src runtime asm s fp sp pc created by github com rancher rancher pkg dynamiclistener newserver go src github com rancher rancher pkg dynamiclistener server go goroutine github com rancher rancher app run go src github com rancher rancher app app go main run go src github com rancher rancher main go main main go src github com rancher rancher main go github com rancher rancher vendor github com urfave cli handleaction go src github com rancher rancher vendor github com urfave cli app go github com rancher rancher vendor github com urfave cli app run go src github com rancher rancher vendor github com urfave cli app go main main go src github com rancher rancher main go goroutine os signal signal recv usr local go src runtime sigqueue go os signal loop usr local go src os signal signal unix go created by os signal init usr local go src os signal signal unix go goroutine github com rancher rancher vendor github com golang glog loggingt flushdaemon go src github com rancher rancher vendor github com golang glog glog go created by github com rancher rancher vendor github com golang glog init go src github com rancher rancher vendor github com golang glog glog go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd pkg logutil mergelogger outputloop go src github com rancher rancher vendor github com coreos etcd pkg logutil merge logger go created by github com rancher rancher vendor github com coreos etcd pkg logutil newmergelogger go src github com rancher rancher vendor github com coreos etcd pkg logutil merge logger go goroutine github com rancher rancher vendor github com coreos etcd pkg logutil mergelogger outputloop go src github com rancher rancher vendor github com coreos etcd pkg logutil merge logger go created by github com rancher rancher vendor github com coreos etcd pkg logutil newmergelogger go src github com rancher rancher vendor github com coreos etcd pkg logutil merge logger go goroutine github com rancher rancher vendor github com coreos etcd pkg logutil mergelogger outputloop go src github com rancher rancher vendor github com coreos etcd pkg logutil merge logger go created by github com rancher rancher vendor github com coreos etcd pkg logutil newmergelogger go src github com rancher rancher vendor github com coreos etcd pkg logutil merge logger go goroutine github com rancher rancher vendor github com coreos etcd wal filepipeline run go src github com rancher rancher vendor github com coreos etcd wal file pipeline go created by github com rancher rancher vendor github com coreos etcd wal newfilepipeline go src github com rancher rancher vendor github com coreos etcd wal file pipeline go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd accept usr local go src internal poll fd unix go net netfd accept usr local go src net fd unix go net tcplistener accept usr local go src net tcpsock posix go net tcplistener accepttcp usr local go src net tcpsock go net http tcpkeepalivelistener accept usr local go src net http server go net http server serve usr local go src net http server go net http server listenandserve usr local go src net http server go net http listenandserve usr local go src net http server go main main go src github com rancher rancher main go created by main main go src github com rancher rancher main go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd accept usr local go src internal poll fd unix go net netfd accept usr local go src net fd unix go net unixlistener accept usr local go src net unixsock posix go net unixlistener accept usr local go src net unixsock go net http server serve usr local go src net http server go github com rancher rancher pkg logserver server listenandserve go src github com rancher rancher pkg logserver server go created by github com rancher rancher pkg logserver server start go src github com rancher rancher pkg logserver server go goroutine github com rancher rancher vendor github com rancher norman pkg dump goroutinedumpon go src github com rancher rancher vendor github com rancher norman pkg dump dump go created by github com rancher rancher vendor github com rancher norman pkg dump goroutinedumpon go src github com rancher rancher vendor github com rancher norman pkg dump dump go goroutine github com rancher rancher vendor github com rancher norman signal sigtermcancelcontext go src github com rancher rancher vendor github com rancher norman signal sigterm go created by github com rancher rancher vendor github com rancher norman signal sigtermcancelcontext go src github com rancher rancher vendor github com rancher norman signal sigterm go goroutine github com rancher rancher vendor github com coreos etcd etcdmain go src github com rancher rancher vendor github com coreos etcd etcdmain etcd go github com rancher rancher vendor github com coreos etcd etcdmain main go src github com rancher rancher vendor github com coreos etcd etcdmain main go github com rancher rancher vendor github com rancher norman pkg kwrapper etcd runetcd go src github com rancher rancher vendor github com rancher norman pkg kwrapper etcd etcd go created by github com rancher rancher vendor github com rancher norman pkg kwrapper etcd runetcd go src github com rancher rancher vendor github com rancher norman pkg kwrapper etcd etcd go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor io apimachinery pkg util wait poller go src github com rancher rancher vendor io apimachinery pkg util wait wait go created by github com rancher rancher vendor io apimachinery pkg util wait poller go src github com rancher rancher vendor io apimachinery pkg util wait wait go goroutine github com rancher rancher vendor github com coreos etcd mvcc backend backend run go src github com rancher rancher vendor github com coreos etcd mvcc backend backend go created by github com rancher rancher vendor github com coreos etcd mvcc backend newbackend go src github com rancher rancher vendor github com coreos etcd mvcc backend backend go goroutine github com rancher rancher vendor github com coreos etcd raft node run go src github com rancher rancher vendor github com coreos etcd raft node go created by github com rancher rancher vendor github com coreos etcd raft startnode go src github com rancher rancher vendor github com coreos etcd raft node go goroutine github com rancher rancher vendor github com coreos etcd lease lessor runloop go src github com rancher rancher vendor github com coreos etcd lease lessor go created by github com rancher rancher vendor github com coreos etcd lease newlessor go src github com rancher rancher vendor github com coreos etcd lease lessor go goroutine github com rancher rancher vendor github com coreos etcd pkg schedule fifo run go src github com rancher rancher vendor github com coreos etcd pkg schedule schedule go created by github com rancher rancher vendor github com coreos etcd pkg schedule newfifoscheduler go src github com rancher rancher vendor github com coreos etcd pkg schedule schedule go goroutine github com rancher rancher vendor github com coreos etcd mvcc watchablestore syncwatchersloop go src github com rancher rancher vendor github com coreos etcd mvcc watchable store go created by github com rancher rancher vendor github com coreos etcd mvcc newwatchablestore go src github com rancher rancher vendor github com coreos etcd mvcc watchable store go goroutine github com rancher rancher vendor github com coreos etcd mvcc watchablestore syncvictimsloop go src github com rancher rancher vendor github com coreos etcd mvcc watchable store go created by github com rancher rancher vendor github com coreos etcd mvcc newwatchablestore go src github com rancher rancher vendor github com coreos etcd mvcc watchable store go goroutine github com rancher rancher vendor github com coreos etcd etcdserver etcdserver run go src github com rancher rancher vendor github com coreos etcd etcdserver server go created by github com rancher rancher vendor github com coreos etcd etcdserver etcdserver start go src github com rancher rancher vendor github com coreos etcd etcdserver server go goroutine github com rancher rancher vendor github com coreos etcd pkg osutil handleinterrupts go src github com rancher rancher vendor github com coreos etcd pkg osutil interrupt unix go created by github com rancher rancher vendor github com coreos etcd pkg osutil handleinterrupts go src github com rancher rancher vendor github com coreos etcd pkg osutil interrupt unix go goroutine github com rancher rancher vendor github com coreos etcd etcdserver etcdserver purgefile go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver purgefile fm go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go created by github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go goroutine github com rancher rancher vendor github com coreos etcd etcdserver monitorfiledescriptor go src github com rancher rancher vendor github com coreos etcd etcdserver metrics go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver start go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go created by github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go goroutine github com rancher rancher vendor github com coreos etcd etcdserver etcdserver monitorversions go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver monitorversions fm go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go created by github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go goroutine github com rancher rancher vendor github com coreos etcd etcdserver etcdserver linearizablereadloop go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver linearizablereadloop fm go src github com rancher rancher vendor github com coreos etcd etcdserver server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go created by github com rancher rancher vendor github com coreos etcd etcdserver etcdserver goattach go src github com rancher rancher vendor github com coreos etcd etcdserver server go goroutine github com rancher rancher vendor github com coreos etcd etcdserver api monitorleader go src github com rancher rancher vendor github com coreos etcd etcdserver api interceptor go created by github com rancher rancher vendor github com coreos etcd etcdserver api monitorleader go src github com rancher rancher vendor github com coreos etcd etcdserver api interceptor go goroutine github com rancher rancher vendor github com cockroachdb cmux muxlistener accept go src github com rancher rancher vendor github com cockroachdb cmux cmux go github com rancher rancher vendor google golang org grpc server serve go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor github com coreos etcd embed etcd servepeers go src github com rancher rancher vendor github com coreos etcd embed etcd go goroutine github com rancher rancher vendor github com cockroachdb cmux muxlistener accept go src github com rancher rancher vendor github com cockroachdb cmux cmux go net http server serve usr local go src net http server go created by github com rancher rancher vendor github com coreos etcd embed etcd servepeers go src github com rancher rancher vendor github com coreos etcd embed etcd go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd accept usr local go src internal poll fd unix go net netfd accept usr local go src net fd unix go net tcplistener accept usr local go src net tcpsock posix go net tcplistener accept usr local go src net tcpsock go github com rancher rancher vendor github com coreos etcd pkg transport rwtimeoutlistener accept go src github com rancher rancher vendor github com coreos etcd pkg transport timeout listener go github com rancher rancher vendor github com cockroachdb cmux cmux serve go src github com rancher rancher vendor github com cockroachdb cmux cmux go github com rancher rancher vendor github com coreos etcd embed etcd servepeers go src github com rancher rancher vendor github com coreos etcd embed etcd go github com rancher rancher vendor github com coreos etcd embed etcd servepeers go src github com rancher rancher vendor github com coreos etcd embed etcd go created by github com rancher rancher vendor github com coreos etcd embed etcd servepeers go src github com rancher rancher vendor github com coreos etcd embed etcd go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd accept usr local go src internal poll fd unix go net netfd accept usr local go src net fd unix go net tcplistener accept usr local go src net tcpsock posix go net tcplistener accept usr local go src net tcpsock go github com rancher rancher vendor github com coreos etcd pkg transport limitlistener accept go src github com rancher rancher vendor github com coreos etcd pkg transport limit listen go github com rancher rancher vendor github com coreos etcd pkg transport keepalivelistener accept go src github com rancher rancher vendor github com coreos etcd pkg transport keepalive listener go github com rancher rancher vendor github com cockroachdb cmux cmux serve go src github com rancher rancher vendor github com cockroachdb cmux cmux go github com rancher rancher vendor github com coreos etcd embed servectx serve go src github com rancher rancher vendor github com coreos etcd embed serve go github com rancher rancher vendor github com coreos etcd embed etcd serveclients go src github com rancher rancher vendor github com coreos etcd embed etcd go created by github com rancher rancher vendor github com coreos etcd embed etcd serveclients go src github com rancher rancher vendor github com coreos etcd embed etcd go goroutine github com rancher rancher vendor github com coreos etcd pkg schedule fifo run go src github com rancher rancher vendor github com coreos etcd pkg schedule schedule go created by github com rancher rancher vendor github com coreos etcd pkg schedule newfifoscheduler go src github com rancher rancher vendor github com coreos etcd pkg schedule schedule go goroutine github com rancher rancher vendor github com coreos etcd etcdserver raftnode start go src github com rancher rancher vendor github com coreos etcd etcdserver raft go created by github com rancher rancher vendor github com coreos etcd etcdserver raftnode start go src github com rancher rancher vendor github com coreos etcd etcdserver raft go goroutine github com rancher rancher vendor github com coreos etcd pkg fileutil purgefile go src github com rancher rancher vendor github com coreos etcd pkg fileutil purge go created by github com rancher rancher vendor github com coreos etcd pkg fileutil purgefile go src github com rancher rancher vendor github com coreos etcd pkg fileutil purge go goroutine github com rancher rancher vendor github com coreos etcd pkg fileutil purgefile go src github com rancher rancher vendor github com coreos etcd pkg fileutil purge go created by github com rancher rancher vendor github com coreos etcd pkg fileutil purgefile go src github com rancher rancher vendor github com coreos etcd pkg fileutil purge go goroutine github com rancher rancher vendor github com coreos etcd etcdserver api monitorleader go src github com rancher rancher vendor github com coreos etcd etcdserver api interceptor go created by github com rancher rancher vendor github com coreos etcd etcdserver api monitorleader go src github com rancher rancher vendor github com coreos etcd etcdserver api interceptor go goroutine github com rancher rancher vendor github com cockroachdb cmux muxlistener accept go src github com rancher rancher vendor github com cockroachdb cmux cmux go github com rancher rancher vendor google golang org grpc server serve go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor github com coreos etcd embed servectx serve go src github com rancher rancher vendor github com coreos etcd embed serve go created by github com rancher rancher vendor github com coreos etcd embed servectx serve go src github com rancher rancher vendor github com coreos etcd embed serve go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor github com coreos etcd embed servectx registergateway go src github com rancher rancher vendor github com coreos etcd embed serve go created by github com rancher rancher vendor github com coreos etcd embed servectx registergateway go src github com rancher rancher vendor github com coreos etcd embed serve go goroutine github com rancher rancher vendor github com cockroachdb cmux muxlistener accept go src github com rancher rancher vendor github com cockroachdb cmux cmux go net http server serve usr local go src net http server go github com rancher rancher vendor github com coreos etcd embed servectx serve go src github com rancher rancher vendor github com coreos etcd embed serve go created by github com rancher rancher vendor github com coreos etcd embed servectx serve go src github com rancher rancher vendor github com coreos etcd embed serve go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait until go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait forever go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apiserver pkg server filters startrecordingusage go src github com rancher rancher vendor io apiserver pkg server filters maxinflight go created by github com rancher rancher vendor io apiserver pkg server filters startrecordingusage go src github com rancher rancher vendor io apiserver pkg server filters maxinflight go goroutine github com rancher rancher vendor io apimachinery pkg util wait poller go src github com rancher rancher vendor io apimachinery pkg util wait wait go created by github com rancher rancher vendor io apimachinery pkg util wait poller go src github com rancher rancher vendor io apimachinery pkg util wait wait go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watcher watch go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go created by github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor io apiserver pkg storage compactor go src github com rancher rancher vendor io apiserver pkg storage compact go created by github com rancher rancher vendor io apiserver pkg storage startcompactor go src github com rancher rancher vendor io apiserver pkg storage compact go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor io apiserver pkg storage cacher timebudget periodicallyrefresh go src github com rancher rancher vendor io apiserver pkg storage cacher time budget go created by github com rancher rancher vendor io apiserver pkg storage cacher newtimebudget go src github com rancher rancher vendor io apiserver pkg storage cacher time budget go goroutine github com rancher rancher vendor io apiserver pkg storage cacher cacher dispatchevents go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io client go tools cache reflector watchhandler go src github com rancher rancher vendor io client go tools cache reflector go github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go github com rancher rancher vendor io apiserver pkg storage cacher cacher startcaching go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait until go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go created by github com rancher rancher vendor io apiserver pkg registry generic registry store startobservingcount go src github com rancher rancher vendor io apiserver pkg registry generic registry store go goroutine github com rancher rancher vendor io client go util workqueue delayingtype waitingloop go src github com rancher rancher vendor io client go util workqueue delaying queue go created by github com rancher rancher vendor io client go util workqueue newdelayingqueue go src github com rancher rancher vendor io client go util workqueue delaying queue go goroutine github com rancher rancher vendor io apiserver pkg storage cacher cacher dispatchevents go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io client go util workqueue delayingtype waitingloop go src github com rancher rancher vendor io client go util workqueue delaying queue go created by github com rancher rancher vendor io client go util workqueue newdelayingqueue go src github com rancher rancher vendor io client go util workqueue delaying queue go goroutine github com rancher rancher vendor io client go util workqueue delayingtype waitingloop go src github com rancher rancher vendor io client go util workqueue delaying queue go created by github com rancher rancher vendor io client go util workqueue newdelayingqueue go src github com rancher rancher vendor io client go util workqueue delaying queue go goroutine github com rancher rancher vendor io client go util workqueue delayingtype waitingloop go src github com rancher rancher vendor io client go util workqueue delaying queue go created by github com rancher rancher vendor io client go util workqueue newdelayingqueue go src github com rancher rancher vendor io client go util workqueue delaying queue go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan startwatching go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan processevent go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine context propagatecancel usr local go src context context go created by context propagatecancel usr local go src context context go goroutine github com rancher rancher vendor github com coreos etcd watchgrpcstream run go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watcher newwatchergrpcstream go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport transportreader read go src github com rancher rancher vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor google golang org grpc transport stream read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc parser recvmsg go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc recv go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc clientstream recvmsg go src github com rancher rancher vendor google golang org grpc stream go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus monitoredclientstream recvmsg go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus client go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watchwatchclient recv go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com coreos etcd watchgrpcstream servewatchclient go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watchgrpcstream newwatchclient go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor google golang org grpc newclientstream go src github com rancher rancher vendor google golang org grpc stream go created by github com rancher rancher vendor google golang org grpc newclientstream go src github com rancher rancher vendor google golang org grpc stream go goroutine github com rancher rancher vendor github com coreos etcd watchgrpcstream servesubstream go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watchgrpcstream run go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go created by github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go goroutine github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watch watch handler go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus streamserverinterceptor go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus server go github com rancher rancher vendor github com coreos etcd etcdserver api newstreaminterceptor go src github com rancher rancher vendor github com coreos etcd etcdserver api interceptor go github com rancher rancher vendor google golang org grpc server processstreamingrpc go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlestream go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor github com coreos etcd etcdserver api serverwatchstream sendloop go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go created by github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport transportreader read go src github com rancher rancher vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor google golang org grpc transport stream read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc parser recvmsg go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc recv go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc serverstream recvmsg go src github com rancher rancher vendor google golang org grpc stream go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus monitoredserverstream recvmsg go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watchwatchserver recv go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com coreos etcd etcdserver api serverwatchstream recvloop go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go created by github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor io apiserver pkg storage cacher timebudget periodicallyrefresh go src github com rancher rancher vendor io apiserver pkg storage cacher time budget go created by github com rancher rancher vendor io apiserver pkg storage cacher newtimebudget go src github com rancher rancher vendor io apiserver pkg storage cacher time budget go goroutine github com rancher rancher vendor io apiserver pkg storage cacher cacher dispatchevents go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io client go tools cache reflector watchhandler go src github com rancher rancher vendor io client go tools cache reflector go github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go github com rancher rancher vendor io apiserver pkg storage cacher cacher startcaching go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait until go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go created by github com rancher rancher vendor io apiserver pkg registry generic registry store startobservingcount go src github com rancher rancher vendor io apiserver pkg registry generic registry store go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watcher watch go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc addrconn transportmonitor go src github com rancher rancher vendor google golang org grpc clientconn go github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go created by github com rancher rancher vendor google golang org grpc addrconn connect go src github com rancher rancher vendor google golang org grpc clientconn go goroutine github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go created by github com rancher rancher vendor io apiserver pkg registry generic registry store startobservingcount go src github com rancher rancher vendor io apiserver pkg registry generic registry store go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan startwatching go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan processevent go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine context propagatecancel usr local go src context context go created by context propagatecancel usr local go src context context go goroutine github com rancher rancher vendor github com coreos etcd watchgrpcstream run go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watcher newwatchergrpcstream go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport transportreader read go src github com rancher rancher vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor google golang org grpc transport stream read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc parser recvmsg go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc recv go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc clientstream recvmsg go src github com rancher rancher vendor google golang org grpc stream go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus monitoredclientstream recvmsg go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus client go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watchwatchclient recv go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com coreos etcd watchgrpcstream servewatchclient go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watchgrpcstream newwatchclient go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor google golang org grpc newclientstream go src github com rancher rancher vendor google golang org grpc stream go created by github com rancher rancher vendor google golang org grpc newclientstream go src github com rancher rancher vendor google golang org grpc stream go goroutine github com rancher rancher vendor github com coreos etcd watchgrpcstream servesubstream go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watchgrpcstream run go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watch watch handler go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus streamserverinterceptor go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus server go github com rancher rancher vendor github com coreos etcd etcdserver api newstreaminterceptor go src github com rancher rancher vendor github com coreos etcd etcdserver api interceptor go github com rancher rancher vendor google golang org grpc server processstreamingrpc go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlestream go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor github com coreos etcd etcdserver api serverwatchstream sendloop go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go created by github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go goroutine github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport transportreader read go src github com rancher rancher vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor google golang org grpc transport stream read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc parser recvmsg go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc recv go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc serverstream recvmsg go src github com rancher rancher vendor google golang org grpc stream go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus monitoredserverstream recvmsg go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watchwatchserver recv go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com coreos etcd etcdserver api serverwatchstream recvloop go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go created by github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go goroutine github com rancher rancher vendor io apiserver pkg storage cacher timebudget periodicallyrefresh go src github com rancher rancher vendor io apiserver pkg storage cacher time budget go created by github com rancher rancher vendor io apiserver pkg storage cacher newtimebudget go src github com rancher rancher vendor io apiserver pkg storage cacher time budget go goroutine github com rancher rancher vendor io apiserver pkg storage cacher cacher dispatchevents go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io client go tools cache reflector watchhandler go src github com rancher rancher vendor io client go tools cache reflector go github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go github com rancher rancher vendor io apiserver pkg storage cacher cacher startcaching go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apimachinery pkg util wait until go src github com rancher rancher vendor io apimachinery pkg util wait wait go github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go created by github com rancher rancher vendor io apiserver pkg storage cacher newcacherfromconfig go src github com rancher rancher vendor io apiserver pkg storage cacher cacher go goroutine github com rancher rancher vendor io apimachinery pkg util wait jitteruntil go src github com rancher rancher vendor io apimachinery pkg util wait wait go created by github com rancher rancher vendor io apiserver pkg registry generic registry store startobservingcount go src github com rancher rancher vendor io apiserver pkg registry generic registry store go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updatenotifyloop go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor github com coreos etcd healthbalancer updateunhealthy go src github com rancher rancher vendor github com coreos etcd health balancer go github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go created by github com rancher rancher vendor github com coreos etcd newhealthbalancer go src github com rancher rancher vendor github com coreos etcd health balancer go goroutine github com rancher rancher vendor google golang org grpc ccresolverwrapper watcher go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go created by github com rancher rancher vendor google golang org grpc ccresolverwrapper start go src github com rancher rancher vendor google golang org grpc resolver conn wrapper go goroutine github com rancher rancher vendor google golang org grpc ccbalancerwrapper watcher go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go created by github com rancher rancher vendor google golang org grpc newccbalancerwrapper go src github com rancher rancher vendor google golang org grpc balancer conn wrappers go goroutine github com rancher rancher vendor google golang org grpc balancerwrapper lbwatcher go src github com rancher rancher vendor google golang org grpc balancer wrapper go created by github com rancher rancher vendor google golang org grpc balancerwrapperbuilder build go src github com rancher rancher vendor google golang org grpc balancer wrapper go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport reader go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go created by github com rancher rancher vendor io client go tools cache reflector listandwatch go src github com rancher rancher vendor io client go tools cache reflector go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watcher watch go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport server go goroutine github com rancher rancher vendor google golang org grpc transport loopywriter go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport keepalive go src github com rancher rancher vendor google golang org grpc transport client go created by github com rancher rancher vendor google golang org grpc transport go src github com rancher rancher vendor google golang org grpc transport client go goroutine github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport transportreader read go src github com rancher rancher vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor google golang org grpc transport stream read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc parser recvmsg go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc recv go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc serverstream recvmsg go src github com rancher rancher vendor google golang org grpc stream go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus monitoredserverstream recvmsg go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus server go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watchwatchserver recv go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com coreos etcd etcdserver api serverwatchstream recvloop go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go created by github com rancher rancher vendor github com coreos etcd etcdserver api watchserver watch go src github com rancher rancher vendor github com coreos etcd etcdserver api watch go goroutine internal poll runtime pollwait usr local go src runtime netpoll go internal poll polldesc wait usr local go src internal poll fd poll runtime go internal poll polldesc waitread usr local go src internal poll fd poll runtime go internal poll fd read usr local go src internal poll fd unix go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com rancher rancher vendor github com cockroachdb cmux muxconn read go src github com rancher rancher vendor github com cockroachdb cmux cmux go bufio reader read usr local go src bufio bufio go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor golang org x net readframeheader go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor golang org x net framer readframe go src github com rancher rancher vendor golang org x net frame go github com rancher rancher vendor google golang org grpc transport handlestreams go src github com rancher rancher vendor google golang org grpc transport server go github com rancher rancher vendor google golang org grpc server servestreams go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go created by github com rancher rancher vendor google golang org grpc server handlerawconn go src github com rancher rancher vendor google golang org grpc server go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan startwatching go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine github com rancher rancher vendor io apiserver pkg storage watchchan processevent go src github com rancher rancher vendor io apiserver pkg storage watcher go created by github com rancher rancher vendor io apiserver pkg storage watchchan run go src github com rancher rancher vendor io apiserver pkg storage watcher go goroutine context propagatecancel usr local go src context context go created by context propagatecancel usr local go src context context go goroutine github com rancher rancher vendor github com coreos etcd watchgrpcstream run go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watcher newwatchergrpcstream go src github com rancher rancher vendor github com coreos etcd watch go goroutine github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport recvbufferreader read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc transport transportreader read go src github com rancher rancher vendor google golang org grpc transport transport go io readatleast usr local go src io io go io readfull usr local go src io io go github com rancher rancher vendor google golang org grpc transport stream read go src github com rancher rancher vendor google golang org grpc transport transport go github com rancher rancher vendor google golang org grpc parser recvmsg go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc recv go src github com rancher rancher vendor google golang org grpc rpc util go github com rancher rancher vendor google golang org grpc clientstream recvmsg go src github com rancher rancher vendor google golang org grpc stream go github com rancher rancher vendor github com grpc ecosystem go grpc prometheus monitoredclientstream recvmsg go src github com rancher rancher vendor github com grpc ecosystem go grpc prometheus client go github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb watchwatchclient recv go src github com rancher rancher vendor github com coreos etcd etcdserver etcdserverpb rpc pb go github com rancher rancher vendor github com coreos etcd watchgrpcstream servewatchclient go src github com rancher rancher vendor github com coreos etcd watch go created by github com rancher rancher vendor github com coreos etcd watchgrpcstream newwatchclient go src github com rancher rancher vendor github com coreos etcd watch go
1
108,394
9,305,038,521
IssuesEvent
2019-03-25 04:27:23
PatPeter/FriendlyFireAutoban
https://api.github.com/repos/PatPeter/FriendlyFireAutoban
opened
Send Personal Broadcasts for every punishment event
enhancement ready for testing
Send personal broadcasts when a player has his/her guns removed, is sent to spectator, or right before the player is kicked.
1.0
Send Personal Broadcasts for every punishment event - Send personal broadcasts when a player has his/her guns removed, is sent to spectator, or right before the player is kicked.
test
send personal broadcasts for every punishment event send personal broadcasts when a player has his her guns removed is sent to spectator or right before the player is kicked
1
168,201
13,065,770,254
IssuesEvent
2020-07-30 20:24:02
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Public access source endpoint not saved in EKS cluster edit
[zube]: To Test alpha-priority/0 area/kontainer-engine kind/bug-qa team/ui
<!-- Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue For security issues, please email security@rancher.com instead of posting a public issue in GitHub. You may (but are not required to) use the GPG key located on Keybase. --> **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** Import an EKS cluster Edit cluster Under VPC and Subnet, make sure access is set to public access Add an endpoint Save **Result:** Endpoint is not seen in edit view. Endpoint is not seen in cluster replace api request: ``` "privateAccess":false, "publicAccess":true, "publicAccessSources":null, ``` In API view, editing `eksClusterConfigSpec` with endpoint and sending the request succeeds. Endpoint is seen in edit view. ``` "privateAccess":false,"publicAccess":true,"publicAccessSources":["<endpoint>"],"region":"us-west- ``` **Other details that may be helpful:** **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): `rancher\rancher:master-head` `version e20f472d4` - Installation option (single install/HA): HA <!-- If the reported issue is regarding a created cluster, please provide requested info below --> **Cluster information** - Cluster type (Hosted/Infrastructure Provider/Custom/Imported): imported
1.0
Public access source endpoint not saved in EKS cluster edit - <!-- Please search for existing issues first, then read https://rancher.com/docs/rancher/v2.x/en/contributing/#bugs-issues-or-questions to see what we expect in an issue For security issues, please email security@rancher.com instead of posting a public issue in GitHub. You may (but are not required to) use the GPG key located on Keybase. --> **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** Import an EKS cluster Edit cluster Under VPC and Subnet, make sure access is set to public access Add an endpoint Save **Result:** Endpoint is not seen in edit view. Endpoint is not seen in cluster replace api request: ``` "privateAccess":false, "publicAccess":true, "publicAccessSources":null, ``` In API view, editing `eksClusterConfigSpec` with endpoint and sending the request succeeds. Endpoint is seen in edit view. ``` "privateAccess":false,"publicAccess":true,"publicAccessSources":["<endpoint>"],"region":"us-west- ``` **Other details that may be helpful:** **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): `rancher\rancher:master-head` `version e20f472d4` - Installation option (single install/HA): HA <!-- If the reported issue is regarding a created cluster, please provide requested info below --> **Cluster information** - Cluster type (Hosted/Infrastructure Provider/Custom/Imported): imported
test
public access source endpoint not saved in eks cluster edit please search for existing issues first then read to see what we expect in an issue for security issues please email security rancher com instead of posting a public issue in github you may but are not required to use the gpg key located on keybase what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible import an eks cluster edit cluster under vpc and subnet make sure access is set to public access add an endpoint save result endpoint is not seen in edit view endpoint is not seen in cluster replace api request privateaccess false publicaccess true publicaccesssources null in api view editing eksclusterconfigspec with endpoint and sending the request succeeds endpoint is seen in edit view privateaccess false publicaccess true publicaccesssources region us west other details that may be helpful environment information rancher version rancher rancher rancher server image tag or shown bottom left in the ui rancher rancher master head version installation option single install ha ha if the reported issue is regarding a created cluster please provide requested info below cluster information cluster type hosted infrastructure provider custom imported imported
1
92,972
8,390,077,309
IssuesEvent
2018-10-09 11:32:44
kartoza/geonode
https://api.github.com/repos/kartoza/geonode
closed
Metadata detail field name error
bug testing
_From @gubuntu on January 22, 2017 11:2_ 'Projetion System' is spelt incorrectly on the metadata detail page. In any case it should rather be 'Coordinate Reference Sytem'. _Copied from original issue: kartoza/geosafe#35_ child of #457
1.0
Metadata detail field name error - _From @gubuntu on January 22, 2017 11:2_ 'Projetion System' is spelt incorrectly on the metadata detail page. In any case it should rather be 'Coordinate Reference Sytem'. _Copied from original issue: kartoza/geosafe#35_ child of #457
test
metadata detail field name error from gubuntu on january projetion system is spelt incorrectly on the metadata detail page in any case it should rather be coordinate reference sytem copied from original issue kartoza geosafe child of
1
73,490
15,256,413,157
IssuesEvent
2021-02-20 20:06:09
kadirselcuk/vscode
https://api.github.com/repos/kadirselcuk/vscode
opened
WS-2019-0164 (Medium) detected in decompress-zip-0.3.0.tgz
security vulnerability
## WS-2019-0164 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>decompress-zip-0.3.0.tgz</b></p></summary> <p>Extract files from a ZIP archive</p> <p>Library home page: <a href="https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz">https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz</a></p> <p>Path to dependency file: vscode/yarn.lock</p> <p>Path to vulnerable library: vscode/yarn.lock</p> <p> Dependency Hierarchy: - asar-0.14.0.tgz (Root Library) - mksnapshot-0.3.1.tgz - :x: **decompress-zip-0.3.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/kadirselcuk/vscode/commit/242f64f70243c281bf8b3ad4930739ecba1d62ef">242f64f70243c281bf8b3ad4930739ecba1d62ef</a></p> <p>Found in base branch: <b>webview-views</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> decompress-zip 0.2.x before 0.2.2 and 0.3.x before 0.3.2 has a Zip-Slip vulnerability, an arbitrary file write vulnerability. <p>Publish Date: 2019-01-16 <p>URL: <a href=https://github.com/bower/decompress-zip/commit/9a908bd30ec9d9b2009110691cfcbe2b96f07c95>WS-2019-0164</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/777">https://www.npmjs.com/advisories/777</a></p> <p>Release Date: 2019-07-15</p> <p>Fix Resolution: 0.2.2,0.3.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0164 (Medium) detected in decompress-zip-0.3.0.tgz - ## WS-2019-0164 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>decompress-zip-0.3.0.tgz</b></p></summary> <p>Extract files from a ZIP archive</p> <p>Library home page: <a href="https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz">https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz</a></p> <p>Path to dependency file: vscode/yarn.lock</p> <p>Path to vulnerable library: vscode/yarn.lock</p> <p> Dependency Hierarchy: - asar-0.14.0.tgz (Root Library) - mksnapshot-0.3.1.tgz - :x: **decompress-zip-0.3.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/kadirselcuk/vscode/commit/242f64f70243c281bf8b3ad4930739ecba1d62ef">242f64f70243c281bf8b3ad4930739ecba1d62ef</a></p> <p>Found in base branch: <b>webview-views</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> decompress-zip 0.2.x before 0.2.2 and 0.3.x before 0.3.2 has a Zip-Slip vulnerability, an arbitrary file write vulnerability. <p>Publish Date: 2019-01-16 <p>URL: <a href=https://github.com/bower/decompress-zip/commit/9a908bd30ec9d9b2009110691cfcbe2b96f07c95>WS-2019-0164</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/777">https://www.npmjs.com/advisories/777</a></p> <p>Release Date: 2019-07-15</p> <p>Fix Resolution: 0.2.2,0.3.2</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
ws medium detected in decompress zip tgz ws medium severity vulnerability vulnerable library decompress zip tgz extract files from a zip archive library home page a href path to dependency file vscode yarn lock path to vulnerable library vscode yarn lock dependency hierarchy asar tgz root library mksnapshot tgz x decompress zip tgz vulnerable library found in head commit a href found in base branch webview views vulnerability details decompress zip x before and x before has a zip slip vulnerability an arbitrary file write vulnerability publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
585,619
17,512,550,892
IssuesEvent
2021-08-11 00:51:08
QAAFI/REMS2020
https://api.github.com/repos/QAAFI/REMS2020
closed
Experiment detailer should display met data
enhancement question UI low priority
It should show alongside the operations/crop/soil nodes.
1.0
Experiment detailer should display met data - It should show alongside the operations/crop/soil nodes.
non_test
experiment detailer should display met data it should show alongside the operations crop soil nodes
0
106,335
9,126,404,178
IssuesEvent
2019-02-24 21:16:41
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
opened
Test Case: Verify Public Use
Test Case
# Pre-requisites * Create YAML Content for all content type pages below * Import YAML Content to test environment # Content Types Covered - [ ] Article - #881 - [ ] Press Release - Need URL? - [ ] Blog - Need URL? - [ ] Cancer Type -Need URL? - [ ] Bio - Need URL? # Test scenarios: 1. 2. # Depends on Epic *
1.0
Test Case: Verify Public Use - # Pre-requisites * Create YAML Content for all content type pages below * Import YAML Content to test environment # Content Types Covered - [ ] Article - #881 - [ ] Press Release - Need URL? - [ ] Blog - Need URL? - [ ] Cancer Type -Need URL? - [ ] Bio - Need URL? # Test scenarios: 1. 2. # Depends on Epic *
test
test case verify public use pre requisites create yaml content for all content type pages below import yaml content to test environment content types covered article press release need url blog need url cancer type need url bio need url test scenarios depends on epic
1
742,244
25,844,946,118
IssuesEvent
2022-12-13 05:20:37
adanvdo/YT-RED-UI
https://api.github.com/repos/adanvdo/YT-RED-UI
closed
Do not record an error log or show dialog if download is cancelled
bug fixed High Priority
Currently, if a download is cancelled yt-red will display a dialog with the exception message "A task was cancelled" These exceptions should be ignored if they are invoked by the user
1.0
Do not record an error log or show dialog if download is cancelled - Currently, if a download is cancelled yt-red will display a dialog with the exception message "A task was cancelled" These exceptions should be ignored if they are invoked by the user
non_test
do not record an error log or show dialog if download is cancelled currently if a download is cancelled yt red will display a dialog with the exception message a task was cancelled these exceptions should be ignored if they are invoked by the user
0
102,671
32,078,799,656
IssuesEvent
2023-09-25 12:45:50
apitrace/apitrace
https://api.github.com/repos/apitrace/apitrace
closed
[enhancement] replace zlib
Build good first issue
zlib is slow, old, unmaintained. In general, usage is of `zlib` itself is not recommended, because the codebase is ancient and the library miss all assembly optimization. See the issues: https://github.com/madler/zlib/issues Currently is mostly used only in legacy code. Options: 1. https://github.com/zlib-ng/zlib-ng/ (most easiest drop-in solution is to use, thou not reaching [libdeflate performance](https://github.com/zlib-ng/zlib-ng/issues/1486)) 2. https://github.com/ebiggers/libdeflate (while keeping the zlib compression) 3. or just replace crc32 routine and drop zlib at all (we can't do for opening the older files I think) Even drop in replacement for a zlib-ng would [drastically](https://github.com/zlib-ng/zlib-ng/releases/tag/2.1.2) improve performance, thou is questionable how many traces compressed with it are outside and regularly used.
1.0
[enhancement] replace zlib - zlib is slow, old, unmaintained. In general, usage is of `zlib` itself is not recommended, because the codebase is ancient and the library miss all assembly optimization. See the issues: https://github.com/madler/zlib/issues Currently is mostly used only in legacy code. Options: 1. https://github.com/zlib-ng/zlib-ng/ (most easiest drop-in solution is to use, thou not reaching [libdeflate performance](https://github.com/zlib-ng/zlib-ng/issues/1486)) 2. https://github.com/ebiggers/libdeflate (while keeping the zlib compression) 3. or just replace crc32 routine and drop zlib at all (we can't do for opening the older files I think) Even drop in replacement for a zlib-ng would [drastically](https://github.com/zlib-ng/zlib-ng/releases/tag/2.1.2) improve performance, thou is questionable how many traces compressed with it are outside and regularly used.
non_test
replace zlib zlib is slow old unmaintained in general usage is of zlib itself is not recommended because the codebase is ancient and the library miss all assembly optimization see the issues currently is mostly used only in legacy code options most easiest drop in solution is to use thou not reaching while keeping the zlib compression or just replace routine and drop zlib at all we can t do for opening the older files i think even drop in replacement for a zlib ng would improve performance thou is questionable how many traces compressed with it are outside and regularly used
0
254,479
21,788,512,900
IssuesEvent
2022-05-14 14:30:34
Leo-Xee/github-finder
https://api.github.com/repos/Leo-Xee/github-finder
opened
다크모드 구현
feature test
## Description 다크모드를 구현 및 테스트합니다. ## Todo - [ ] 일반 모드와 다크 모드 색상 선정 - [ ] 다크모드 버튼에 사용할 아이콘 선정 - [ ] 다크모드 구현 및 테스트
1.0
다크모드 구현 - ## Description 다크모드를 구현 및 테스트합니다. ## Todo - [ ] 일반 모드와 다크 모드 색상 선정 - [ ] 다크모드 버튼에 사용할 아이콘 선정 - [ ] 다크모드 구현 및 테스트
test
다크모드 구현 description 다크모드를 구현 및 테스트합니다 todo 일반 모드와 다크 모드 색상 선정 다크모드 버튼에 사용할 아이콘 선정 다크모드 구현 및 테스트
1
530,731
15,436,292,700
IssuesEvent
2021-03-07 12:28:42
teambit/bit
https://api.github.com/repos/teambit/bit
closed
new Extension API: Design issues
area/extensions envathon priority/critical type/bug
### Describe the bug Right now the new Extension API requires that you expose an object with the implementation of the extension API. This is a nice start but may cause issues with isolation as the extension may hold state between function execution. Meaning that I might want a different instance of the compiler for each component. I suggest that the API should receive a constructor/factory method so Bit can create the instance of the extension on each compilation. Order of execution doesn't make sense. Also bit runs the following functions twice in the run of the first component: `getDynamicPackageDependencies`, `getDynamicConfig` and `init` - in this order. The order (in my mind) should be init -> config -> dependencies. ### Steps to Reproduce run an empty compiler which just prints which functions are running
1.0
new Extension API: Design issues - ### Describe the bug Right now the new Extension API requires that you expose an object with the implementation of the extension API. This is a nice start but may cause issues with isolation as the extension may hold state between function execution. Meaning that I might want a different instance of the compiler for each component. I suggest that the API should receive a constructor/factory method so Bit can create the instance of the extension on each compilation. Order of execution doesn't make sense. Also bit runs the following functions twice in the run of the first component: `getDynamicPackageDependencies`, `getDynamicConfig` and `init` - in this order. The order (in my mind) should be init -> config -> dependencies. ### Steps to Reproduce run an empty compiler which just prints which functions are running
non_test
new extension api design issues describe the bug right now the new extension api requires that you expose an object with the implementation of the extension api this is a nice start but may cause issues with isolation as the extension may hold state between function execution meaning that i might want a different instance of the compiler for each component i suggest that the api should receive a constructor factory method so bit can create the instance of the extension on each compilation order of execution doesn t make sense also bit runs the following functions twice in the run of the first component getdynamicpackagedependencies getdynamicconfig and init in this order the order in my mind should be init config dependencies steps to reproduce run an empty compiler which just prints which functions are running
0
206,267
7,111,006,595
IssuesEvent
2018-01-17 12:48:22
Mandiklopper/People-Connect
https://api.github.com/repos/Mandiklopper/People-Connect
closed
Leave Balance Screen
Normal Priority
[Senseable Ticket #278](https://senseable.co.za/scp/tickets.php?id=150) **Nicholas Smit posted 15 Nov 17 @ 11:33** Hi Martin. Could you possibly check what exactly updates the balances on the following screens, we seem to be getting different results for different screens. So if you could just let us know what exactly updates the balances and totals then I can look at getting those totals or calculations standardized so that all the screens five the same results. Employee Leave Detail screen (CONSDLS) Leave by Employee (GESCNE) Leave Balance Enquiry (CONSCNG)
1.0
Leave Balance Screen - [Senseable Ticket #278](https://senseable.co.za/scp/tickets.php?id=150) **Nicholas Smit posted 15 Nov 17 @ 11:33** Hi Martin. Could you possibly check what exactly updates the balances on the following screens, we seem to be getting different results for different screens. So if you could just let us know what exactly updates the balances and totals then I can look at getting those totals or calculations standardized so that all the screens five the same results. Employee Leave Detail screen (CONSDLS) Leave by Employee (GESCNE) Leave Balance Enquiry (CONSCNG)
non_test
leave balance screen nicholas smit posted nov hi martin could you possibly check what exactly updates the balances on the following screens we seem to be getting different results for different screens so if you could just let us know what exactly updates the balances and totals then i can look at getting those totals or calculations standardized so that all the screens five the same results employee leave detail screen consdls leave by employee gescne leave balance enquiry conscng
0
29,005
13,031,279,470
IssuesEvent
2020-07-28 00:43:37
dockstore/dockstore
https://api.github.com/repos/dockstore/dockstore
opened
Add filters to .dockstore.yml
enhancement web-service
**Is your feature request related to a problem? Please describe.** Some users create multiple workflows from a single GitHub repo. This more easily allows the different workflows to share code. The .dockstore.yml supports this via a list of workflows. In this "one GitHub repo, many workflows" model, versions from different workflows show up associated with every workflow from the repo. This makes it hard for a user to view the relevant versions for a particular workflow. **Describe the solution you'd like** The .dockstore.yml should have a filters section. See [CircleCI filters](https://circleci.com/docs/2.0/configuration-reference/#filters-1) as an example of one way to implement this. Another benefit of this approach is that it gives users control over whether to publish branches or not. We've discussed this a few times whether Dockstore should or shouldn't publish branches; this gives the workflow developer fine-grained control over it. A third benefit would be that it could limit the amount of data Dockstore indexes. ***Slightly Detailed Proposals*** If the filters section is not specified, then the branch/tag is processed by Dockstore. If the filters section is specified, then it's processed by Dockstore if it meets the filter condition. CircleCI divides filters into branches and tags; Dockstore could do the same, and/or also support releases. Or we have a simple filter. Rough ideas: ``` workflows: - name: gwas primaryDescriptorPath: /gwas.wdl filter: - gwas* - develop ``` Or ``` workflows: - name: gwas primaryDescriptorPath: /gwas.wdl filter: - tags: - gwas* - branches - develop - master ``` **Describe alternatives you've considered** ***Hide the version after publishing*** The Dockstore API lets you hide versions for published workflows. This approach has some limitations. 1. You can only hide the version after exists. 2. User would need to figure out how to automatically invoke it. Push to GitHub triggers Dockstore to read version; what then triggers the API call to hide it? 3. The versions would still be there in the database and in the My Workflows view. ***Push to another repo*** One of our users is doing a version of this. This approach will work great, and will be the best in the that it gives the user a chance to run tests and flatten descriptors. 1. Workflow is pushed to GitHub repo A. 2. CI server, e.g., Travis or CircleCI, auto runs tests; if they pass 1. Optionally flattens the descriptors (combines workflows' descriptors into one descriptor) 2. Pushes to GitHub repos B, C, and D (one for each workflow) 3. GitHub repos B, C, D are configured with Dockstore GitHub app; Dockstore gets notified and reads the latest. The main downside of this approach is initial set-up work, but once you have it, it gives you a lot of flexibility, and you'll have the confidence of tests validating your code. ***Have different .dockstore.yml's in different branches and/or tags*** Before creating a tag/release, change the .dockstore.yml to match the the tag being released. Starting point: ``` ... workflows: - name: gwas primaryDescriptorPath: /gwas.wdl -name: align primaryDescriptorPath: /aligner.wdl ``` Before creating GWAS release, change the .dockstore.yml to get rid of align: ``` ... workflows: - name: gwas primaryDescriptorPath: /gwas.wdl ``` Now before creating align release, the change the .dockstore.yml to get rid of gwas and add align ``` ... workflows: -name: align primaryDescriptorPath: /aligner.wdl ``` Downsides: 1. Cannot release multiple workflows off the same commit 2. .dockstore.yml will be changing frequently. Not necessarily a bad thing, but it's typically fairly static in other user cases.
1.0
Add filters to .dockstore.yml - **Is your feature request related to a problem? Please describe.** Some users create multiple workflows from a single GitHub repo. This more easily allows the different workflows to share code. The .dockstore.yml supports this via a list of workflows. In this "one GitHub repo, many workflows" model, versions from different workflows show up associated with every workflow from the repo. This makes it hard for a user to view the relevant versions for a particular workflow. **Describe the solution you'd like** The .dockstore.yml should have a filters section. See [CircleCI filters](https://circleci.com/docs/2.0/configuration-reference/#filters-1) as an example of one way to implement this. Another benefit of this approach is that it gives users control over whether to publish branches or not. We've discussed this a few times whether Dockstore should or shouldn't publish branches; this gives the workflow developer fine-grained control over it. A third benefit would be that it could limit the amount of data Dockstore indexes. ***Slightly Detailed Proposals*** If the filters section is not specified, then the branch/tag is processed by Dockstore. If the filters section is specified, then it's processed by Dockstore if it meets the filter condition. CircleCI divides filters into branches and tags; Dockstore could do the same, and/or also support releases. Or we have a simple filter. Rough ideas: ``` workflows: - name: gwas primaryDescriptorPath: /gwas.wdl filter: - gwas* - develop ``` Or ``` workflows: - name: gwas primaryDescriptorPath: /gwas.wdl filter: - tags: - gwas* - branches - develop - master ``` **Describe alternatives you've considered** ***Hide the version after publishing*** The Dockstore API lets you hide versions for published workflows. This approach has some limitations. 1. You can only hide the version after exists. 2. User would need to figure out how to automatically invoke it. Push to GitHub triggers Dockstore to read version; what then triggers the API call to hide it? 3. The versions would still be there in the database and in the My Workflows view. ***Push to another repo*** One of our users is doing a version of this. This approach will work great, and will be the best in the that it gives the user a chance to run tests and flatten descriptors. 1. Workflow is pushed to GitHub repo A. 2. CI server, e.g., Travis or CircleCI, auto runs tests; if they pass 1. Optionally flattens the descriptors (combines workflows' descriptors into one descriptor) 2. Pushes to GitHub repos B, C, and D (one for each workflow) 3. GitHub repos B, C, D are configured with Dockstore GitHub app; Dockstore gets notified and reads the latest. The main downside of this approach is initial set-up work, but once you have it, it gives you a lot of flexibility, and you'll have the confidence of tests validating your code. ***Have different .dockstore.yml's in different branches and/or tags*** Before creating a tag/release, change the .dockstore.yml to match the the tag being released. Starting point: ``` ... workflows: - name: gwas primaryDescriptorPath: /gwas.wdl -name: align primaryDescriptorPath: /aligner.wdl ``` Before creating GWAS release, change the .dockstore.yml to get rid of align: ``` ... workflows: - name: gwas primaryDescriptorPath: /gwas.wdl ``` Now before creating align release, the change the .dockstore.yml to get rid of gwas and add align ``` ... workflows: -name: align primaryDescriptorPath: /aligner.wdl ``` Downsides: 1. Cannot release multiple workflows off the same commit 2. .dockstore.yml will be changing frequently. Not necessarily a bad thing, but it's typically fairly static in other user cases.
non_test
add filters to dockstore yml is your feature request related to a problem please describe some users create multiple workflows from a single github repo this more easily allows the different workflows to share code the dockstore yml supports this via a list of workflows in this one github repo many workflows model versions from different workflows show up associated with every workflow from the repo this makes it hard for a user to view the relevant versions for a particular workflow describe the solution you d like the dockstore yml should have a filters section see as an example of one way to implement this another benefit of this approach is that it gives users control over whether to publish branches or not we ve discussed this a few times whether dockstore should or shouldn t publish branches this gives the workflow developer fine grained control over it a third benefit would be that it could limit the amount of data dockstore indexes slightly detailed proposals if the filters section is not specified then the branch tag is processed by dockstore if the filters section is specified then it s processed by dockstore if it meets the filter condition circleci divides filters into branches and tags dockstore could do the same and or also support releases or we have a simple filter rough ideas workflows name gwas primarydescriptorpath gwas wdl filter gwas develop or workflows name gwas primarydescriptorpath gwas wdl filter tags gwas branches develop master describe alternatives you ve considered hide the version after publishing the dockstore api lets you hide versions for published workflows this approach has some limitations you can only hide the version after exists user would need to figure out how to automatically invoke it push to github triggers dockstore to read version what then triggers the api call to hide it the versions would still be there in the database and in the my workflows view push to another repo one of our users is doing a version of this this approach will work great and will be the best in the that it gives the user a chance to run tests and flatten descriptors workflow is pushed to github repo a ci server e g travis or circleci auto runs tests if they pass optionally flattens the descriptors combines workflows descriptors into one descriptor pushes to github repos b c and d one for each workflow github repos b c d are configured with dockstore github app dockstore gets notified and reads the latest the main downside of this approach is initial set up work but once you have it it gives you a lot of flexibility and you ll have the confidence of tests validating your code have different dockstore yml s in different branches and or tags before creating a tag release change the dockstore yml to match the the tag being released starting point workflows name gwas primarydescriptorpath gwas wdl name align primarydescriptorpath aligner wdl before creating gwas release change the dockstore yml to get rid of align workflows name gwas primarydescriptorpath gwas wdl now before creating align release the change the dockstore yml to get rid of gwas and add align workflows name align primarydescriptorpath aligner wdl downsides cannot release multiple workflows off the same commit dockstore yml will be changing frequently not necessarily a bad thing but it s typically fairly static in other user cases
0
53,842
23,080,777,269
IssuesEvent
2022-07-26 06:58:25
Azure/azure-sdk-for-js
https://api.github.com/repos/Azure/azure-sdk-for-js
closed
[Service Bus] peekMessages() can't be repeated
question customer-reported Client Service Bus
- **Package Name**: @azure/service-bus - **Package Version**: 7.6.0 - **Operating system**: Mac - [x] **nodejs** - **version**: v16.13.0 - [ ] **browser** - **name/version**: - [x] **typescript** - **version**: 4.7.4 - Is the bug related to **documentation** in - [ ] README.md - [x] source code documentation - [ ] SDK API docs on https://docs.microsoft.com **Describe the bug** peekMessages() can't be repeated. The parameter `fromSequenceNumber` should set `The sequence number to start peeking messages from (inclusive).`. However, I only get my messages on the first call of `receiver.peekMessages(10, {fromSequenceNumber: 0})`. The second call does not return the first message. **To Reproduce** ```js const serviceBusClient = new ServiceBusClient(connectionString); const receiver = serviceBusClient.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages1 = await receiver.peekMessages(10, {fromSequenceNumber: 0}); // message received const messages2 = await receiver.peekMessages(10, {fromSequenceNumber: 0}); // message not received anymore ``` Also, creating a separate receiver and closing the old one does not help: ```js const serviceBusClient = new ServiceBusClient(connectionString); const receiver1 = serviceBusClient.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages1 = await receiver1.peekMessages(10, {fromSequenceNumber: 0}); // message received receiver1.close(); const receiver2 = serviceBusClient.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages2 = await receiver2.peekMessages(10, {fromSequenceNumber: 0}); // message not received anymore ``` My current workaround is to create a new `ServiceBusClient` for each `peekMessages()` ```js const serviceBusClient1 = new ServiceBusClient(connectionString); const receiver1 = serviceBusClient1.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages1 = await receiver1.peekMessages(10, {fromSequenceNumber: 0}); // message received receiver1.close(); serviceBusClient1.close(); const serviceBusClient2 = new ServiceBusClient(connectionString); const receiver2 = serviceBusClient2.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages2 = await receiver2.peekMessages(10, {fromSequenceNumber: 0}); // message received again ``` **Expected behavior** On each `receiver.peekMessages(10, {fromSequenceNumber: 0})` call the same messages are coming back. For the examples, that means `messages1` is equivalent to `messages2`. **Screenshots** - **Additional context** -
1.0
[Service Bus] peekMessages() can't be repeated - - **Package Name**: @azure/service-bus - **Package Version**: 7.6.0 - **Operating system**: Mac - [x] **nodejs** - **version**: v16.13.0 - [ ] **browser** - **name/version**: - [x] **typescript** - **version**: 4.7.4 - Is the bug related to **documentation** in - [ ] README.md - [x] source code documentation - [ ] SDK API docs on https://docs.microsoft.com **Describe the bug** peekMessages() can't be repeated. The parameter `fromSequenceNumber` should set `The sequence number to start peeking messages from (inclusive).`. However, I only get my messages on the first call of `receiver.peekMessages(10, {fromSequenceNumber: 0})`. The second call does not return the first message. **To Reproduce** ```js const serviceBusClient = new ServiceBusClient(connectionString); const receiver = serviceBusClient.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages1 = await receiver.peekMessages(10, {fromSequenceNumber: 0}); // message received const messages2 = await receiver.peekMessages(10, {fromSequenceNumber: 0}); // message not received anymore ``` Also, creating a separate receiver and closing the old one does not help: ```js const serviceBusClient = new ServiceBusClient(connectionString); const receiver1 = serviceBusClient.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages1 = await receiver1.peekMessages(10, {fromSequenceNumber: 0}); // message received receiver1.close(); const receiver2 = serviceBusClient.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages2 = await receiver2.peekMessages(10, {fromSequenceNumber: 0}); // message not received anymore ``` My current workaround is to create a new `ServiceBusClient` for each `peekMessages()` ```js const serviceBusClient1 = new ServiceBusClient(connectionString); const receiver1 = serviceBusClient1.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages1 = await receiver1.peekMessages(10, {fromSequenceNumber: 0}); // message received receiver1.close(); serviceBusClient1.close(); const serviceBusClient2 = new ServiceBusClient(connectionString); const receiver2 = serviceBusClient2.createReceiver(queueName, { subQueueType: "deadLetter" }); const messages2 = await receiver2.peekMessages(10, {fromSequenceNumber: 0}); // message received again ``` **Expected behavior** On each `receiver.peekMessages(10, {fromSequenceNumber: 0})` call the same messages are coming back. For the examples, that means `messages1` is equivalent to `messages2`. **Screenshots** - **Additional context** -
non_test
peekmessages can t be repeated package name azure service bus package version operating system mac nodejs version browser name version typescript version is the bug related to documentation in readme md source code documentation sdk api docs on describe the bug peekmessages can t be repeated the parameter fromsequencenumber should set the sequence number to start peeking messages from inclusive however i only get my messages on the first call of receiver peekmessages fromsequencenumber the second call does not return the first message to reproduce js const servicebusclient new servicebusclient connectionstring const receiver servicebusclient createreceiver queuename subqueuetype deadletter const await receiver peekmessages fromsequencenumber message received const await receiver peekmessages fromsequencenumber message not received anymore also creating a separate receiver and closing the old one does not help js const servicebusclient new servicebusclient connectionstring const servicebusclient createreceiver queuename subqueuetype deadletter const await peekmessages fromsequencenumber message received close const servicebusclient createreceiver queuename subqueuetype deadletter const await peekmessages fromsequencenumber message not received anymore my current workaround is to create a new servicebusclient for each peekmessages js const new servicebusclient connectionstring const createreceiver queuename subqueuetype deadletter const await peekmessages fromsequencenumber message received close close const new servicebusclient connectionstring const createreceiver queuename subqueuetype deadletter const await peekmessages fromsequencenumber message received again expected behavior on each receiver peekmessages fromsequencenumber call the same messages are coming back for the examples that means is equivalent to screenshots additional context
0
73,292
3,410,548,057
IssuesEvent
2015-12-04 20:41:26
angular/material
https://api.github.com/repos/angular/material
closed
100% height on body element causing issues
needs: merge priority: critical ui: layout
I am using bootstrap and I have set one of my row elements to be 500 px. I have content above and below this as well. when the page renders I get the top half gray (my body background-color) and the bottom white. I went in to dev tools to take a look and the issue is that the body is not resizing. when I get rid of height:100% that is set on body element in angular-material.css then the issue is fixed.
1.0
100% height on body element causing issues - I am using bootstrap and I have set one of my row elements to be 500 px. I have content above and below this as well. when the page renders I get the top half gray (my body background-color) and the bottom white. I went in to dev tools to take a look and the issue is that the body is not resizing. when I get rid of height:100% that is set on body element in angular-material.css then the issue is fixed.
non_test
height on body element causing issues i am using bootstrap and i have set one of my row elements to be px i have content above and below this as well when the page renders i get the top half gray my body background color and the bottom white i went in to dev tools to take a look and the issue is that the body is not resizing when i get rid of height that is set on body element in angular material css then the issue is fixed
0
185,029
14,998,660,738
IssuesEvent
2021-01-29 18:47:17
FGPE-Erasmus/authorkit-ui
https://api.github.com/repos/FGPE-Erasmus/authorkit-ui
closed
Create documentation page
documentation
Create a documentation page explaining the process of authoring content.
1.0
Create documentation page - Create a documentation page explaining the process of authoring content.
non_test
create documentation page create a documentation page explaining the process of authoring content
0
234,196
19,100,936,960
IssuesEvent
2021-11-29 22:26:57
EmmyMorris/inventory_tracker
https://api.github.com/repos/EmmyMorris/inventory_tracker
opened
Create Feature Test For Product Create
test
Create a feature test to see if user is being rendered a view to create a product and can successfully create it.
1.0
Create Feature Test For Product Create - Create a feature test to see if user is being rendered a view to create a product and can successfully create it.
test
create feature test for product create create a feature test to see if user is being rendered a view to create a product and can successfully create it
1
128,000
12,345,368,285
IssuesEvent
2020-05-15 08:49:45
ansible-collections/netapp
https://api.github.com/repos/ansible-collections/netapp
closed
na_ontap_command requirements are missing console permissions
ONTAP documentation
<!--- Verify first that your improvement is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below, add suggestions to wording or structure --> <!--- HINT: Did you know the documentation has an "Edit on GitHub" link on every page ? --> The module requirements listed at https://docs.ansible.com/ansible/latest/modules/na_ontap_command_module.html#na-ontap-command-module do not mention that the user needs console access - admin is not enough. See https://github.com/ansible/ansible/issues/65324 for the original report. ##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME <!--- Write the short name of the rst file, module, plugin, task or feature below, use your best guess if unsure --> na_ontap_command ##### ANSIBLE VERSION <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below ansible 2.9.1 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, Aug 29 2016, 10:12:21) [GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] ``` ##### CONFIGURATION <!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> ```paste below HOST_KEY_CHECKING(/etc/ansible/ansible.cfg) = False ``` ##### OS / ENVIRONMENT <!--- Provide all relevant information below, e.g. OS version, browser, etc. --> ##### ADDITIONAL INFORMATION <!--- Describe how this improves the documentation, e.g. before/after situation or screenshots --> <!--- HINT: You can paste gist.github.com links for larger files -->
1.0
na_ontap_command requirements are missing console permissions - <!--- Verify first that your improvement is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below, add suggestions to wording or structure --> <!--- HINT: Did you know the documentation has an "Edit on GitHub" link on every page ? --> The module requirements listed at https://docs.ansible.com/ansible/latest/modules/na_ontap_command_module.html#na-ontap-command-module do not mention that the user needs console access - admin is not enough. See https://github.com/ansible/ansible/issues/65324 for the original report. ##### ISSUE TYPE - Documentation Report ##### COMPONENT NAME <!--- Write the short name of the rst file, module, plugin, task or feature below, use your best guess if unsure --> na_ontap_command ##### ANSIBLE VERSION <!--- Paste verbatim output from "ansible --version" between quotes --> ```paste below ansible 2.9.1 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible python version = 2.7.5 (default, Aug 29 2016, 10:12:21) [GCC 4.8.5 20150623 (Red Hat 4.8.5-4)] ``` ##### CONFIGURATION <!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> ```paste below HOST_KEY_CHECKING(/etc/ansible/ansible.cfg) = False ``` ##### OS / ENVIRONMENT <!--- Provide all relevant information below, e.g. OS version, browser, etc. --> ##### ADDITIONAL INFORMATION <!--- Describe how this improves the documentation, e.g. before/after situation or screenshots --> <!--- HINT: You can paste gist.github.com links for larger files -->
non_test
na ontap command requirements are missing console permissions summary the module requirements listed at do not mention that the user needs console access admin is not enough see for the original report issue type documentation report component name na ontap command ansible version paste below ansible config file etc ansible ansible cfg configured module search path ansible python module location usr lib site packages ansible executable location usr bin ansible python version default aug configuration paste below host key checking etc ansible ansible cfg false os environment additional information
0
75,143
7,460,608,827
IssuesEvent
2018-03-30 20:30:56
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
When default PSP for a cluster/project is set to a different PSP , it continues to be attached to older PSPs.
area/psp kind/bug status/resolved status/to-test version/2.0
Rancher server version - 2.0 Build from mar 19 Steps to reproduce the problem: Create PSP1 - Allow privilege container deployment Create PSP2 - Do not Allow for privilege container deployment Create a cluster with default psp set to PSP1 Create a project - P1 in this cluster with default psp set to PSP2 When pods are created in "Default" namespace in "Default" project we are allowed to create pods with privilege flag enabled. When pods are created in any namespace in project - P1 we are not allowed to create pods with privilege flag enabled. Edit Cluster and set default psp set to PSP2 When pods are created in "Default" namespace in "Default" project we are still allowed to create pods with privilege flag enabled. Edit Project and set default psp set to PSP1. When pods are created in any namespace in project - P1 we are still not allowed to create pods with privilege flag enabled. Following errors seen in logs: ``` E0319 20:02:21.445564 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:21.966192 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:22.987144 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:25.008039 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:28.607032 1 generic_controller.go:200] ClusterController cluster-hbmjd [ClusterSyncHandler] failed with : podSecurityPolicy.extensions "mytest1" not found E0319 20:02:29.040761 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:37.066064 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:53.090355 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:55.373050 1 generic_controller.go:200] ClusterController cluster-hbmjd [ClusterSyncHandler] failed with : podSecurityPolicy.extensions "mytest1" not found ```
1.0
When default PSP for a cluster/project is set to a different PSP , it continues to be attached to older PSPs. - Rancher server version - 2.0 Build from mar 19 Steps to reproduce the problem: Create PSP1 - Allow privilege container deployment Create PSP2 - Do not Allow for privilege container deployment Create a cluster with default psp set to PSP1 Create a project - P1 in this cluster with default psp set to PSP2 When pods are created in "Default" namespace in "Default" project we are allowed to create pods with privilege flag enabled. When pods are created in any namespace in project - P1 we are not allowed to create pods with privilege flag enabled. Edit Cluster and set default psp set to PSP2 When pods are created in "Default" namespace in "Default" project we are still allowed to create pods with privilege flag enabled. Edit Project and set default psp set to PSP1. When pods are created in any namespace in project - P1 we are still not allowed to create pods with privilege flag enabled. Following errors seen in logs: ``` E0319 20:02:21.445564 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:21.966192 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:22.987144 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:25.008039 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:28.607032 1 generic_controller.go:200] ClusterController cluster-hbmjd [ClusterSyncHandler] failed with : podSecurityPolicy.extensions "mytest1" not found E0319 20:02:29.040761 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:37.066064 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:53.090355 1 generic_controller.go:200] ServiceAccountController default/netes-default [ServiceAccountSyncHandler] failed with : error creating role binding for &RoleBinding{ObjectMeta:k8s_io_apimachinery_pkg_apis_meta_v1.ObjectMeta{Name:clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding,GenerateName:,Namespace:default,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{serviceaccount.cluster.cattle.io/pod-security: cluster-hbmjd-project-5jbnx-psp,},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,},Subjects:[{ServiceAccount netes-default default}],RoleRef:RoleRef{APIGroup:rbac.authorization.k8s.io,Kind:ClusterRole,Name:clusterrole-xx89b,},} error was: rolebindings.rbac.authorization.k8s.io "clusterrole-xx89b-cluster-hbmjd-project-5jbnx-psp-binding" already exists E0319 20:02:55.373050 1 generic_controller.go:200] ClusterController cluster-hbmjd [ClusterSyncHandler] failed with : podSecurityPolicy.extensions "mytest1" not found ```
test
when default psp for a cluster project is set to a different psp it continues to be attached to older psps rancher server version build from mar steps to reproduce the problem create allow privilege container deployment create do not allow for privilege container deployment create a cluster with default psp set to create a project in this cluster with default psp set to when pods are created in default namespace in default project we are allowed to create pods with privilege flag enabled when pods are created in any namespace in project we are not allowed to create pods with privilege flag enabled edit cluster and set default psp set to when pods are created in default namespace in default project we are still allowed to create pods with privilege flag enabled edit project and set default psp set to when pods are created in any namespace in project we are still not allowed to create pods with privilege flag enabled following errors seen in logs generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go clustercontroller cluster hbmjd failed with podsecuritypolicy extensions not found generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go serviceaccountcontroller default netes default failed with error creating role binding for rolebinding objectmeta io apimachinery pkg apis meta objectmeta name clusterrole cluster hbmjd project psp binding generatename namespace default selflink uid resourceversion generation creationtimestamp utc deletiontimestamp deletiongraceperiodseconds nil labels map string annotations map string serviceaccount cluster cattle io pod security cluster hbmjd project psp ownerreferences finalizers clustername initializers nil subjects roleref roleref apigroup rbac authorization io kind clusterrole name clusterrole error was rolebindings rbac authorization io clusterrole cluster hbmjd project psp binding already exists generic controller go clustercontroller cluster hbmjd failed with podsecuritypolicy extensions not found
1
6,832
7,762,151,947
IssuesEvent
2018-06-01 12:35:49
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Create multiple VMs with managed azure disks
question service/virtual-machine waiting-response
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform Version v0.11.7 azurerm 1.6.0 ### Affected Resource(s) azurerm_virtual_machine.storage_os_disk ### Terraform Configuration Files ``` # Create virtual machine resource "azurerm_virtual_machine" "node" { count = "${var.node_count}" name = "${var.prefix}${var.role}-vm-${var.network_name}-${count.index}" location = "${var.region}" resource_group_name = "${var.resource_group_name}" network_interface_ids = ["${element(azurerm_network_interface.node.*.id, count.index)}"] # 1 vCPU, 3.5 Gb of RAM vm_size = "${var.machine_type}" storage_os_disk { name = "${var.prefix}${var.role}-disk-os-${count.index}" caching = "ReadWrite" create_option = "FromImage" managed_disk_type = "Standard_LRS" } storage_image_reference { publisher = "${lookup(var.image_publisher, var.platform)}" offer = "${lookup(var.image_offer, var.platform)}" sku = "${lookup(var.image_version, var.platform)}" version = "latest" } # delete the OS disk automatically when deleting the VM delete_os_disk_on_termination = true os_profile { computer_name = "${var.role}" admin_username = "poa" } os_profile_linux_config { disable_password_authentication = true ssh_keys = [ { path = "/home/poa/.ssh/authorized_keys" key_data = "${file(var.ssh_public_key)}" }, ] } tags { environment = "${var.environment_name}" role = "${var.role}" countable_role = "${var.role}-${count.index}" } } ``` ### Debug Output Will be happy to provide if needed. ### Expected Behavior Azurerm creates each node with its own disk. ### Actual Behavior Azurerm creates one disk, and then trying to assign it to each node (it also tries to rename the existing disk, so i get the following errors): ``` * module.validator.azurerm_virtual_machine.node[2]: 1 error(s) occurred: * azurerm_virtual_machine.node.2: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=409 -- Original Error: failed request: autorest/azure: Service returned an error. Status=<nil> Code="PropertyChangeNotAllowed" Message="Changing property 'osDisk.name' is not allowed." Target="osDisk.name" * module.bootnode.azurerm_virtual_machine.node[1]: 1 error(s) occurred: * azurerm_virtual_machine.node.1: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=409 -- Original Error: failed request: autorest/azure: Service returned an error. Status=<nil> Code="PropertyChangeNotAllowed" Message="Changing property 'osDisk.name' is not allowed." Target="osDisk.name" * module.bootnode.azurerm_virtual_machine.node[0]: 1 error(s) occurred: ``` ### Steps to Reproduce terraform 1. `terraform plan` 2. `terraform apply` ### References * https://github.com/hashicorp/terraform/issues/10044 - in this issue user creates unmanaged disk, but since it is not really modern solution I'm trying to create managed one.
1.0
Create multiple VMs with managed azure disks - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform Version v0.11.7 azurerm 1.6.0 ### Affected Resource(s) azurerm_virtual_machine.storage_os_disk ### Terraform Configuration Files ``` # Create virtual machine resource "azurerm_virtual_machine" "node" { count = "${var.node_count}" name = "${var.prefix}${var.role}-vm-${var.network_name}-${count.index}" location = "${var.region}" resource_group_name = "${var.resource_group_name}" network_interface_ids = ["${element(azurerm_network_interface.node.*.id, count.index)}"] # 1 vCPU, 3.5 Gb of RAM vm_size = "${var.machine_type}" storage_os_disk { name = "${var.prefix}${var.role}-disk-os-${count.index}" caching = "ReadWrite" create_option = "FromImage" managed_disk_type = "Standard_LRS" } storage_image_reference { publisher = "${lookup(var.image_publisher, var.platform)}" offer = "${lookup(var.image_offer, var.platform)}" sku = "${lookup(var.image_version, var.platform)}" version = "latest" } # delete the OS disk automatically when deleting the VM delete_os_disk_on_termination = true os_profile { computer_name = "${var.role}" admin_username = "poa" } os_profile_linux_config { disable_password_authentication = true ssh_keys = [ { path = "/home/poa/.ssh/authorized_keys" key_data = "${file(var.ssh_public_key)}" }, ] } tags { environment = "${var.environment_name}" role = "${var.role}" countable_role = "${var.role}-${count.index}" } } ``` ### Debug Output Will be happy to provide if needed. ### Expected Behavior Azurerm creates each node with its own disk. ### Actual Behavior Azurerm creates one disk, and then trying to assign it to each node (it also tries to rename the existing disk, so i get the following errors): ``` * module.validator.azurerm_virtual_machine.node[2]: 1 error(s) occurred: * azurerm_virtual_machine.node.2: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=409 -- Original Error: failed request: autorest/azure: Service returned an error. Status=<nil> Code="PropertyChangeNotAllowed" Message="Changing property 'osDisk.name' is not allowed." Target="osDisk.name" * module.bootnode.azurerm_virtual_machine.node[1]: 1 error(s) occurred: * azurerm_virtual_machine.node.1: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=409 -- Original Error: failed request: autorest/azure: Service returned an error. Status=<nil> Code="PropertyChangeNotAllowed" Message="Changing property 'osDisk.name' is not allowed." Target="osDisk.name" * module.bootnode.azurerm_virtual_machine.node[0]: 1 error(s) occurred: ``` ### Steps to Reproduce terraform 1. `terraform plan` 2. `terraform apply` ### References * https://github.com/hashicorp/terraform/issues/10044 - in this issue user creates unmanaged disk, but since it is not really modern solution I'm trying to create managed one.
non_test
create multiple vms with managed azure disks community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform version azurerm affected resource s azurerm virtual machine storage os disk terraform configuration files create virtual machine resource azurerm virtual machine node count var node count name var prefix var role vm var network name count index location var region resource group name var resource group name network interface ids vcpu gb of ram vm size var machine type storage os disk name var prefix var role disk os count index caching readwrite create option fromimage managed disk type standard lrs storage image reference publisher lookup var image publisher var platform offer lookup var image offer var platform sku lookup var image version var platform version latest delete the os disk automatically when deleting the vm delete os disk on termination true os profile computer name var role admin username poa os profile linux config disable password authentication true ssh keys path home poa ssh authorized keys key data file var ssh public key tags environment var environment name role var role countable role var role count index debug output will be happy to provide if needed expected behavior azurerm creates each node with its own disk actual behavior azurerm creates one disk and then trying to assign it to each node it also tries to rename the existing disk so i get the following errors module validator azurerm virtual machine node error s occurred azurerm virtual machine node compute virtualmachinesclient createorupdate failure sending request statuscode original error failed request autorest azure service returned an error status code propertychangenotallowed message changing property osdisk name is not allowed target osdisk name module bootnode azurerm virtual machine node error s occurred azurerm virtual machine node compute virtualmachinesclient createorupdate failure sending request statuscode original error failed request autorest azure service returned an error status code propertychangenotallowed message changing property osdisk name is not allowed target osdisk name module bootnode azurerm virtual machine node error s occurred steps to reproduce terraform terraform plan terraform apply references in this issue user creates unmanaged disk but since it is not really modern solution i m trying to create managed one
0
697,019
23,924,591,741
IssuesEvent
2022-09-09 20:45:12
ewels/MultiQC
https://api.github.com/repos/ewels/MultiQC
closed
custom_content sometimes does not find non _mqc files
core: bug priority: high
### Description of bug I am missing a custom table on the top of my MultiQC report. MultiQC does not crash but it does not find the file path of my `custom_data`. This does not happen with an older version (v1.9), and I have seen that there have been changes in the custom_content module since, so maybe it is related. I am running MultiQC v1.12 on Ubuntu 20.04.4 LTS. I have been investigating and produced a minimal example that reproduces this behavior. How to reproduce it: Unpack the attached .zip file in a clean directory. Run from there: `multiqc . -o . -c multiqc_config.yaml` I get an output that it does not find any files. However, if I put a dummy `file_mqc.txt` in the directory: `echo "Hello world" > file_mqc.txt` and then run the same command again on a clean directory: `multiqc . -o . -c multiqc_config.yaml`, the file `table.tsv` is found and shown in the resulting `multiqc_report.html`. It seems to me that the presence of any `_mqc.*` file in the search path somehow triggers the search of other files with names that do not match this pattern. If my files have the `_mqc.*` extension, they are found regardless, so this would be a workaround for me. However, I am not totally sure if this is a misconfiguration on my side with an odd side effect. I saw in some of the MultiQC_TestData repo that some of the custom files are not necessarily called `_mqc*`, so I assumed that this is only done for MultiQC to find them without too much configuration, but any explicit other name should work? It seems to be a rare edge case, since I am guessing for large reports with custom stuff there are probably some `_mqc*` files lying around. Thanks in advance! MultiQC is a great tool! :) ### File that triggers the error [config_and_table.zip](https://github.com/ewels/MultiQC/files/8223283/config_and_table.zip) ### MultiQC Error log ```console $ multiqc . -o . -c multiqc_config.yaml /// MultiQC 🔍 | v1.12 | multiqc | Only using modules: custom_content | multiqc | Search path : /home/carmen/work/experiments/220310_multiqc_config | searching | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 2/2 | multiqc | No analysis results found. Cleaning up.. | multiqc | MultiQC complete $ echo "Hello world" > file_mqc.txt $ multiqc . -o . -c multiqc_config.yaml /// MultiQC 🔍 | v1.12 | multiqc | Only using modules: custom_content | multiqc | Search path : /home/carmen/work/experiments/220310_multiqc_config | searching | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 3/3 | custom_content | Not able to parse custom data in file_mqc.txt | custom_content | stats: Found 3 samples (table) | multiqc | Compressing plot data | multiqc | Report : multiqc_report.html | multiqc | Data : multiqc_data | multiqc | MultiQC complete ```
1.0
custom_content sometimes does not find non _mqc files - ### Description of bug I am missing a custom table on the top of my MultiQC report. MultiQC does not crash but it does not find the file path of my `custom_data`. This does not happen with an older version (v1.9), and I have seen that there have been changes in the custom_content module since, so maybe it is related. I am running MultiQC v1.12 on Ubuntu 20.04.4 LTS. I have been investigating and produced a minimal example that reproduces this behavior. How to reproduce it: Unpack the attached .zip file in a clean directory. Run from there: `multiqc . -o . -c multiqc_config.yaml` I get an output that it does not find any files. However, if I put a dummy `file_mqc.txt` in the directory: `echo "Hello world" > file_mqc.txt` and then run the same command again on a clean directory: `multiqc . -o . -c multiqc_config.yaml`, the file `table.tsv` is found and shown in the resulting `multiqc_report.html`. It seems to me that the presence of any `_mqc.*` file in the search path somehow triggers the search of other files with names that do not match this pattern. If my files have the `_mqc.*` extension, they are found regardless, so this would be a workaround for me. However, I am not totally sure if this is a misconfiguration on my side with an odd side effect. I saw in some of the MultiQC_TestData repo that some of the custom files are not necessarily called `_mqc*`, so I assumed that this is only done for MultiQC to find them without too much configuration, but any explicit other name should work? It seems to be a rare edge case, since I am guessing for large reports with custom stuff there are probably some `_mqc*` files lying around. Thanks in advance! MultiQC is a great tool! :) ### File that triggers the error [config_and_table.zip](https://github.com/ewels/MultiQC/files/8223283/config_and_table.zip) ### MultiQC Error log ```console $ multiqc . -o . -c multiqc_config.yaml /// MultiQC 🔍 | v1.12 | multiqc | Only using modules: custom_content | multiqc | Search path : /home/carmen/work/experiments/220310_multiqc_config | searching | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 2/2 | multiqc | No analysis results found. Cleaning up.. | multiqc | MultiQC complete $ echo "Hello world" > file_mqc.txt $ multiqc . -o . -c multiqc_config.yaml /// MultiQC 🔍 | v1.12 | multiqc | Only using modules: custom_content | multiqc | Search path : /home/carmen/work/experiments/220310_multiqc_config | searching | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 3/3 | custom_content | Not able to parse custom data in file_mqc.txt | custom_content | stats: Found 3 samples (table) | multiqc | Compressing plot data | multiqc | Report : multiqc_report.html | multiqc | Data : multiqc_data | multiqc | MultiQC complete ```
non_test
custom content sometimes does not find non mqc files description of bug i am missing a custom table on the top of my multiqc report multiqc does not crash but it does not find the file path of my custom data this does not happen with an older version and i have seen that there have been changes in the custom content module since so maybe it is related i am running multiqc on ubuntu lts i have been investigating and produced a minimal example that reproduces this behavior how to reproduce it unpack the attached zip file in a clean directory run from there multiqc o c multiqc config yaml i get an output that it does not find any files however if i put a dummy file mqc txt in the directory echo hello world file mqc txt and then run the same command again on a clean directory multiqc o c multiqc config yaml the file table tsv is found and shown in the resulting multiqc report html it seems to me that the presence of any mqc file in the search path somehow triggers the search of other files with names that do not match this pattern if my files have the mqc extension they are found regardless so this would be a workaround for me however i am not totally sure if this is a misconfiguration on my side with an odd side effect i saw in some of the multiqc testdata repo that some of the custom files are not necessarily called mqc so i assumed that this is only done for multiqc to find them without too much configuration but any explicit other name should work it seems to be a rare edge case since i am guessing for large reports with custom stuff there are probably some mqc files lying around thanks in advance multiqc is a great tool file that triggers the error multiqc error log console multiqc o c multiqc config yaml multiqc 🔍 multiqc only using modules custom content multiqc search path home carmen work experiments multiqc config searching ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ multiqc no analysis results found cleaning up multiqc multiqc complete echo hello world file mqc txt multiqc o c multiqc config yaml multiqc 🔍 multiqc only using modules custom content multiqc search path home carmen work experiments multiqc config searching ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ custom content not able to parse custom data in file mqc txt custom content stats found samples table multiqc compressing plot data multiqc report multiqc report html multiqc data multiqc data multiqc multiqc complete
0
129,985
10,593,801,665
IssuesEvent
2019-10-09 15:30:35
SAP/cloud-commerce-spartacus-storefront
https://api.github.com/repos/SAP/cloud-commerce-spartacus-storefront
closed
Fix failing checkout-as-persistent-user.e2e test
e2e-tests
checkout-as-persistent-user.e2e-spec.ts failing because the user never logged in.
1.0
Fix failing checkout-as-persistent-user.e2e test - checkout-as-persistent-user.e2e-spec.ts failing because the user never logged in.
test
fix failing checkout as persistent user test checkout as persistent user spec ts failing because the user never logged in
1
117,378
15,093,673,802
IssuesEvent
2021-02-07 01:55:08
ZeroK-RTS/Zero-K
https://api.github.com/repos/ZeroK-RTS/Zero-K
closed
Simple Command Card mode
design decision feature
Most of the commands in the orders menu are not required for new players. Wait, Set Target, Cancel Target are some obvious ones but we can further tune the list. Integral menu should have an option to remove the extraneous commands. It should be on by default.
1.0
Simple Command Card mode - Most of the commands in the orders menu are not required for new players. Wait, Set Target, Cancel Target are some obvious ones but we can further tune the list. Integral menu should have an option to remove the extraneous commands. It should be on by default.
non_test
simple command card mode most of the commands in the orders menu are not required for new players wait set target cancel target are some obvious ones but we can further tune the list integral menu should have an option to remove the extraneous commands it should be on by default
0
317,284
27,224,371,470
IssuesEvent
2023-02-21 08:39:20
nodejs/node
https://api.github.com/repos/nodejs/node
closed
test_runner: warn if `only` is used without properly enabling only tests
feature request test_runner
### What is the problem this feature will solve? `only` tests require enabling only mode, otherwise `only` does nothing. This can lead people to think that `only` does not work. ### What is the feature you are proposing to solve the problem? The test runner should warn if someone tries to use `only` without properly enabling it. ### What alternatives have you considered? Doing nothing.
1.0
test_runner: warn if `only` is used without properly enabling only tests - ### What is the problem this feature will solve? `only` tests require enabling only mode, otherwise `only` does nothing. This can lead people to think that `only` does not work. ### What is the feature you are proposing to solve the problem? The test runner should warn if someone tries to use `only` without properly enabling it. ### What alternatives have you considered? Doing nothing.
test
test runner warn if only is used without properly enabling only tests what is the problem this feature will solve only tests require enabling only mode otherwise only does nothing this can lead people to think that only does not work what is the feature you are proposing to solve the problem the test runner should warn if someone tries to use only without properly enabling it what alternatives have you considered doing nothing
1
130,437
5,116,031,743
IssuesEvent
2017-01-07 00:11:51
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Some atcommands can't find NPCs
bug:core mode:prerenewal mode:renewal priority:low server:map status:confirmed
Commands such as `@hidenpc` still use the NAME_LENGTH instead of the new NPC name size of NPC_NAME_LENGTH to retrieve the NPC name. This makes it impossible to unload some NPCs as many of them have a lenght of 24 (and the sscanf is of 23). The length should be updated to %50 with a char array of NPC_NAME_LENGTH + 1. This affects: tonpc shownpc hidenpc unloadnpc npcmove npctalk git a4a6dd896fc39b7d7ac3c160e486847a94f3cf6f
1.0
Some atcommands can't find NPCs - Commands such as `@hidenpc` still use the NAME_LENGTH instead of the new NPC name size of NPC_NAME_LENGTH to retrieve the NPC name. This makes it impossible to unload some NPCs as many of them have a lenght of 24 (and the sscanf is of 23). The length should be updated to %50 with a char array of NPC_NAME_LENGTH + 1. This affects: tonpc shownpc hidenpc unloadnpc npcmove npctalk git a4a6dd896fc39b7d7ac3c160e486847a94f3cf6f
non_test
some atcommands can t find npcs commands such as hidenpc still use the name length instead of the new npc name size of npc name length to retrieve the npc name this makes it impossible to unload some npcs as many of them have a lenght of and the sscanf is of the length should be updated to with a char array of npc name length this affects tonpc shownpc hidenpc unloadnpc npcmove npctalk git
0
452,402
32,058,662,534
IssuesEvent
2023-09-24 11:58:23
Vahera/godot-orchestrator
https://api.github.com/repos/Vahera/godot-orchestrator
opened
Custom nodes documentation does not include icon
kind/documentation
### Describe the bug In GH-22, icon support was added but the custom nodes section of the documentation was missed when the documentation updates were applied. ### Expected behavior _No response_ ### Actual behavior _No response_ ### How to Reproduce? _No response_ ### Godot full version _No response_ ### Orchestrator version _No response_ ### Additional information _No response_
1.0
Custom nodes documentation does not include icon - ### Describe the bug In GH-22, icon support was added but the custom nodes section of the documentation was missed when the documentation updates were applied. ### Expected behavior _No response_ ### Actual behavior _No response_ ### How to Reproduce? _No response_ ### Godot full version _No response_ ### Orchestrator version _No response_ ### Additional information _No response_
non_test
custom nodes documentation does not include icon describe the bug in gh icon support was added but the custom nodes section of the documentation was missed when the documentation updates were applied expected behavior no response actual behavior no response how to reproduce no response godot full version no response orchestrator version no response additional information no response
0
81,363
7,779,708,849
IssuesEvent
2018-06-05 17:40:59
skycoin/skycoin-web
https://api.github.com/repos/skycoin/skycoin-web
closed
Adapt the cipher test suite from the main Skycoin repo
tests
`CipherProvider` is one of the most delicate components of the wallet, as it is responsible for performing cryptographic operations. What `CipherProvider` does is to call functions from `/src/assets/scripts/main.js`. For its part, `main.js` is a file created using gopherjs by converting the Go code in [skycoin-lite](https://github.com/skycoin/skycoin-lite). skycoin-lite uses the same cryptographic code from the Skycoin main repository. Due to the code being automatically converted from Go to JavaScript in skycoin-lite, and the importance that code have, it is important to do again in Typescript the tests from the original cryptographic code in Go, in order to ensure there are no errors after the conversion. Simple tests are not enough. The testsuite that should be adapted in this repo was added to the main repo in https://github.com/skycoin/skycoin/pull/1520 . That PR contains a test data generator, various test data files and the tests themselves. However, it is not necessary to adapt all the content of that PR, the idea is to only adapt the tests and do it in 2 or 3 PRs. The first thing that should be adapted is a test that creates a large number of addresses consecutively from one seed, to ensure that the creation of the addresses is deterministic and that it behaves correctly. For this test it is necessary to use the `many-addresses.golden` file added in https://github.com/skycoin/skycoin/pull/1520. Despite the `.golden` extension, it is simply a json file with a seed and an array with 1000 addresses created from that seed. What have to be tested is simply if it is possible to create 1000 addresses with that seed and if the generated addresses are the same as in the file. One thing to keep in mind is that the seed is encoded using base64, so the test must start by decoding the base64 string and using the resulting bytearray to create an utf8 string. `many-addresses.golden` currently has this seed: >d2luZSBwbGF0ZSBhYmFuZG9uIGFtdXNlZCBsdWdnYWdlIHNwZW5kIGZyYWdpbGUgcmFyZSB2ZW50dXJlIGRvbmF0ZSBzb2Z0IHNoZXJpZmY= which after decoding is: > wine plate abandon amused luggage spend fragile rare venture donate soft sheriff Technically, it is not necessary to follow the Go code to create the test, but it is highly recommended to review it before starting to create the TypeScript version, to avoid reinventing the wheel. The test starts in the [TestManyAddresses function](https://github.com/skycoin/skycoin/pull/1520/files#diff-5a95e7311dd8047a4db2167d0108b613R21), in `testsuite_test.go`. The test must be created as a unit test for `CipherProvider`, but it must be placed in a file other than `cipher.provider.spec.ts`. Additionally, the file must be excluded from the unit tests that are automatically run by Travis and a separate command for running the test must be added to Makefile. `CipherProvider` is significantly slower than the original Go library, so it would be good idea to only test a small number of addresses during development, not all 1000.
1.0
Adapt the cipher test suite from the main Skycoin repo - `CipherProvider` is one of the most delicate components of the wallet, as it is responsible for performing cryptographic operations. What `CipherProvider` does is to call functions from `/src/assets/scripts/main.js`. For its part, `main.js` is a file created using gopherjs by converting the Go code in [skycoin-lite](https://github.com/skycoin/skycoin-lite). skycoin-lite uses the same cryptographic code from the Skycoin main repository. Due to the code being automatically converted from Go to JavaScript in skycoin-lite, and the importance that code have, it is important to do again in Typescript the tests from the original cryptographic code in Go, in order to ensure there are no errors after the conversion. Simple tests are not enough. The testsuite that should be adapted in this repo was added to the main repo in https://github.com/skycoin/skycoin/pull/1520 . That PR contains a test data generator, various test data files and the tests themselves. However, it is not necessary to adapt all the content of that PR, the idea is to only adapt the tests and do it in 2 or 3 PRs. The first thing that should be adapted is a test that creates a large number of addresses consecutively from one seed, to ensure that the creation of the addresses is deterministic and that it behaves correctly. For this test it is necessary to use the `many-addresses.golden` file added in https://github.com/skycoin/skycoin/pull/1520. Despite the `.golden` extension, it is simply a json file with a seed and an array with 1000 addresses created from that seed. What have to be tested is simply if it is possible to create 1000 addresses with that seed and if the generated addresses are the same as in the file. One thing to keep in mind is that the seed is encoded using base64, so the test must start by decoding the base64 string and using the resulting bytearray to create an utf8 string. `many-addresses.golden` currently has this seed: >d2luZSBwbGF0ZSBhYmFuZG9uIGFtdXNlZCBsdWdnYWdlIHNwZW5kIGZyYWdpbGUgcmFyZSB2ZW50dXJlIGRvbmF0ZSBzb2Z0IHNoZXJpZmY= which after decoding is: > wine plate abandon amused luggage spend fragile rare venture donate soft sheriff Technically, it is not necessary to follow the Go code to create the test, but it is highly recommended to review it before starting to create the TypeScript version, to avoid reinventing the wheel. The test starts in the [TestManyAddresses function](https://github.com/skycoin/skycoin/pull/1520/files#diff-5a95e7311dd8047a4db2167d0108b613R21), in `testsuite_test.go`. The test must be created as a unit test for `CipherProvider`, but it must be placed in a file other than `cipher.provider.spec.ts`. Additionally, the file must be excluded from the unit tests that are automatically run by Travis and a separate command for running the test must be added to Makefile. `CipherProvider` is significantly slower than the original Go library, so it would be good idea to only test a small number of addresses during development, not all 1000.
test
adapt the cipher test suite from the main skycoin repo cipherprovider is one of the most delicate components of the wallet as it is responsible for performing cryptographic operations what cipherprovider does is to call functions from src assets scripts main js for its part main js is a file created using gopherjs by converting the go code in skycoin lite uses the same cryptographic code from the skycoin main repository due to the code being automatically converted from go to javascript in skycoin lite and the importance that code have it is important to do again in typescript the tests from the original cryptographic code in go in order to ensure there are no errors after the conversion simple tests are not enough the testsuite that should be adapted in this repo was added to the main repo in that pr contains a test data generator various test data files and the tests themselves however it is not necessary to adapt all the content of that pr the idea is to only adapt the tests and do it in or prs the first thing that should be adapted is a test that creates a large number of addresses consecutively from one seed to ensure that the creation of the addresses is deterministic and that it behaves correctly for this test it is necessary to use the many addresses golden file added in despite the golden extension it is simply a json file with a seed and an array with addresses created from that seed what have to be tested is simply if it is possible to create addresses with that seed and if the generated addresses are the same as in the file one thing to keep in mind is that the seed is encoded using so the test must start by decoding the string and using the resulting bytearray to create an string many addresses golden currently has this seed which after decoding is wine plate abandon amused luggage spend fragile rare venture donate soft sheriff technically it is not necessary to follow the go code to create the test but it is highly recommended to review it before starting to create the typescript version to avoid reinventing the wheel the test starts in the in testsuite test go the test must be created as a unit test for cipherprovider but it must be placed in a file other than cipher provider spec ts additionally the file must be excluded from the unit tests that are automatically run by travis and a separate command for running the test must be added to makefile cipherprovider is significantly slower than the original go library so it would be good idea to only test a small number of addresses during development not all
1
313,483
23,477,541,339
IssuesEvent
2022-08-17 07:40:43
yoshisdmlab/github-slideshow
https://api.github.com/repos/yoshisdmlab/github-slideshow
closed
Getting Started with GitHub
documentation
# :wave: GitHubラーニングラボの"Introduction to GitHub"コースへようこそ まずはじめに、GitHubを使ってコーディングをしたりコラボレーションするのに大事ないくつかのポイントを紹介しましょう。 :point_down: _この矢印は中身を展開することが出来ます!より詳細な情報が必要なときにはコース中のこの矢印をクリックしましょう_ <details><summary>GitHubとはなにか?</summary> <hr> ## GitHubとはなにか? よくぞ聞いてくれました!多くの人がGitHubにアクセスするのは、オープンソース <sup>[:book:](https://help.github.com/articles/github-glossary/#open-source)</sup> プロジェクトにコントリビュートするためであったり、チームメイトやクラスメイトが彼らのプロジェクトでGitHubを使っていてそこに招待されたからです。では、なぜ人々はプロジェクトにGitHubを使うのでしょうか? **GitHubはコラボレーションプラットフォームです。** ソフトウェアから法的文書まで、GitHub上でのコラボレーションとチームが必要とするセキュリティツールによって、最善の仕事をすることができるのです。GitHubを使えば、プロジェクトを完全にプライベートにする事もできますし、世界中のメンバーとコラボレーションすることも出来ますし、プロジェクトのプロセスを円滑にすることも出来ます。 **GitHubは強力なバージョン管理ツールでもあります。** GitHubではGit <sup>[:book:](https://help.github.com/articles/github-glossary/#git)</sup> という、最も有名なオープンソースのバージョン管理ソフトウェアを使っており、プロジェクトの全てのコントリビュートとコントリビューター <sup>[:book:](https://help.github.com/articles/github-glossary/#contributor)</sup> を追跡出来ます。これによって、ソースコードのあらゆる行が誰がいつかいたのかを把握することが出来ます。 **GitHubは人々がより多くの事を成し遂げる助けとなります** GitHubは世界で最も先進的な技術を構築することに使われています。データの可視化であろうと、新しいゲームの作成だろうと、GitHub上には皆さんが次のレベルに到達するためのコミュニティとツールが揃っています。このコースは基本からスタートしますが、後半は徐々に深掘りしていきます! :tv: [ビデオ:GitHubとはなにか?](https://www.youtube.com/watch?v=w3jLJU7DT5E) <hr> </details><br> <details><summary>GitHubリポジトリ概観</summary> <hr> ## GitHubリポジトリ概観 :tv: [ビデオ:GitHubリポジトリ概観](https://www.youtube.com/watch?v=R8OAwrcMlRw) ### さらなる機能 ビデオではGitHubで最も使われる機能のうちの一部を紹介しました。GitHubリポジトリでお使いいただける他の機能もいくつかここでご紹介します: - プロジェクトボード:GitHub上でカンバンスタイルのタスク管理ボードを作成することが出来ます - Wiki:プロジェクトのドキュメントを書くことが出来ます - Insights:以下のようなリポジトリの解析ツールへのリンクが表示されます: - Pulse:このプロジェクトダッシュボードでは完了した作業や実施中の作業についての情報を見つけることが出来ます - Graphs:誰がリポジトリにコントリビュートしているのか、誰がフォークしているのか、いつ作業を完成させたのかといったリポジトリに関するより詳細な情報を提供します ### 特別なファイル ビデオの中で、README.mdという名前の特別なファイルについて学びました。以下はリポジトリに追加できる他の特別なファイルです: - CONTRIBUTING.md: `CONTRIBUTING.md`はリポジトリに対してコントリビュートするためのプロセスを記載するのに使います。新しいイシューやプルリクエストを作成する際に、`CONTRIBUTING.md`ファイルへのリンクが表示されます。 - ISSUE_TEMPLATE.md: `ISSUE_TEMPLATE.md`はイシューの本文に事前に含めておくことができる内容を記載するファイルです。例えば、バグ報告には常に同じ種類の情報が必要な場合、イシューテンプレートにその内容を含ることで、新しくイシューを作成する際に常にテンプレートの内容が入力された状態で表示されます。 <hr> </details> ### イシューを使ってみよう 今皆さんが見ているのはイシュー <sup>[:book:](https://help.github.com/articles/github-glossary/#issue)</sup> です:ここではあなたのコードのバグやコードレビューについて議論したり、他のあらゆる事を議論する事ができる場所です。 イシュータイトルはメールの件名のようなものです。そのイシューがどういったものなのかをひと目で分かるようにするためのものです。例えば、このイシューのタイトルは「GitHubを始めよう」です。 <details><summary>GitHubイシューを使ってみよう</summary> ## GitHubイシューを使ってみよう イシューはアイデアや機能追加、タスク、バグについて議論するにの使われます。イシューを使うことによって以下のような理由でコラボレーションをやりやすくします: - 全員(将来のチームメンバーに対しても)に完全な話の流れを1つの場所で提供する - 他のイシューやプルリクエスト <sup>[:book:](https://help.github.com/articles/github-glossary/#pull-request)</sup> へのクロスリンクを貼ることができる - どのようにして、なぜある意思決定をしたのかについて1つの場所に網羅的な記録を残すことができる - @メンションを使うことで、議論に参加することが必要なメンバーやチームを簡単に呼ぶことができる :tv: [ビデオ;イシューを使ってみよう](https://www.youtube.com/watch?v=Zhj46r5D0nQ) <hr> </details> <details><summary>通知の管理</summary> <hr> ## 通知の管理 :tv: [ビデオ:ウォッチ、通知、スター、探索](https://www.youtube.com/watch?v=ocQldxF7fMY) 一度イシューやプルリクエストにコメントを書くと、そのスレッドについてのメール通知を受け取るようになります。 ### 特定の会話の通知のオン/オフのやり方 1. イシューやプルリクエストに移動 2. 画面右側の _"Notifications"_ セクションにて、通知をオフにするには**Unsubscribe**ボタン、通知をオンにするには **Subscribe** ボタンを押す。 ここでは現在の通知設定がどうなっているかが記載されています。 ### Settings での通知のカスタマイズ方法 1. プロフィールアイコンをクリック 2. **Settings** をクリック 3. 画面左側のメニューにある **Notifications** をクリックし、 [通知の設定を行う](https://help.github.com/articles/managing-notification-delivery-methods/) ### リポジトリの通知設定 * **Watch**: 新しいイシューやプルリクエスト、コメントが作られた時や、イシューがクローズされた時、プルリクエストがマージされた時に通知が送られる * **Not watching**: @メンションされた時以外は通知が送られる * **Ignore**: リポジトリからの通知は全く送られない ### ウォッチしているリポジトリの通知の設定方法 1. プロフィールアイコンをクリック 2. **Settings** をクリック 3. 画面左側のメニューにある **Notification** をクリック 4. [repositories you’re watching](https://github.com/watching) リンクをクリック 5. **Watching** タブを選択 6. 通知を無効化するには **Unwatch** ボタン、有効化する **Watch** ボタンをクリック <hr> </details> <hr> <h3 align="center">次に最初のタスクが書き込まれます</h3>
1.0
Getting Started with GitHub - # :wave: GitHubラーニングラボの"Introduction to GitHub"コースへようこそ まずはじめに、GitHubを使ってコーディングをしたりコラボレーションするのに大事ないくつかのポイントを紹介しましょう。 :point_down: _この矢印は中身を展開することが出来ます!より詳細な情報が必要なときにはコース中のこの矢印をクリックしましょう_ <details><summary>GitHubとはなにか?</summary> <hr> ## GitHubとはなにか? よくぞ聞いてくれました!多くの人がGitHubにアクセスするのは、オープンソース <sup>[:book:](https://help.github.com/articles/github-glossary/#open-source)</sup> プロジェクトにコントリビュートするためであったり、チームメイトやクラスメイトが彼らのプロジェクトでGitHubを使っていてそこに招待されたからです。では、なぜ人々はプロジェクトにGitHubを使うのでしょうか? **GitHubはコラボレーションプラットフォームです。** ソフトウェアから法的文書まで、GitHub上でのコラボレーションとチームが必要とするセキュリティツールによって、最善の仕事をすることができるのです。GitHubを使えば、プロジェクトを完全にプライベートにする事もできますし、世界中のメンバーとコラボレーションすることも出来ますし、プロジェクトのプロセスを円滑にすることも出来ます。 **GitHubは強力なバージョン管理ツールでもあります。** GitHubではGit <sup>[:book:](https://help.github.com/articles/github-glossary/#git)</sup> という、最も有名なオープンソースのバージョン管理ソフトウェアを使っており、プロジェクトの全てのコントリビュートとコントリビューター <sup>[:book:](https://help.github.com/articles/github-glossary/#contributor)</sup> を追跡出来ます。これによって、ソースコードのあらゆる行が誰がいつかいたのかを把握することが出来ます。 **GitHubは人々がより多くの事を成し遂げる助けとなります** GitHubは世界で最も先進的な技術を構築することに使われています。データの可視化であろうと、新しいゲームの作成だろうと、GitHub上には皆さんが次のレベルに到達するためのコミュニティとツールが揃っています。このコースは基本からスタートしますが、後半は徐々に深掘りしていきます! :tv: [ビデオ:GitHubとはなにか?](https://www.youtube.com/watch?v=w3jLJU7DT5E) <hr> </details><br> <details><summary>GitHubリポジトリ概観</summary> <hr> ## GitHubリポジトリ概観 :tv: [ビデオ:GitHubリポジトリ概観](https://www.youtube.com/watch?v=R8OAwrcMlRw) ### さらなる機能 ビデオではGitHubで最も使われる機能のうちの一部を紹介しました。GitHubリポジトリでお使いいただける他の機能もいくつかここでご紹介します: - プロジェクトボード:GitHub上でカンバンスタイルのタスク管理ボードを作成することが出来ます - Wiki:プロジェクトのドキュメントを書くことが出来ます - Insights:以下のようなリポジトリの解析ツールへのリンクが表示されます: - Pulse:このプロジェクトダッシュボードでは完了した作業や実施中の作業についての情報を見つけることが出来ます - Graphs:誰がリポジトリにコントリビュートしているのか、誰がフォークしているのか、いつ作業を完成させたのかといったリポジトリに関するより詳細な情報を提供します ### 特別なファイル ビデオの中で、README.mdという名前の特別なファイルについて学びました。以下はリポジトリに追加できる他の特別なファイルです: - CONTRIBUTING.md: `CONTRIBUTING.md`はリポジトリに対してコントリビュートするためのプロセスを記載するのに使います。新しいイシューやプルリクエストを作成する際に、`CONTRIBUTING.md`ファイルへのリンクが表示されます。 - ISSUE_TEMPLATE.md: `ISSUE_TEMPLATE.md`はイシューの本文に事前に含めておくことができる内容を記載するファイルです。例えば、バグ報告には常に同じ種類の情報が必要な場合、イシューテンプレートにその内容を含ることで、新しくイシューを作成する際に常にテンプレートの内容が入力された状態で表示されます。 <hr> </details> ### イシューを使ってみよう 今皆さんが見ているのはイシュー <sup>[:book:](https://help.github.com/articles/github-glossary/#issue)</sup> です:ここではあなたのコードのバグやコードレビューについて議論したり、他のあらゆる事を議論する事ができる場所です。 イシュータイトルはメールの件名のようなものです。そのイシューがどういったものなのかをひと目で分かるようにするためのものです。例えば、このイシューのタイトルは「GitHubを始めよう」です。 <details><summary>GitHubイシューを使ってみよう</summary> ## GitHubイシューを使ってみよう イシューはアイデアや機能追加、タスク、バグについて議論するにの使われます。イシューを使うことによって以下のような理由でコラボレーションをやりやすくします: - 全員(将来のチームメンバーに対しても)に完全な話の流れを1つの場所で提供する - 他のイシューやプルリクエスト <sup>[:book:](https://help.github.com/articles/github-glossary/#pull-request)</sup> へのクロスリンクを貼ることができる - どのようにして、なぜある意思決定をしたのかについて1つの場所に網羅的な記録を残すことができる - @メンションを使うことで、議論に参加することが必要なメンバーやチームを簡単に呼ぶことができる :tv: [ビデオ;イシューを使ってみよう](https://www.youtube.com/watch?v=Zhj46r5D0nQ) <hr> </details> <details><summary>通知の管理</summary> <hr> ## 通知の管理 :tv: [ビデオ:ウォッチ、通知、スター、探索](https://www.youtube.com/watch?v=ocQldxF7fMY) 一度イシューやプルリクエストにコメントを書くと、そのスレッドについてのメール通知を受け取るようになります。 ### 特定の会話の通知のオン/オフのやり方 1. イシューやプルリクエストに移動 2. 画面右側の _"Notifications"_ セクションにて、通知をオフにするには**Unsubscribe**ボタン、通知をオンにするには **Subscribe** ボタンを押す。 ここでは現在の通知設定がどうなっているかが記載されています。 ### Settings での通知のカスタマイズ方法 1. プロフィールアイコンをクリック 2. **Settings** をクリック 3. 画面左側のメニューにある **Notifications** をクリックし、 [通知の設定を行う](https://help.github.com/articles/managing-notification-delivery-methods/) ### リポジトリの通知設定 * **Watch**: 新しいイシューやプルリクエスト、コメントが作られた時や、イシューがクローズされた時、プルリクエストがマージされた時に通知が送られる * **Not watching**: @メンションされた時以外は通知が送られる * **Ignore**: リポジトリからの通知は全く送られない ### ウォッチしているリポジトリの通知の設定方法 1. プロフィールアイコンをクリック 2. **Settings** をクリック 3. 画面左側のメニューにある **Notification** をクリック 4. [repositories you’re watching](https://github.com/watching) リンクをクリック 5. **Watching** タブを選択 6. 通知を無効化するには **Unwatch** ボタン、有効化する **Watch** ボタンをクリック <hr> </details> <hr> <h3 align="center">次に最初のタスクが書き込まれます</h3>
non_test
getting started with github wave githubラーニングラボの introduction to github コースへようこそ まずはじめに、githubを使ってコーディングをしたりコラボレーションするのに大事ないくつかのポイントを紹介しましょう。 point down この矢印は中身を展開することが出来ます!より詳細な情報が必要なときにはコース中のこの矢印をクリックしましょう githubとはなにか? githubとはなにか? よくぞ聞いてくれました!多くの人がgithubにアクセスするのは、オープンソース プロジェクトにコントリビュートするためであったり、チームメイトやクラスメイトが彼らのプロジェクトでgithubを使っていてそこに招待されたからです。では、なぜ人々はプロジェクトにgithubを使うのでしょうか? githubはコラボレーションプラットフォームです。 ソフトウェアから法的文書まで、github上でのコラボレーションとチームが必要とするセキュリティツールによって、最善の仕事をすることができるのです。githubを使えば、プロジェクトを完全にプライベートにする事もできますし、世界中のメンバーとコラボレーションすることも出来ますし、プロジェクトのプロセスを円滑にすることも出来ます。 githubは強力なバージョン管理ツールでもあります。 githubではgit という、最も有名なオープンソースのバージョン管理ソフトウェアを使っており、プロジェクトの全てのコントリビュートとコントリビューター を追跡出来ます。これによって、ソースコードのあらゆる行が誰がいつかいたのかを把握することが出来ます。 githubは人々がより多くの事を成し遂げる助けとなります githubは世界で最も先進的な技術を構築することに使われています。データの可視化であろうと、新しいゲームの作成だろうと、github上には皆さんが次のレベルに到達するためのコミュニティとツールが揃っています。このコースは基本からスタートしますが、後半は徐々に深掘りしていきます! tv githubリポジトリ概観 githubリポジトリ概観 tv さらなる機能 ビデオではgithubで最も使われる機能のうちの一部を紹介しました。githubリポジトリでお使いいただける他の機能もいくつかここでご紹介します: プロジェクトボード:github上でカンバンスタイルのタスク管理ボードを作成することが出来ます wiki:プロジェクトのドキュメントを書くことが出来ます insights:以下のようなリポジトリの解析ツールへのリンクが表示されます: pulse:このプロジェクトダッシュボードでは完了した作業や実施中の作業についての情報を見つけることが出来ます graphs:誰がリポジトリにコントリビュートしているのか、誰がフォークしているのか、いつ作業を完成させたのかといったリポジトリに関するより詳細な情報を提供します 特別なファイル ビデオの中で、readme mdという名前の特別なファイルについて学びました。以下はリポジトリに追加できる他の特別なファイルです: contributing md contributing md はリポジトリに対してコントリビュートするためのプロセスを記載するのに使います。新しいイシューやプルリクエストを作成する際に、 contributing md ファイルへのリンクが表示されます。 issue template md issue template md はイシューの本文に事前に含めておくことができる内容を記載するファイルです。例えば、バグ報告には常に同じ種類の情報が必要な場合、イシューテンプレートにその内容を含ることで、新しくイシューを作成する際に常にテンプレートの内容が入力された状態で表示されます。 イシューを使ってみよう 今皆さんが見ているのはイシュー です:ここではあなたのコードのバグやコードレビューについて議論したり、他のあらゆる事を議論する事ができる場所です。 イシュータイトルはメールの件名のようなものです。そのイシューがどういったものなのかをひと目で分かるようにするためのものです。例えば、このイシューのタイトルは「githubを始めよう」です。 githubイシューを使ってみよう githubイシューを使ってみよう イシューはアイデアや機能追加、タスク、バグについて議論するにの使われます。イシューを使うことによって以下のような理由でコラボレーションをやりやすくします: 全員(将来のチームメンバーに対しても) 他のイシューやプルリクエスト へのクロスリンクを貼ることができる どのようにして、 メンションを使うことで、議論に参加することが必要なメンバーやチームを簡単に呼ぶことができる tv 通知の管理 通知の管理 tv 一度イシューやプルリクエストにコメントを書くと、そのスレッドについてのメール通知を受け取るようになります。 特定の会話の通知のオン オフのやり方 イシューやプルリクエストに移動 画面右側の notifications セクションにて、通知をオフにするには unsubscribe ボタン、通知をオンにするには  subscribe ボタンを押す。 ここでは現在の通知設定がどうなっているかが記載されています。 settings での通知のカスタマイズ方法 プロフィールアイコンをクリック settings をクリック 画面左側のメニューにある notifications をクリックし、 リポジトリの通知設定 watch 新しいイシューやプルリクエスト、コメントが作られた時や、イシューがクローズされた時、プルリクエストがマージされた時に通知が送られる not watching メンションされた時以外は通知が送られる ignore リポジトリからの通知は全く送られない ウォッチしているリポジトリの通知の設定方法 プロフィールアイコンをクリック settings をクリック 画面左側のメニューにある notification をクリック リンクをクリック watching タブを選択 通知を無効化するには unwatch ボタン、有効化する watch ボタンをクリック 次に最初のタスクが書き込まれます
0
135,149
10,963,561,796
IssuesEvent
2019-11-27 20:00:48
CMPUT301F19T02/Vybe
https://api.github.com/repos/CMPUT301F19T02/Vybe
closed
Have espresso tests check toast messages
QA Testing non-critical
[//]: # (These are comments and are used for reference and will not show up in the PR) User Requirement: N/A [//]: # (Please Add labels for type of issue) Description: Currently testing for functionality is passible, however further verification of ensuring we get the correct error message by checking the toast should be considered if time allows it. This can be done by referring to the following [link](https://stackoverflow.com/questions/28390574/checking-toast-message-in-android-espresso) The reason this would be difficult to do is the entire toast message would have to be hard coded typed unless we do this after doing issue #151 [//]: # (If an issue is a bug or defect, please list steps to be able to reproduce bug and a screenshot of the defect i.e terminal message) Story Points: 2 Related Issues: N/A [//]: # (Notes:) [//]: # (- Testing and Documentation tasks should always be assumed, but only need to be explicitly stated if there is something that ~~does not~~ need modification. For example,) [//]: # (some Issues/Stories may not require one of Unit or Intent tests, and this should be indicated in the task list.) [//]: # (- Code Reviews are also always assumed to be required, but an issue should only indicate in the description if a review is not required, but someone still shouldn't) [//]: # (merge their own pull request)
1.0
Have espresso tests check toast messages - [//]: # (These are comments and are used for reference and will not show up in the PR) User Requirement: N/A [//]: # (Please Add labels for type of issue) Description: Currently testing for functionality is passible, however further verification of ensuring we get the correct error message by checking the toast should be considered if time allows it. This can be done by referring to the following [link](https://stackoverflow.com/questions/28390574/checking-toast-message-in-android-espresso) The reason this would be difficult to do is the entire toast message would have to be hard coded typed unless we do this after doing issue #151 [//]: # (If an issue is a bug or defect, please list steps to be able to reproduce bug and a screenshot of the defect i.e terminal message) Story Points: 2 Related Issues: N/A [//]: # (Notes:) [//]: # (- Testing and Documentation tasks should always be assumed, but only need to be explicitly stated if there is something that ~~does not~~ need modification. For example,) [//]: # (some Issues/Stories may not require one of Unit or Intent tests, and this should be indicated in the task list.) [//]: # (- Code Reviews are also always assumed to be required, but an issue should only indicate in the description if a review is not required, but someone still shouldn't) [//]: # (merge their own pull request)
test
have espresso tests check toast messages these are comments and are used for reference and will not show up in the pr user requirement n a please add labels for type of issue description currently testing for functionality is passible however further verification of ensuring we get the correct error message by checking the toast should be considered if time allows it this can be done by referring to the following the reason this would be difficult to do is the entire toast message would have to be hard coded typed unless we do this after doing issue if an issue is a bug or defect please list steps to be able to reproduce bug and a screenshot of the defect i e terminal message story points related issues n a notes testing and documentation tasks should always be assumed but only need to be explicitly stated if there is something that does not need modification for example some issues stories may not require one of unit or intent tests and this should be indicated in the task list code reviews are also always assumed to be required but an issue should only indicate in the description if a review is not required but someone still shouldn t merge their own pull request
1
91,565
18,538,594,065
IssuesEvent
2021-10-21 14:00:43
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
opened
codeintel: Add metric for time until processed
team/code-intelligence
We currently have metrics and dashboards for queue size and queue growth rate, but we should also probably be emitting something along the lines of - (_finished_at_ - _uploaded_at_) after each upload completes - the age histogram of each upload in queued/processing state So that we can alert when the time from upload to processing spikes.
1.0
codeintel: Add metric for time until processed - We currently have metrics and dashboards for queue size and queue growth rate, but we should also probably be emitting something along the lines of - (_finished_at_ - _uploaded_at_) after each upload completes - the age histogram of each upload in queued/processing state So that we can alert when the time from upload to processing spikes.
non_test
codeintel add metric for time until processed we currently have metrics and dashboards for queue size and queue growth rate but we should also probably be emitting something along the lines of finished at uploaded at after each upload completes the age histogram of each upload in queued processing state so that we can alert when the time from upload to processing spikes
0
34,978
4,614,499,481
IssuesEvent
2016-09-25 16:18:12
18F/fec-eregs
https://api.github.com/repos/18F/fec-eregs
opened
Design advanced search functionality - Boolean Search
Dashboard: Design Dashboard: Legal
The findings from the co-design sessions were that users were requesting the following advanced search functionality (https://docs.google.com/document/d/1YiXW9sYA_qXQmeomt721uNi-BJ04P1wqk9J6JsnNTHQ/edit) **Derivative search**. A smart search mechanism that knows to include variations on word forms. For example, a search for the word “walk” might also include “walks,” “walking,” and “walked.” **Boolean search**. This kind of search allows users to combine or exclude search terms by using operators, such as AND, OR, and NOT. **Proximity**. A smart search mechanism that looks for the appearance of specific terms in close proximity to each other (for example, in the same sentence or paragraph). **Search within search**. The participants expressed an interest in performing a sequence of text searches to increasingly narrow their results. After receiving their first round of search results, they wanted to search again, but only within those results. **Chronological results**. Some participants explained that they would like to be able to view results by a specific year, or a set of years. (For example: Show me everything on this topic from 2010 and beyond.) **Step through document by keyword**. Some participants expressed an interest in being able to search within the actual documents for the keywords they searched. On this note, there was some acknowledgement that CTRL + F (or similar) can accomplish this. The goal of this story is to: - [ ] Determine patterns we will use to create **Boolean Search** (Google patterns?) - AND search - OR search - [ ] Design help / assisted help tools (i.e. how to use advanced search) - [ ] Determine re-use of existing faceting patterns used on Data - [ ] If so, enhance those patterns to show how boolean search will be displayed Note, that while the story focuses on Boolean Search, included the other findings so that the design be more forward thinking.
1.0
Design advanced search functionality - Boolean Search - The findings from the co-design sessions were that users were requesting the following advanced search functionality (https://docs.google.com/document/d/1YiXW9sYA_qXQmeomt721uNi-BJ04P1wqk9J6JsnNTHQ/edit) **Derivative search**. A smart search mechanism that knows to include variations on word forms. For example, a search for the word “walk” might also include “walks,” “walking,” and “walked.” **Boolean search**. This kind of search allows users to combine or exclude search terms by using operators, such as AND, OR, and NOT. **Proximity**. A smart search mechanism that looks for the appearance of specific terms in close proximity to each other (for example, in the same sentence or paragraph). **Search within search**. The participants expressed an interest in performing a sequence of text searches to increasingly narrow their results. After receiving their first round of search results, they wanted to search again, but only within those results. **Chronological results**. Some participants explained that they would like to be able to view results by a specific year, or a set of years. (For example: Show me everything on this topic from 2010 and beyond.) **Step through document by keyword**. Some participants expressed an interest in being able to search within the actual documents for the keywords they searched. On this note, there was some acknowledgement that CTRL + F (or similar) can accomplish this. The goal of this story is to: - [ ] Determine patterns we will use to create **Boolean Search** (Google patterns?) - AND search - OR search - [ ] Design help / assisted help tools (i.e. how to use advanced search) - [ ] Determine re-use of existing faceting patterns used on Data - [ ] If so, enhance those patterns to show how boolean search will be displayed Note, that while the story focuses on Boolean Search, included the other findings so that the design be more forward thinking.
non_test
design advanced search functionality boolean search the findings from the co design sessions were that users were requesting the following advanced search functionality derivative search a smart search mechanism that knows to include variations on word forms for example a search for the word “walk” might also include “walks ” “walking ” and “walked ” boolean search this kind of search allows users to combine or exclude search terms by using operators such as and or and not proximity a smart search mechanism that looks for the appearance of specific terms in close proximity to each other for example in the same sentence or paragraph search within search the participants expressed an interest in performing a sequence of text searches to increasingly narrow their results after receiving their first round of search results they wanted to search again but only within those results chronological results some participants explained that they would like to be able to view results by a specific year or a set of years for example show me everything on this topic from and beyond step through document by keyword some participants expressed an interest in being able to search within the actual documents for the keywords they searched on this note there was some acknowledgement that ctrl f or similar can accomplish this the goal of this story is to determine patterns we will use to create boolean search google patterns and search or search design help assisted help tools i e how to use advanced search determine re use of existing faceting patterns used on data if so enhance those patterns to show how boolean search will be displayed note that while the story focuses on boolean search included the other findings so that the design be more forward thinking
0
267,803
20,246,367,702
IssuesEvent
2022-02-14 14:06:43
FDSN/StationXML
https://api.github.com/repos/FDSN/StationXML
opened
warn of potential deprecations and schema updates
documentation
Before releasing the documentation updates, would be good to review all issues that are "schema change" issues to create a list of future changes. Perhaps add warnings to any elements that are likely to change or be removed in the 2.0 revision.
1.0
warn of potential deprecations and schema updates - Before releasing the documentation updates, would be good to review all issues that are "schema change" issues to create a list of future changes. Perhaps add warnings to any elements that are likely to change or be removed in the 2.0 revision.
non_test
warn of potential deprecations and schema updates before releasing the documentation updates would be good to review all issues that are schema change issues to create a list of future changes perhaps add warnings to any elements that are likely to change or be removed in the revision
0
315,647
27,092,572,564
IssuesEvent
2023-02-14 22:30:40
CGCookie/retopoflow
https://api.github.com/repos/CGCookie/retopoflow
closed
Tweak: Unhandled Exception Caught: name 'reset' is not defined
bug Ready for Testing
This error happened while investigating a different bug and using the tweak tool. One interesting thing is that the movement of the vertex I was manipulating became very choppy right before the error occurred. After the error, using the C hotkey to switch to the Tweak brush continued to be choppy and the tool would not return to the previous tool when the key was released. File: [error_RetopoFlow_simplified.zip](https://github.com/CGCookie/retopoflow/files/10485855/error_RetopoFlow_simplified.zip) Automatically Generated Info ----------------------------------- ``` Environment: - RetopoFlow: 3.3.0α - RF git: v3.3.0 82b7337ef70ecc882b131560f429897e89a003d0 - Blender: 3.04.0 blender-v3.4-release 2022-12-06 - Platform: Windows, 10, 10.0.18363, AMD64, AMD64 Family 23 Model 1 Stepping 1, AuthenticAMD - GPU: NVIDIA Corporation, NVIDIA GeForce RTX 3060/PCIe/SSE2, 4.5.0 NVIDIA 472.88, (no shader version) - Timestamp: 2023-01-23 18:19:21.364271 - Undo: tweak move, move after select, grab, select, select, move after select, grab, select, move after select, grab Error Hash: f976c870a508c24a04c67ba19632fa2d Trace: - EXCEPTION (<class 'NameError'>): name 'reset' is not defined - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_tools.py - 000 0082:quick_restore_rftool() if self.select_rftool(self._rftool_return, reset=reset): - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py - 001 0407:quick_switch_exit() self.quick_restore_rftool() - .../common\fsm.py - 002 0169:wrapped() return fn(*args, **kwargs) ``` Console text: ``` Read prefs: C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\config\userpref.blend Addon Common: (shaders) GLSL Version: 4.50 NVIDIA Addon Common: compiling UI shader Addon Common: batching for shader Addon Common: UI shader initialized Addon Common: ######################################## Loading shader using Shader RetopoFlow: Initial load RetopoFlow git: v3.3.0 82b7337ef70ecc882b131560f429897e89a003d0 gpustate.gpu_info cannot get shader version! RetopoFlow options path: C:\Users\jonat\Documents\GitHub\retopoflow\RetopoFlow_options.json Addon Common: (bmesh_render) GLSL Version: NVIDIA Corporation, NVIDIA GeForce RTX 3060/PCIe/SSE2, 4.5.0 NVIDIA 472.88, (no shader version) cgcookie addon: Verbose is enabled cgcookie addon: Read in JSON settings from file Read blend: C:\Users\jonat\AppData\Local\Temp\error_RetopoFlow_12244_autosave.blend Info: Deleted 1 object(s) Error: Unable to pack file, source path 'C:\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\CamFx\blends\bokeh\bokeh_demisphere.jpg' not found Error: Unable to pack file, source path 'C:\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\CamFx\blends\lens dirt\Lens_dirt_6.jpg' not found Info: Packed 2 file(s) Info: Saved "error_RetopoFlow_simplified.blend" Info: Saved "error_RetopoFlow_simplified.blend" RetopoFlow keymaps path: C:\Users\jonat\Documents\GitHub\retopoflow\RetopoFlow_keymaps.json RetopoFlow: storing clip distances: 0.004836271982640028 500.0 RetopoFlow: storing view: <Vector (-0.4760, -0.0961, -0.9502)> 8.577363967895508 RetopoFlow: computing unit scaling factor Unit scaling factor: 1.0 RetopoFlow: scaling to unit box RetopoFlow: scaling to factor=1.0, view='SCALE', clip='OVERRIDE', mesh='SCALE' RetopoFlow: Pausing help image preloading (1674526711.6770961) RetopoFlow: Setting up target mesh (0.0010526180267333984) Addon Common: Loaded font id=25: C:\Users\jonat\Documents\GitHub\retopoflow\addon_common\common\fonts\DroidSans-Blender.ttf RetopoFlow: Setting up source mesh(es) (0.0010523796081542969) rfsources... bboxes... drawing... done! RetopoFlow: Setting up symmetry data structures (0.006317615509033203) RetopoFlow: Setting up rotation target (0.011580944061279297) RetopoFlow: Setting up RetopoFlow states (0.011582136154174805) RetopoFlow: Setting up RetopoFlow tools (0.0010528564453125) RetopoFlow: Setting up grease marks (0.009475469589233398) RetopoFlow: Setting up visualizations (0.014740228652954102) RetopoFlow: Setting up user interface (0.006317138671875) RetopoFlow: Setting up undo system (0.8180792331695557) RetopoFlow: Checking auto save / save (0.014739751815795898) RetopoFlow: Checking target symmetry (0.015793561935424805) RetopoFlow: Loading welcome message (0.01527547836303711) RetopoFlow: Resuming help image preloading (0.017380237579345703) RetopoFlow: done with start FSM: Caught exception in quick_switch_exit (loc:C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py:406, state:"quick switch", substate:"exit") Exception: name 'reset' is not defined ____________________________________________________________________________________________________ Exception Info - Time: 2023-01-23 18:19:20.624103 - Count: 1 - Hash: f976c870a508c24a04c67ba19632fa2d - Info: - EXCEPTION (<class 'NameError'>): name 'reset' is not defined - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_tools.py - 000 0082:quick_restore_rftool() if self.select_rftool(self._rftool_return, reset=reset): - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py - 001 0407:quick_switch_exit() self.quick_restore_rftool() - .../common\fsm.py - 002 0169:wrapped() return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CookieCutter_Exceptions: handling caught exception action: handle exception caught by FSM ____________________________________________________________________________________________________ Exception Info - Time: 2023-01-23 18:19:20.627262 - Count: 2 - Hash: f976c870a508c24a04c67ba19632fa2d - Info: - EXCEPTION (<class 'NameError'>): name 'reset' is not defined - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_tools.py - 000 0082:quick_restore_rftool() if self.select_rftool(self._rftool_return, reset=reset): - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py - 001 0407:quick_switch_exit() self.quick_restore_rftool() - .../common\fsm.py - 002 0169:wrapped() return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CookieCutter_Exceptions._callback_exception_callbacks: name 'reset' is not defined RF_UI.handle_exception: name 'reset' is not defined GitHub: Not reported, yet Info: Saved "error_RetopoFlow_simplified_RetopoFlow_AutoSave_EMERGENCY.blend" Addon Common: Loaded font id=26: C:\Users\jonat\Documents\GitHub\retopoflow\addon_common\common\fonts\DejaVuSansMono.ttf RetopoFlow: saving backup to C:\Users\jonat\Desktop\error_RetopoFlow_simplified_RetopoFlow_AutoSave.blend saving... Info: Saved "error_RetopoFlow_simplified_RetopoFlow_AutoSave.blend" ```
1.0
Tweak: Unhandled Exception Caught: name 'reset' is not defined - This error happened while investigating a different bug and using the tweak tool. One interesting thing is that the movement of the vertex I was manipulating became very choppy right before the error occurred. After the error, using the C hotkey to switch to the Tweak brush continued to be choppy and the tool would not return to the previous tool when the key was released. File: [error_RetopoFlow_simplified.zip](https://github.com/CGCookie/retopoflow/files/10485855/error_RetopoFlow_simplified.zip) Automatically Generated Info ----------------------------------- ``` Environment: - RetopoFlow: 3.3.0α - RF git: v3.3.0 82b7337ef70ecc882b131560f429897e89a003d0 - Blender: 3.04.0 blender-v3.4-release 2022-12-06 - Platform: Windows, 10, 10.0.18363, AMD64, AMD64 Family 23 Model 1 Stepping 1, AuthenticAMD - GPU: NVIDIA Corporation, NVIDIA GeForce RTX 3060/PCIe/SSE2, 4.5.0 NVIDIA 472.88, (no shader version) - Timestamp: 2023-01-23 18:19:21.364271 - Undo: tweak move, move after select, grab, select, select, move after select, grab, select, move after select, grab Error Hash: f976c870a508c24a04c67ba19632fa2d Trace: - EXCEPTION (<class 'NameError'>): name 'reset' is not defined - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_tools.py - 000 0082:quick_restore_rftool() if self.select_rftool(self._rftool_return, reset=reset): - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py - 001 0407:quick_switch_exit() self.quick_restore_rftool() - .../common\fsm.py - 002 0169:wrapped() return fn(*args, **kwargs) ``` Console text: ``` Read prefs: C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\config\userpref.blend Addon Common: (shaders) GLSL Version: 4.50 NVIDIA Addon Common: compiling UI shader Addon Common: batching for shader Addon Common: UI shader initialized Addon Common: ######################################## Loading shader using Shader RetopoFlow: Initial load RetopoFlow git: v3.3.0 82b7337ef70ecc882b131560f429897e89a003d0 gpustate.gpu_info cannot get shader version! RetopoFlow options path: C:\Users\jonat\Documents\GitHub\retopoflow\RetopoFlow_options.json Addon Common: (bmesh_render) GLSL Version: NVIDIA Corporation, NVIDIA GeForce RTX 3060/PCIe/SSE2, 4.5.0 NVIDIA 472.88, (no shader version) cgcookie addon: Verbose is enabled cgcookie addon: Read in JSON settings from file Read blend: C:\Users\jonat\AppData\Local\Temp\error_RetopoFlow_12244_autosave.blend Info: Deleted 1 object(s) Error: Unable to pack file, source path 'C:\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\CamFx\blends\bokeh\bokeh_demisphere.jpg' not found Error: Unable to pack file, source path 'C:\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\CamFx\blends\lens dirt\Lens_dirt_6.jpg' not found Info: Packed 2 file(s) Info: Saved "error_RetopoFlow_simplified.blend" Info: Saved "error_RetopoFlow_simplified.blend" RetopoFlow keymaps path: C:\Users\jonat\Documents\GitHub\retopoflow\RetopoFlow_keymaps.json RetopoFlow: storing clip distances: 0.004836271982640028 500.0 RetopoFlow: storing view: <Vector (-0.4760, -0.0961, -0.9502)> 8.577363967895508 RetopoFlow: computing unit scaling factor Unit scaling factor: 1.0 RetopoFlow: scaling to unit box RetopoFlow: scaling to factor=1.0, view='SCALE', clip='OVERRIDE', mesh='SCALE' RetopoFlow: Pausing help image preloading (1674526711.6770961) RetopoFlow: Setting up target mesh (0.0010526180267333984) Addon Common: Loaded font id=25: C:\Users\jonat\Documents\GitHub\retopoflow\addon_common\common\fonts\DroidSans-Blender.ttf RetopoFlow: Setting up source mesh(es) (0.0010523796081542969) rfsources... bboxes... drawing... done! RetopoFlow: Setting up symmetry data structures (0.006317615509033203) RetopoFlow: Setting up rotation target (0.011580944061279297) RetopoFlow: Setting up RetopoFlow states (0.011582136154174805) RetopoFlow: Setting up RetopoFlow tools (0.0010528564453125) RetopoFlow: Setting up grease marks (0.009475469589233398) RetopoFlow: Setting up visualizations (0.014740228652954102) RetopoFlow: Setting up user interface (0.006317138671875) RetopoFlow: Setting up undo system (0.8180792331695557) RetopoFlow: Checking auto save / save (0.014739751815795898) RetopoFlow: Checking target symmetry (0.015793561935424805) RetopoFlow: Loading welcome message (0.01527547836303711) RetopoFlow: Resuming help image preloading (0.017380237579345703) RetopoFlow: done with start FSM: Caught exception in quick_switch_exit (loc:C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py:406, state:"quick switch", substate:"exit") Exception: name 'reset' is not defined ____________________________________________________________________________________________________ Exception Info - Time: 2023-01-23 18:19:20.624103 - Count: 1 - Hash: f976c870a508c24a04c67ba19632fa2d - Info: - EXCEPTION (<class 'NameError'>): name 'reset' is not defined - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_tools.py - 000 0082:quick_restore_rftool() if self.select_rftool(self._rftool_return, reset=reset): - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py - 001 0407:quick_switch_exit() self.quick_restore_rftool() - .../common\fsm.py - 002 0169:wrapped() return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CookieCutter_Exceptions: handling caught exception action: handle exception caught by FSM ____________________________________________________________________________________________________ Exception Info - Time: 2023-01-23 18:19:20.627262 - Count: 2 - Hash: f976c870a508c24a04c67ba19632fa2d - Info: - EXCEPTION (<class 'NameError'>): name 'reset' is not defined - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_tools.py - 000 0082:quick_restore_rftool() if self.select_rftool(self._rftool_return, reset=reset): - C:\Users\jonat\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\retopoflow\retopoflow\rf\rf_fsm.py - 001 0407:quick_switch_exit() self.quick_restore_rftool() - .../common\fsm.py - 002 0169:wrapped() return fn(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CookieCutter_Exceptions._callback_exception_callbacks: name 'reset' is not defined RF_UI.handle_exception: name 'reset' is not defined GitHub: Not reported, yet Info: Saved "error_RetopoFlow_simplified_RetopoFlow_AutoSave_EMERGENCY.blend" Addon Common: Loaded font id=26: C:\Users\jonat\Documents\GitHub\retopoflow\addon_common\common\fonts\DejaVuSansMono.ttf RetopoFlow: saving backup to C:\Users\jonat\Desktop\error_RetopoFlow_simplified_RetopoFlow_AutoSave.blend saving... Info: Saved "error_RetopoFlow_simplified_RetopoFlow_AutoSave.blend" ```
test
tweak unhandled exception caught name reset is not defined this error happened while investigating a different bug and using the tweak tool one interesting thing is that the movement of the vertex i was manipulating became very choppy right before the error occurred after the error using the c hotkey to switch to the tweak brush continued to be choppy and the tool would not return to the previous tool when the key was released file automatically generated info environment retopoflow rf git blender blender release platform windows family model stepping authenticamd gpu nvidia corporation nvidia geforce rtx pcie nvidia no shader version timestamp undo tweak move move after select grab select select move after select grab select move after select grab error hash trace exception name reset is not defined c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf tools py quick restore rftool if self select rftool self rftool return reset reset c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf fsm py quick switch exit self quick restore rftool common fsm py wrapped return fn args kwargs console text read prefs c users jonat appdata roaming blender foundation blender config userpref blend addon common shaders glsl version nvidia addon common compiling ui shader addon common batching for shader addon common ui shader initialized addon common loading shader using shader retopoflow initial load retopoflow git gpustate gpu info cannot get shader version retopoflow options path c users jonat documents github retopoflow retopoflow options json addon common bmesh render glsl version nvidia corporation nvidia geforce rtx pcie nvidia no shader version cgcookie addon verbose is enabled cgcookie addon read in json settings from file read blend c users jonat appdata local temp error retopoflow autosave blend info deleted object s error unable to pack file source path c appdata roaming blender foundation blender scripts addons camfx blends bokeh bokeh demisphere jpg not found error unable to pack file source path c appdata roaming blender foundation blender scripts addons camfx blends lens dirt lens dirt jpg not found info packed file s info saved error retopoflow simplified blend info saved error retopoflow simplified blend retopoflow keymaps path c users jonat documents github retopoflow retopoflow keymaps json retopoflow storing clip distances retopoflow storing view retopoflow computing unit scaling factor unit scaling factor retopoflow scaling to unit box retopoflow scaling to factor view scale clip override mesh scale retopoflow pausing help image preloading retopoflow setting up target mesh addon common loaded font id c users jonat documents github retopoflow addon common common fonts droidsans blender ttf retopoflow setting up source mesh es rfsources bboxes drawing done retopoflow setting up symmetry data structures retopoflow setting up rotation target retopoflow setting up retopoflow states retopoflow setting up retopoflow tools retopoflow setting up grease marks retopoflow setting up visualizations retopoflow setting up user interface retopoflow setting up undo system retopoflow checking auto save save retopoflow checking target symmetry retopoflow loading welcome message retopoflow resuming help image preloading retopoflow done with start fsm caught exception in quick switch exit loc c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf fsm py state quick switch substate exit exception name reset is not defined exception info time count hash info exception name reset is not defined c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf tools py quick restore rftool if self select rftool self rftool return reset reset c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf fsm py quick switch exit self quick restore rftool common fsm py wrapped return fn args kwargs cookiecutter exceptions handling caught exception action handle exception caught by fsm exception info time count hash info exception name reset is not defined c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf tools py quick restore rftool if self select rftool self rftool return reset reset c users jonat appdata roaming blender foundation blender scripts addons retopoflow retopoflow rf rf fsm py quick switch exit self quick restore rftool common fsm py wrapped return fn args kwargs cookiecutter exceptions callback exception callbacks name reset is not defined rf ui handle exception name reset is not defined github not reported yet info saved error retopoflow simplified retopoflow autosave emergency blend addon common loaded font id c users jonat documents github retopoflow addon common common fonts dejavusansmono ttf retopoflow saving backup to c users jonat desktop error retopoflow simplified retopoflow autosave blend saving info saved error retopoflow simplified retopoflow autosave blend
1
15,753
10,277,013,783
IssuesEvent
2019-08-24 23:16:12
godotengine/godot
https://api.github.com/repos/godotengine/godot
opened
Scene tabs don't expand on window maximize
bug topic:editor usability
<!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 89bcfa4b3 **Steps to reproduce:** 1. You need to open lots of scenes ![image](https://user-images.githubusercontent.com/2223172/63643628-d88d0e00-c6d4-11e9-9430-18692d1b2aca.png) 2. Make sure you aren't in the script editor 3. Shrink the window somehow and make it fullscreen again (on Windows 10 you can just drag the header down and up again) 4. This happens ![image](https://user-images.githubusercontent.com/2223172/63643643-3f122c00-c6d5-11e9-8d9d-6d0f5ffb2e0b.png) New Scene button moves to the left and tabs don't take full space. It returns to normal when you press the small round arrow to the right until you move to the first scene, but the New Scene button won't move until something forces it.
True
Scene tabs don't expand on window maximize - <!-- Please search existing issues for potential duplicates before filing yours: https://github.com/godotengine/godot/issues?q=is%3Aissue --> **Godot version:** 89bcfa4b3 **Steps to reproduce:** 1. You need to open lots of scenes ![image](https://user-images.githubusercontent.com/2223172/63643628-d88d0e00-c6d4-11e9-9430-18692d1b2aca.png) 2. Make sure you aren't in the script editor 3. Shrink the window somehow and make it fullscreen again (on Windows 10 you can just drag the header down and up again) 4. This happens ![image](https://user-images.githubusercontent.com/2223172/63643643-3f122c00-c6d5-11e9-8d9d-6d0f5ffb2e0b.png) New Scene button moves to the left and tabs don't take full space. It returns to normal when you press the small round arrow to the right until you move to the first scene, but the New Scene button won't move until something forces it.
non_test
scene tabs don t expand on window maximize please search existing issues for potential duplicates before filing yours godot version steps to reproduce you need to open lots of scenes make sure you aren t in the script editor shrink the window somehow and make it fullscreen again on windows you can just drag the header down and up again this happens new scene button moves to the left and tabs don t take full space it returns to normal when you press the small round arrow to the right until you move to the first scene but the new scene button won t move until something forces it
0
113,194
4,544,311,519
IssuesEvent
2016-09-10 16:27:05
nextcloud/appstore
https://api.github.com/repos/nextcloud/appstore
closed
Form for registerin an app id
enhancement help wanted high priority
Similar to uploading an app release, there should be another navigation entry that lets you register an app id called **Register app**. **Upload app** should be renamed to **Upload app release**. The form should request the certificate and the signed app id. Like **Upload app release** the form submission should be implemented in JavaScript and use the API described in #253 by requesting the token before upload. Errors also need to be rendered on the page. The page should also provide an example command how to generate the signature and hint the user which file is the public certificate. We should also provide a quick link for requesting a certificate signature and a tutorial how create your own certificate and sign it. We need to make sure that the dev does not request his private certificate to be signed since that defeats the purpose. Certificate signatures should be requested on this issue tracker by opening a new issue and posting the public certificate. Furthermore we should hint the user that registering a new ceritificate for an app will delete all existing releases.
1.0
Form for registerin an app id - Similar to uploading an app release, there should be another navigation entry that lets you register an app id called **Register app**. **Upload app** should be renamed to **Upload app release**. The form should request the certificate and the signed app id. Like **Upload app release** the form submission should be implemented in JavaScript and use the API described in #253 by requesting the token before upload. Errors also need to be rendered on the page. The page should also provide an example command how to generate the signature and hint the user which file is the public certificate. We should also provide a quick link for requesting a certificate signature and a tutorial how create your own certificate and sign it. We need to make sure that the dev does not request his private certificate to be signed since that defeats the purpose. Certificate signatures should be requested on this issue tracker by opening a new issue and posting the public certificate. Furthermore we should hint the user that registering a new ceritificate for an app will delete all existing releases.
non_test
form for registerin an app id similar to uploading an app release there should be another navigation entry that lets you register an app id called register app upload app should be renamed to upload app release the form should request the certificate and the signed app id like upload app release the form submission should be implemented in javascript and use the api described in by requesting the token before upload errors also need to be rendered on the page the page should also provide an example command how to generate the signature and hint the user which file is the public certificate we should also provide a quick link for requesting a certificate signature and a tutorial how create your own certificate and sign it we need to make sure that the dev does not request his private certificate to be signed since that defeats the purpose certificate signatures should be requested on this issue tracker by opening a new issue and posting the public certificate furthermore we should hint the user that registering a new ceritificate for an app will delete all existing releases
0
100,427
16,489,879,590
IssuesEvent
2021-05-25 01:04:50
billmcchesney1/concord
https://api.github.com/repos/billmcchesney1/concord
opened
CVE-2021-28092 (High) detected in is-svg-3.0.0.tgz
security vulnerability
## CVE-2021-28092 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-svg-3.0.0.tgz</b></p></summary> <p>Check if a string or buffer is SVG</p> <p>Library home page: <a href="https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz">https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz</a></p> <p>Path to dependency file: concord/console2/package.json</p> <p>Path to vulnerable library: concord/console2/node_modules/is-svg/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.4.3.tgz (Root Library) - optimize-css-assets-webpack-plugin-5.0.3.tgz - cssnano-4.1.10.tgz - cssnano-preset-default-4.0.7.tgz - postcss-svgo-4.0.2.tgz - :x: **is-svg-3.0.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time. <p>Publish Date: 2021-03-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28092>CVE-2021-28092</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092</a></p> <p>Release Date: 2021-03-12</p> <p>Fix Resolution: v4.2.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"is-svg","packageVersion":"3.0.0","packageFilePaths":["/console2/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-scripts:3.4.3;optimize-css-assets-webpack-plugin:5.0.3;cssnano:4.1.10;cssnano-preset-default:4.0.7;postcss-svgo:4.0.2;is-svg:3.0.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v4.2.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-28092","vulnerabilityDetails":"The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28092","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-28092 (High) detected in is-svg-3.0.0.tgz - ## CVE-2021-28092 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-svg-3.0.0.tgz</b></p></summary> <p>Check if a string or buffer is SVG</p> <p>Library home page: <a href="https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz">https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz</a></p> <p>Path to dependency file: concord/console2/package.json</p> <p>Path to vulnerable library: concord/console2/node_modules/is-svg/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.4.3.tgz (Root Library) - optimize-css-assets-webpack-plugin-5.0.3.tgz - cssnano-4.1.10.tgz - cssnano-preset-default-4.0.7.tgz - postcss-svgo-4.0.2.tgz - :x: **is-svg-3.0.0.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time. <p>Publish Date: 2021-03-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28092>CVE-2021-28092</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-28092</a></p> <p>Release Date: 2021-03-12</p> <p>Fix Resolution: v4.2.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"is-svg","packageVersion":"3.0.0","packageFilePaths":["/console2/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-scripts:3.4.3;optimize-css-assets-webpack-plugin:5.0.3;cssnano:4.1.10;cssnano-preset-default:4.0.7;postcss-svgo:4.0.2;is-svg:3.0.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"v4.2.2"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-28092","vulnerabilityDetails":"The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-28092","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in is svg tgz cve high severity vulnerability vulnerable library is svg tgz check if a string or buffer is svg library home page a href path to dependency file concord package json path to vulnerable library concord node modules is svg package json dependency hierarchy react scripts tgz root library optimize css assets webpack plugin tgz cssnano tgz cssnano preset default tgz postcss svgo tgz x is svg tgz vulnerable library found in base branch master vulnerability details the is svg package through for node js uses a regular expression that is vulnerable to regular expression denial of service redos if an attacker provides a malicious string is svg will get stuck processing the input for a very long time publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree react scripts optimize css assets webpack plugin cssnano cssnano preset default postcss svgo is svg isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails the is svg package through for node js uses a regular expression that is vulnerable to regular expression denial of service redos if an attacker provides a malicious string is svg will get stuck processing the input for a very long time vulnerabilityurl
0
2,141
2,603,976,983
IssuesEvent
2015-02-24 19:01:45
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳怎样治疗人类乳头瘤病毒
auto-migrated Priority-Medium Type-Defect
``` 沈阳怎样治疗人类乳头瘤病毒〓沈陽軍區政治部醫院性病〓TE L:024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和� ��療。位于沈陽市沈河區二緯路32號。是一所與新中國同建立� ��輝煌的歷史悠久、設備精良、技術權威、專家云集,是預防 、保健、醫療、科研康復為一體的綜合性醫院。是國家首批�� �立甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫� ��學、東南大學等知名高等院校的教學醫院。曾被中國人民解 放軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮�� �集體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:24
1.0
沈阳怎样治疗人类乳头瘤病毒 - ``` 沈阳怎样治疗人类乳头瘤病毒〓沈陽軍區政治部醫院性病〓TE L:024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和� ��療。位于沈陽市沈河區二緯路32號。是一所與新中國同建立� ��輝煌的歷史悠久、設備精良、技術權威、專家云集,是預防 、保健、醫療、科研康復為一體的綜合性醫院。是國家首批�� �立甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫� ��學、東南大學等知名高等院校的教學醫院。曾被中國人民解 放軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮�� �集體二等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:24
non_test
沈阳怎样治疗人类乳头瘤病毒 沈阳怎样治疗人类乳头瘤病毒〓沈陽軍區政治部醫院性病〓te l: 〓 , � ��療。 。是一所與新中國同建立� ��輝煌的歷史悠久、設備精良、技術權威、專家云集,是預防 、保健、醫療、科研康復為一體的綜合性醫院。是國家首批�� �立甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫� ��學、東南大學等知名高等院校的教學醫院。曾被中國人民解 放軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮�� �集體二等功。 original issue reported on code google com by gmail com on jun at
0
35,023
4,963,516,439
IssuesEvent
2016-12-03 08:40:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv2/command: (unknown) failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/3b96bf09c468253ae24064665b2fa2fa1796f417 Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV= TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=75404&tab=buildLog ``` Makefile:231: .bootstrap: No such file or directory git submodule update --init cmd ./pkg/cmd/github-post [OK] cmd ./pkg/cmd/github-pull-request-make [OK] cmd ./pkg/cmd/glock-diff-parser [OK] cmd ./pkg/cmd/metacheck [OK] cmd ./pkg/cmd/protoc-gen-gogoroach [OK] cmd ./pkg/cmd/teamcity-trigger [OK] cmd ./vendor/github.com/client9/misspell/cmd/misspell [OK] cmd ./vendor/github.com/cockroachdb/c-protobuf/cmd/protoc [OK] cmd ./vendor/github.com/cockroachdb/crlfmt [OK] cmd ./vendor/github.com/cockroachdb/stress [OK] cmd ./vendor/github.com/golang/lint/golint [OK] cmd ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen [OK] cmd ./vendor/github.com/jteeuwen/go-bindata/go-bindata [OK] cmd ./vendor/github.com/kisielk/errcheck [OK] cmd ./vendor/github.com/kkaneda/returncheck [OK] cmd ./vendor/github.com/mattn/goveralls [OK] cmd ./vendor/github.com/mdempsky/unconvert [OK] cmd ./vendor/github.com/mibk/dupl [OK] cmd ./vendor/github.com/robfig/glock [OK] cmd ./vendor/github.com/wadey/gocovmerge [OK] cmd ./vendor/golang.org/x/tools/cmd/goimports [OK] cmd ./vendor/golang.org/x/tools/cmd/goyacc [OK] cmd ./vendor/golang.org/x/tools/cmd/stringer [OK] touch .bootstrap go list -tags '' -f 'go test -v -race -tags '\'''\'' -ldflags '\'''\'' -i -c {{.ImportPath}} -o {{.Dir}}/stress.test && (cd {{.Dir}} && if [ -f stress.test ]; then stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv2/command | /bin/bash vendor/github.com/coreos/etcd/etcdctl/ctlv2/command/user_commands.go:22:2: cannot find package "github.com/bgentry/speakeasy" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/bgentry/speakeasy (vendor tree) /usr/local/go/src/github.com/bgentry/speakeasy (from $GOROOT) /go/src/github.com/bgentry/speakeasy (from $GOPATH) make: *** [stress] Error 1 Makefile:138: recipe for target 'stress' failed ```
1.0
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv2/command: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/3b96bf09c468253ae24064665b2fa2fa1796f417 Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV= TAGS= GOFLAGS=-race ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=75404&tab=buildLog ``` Makefile:231: .bootstrap: No such file or directory git submodule update --init cmd ./pkg/cmd/github-post [OK] cmd ./pkg/cmd/github-pull-request-make [OK] cmd ./pkg/cmd/glock-diff-parser [OK] cmd ./pkg/cmd/metacheck [OK] cmd ./pkg/cmd/protoc-gen-gogoroach [OK] cmd ./pkg/cmd/teamcity-trigger [OK] cmd ./vendor/github.com/client9/misspell/cmd/misspell [OK] cmd ./vendor/github.com/cockroachdb/c-protobuf/cmd/protoc [OK] cmd ./vendor/github.com/cockroachdb/crlfmt [OK] cmd ./vendor/github.com/cockroachdb/stress [OK] cmd ./vendor/github.com/golang/lint/golint [OK] cmd ./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen [OK] cmd ./vendor/github.com/jteeuwen/go-bindata/go-bindata [OK] cmd ./vendor/github.com/kisielk/errcheck [OK] cmd ./vendor/github.com/kkaneda/returncheck [OK] cmd ./vendor/github.com/mattn/goveralls [OK] cmd ./vendor/github.com/mdempsky/unconvert [OK] cmd ./vendor/github.com/mibk/dupl [OK] cmd ./vendor/github.com/robfig/glock [OK] cmd ./vendor/github.com/wadey/gocovmerge [OK] cmd ./vendor/golang.org/x/tools/cmd/goimports [OK] cmd ./vendor/golang.org/x/tools/cmd/goyacc [OK] cmd ./vendor/golang.org/x/tools/cmd/stringer [OK] touch .bootstrap go list -tags '' -f 'go test -v -race -tags '\'''\'' -ldflags '\'''\'' -i -c {{.ImportPath}} -o {{.Dir}}/stress.test && (cd {{.Dir}} && if [ -f stress.test ]; then stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv2/command | /bin/bash vendor/github.com/coreos/etcd/etcdctl/ctlv2/command/user_commands.go:22:2: cannot find package "github.com/bgentry/speakeasy" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/bgentry/speakeasy (vendor tree) /usr/local/go/src/github.com/bgentry/speakeasy (from $GOROOT) /go/src/github.com/bgentry/speakeasy (from $GOPATH) make: *** [stress] Error 1 Makefile:138: recipe for target 'stress' failed ```
test
github com cockroachdb cockroach vendor github com coreos etcd etcdctl command unknown failed under stress sha parameters cockroach proposer evaluated kv tags goflags race stress build found a failed test makefile bootstrap no such file or directory git submodule update init cmd pkg cmd github post cmd pkg cmd github pull request make cmd pkg cmd glock diff parser cmd pkg cmd metacheck cmd pkg cmd protoc gen gogoroach cmd pkg cmd teamcity trigger cmd vendor github com misspell cmd misspell cmd vendor github com cockroachdb c protobuf cmd protoc cmd vendor github com cockroachdb crlfmt cmd vendor github com cockroachdb stress cmd vendor github com golang lint golint cmd vendor github com grpc ecosystem grpc gateway protoc gen cmd vendor github com jteeuwen go bindata go bindata cmd vendor github com kisielk errcheck cmd vendor github com kkaneda returncheck cmd vendor github com mattn goveralls cmd vendor github com mdempsky unconvert cmd vendor github com mibk dupl cmd vendor github com robfig glock cmd vendor github com wadey gocovmerge cmd vendor golang org x tools cmd goimports cmd vendor golang org x tools cmd goyacc cmd vendor golang org x tools cmd stringer touch bootstrap go list tags f go test v race tags ldflags i c importpath o dir stress test cd dir if then stress maxtime maxfails stderr stress test test run test timeout test v fi github com cockroachdb cockroach vendor github com coreos etcd etcdctl command bin bash vendor github com coreos etcd etcdctl command user commands go cannot find package github com bgentry speakeasy in any of go src github com cockroachdb cockroach vendor github com bgentry speakeasy vendor tree usr local go src github com bgentry speakeasy from goroot go src github com bgentry speakeasy from gopath make error makefile recipe for target stress failed
1
292,584
25,223,881,544
IssuesEvent
2022-11-14 14:42:16
eclipse-openj9/openj9
https://api.github.com/repos/eclipse-openj9/openj9
closed
jdk19 Compiling method: java/lang/Thread.genThreadName() crash vmstate 0005FFFF
comp:jit test failure segfault jdk19
https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_s390x_linux_Nightly/3/ jdk_util_1\work\java\util\concurrent\FutureTask\ExplicitSet\ jdk_util_1\work\java\util\concurrent\Semaphore\RacingReleases\ jdk_util_1\work\java\util\jar\JarFile\jarVerification\MultiProviderTest\ contains a javacore and core file for a gpf. https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk19_j9_sanity.openjdk_s390x_linux_Nightly/3/openjdk_test_output.tar.gz ``` 1XHEXCPMODULE Compiling method: java/lang/Thread.genThreadName()Ljava/lang/String; NULL 1XHFLAGS VM flags:000000000005FFFF ``` Changes from previous build: https://github.com/eclipse-openj9/openj9/compare/27129748bb6...0ed4cfa8b8c https://github.com/eclipse-openj9/openj9-omr/compare/16e09fb2616...560f16b97dd @tajila
1.0
jdk19 Compiling method: java/lang/Thread.genThreadName() crash vmstate 0005FFFF - https://openj9-jenkins.osuosl.org/job/Test_openjdk19_j9_sanity.openjdk_s390x_linux_Nightly/3/ jdk_util_1\work\java\util\concurrent\FutureTask\ExplicitSet\ jdk_util_1\work\java\util\concurrent\Semaphore\RacingReleases\ jdk_util_1\work\java\util\jar\JarFile\jarVerification\MultiProviderTest\ contains a javacore and core file for a gpf. https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk19_j9_sanity.openjdk_s390x_linux_Nightly/3/openjdk_test_output.tar.gz ``` 1XHEXCPMODULE Compiling method: java/lang/Thread.genThreadName()Ljava/lang/String; NULL 1XHFLAGS VM flags:000000000005FFFF ``` Changes from previous build: https://github.com/eclipse-openj9/openj9/compare/27129748bb6...0ed4cfa8b8c https://github.com/eclipse-openj9/openj9-omr/compare/16e09fb2616...560f16b97dd @tajila
test
compiling method java lang thread genthreadname crash vmstate jdk util work java util concurrent futuretask explicitset jdk util work java util concurrent semaphore racingreleases jdk util work java util jar jarfile jarverification multiprovidertest contains a javacore and core file for a gpf compiling method java lang thread genthreadname ljava lang string null vm flags changes from previous build tajila
1
312,484
26,867,687,220
IssuesEvent
2023-02-04 03:49:57
citrushack/citrushack2023
https://api.github.com/repos/citrushack/citrushack2023
closed
test /apply page
testing
test all the fields load correctly. it would be sick if the dropdowns could be tested as well, making sure stuff actually loads when you click on the dropdown
1.0
test /apply page - test all the fields load correctly. it would be sick if the dropdowns could be tested as well, making sure stuff actually loads when you click on the dropdown
test
test apply page test all the fields load correctly it would be sick if the dropdowns could be tested as well making sure stuff actually loads when you click on the dropdown
1
221,170
17,295,849,097
IssuesEvent
2021-07-25 18:04:01
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Test automatic import folding
testplan-item
Refs: https://github.com/microsoft/vscode/issues/128809 - [ ] anyOS - [ ] anyOS Complexity: 2 --- Use the setting `editor.foldingImportsByDefault` to have import statements automatically folded. The fold state is remembered once a file has been opened once and had an import fold. The feature works with TypeScript, JavaScript, Java, C# and C++ and with all language that have a folding range provider that annotates import statements with `FoldingRangeKind.Imports`.
1.0
Test automatic import folding - Refs: https://github.com/microsoft/vscode/issues/128809 - [ ] anyOS - [ ] anyOS Complexity: 2 --- Use the setting `editor.foldingImportsByDefault` to have import statements automatically folded. The fold state is remembered once a file has been opened once and had an import fold. The feature works with TypeScript, JavaScript, Java, C# and C++ and with all language that have a folding range provider that annotates import statements with `FoldingRangeKind.Imports`.
test
test automatic import folding refs anyos anyos complexity use the setting editor foldingimportsbydefault to have import statements automatically folded the fold state is remembered once a file has been opened once and had an import fold the feature works with typescript javascript java c and c and with all language that have a folding range provider that annotates import statements with foldingrangekind imports
1
460,314
13,208,123,413
IssuesEvent
2020-08-15 02:32:46
Stooberton/ACF-3
https://api.github.com/repos/Stooberton/ACF-3
closed
[BUG] ACF-2 fuel tanks become disabled on spawn
bug compatibility high priority info needed
**Short Description** Some fuel tanks from ACF-2 dupes might become disabled when they're spawned because their mass is slightly lower than the minimum legal mass.
1.0
[BUG] ACF-2 fuel tanks become disabled on spawn - **Short Description** Some fuel tanks from ACF-2 dupes might become disabled when they're spawned because their mass is slightly lower than the minimum legal mass.
non_test
acf fuel tanks become disabled on spawn short description some fuel tanks from acf dupes might become disabled when they re spawned because their mass is slightly lower than the minimum legal mass
0
225,278
17,839,655,639
IssuesEvent
2021-09-03 08:24:30
dotnet/machinelearning-modelbuilder
https://api.github.com/repos/dotnet/machinelearning-modelbuilder
opened
The trainer number in "Top 5 models explored" doesn't match the experiment list.
Test Team
**System Information (please complete the following information):** - mlnet: 16.7.5 **Describe the bug** - On which step of the process did you run into an issue: Experiment Results - Clear description of the problem: please see below screenshot: 1. In the experiment list, the number with the highest score of 0.9598 is 26, but it is displayed as 24 in the "Top 5 Models Explored". 2. Experiment number 1 and 12 are missing, issue 1 may be caused by this. 3. The bottom area shows an additional experiment 35. similar as issue #1746 ![image](https://user-images.githubusercontent.com/81727020/131970468-18e3d4d1-8bf5-4dc7-942a-ff5b54a5445f.png) ![image](https://user-images.githubusercontent.com/81727020/131974563-85e41420-7518-4b6f-823e-fc5f6c69261f.png) **To Reproduce** Steps to reproduce the behavior: 1. download taxi-fare-amount dataset 2. run command mlnet regression --dataset /path/to/taxi-fare-amount --label-col fare_amount --train-time 60 3. See the output result. **Expected behavior** The trainer numbers are not missing and not displayed additional experiment in output.
1.0
The trainer number in "Top 5 models explored" doesn't match the experiment list. - **System Information (please complete the following information):** - mlnet: 16.7.5 **Describe the bug** - On which step of the process did you run into an issue: Experiment Results - Clear description of the problem: please see below screenshot: 1. In the experiment list, the number with the highest score of 0.9598 is 26, but it is displayed as 24 in the "Top 5 Models Explored". 2. Experiment number 1 and 12 are missing, issue 1 may be caused by this. 3. The bottom area shows an additional experiment 35. similar as issue #1746 ![image](https://user-images.githubusercontent.com/81727020/131970468-18e3d4d1-8bf5-4dc7-942a-ff5b54a5445f.png) ![image](https://user-images.githubusercontent.com/81727020/131974563-85e41420-7518-4b6f-823e-fc5f6c69261f.png) **To Reproduce** Steps to reproduce the behavior: 1. download taxi-fare-amount dataset 2. run command mlnet regression --dataset /path/to/taxi-fare-amount --label-col fare_amount --train-time 60 3. See the output result. **Expected behavior** The trainer numbers are not missing and not displayed additional experiment in output.
test
the trainer number in top models explored doesn t match the experiment list system information please complete the following information mlnet describe the bug on which step of the process did you run into an issue experiment results clear description of the problem please see below screenshot in the experiment list the number with the highest score of is but it is displayed as in the top models explored experiment number and are missing issue may be caused by this the bottom area shows an additional experiment similar as issue to reproduce steps to reproduce the behavior download taxi fare amount dataset run command mlnet regression dataset path to taxi fare amount label col fare amount train time see the output result expected behavior the trainer numbers are not missing and not displayed additional experiment in output
1
239,369
19,849,913,770
IssuesEvent
2022-01-21 11:05:48
Oldes/Rebol-issues
https://api.github.com/repos/Oldes/Rebol-issues
closed
RANDOM with argument any-path! produces block!
Test.written CC.resolved
_Submitted by:_ **meijeru** the spec of random says: "Returns a random value of the same datatype." this is not true for paths, which are converted to blocks two questions: - do we need randomizing of paths? (it is probably a free by-product of randomizing blocks) - if so, should it produce another path? (semantics are doubtful, since the head of a path takes a special position) or should we accept the block outcome and just change the spec ``` rebol >> random 'a/b/c == [c a b] ``` --- <sup>**Imported from:** **[CureCode](https://www.curecode.org/rebol3/ticket.rsp?id=912)** [ Version: alpha 56 Type: Issue Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 58 ]</sup> <sup>**Imported from**: https://github.com/rebol/rebol-issues/issues/912</sup> Comments: --- > **Rebolbot** commented on Jun 20, 2009: _Submitted by:_ **Carl** Yes, was by-product, but should be error. ---
1.0
RANDOM with argument any-path! produces block! - _Submitted by:_ **meijeru** the spec of random says: "Returns a random value of the same datatype." this is not true for paths, which are converted to blocks two questions: - do we need randomizing of paths? (it is probably a free by-product of randomizing blocks) - if so, should it produce another path? (semantics are doubtful, since the head of a path takes a special position) or should we accept the block outcome and just change the spec ``` rebol >> random 'a/b/c == [c a b] ``` --- <sup>**Imported from:** **[CureCode](https://www.curecode.org/rebol3/ticket.rsp?id=912)** [ Version: alpha 56 Type: Issue Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 58 ]</sup> <sup>**Imported from**: https://github.com/rebol/rebol-issues/issues/912</sup> Comments: --- > **Rebolbot** commented on Jun 20, 2009: _Submitted by:_ **Carl** Yes, was by-product, but should be error. ---
test
random with argument any path produces block submitted by meijeru the spec of random says returns a random value of the same datatype this is not true for paths which are converted to blocks two questions do we need randomizing of paths it is probably a free by product of randomizing blocks if so should it produce another path semantics are doubtful since the head of a path takes a special position or should we accept the block outcome and just change the spec rebol random a b c imported from imported from comments rebolbot commented on jun submitted by carl yes was by product but should be error
1
194,487
15,433,923,785
IssuesEvent
2021-03-07 00:18:24
mattdeann/rocket-docket
https://api.github.com/repos/mattdeann/rocket-docket
opened
As a developer, I can see a README in the repository
documentation
Acceptance Criteria: - [ ] I'm able to navigate the README easily - [ ] I'm able to get a copy of the project up and running by following set up instructions
1.0
As a developer, I can see a README in the repository - Acceptance Criteria: - [ ] I'm able to navigate the README easily - [ ] I'm able to get a copy of the project up and running by following set up instructions
non_test
as a developer i can see a readme in the repository acceptance criteria i m able to navigate the readme easily i m able to get a copy of the project up and running by following set up instructions
0
75,119
20,670,622,172
IssuesEvent
2022-03-10 01:28:00
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Symbol file not loaded when I use C API
stat:awaiting response type:build/install stalled subtype:windows
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 x64 - TensorFlow installed from (source or binary): source - TensorFlow version: r1.15.0 - Python version: 3.7 - Bazel version (if compiling from source): 0.24.1 - GCC/Compiler version (if compiling from source): VS 2019 x64 Hello, here are two questions. 1. When I use C API downloaded from https://www.tensorflow.org/install/lang_c. When I run my project, VS 2019 shows "Symbol file not loaded". Later I user tensorflow_cc.dll, it shows the same error. I use CMake x64-Release settings. ``` 'TestTensorflow.exe' (Win32): Loaded 'D:\Visual Studio 2019\repos\TestTensorflow\out\build\x64-Release\TestTensorflow\tensorflow_cc.dll'. Module was built without symbols. Exception thrown at 0x00007FFDDA4F3804 (tensorflow_cc.dll) in TestTensorflow.exe: 0xC0000005: Access violation reading location 0x0000000000000000. ``` 2. When I use C++ API compiled from source, it shows "cannot open source file 'google/protobuf/xxxx'" Does it mean I need to install protobuf? I compile it using ``` bazel build //tensorflow:tensorflow_cc.dll //tensorflow:tensorflow_cc_dll_import_lib //tensorflow:install_headers ``` Then I copy tensorflow_cc.dll, tensorflow_cc.lib, include/ dir in the bazel-out directory. Thanks for your help.
1.0
Symbol file not loaded when I use C API - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 x64 - TensorFlow installed from (source or binary): source - TensorFlow version: r1.15.0 - Python version: 3.7 - Bazel version (if compiling from source): 0.24.1 - GCC/Compiler version (if compiling from source): VS 2019 x64 Hello, here are two questions. 1. When I use C API downloaded from https://www.tensorflow.org/install/lang_c. When I run my project, VS 2019 shows "Symbol file not loaded". Later I user tensorflow_cc.dll, it shows the same error. I use CMake x64-Release settings. ``` 'TestTensorflow.exe' (Win32): Loaded 'D:\Visual Studio 2019\repos\TestTensorflow\out\build\x64-Release\TestTensorflow\tensorflow_cc.dll'. Module was built without symbols. Exception thrown at 0x00007FFDDA4F3804 (tensorflow_cc.dll) in TestTensorflow.exe: 0xC0000005: Access violation reading location 0x0000000000000000. ``` 2. When I use C++ API compiled from source, it shows "cannot open source file 'google/protobuf/xxxx'" Does it mean I need to install protobuf? I compile it using ``` bazel build //tensorflow:tensorflow_cc.dll //tensorflow:tensorflow_cc_dll_import_lib //tensorflow:install_headers ``` Then I copy tensorflow_cc.dll, tensorflow_cc.lib, include/ dir in the bazel-out directory. Thanks for your help.
non_test
symbol file not loaded when i use c api system information os platform and distribution e g linux ubuntu windows tensorflow installed from source or binary source tensorflow version python version bazel version if compiling from source gcc compiler version if compiling from source vs hello here are two questions when i use c api downloaded from when i run my project vs shows symbol file not loaded later i user tensorflow cc dll it shows the same error i use cmake release settings testtensorflow exe loaded d visual studio repos testtensorflow out build release testtensorflow tensorflow cc dll module was built without symbols exception thrown at tensorflow cc dll in testtensorflow exe access violation reading location when i use c api compiled from source it shows cannot open source file google protobuf xxxx does it mean i need to install protobuf i compile it using bazel build tensorflow tensorflow cc dll tensorflow tensorflow cc dll import lib tensorflow install headers then i copy tensorflow cc dll tensorflow cc lib include dir in the bazel out directory thanks for your help
0
1,768
2,571,897,892
IssuesEvent
2015-02-10 19:13:03
hacklabr/mapasculturais
https://api.github.com/repos/hacklabr/mapasculturais
reopened
Permitir destacar eventos sem imagem na home
area:PROGRAMAÇÃO complexidade:BAIXA prioridade:ALTA secao:HOME status:test-ready tipo:MELHORIA
Permitir Inserir a classe .no-image nas div.random-feature da home quando a entidade não tiver imagem
1.0
Permitir destacar eventos sem imagem na home - Permitir Inserir a classe .no-image nas div.random-feature da home quando a entidade não tiver imagem
test
permitir destacar eventos sem imagem na home permitir inserir a classe no image nas div random feature da home quando a entidade não tiver imagem
1
237,863
19,680,712,942
IssuesEvent
2022-01-11 16:29:41
xbmc/xbmc
https://api.github.com/repos/xbmc/xbmc
closed
DVD Menu not highlighted
Ignored rules Triage: Needed Triage: Tested and not reproduced
## Bug report ### Describe the bug Hi, I'm using KODI 19.3 (compiled 2021-10-24 by GCC 10.3.0 for Linux ARM 32-bit version 4.9.113 (264561)) and playing a DVD the menu is shown fine, but the menu items are not highlighted to select them. 1st of all I thought it is a YATSE remote topic, but the same behavior with mouse. Control with mouse is so far possible when you see the cursor, but not in YATSE where no mouse cursor is visbile. ## Expected Behavior Selected Menu Item is highlighted with a colored frame, different kind of picture e.g. on "mouseover" ## Actual Behavior Nothing happens on "mouseover" to menu entry. ## Possible Fix Don't know, found some related issue a couple of releases ago, but nothing new. ### To Reproduce Steps to reproduce the behavior: 1. Insert DVD 2. Start Movie, wait till menu is shown 3. Move mouse to items ### Debuglog What kind of debug log is expected on that behavior? ### Your Environment Used Operating system: <!--- Include as many relevant details about the environment you experienced the bug in --> <!--- Put your text below this line. Checkboxes can easily be ticked once issue is created --> - [ ] Android - [ ] iOS - [ ] tvOS - [ x] Linux - COREELEC - [ ] OSX - [ ] Windows - [ ] Windows UWP - Operating system version/name: - KODI 19.3 (compiled 2021-10-24 by GCC 10.3.0 for Linux ARM 32-bit version 4.9.113 (264561)) <!--- End of this issue --> *note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*
1.0
DVD Menu not highlighted - ## Bug report ### Describe the bug Hi, I'm using KODI 19.3 (compiled 2021-10-24 by GCC 10.3.0 for Linux ARM 32-bit version 4.9.113 (264561)) and playing a DVD the menu is shown fine, but the menu items are not highlighted to select them. 1st of all I thought it is a YATSE remote topic, but the same behavior with mouse. Control with mouse is so far possible when you see the cursor, but not in YATSE where no mouse cursor is visbile. ## Expected Behavior Selected Menu Item is highlighted with a colored frame, different kind of picture e.g. on "mouseover" ## Actual Behavior Nothing happens on "mouseover" to menu entry. ## Possible Fix Don't know, found some related issue a couple of releases ago, but nothing new. ### To Reproduce Steps to reproduce the behavior: 1. Insert DVD 2. Start Movie, wait till menu is shown 3. Move mouse to items ### Debuglog What kind of debug log is expected on that behavior? ### Your Environment Used Operating system: <!--- Include as many relevant details about the environment you experienced the bug in --> <!--- Put your text below this line. Checkboxes can easily be ticked once issue is created --> - [ ] Android - [ ] iOS - [ ] tvOS - [ x] Linux - COREELEC - [ ] OSX - [ ] Windows - [ ] Windows UWP - Operating system version/name: - KODI 19.3 (compiled 2021-10-24 by GCC 10.3.0 for Linux ARM 32-bit version 4.9.113 (264561)) <!--- End of this issue --> *note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*
test
dvd menu not highlighted bug report describe the bug hi i m using kodi compiled by gcc for linux arm bit version and playing a dvd the menu is shown fine but the menu items are not highlighted to select them of all i thought it is a yatse remote topic but the same behavior with mouse control with mouse is so far possible when you see the cursor but not in yatse where no mouse cursor is visbile expected behavior selected menu item is highlighted with a colored frame different kind of picture e g on mouseover actual behavior nothing happens on mouseover to menu entry possible fix don t know found some related issue a couple of releases ago but nothing new to reproduce steps to reproduce the behavior insert dvd start movie wait till menu is shown move mouse to items debuglog what kind of debug log is expected on that behavior your environment used operating system android ios tvos linux coreelec osx windows windows uwp operating system version name kodi compiled by gcc for linux arm bit version note once the issue is made we require you to update it with new information or kodi versions should that be required team kodi will consider your problem report however we will not make any promises the problem will be solved
1
69,797
22,677,229,444
IssuesEvent
2022-07-04 06:27:23
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Loading spinner on event tile preview loader lacks top padding
T-Defect
### Steps to reproduce 1. Enable modern/bubble layout, not IRC layout 2. Open settings 3. Open Appearance tab ### Outcome #### What did you expect? The loading spinner on event tile preview loader should have top padding. ![after](https://user-images.githubusercontent.com/3362943/177031001-faf1960e-af4b-4553-af01-5c9daf86b4bf.png) #### What happened instead? The loading spinner lacks top padding. ![before](https://user-images.githubusercontent.com/3362943/177031010-ee5a57da-2294-43be-a791-57817b8bde84.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
1.0
Loading spinner on event tile preview loader lacks top padding - ### Steps to reproduce 1. Enable modern/bubble layout, not IRC layout 2. Open settings 3. Open Appearance tab ### Outcome #### What did you expect? The loading spinner on event tile preview loader should have top padding. ![after](https://user-images.githubusercontent.com/3362943/177031001-faf1960e-af4b-4553-af01-5c9daf86b4bf.png) #### What happened instead? The loading spinner lacks top padding. ![before](https://user-images.githubusercontent.com/3362943/177031010-ee5a57da-2294-43be-a791-57817b8bde84.png) ### Operating system Debian ### Browser information Firefox ESR 91 ### URL for webapp localhost ### Application version develop branch ### Homeserver _No response_ ### Will you send logs? No
non_test
loading spinner on event tile preview loader lacks top padding steps to reproduce enable modern bubble layout not irc layout open settings open appearance tab outcome what did you expect the loading spinner on event tile preview loader should have top padding what happened instead the loading spinner lacks top padding operating system debian browser information firefox esr url for webapp localhost application version develop branch homeserver no response will you send logs no
0
42,692
5,521,176,661
IssuesEvent
2017-03-19 13:30:51
SWE574-Unity/Heritage
https://api.github.com/repos/SWE574-Unity/Heritage
opened
Use Case Diagram should be created
design
Use Case Diagram should be created. It is an important part of the design.
1.0
Use Case Diagram should be created - Use Case Diagram should be created. It is an important part of the design.
non_test
use case diagram should be created use case diagram should be created it is an important part of the design
0
283,015
24,513,410,594
IssuesEvent
2022-10-11 01:07:55
icon-project/icon-bridge
https://api.github.com/repos/icon-project/icon-bridge
closed
Test: Add tests for relayer in javascore BMC
type: test team: ibriz status: completed
## Feature Add tests to register, remove relayers and rewards for the relayers. ## Scenario The case being tested * Given * BMC Contract is deployed and configured. * When * Relayers are added * Then * Relayers should be added * Should be able to claim relayer rewards * Relayer can be unregistered * Relayer can be removed by owner
1.0
Test: Add tests for relayer in javascore BMC - ## Feature Add tests to register, remove relayers and rewards for the relayers. ## Scenario The case being tested * Given * BMC Contract is deployed and configured. * When * Relayers are added * Then * Relayers should be added * Should be able to claim relayer rewards * Relayer can be unregistered * Relayer can be removed by owner
test
test add tests for relayer in javascore bmc feature add tests to register remove relayers and rewards for the relayers scenario the case being tested given bmc contract is deployed and configured when relayers are added then relayers should be added should be able to claim relayer rewards relayer can be unregistered relayer can be removed by owner
1
92,328
11,627,026,717
IssuesEvent
2020-02-27 15:53:57
KristianWEB/fakebooker-frontend
https://api.github.com/repos/KristianWEB/fakebooker-frontend
closed
Design a Login Form
design
**Is your feature request related to a problem? Please describe.** Design a new Login form. **Helpers** I've written a detailed documentation in the **Projects** Tab on how to work step by step on implementing this new features. ## Pull Request Squashing Please, go through these steps before you submit a PR. 1. Make sure that your PR is not a duplicate. 2. If not, then make sure that: 2.1. You have done your changes in a separate branch. Branches MUST have descriptive names that start with either the `fix/` or `feature/` prefixes. Good examples are: `fix/signin-issue` or `feature/issue-templates`. 2.2. You have a descriptive commit message with a short title (first line). 2.3. You have only one commit (if not, squash them into one commit). 2.4. `npm test` doesn't throw any error. If it does, fix them first and amend your commit (`git commit --amend`). 3. **After** these steps, you're ready to open a pull request. 3.1. Give a descriptive title to your PR. 3.2. Provide a description of your changes. 3.3. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
1.0
Design a Login Form - **Is your feature request related to a problem? Please describe.** Design a new Login form. **Helpers** I've written a detailed documentation in the **Projects** Tab on how to work step by step on implementing this new features. ## Pull Request Squashing Please, go through these steps before you submit a PR. 1. Make sure that your PR is not a duplicate. 2. If not, then make sure that: 2.1. You have done your changes in a separate branch. Branches MUST have descriptive names that start with either the `fix/` or `feature/` prefixes. Good examples are: `fix/signin-issue` or `feature/issue-templates`. 2.2. You have a descriptive commit message with a short title (first line). 2.3. You have only one commit (if not, squash them into one commit). 2.4. `npm test` doesn't throw any error. If it does, fix them first and amend your commit (`git commit --amend`). 3. **After** these steps, you're ready to open a pull request. 3.1. Give a descriptive title to your PR. 3.2. Provide a description of your changes. 3.3. Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such).
non_test
design a login form is your feature request related to a problem please describe design a new login form helpers i ve written a detailed documentation in the projects tab on how to work step by step on implementing this new features pull request squashing please go through these steps before you submit a pr make sure that your pr is not a duplicate if not then make sure that you have done your changes in a separate branch branches must have descriptive names that start with either the fix or feature prefixes good examples are fix signin issue or feature issue templates you have a descriptive commit message with a short title first line you have only one commit if not squash them into one commit npm test doesn t throw any error if it does fix them first and amend your commit git commit amend after these steps you re ready to open a pull request give a descriptive title to your pr provide a description of your changes put closes xxxx in your comment to auto close the issue that your pr fixes if such
0
222,107
17,393,979,925
IssuesEvent
2021-08-02 11:05:17
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
issue poster: validation failed
A-testing C-bug X-stale no-issue-activity
Check out "Validation Failed" at the end. From https://teamcity.cockroachdb.com/repository/download/Cockroach_Nightlies_RoachtestNightlyAws/1708154:id/tpcc/headroom/n4cpu16/test.log ``` 06:27:12 test_runner.go:642: [w2] failed to post issue: failed to create GitHub issue github.IssueRequest{Title:"roachtest: tpcc/headroom/n4cpu16 failed", Body:"[(roachtest).tpcc/headroom/n4cpu16 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1708154&tab=buildLog) on [provisional_202001231814_v20.1.0-alpha.20200123@d818f1ff64aaa725a8aea2d45c7df9dd4a42d4d3](https://github.com/cockroachdb/cockroach/commits/d818f1ff64aaa725a8aea2d45c7df9dd4a42d4d3): ``` - /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1708154-1579821061-13-n4cpu16:4 -- ./workload run tpcc --warehouses=1470 --histograms=perf/stats.json --ramp=5m0s --duration=2h0m0s {pgurl:1-3} returned: stderr: stdout: 307.9 17.8 62.9 96.5 109.1 payment 6436.0s 0 31.0 30.8 16.3 28.3 33.6 33.6 stockLevel _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms) 6437.0s 0 31.0 30.8 52.4 121.6 134.2 134.2 delivery 6437.0s 0 298.0 307.3 30.4 88.1 113.2 167.8 newOrder 6437.0s 0 34.0 30.8 4.5 11.5 18.9 18.9 orderStatus 6437.0s 0 326.0 307.9 19.9 79.7 96.5 192.9 payment 6437.0s 0 27.0 30.8 13.6 41.9 44.0 44.0 stockLevel 6438.0s 0 26.0 30.8 44.0 125.8 218.1 218.1 delivery 6438.0s 0 333.9 307.3 39.8 96.5 159.4 209.7 newOrder 6438.0s 0 37.0 30.8 4.1 28.3 109.1 109.1 orderStatus 6438.0s 0 310.9 307.9 27.3 113.2 167.8 167.8 payment 6438.0s 0 33.0 30.8 15.2 26.2 28.3 28.3 stockLevel 6439.0s 0 33.0 30.8 50.3 96.5 121.6 121.6 delivery 6439.0s 0 331.0 307.3 37.7 96.5 117.4 125.8 newOrder 6439.0s 0 30.0 30.8 4.5 44.0 44.0 44.0 orderStatus 6439.0s 0 300.0 307.9 26.2 109.1 125.8 167.8 payment 6439.0s 0 33.0 30.8 16.8 27.3 41.9 41.9 stockLevel 6440.0s 0 40.0 30.8 62.9 151.0 159.4 159.4 delivery 6440.0s 0 343.0 307.3 37.7 125.8 142.6 151.0 newOrder 6440.0s 0 38.0 30.8 4.7 11.5 41.9 41.9 orderStatus 6440.0s 0 328.0 307.9 29.4 117.4 142.6 201.3 payment 6440.0s 0 20.0 30.8 17.8 35.7 48.2 48.2 stockLevel _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms) 6441.0s 0 24.0 30.8 52.4 134.2 151.0 151.0 delivery 6441.0s 0 318.9 307.4 33.6 92.3 125.8 285.2 newOrder 6441.0s 0 37.0 30.8 5.2 23.1 28.3 28.3 orderStatus 6441.0s 0 307.9 307.9 22.0 75.5 100.7 121.6 payment 6441.0s 0 39.0 30.8 15.2 32.5 35.7 35.7 stockLevel 6442.0s 0 32.0 30.8 44.0 96.5 134.2 134.2 delivery 6442.0s 0 312.0 307.4 28.3 83.9 142.6 151.0 newOrder 6442.0s 0 31.0 30.8 4.2 7.3 46.1 46.1 orderStatus 6442.0s 0 343.0 307.9 19.9 88.1 113.2 113.2 payment 6442.0s 0 27.0 30.8 16.8 60.8 62.9 62.9 stockLevel 6443.0s 0 31.0 30.8 56.6 100.7 125.8 125.8 delivery 6443.0s 0 332.1 307.4 33.6 79.7 92.3 109.1 newOrder 6443.0s 0 29.0 30.8 4.5 14.7 31.5 31.5 orderStatus 6443.0s 0 320.1 307.9 18.9 58.7 75.5 83.9 payment 6443.0s 0 25.0 30.8 15.7 29.4 44.0 44.0 stockLevel 6444.0s 0 28.0 30.8 35.7 54.5 71.3 71.3 delivery 6444.0s 0 266.0 307.3 18.9 71.3 96.5 100.7 newOrder 6444.0s 0 31.0 30.8 3.8 9.4 17.8 17.8 orderStatus 6444.0s 0 248.0 307.9 11.0 50.3 79.7 92.3 payment 6444.0s 0 29.0 30.8 13.6 22.0 22.0 22.0 stockLevel Error: exit status 255: - exit status 1 ``` <details><summary>More</summary><p> Artifacts: [/tpcc/headroom/n4cpu16](https://teamcity.cockroachdb.com/viewLog.html?buildId=1708154&tab=artifacts#/tpcc/headroom/n4cpu16) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Atpcc%2Fheadroom%2Fn4cpu16.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details> ", Labels:["O-robot" "C-test-failure" "C-test-failure" "branch-provisional_202001231814_v20.1.0-alpha.20200123" "O-roachtest" "release-blocker"], Assignee:"", Milestone:21}: POST https://api.github.com/repos/cockroachdb/cockroach/issues: 422 Validation Failed [{Resource:Label Field:name Code:invalid Message:}] ```
1.0
issue poster: validation failed - Check out "Validation Failed" at the end. From https://teamcity.cockroachdb.com/repository/download/Cockroach_Nightlies_RoachtestNightlyAws/1708154:id/tpcc/headroom/n4cpu16/test.log ``` 06:27:12 test_runner.go:642: [w2] failed to post issue: failed to create GitHub issue github.IssueRequest{Title:"roachtest: tpcc/headroom/n4cpu16 failed", Body:"[(roachtest).tpcc/headroom/n4cpu16 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1708154&tab=buildLog) on [provisional_202001231814_v20.1.0-alpha.20200123@d818f1ff64aaa725a8aea2d45c7df9dd4a42d4d3](https://github.com/cockroachdb/cockroach/commits/d818f1ff64aaa725a8aea2d45c7df9dd4a42d4d3): ``` - /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-1708154-1579821061-13-n4cpu16:4 -- ./workload run tpcc --warehouses=1470 --histograms=perf/stats.json --ramp=5m0s --duration=2h0m0s {pgurl:1-3} returned: stderr: stdout: 307.9 17.8 62.9 96.5 109.1 payment 6436.0s 0 31.0 30.8 16.3 28.3 33.6 33.6 stockLevel _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms) 6437.0s 0 31.0 30.8 52.4 121.6 134.2 134.2 delivery 6437.0s 0 298.0 307.3 30.4 88.1 113.2 167.8 newOrder 6437.0s 0 34.0 30.8 4.5 11.5 18.9 18.9 orderStatus 6437.0s 0 326.0 307.9 19.9 79.7 96.5 192.9 payment 6437.0s 0 27.0 30.8 13.6 41.9 44.0 44.0 stockLevel 6438.0s 0 26.0 30.8 44.0 125.8 218.1 218.1 delivery 6438.0s 0 333.9 307.3 39.8 96.5 159.4 209.7 newOrder 6438.0s 0 37.0 30.8 4.1 28.3 109.1 109.1 orderStatus 6438.0s 0 310.9 307.9 27.3 113.2 167.8 167.8 payment 6438.0s 0 33.0 30.8 15.2 26.2 28.3 28.3 stockLevel 6439.0s 0 33.0 30.8 50.3 96.5 121.6 121.6 delivery 6439.0s 0 331.0 307.3 37.7 96.5 117.4 125.8 newOrder 6439.0s 0 30.0 30.8 4.5 44.0 44.0 44.0 orderStatus 6439.0s 0 300.0 307.9 26.2 109.1 125.8 167.8 payment 6439.0s 0 33.0 30.8 16.8 27.3 41.9 41.9 stockLevel 6440.0s 0 40.0 30.8 62.9 151.0 159.4 159.4 delivery 6440.0s 0 343.0 307.3 37.7 125.8 142.6 151.0 newOrder 6440.0s 0 38.0 30.8 4.7 11.5 41.9 41.9 orderStatus 6440.0s 0 328.0 307.9 29.4 117.4 142.6 201.3 payment 6440.0s 0 20.0 30.8 17.8 35.7 48.2 48.2 stockLevel _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms) 6441.0s 0 24.0 30.8 52.4 134.2 151.0 151.0 delivery 6441.0s 0 318.9 307.4 33.6 92.3 125.8 285.2 newOrder 6441.0s 0 37.0 30.8 5.2 23.1 28.3 28.3 orderStatus 6441.0s 0 307.9 307.9 22.0 75.5 100.7 121.6 payment 6441.0s 0 39.0 30.8 15.2 32.5 35.7 35.7 stockLevel 6442.0s 0 32.0 30.8 44.0 96.5 134.2 134.2 delivery 6442.0s 0 312.0 307.4 28.3 83.9 142.6 151.0 newOrder 6442.0s 0 31.0 30.8 4.2 7.3 46.1 46.1 orderStatus 6442.0s 0 343.0 307.9 19.9 88.1 113.2 113.2 payment 6442.0s 0 27.0 30.8 16.8 60.8 62.9 62.9 stockLevel 6443.0s 0 31.0 30.8 56.6 100.7 125.8 125.8 delivery 6443.0s 0 332.1 307.4 33.6 79.7 92.3 109.1 newOrder 6443.0s 0 29.0 30.8 4.5 14.7 31.5 31.5 orderStatus 6443.0s 0 320.1 307.9 18.9 58.7 75.5 83.9 payment 6443.0s 0 25.0 30.8 15.7 29.4 44.0 44.0 stockLevel 6444.0s 0 28.0 30.8 35.7 54.5 71.3 71.3 delivery 6444.0s 0 266.0 307.3 18.9 71.3 96.5 100.7 newOrder 6444.0s 0 31.0 30.8 3.8 9.4 17.8 17.8 orderStatus 6444.0s 0 248.0 307.9 11.0 50.3 79.7 92.3 payment 6444.0s 0 29.0 30.8 13.6 22.0 22.0 22.0 stockLevel Error: exit status 255: - exit status 1 ``` <details><summary>More</summary><p> Artifacts: [/tpcc/headroom/n4cpu16](https://teamcity.cockroachdb.com/viewLog.html?buildId=1708154&tab=artifacts#/tpcc/headroom/n4cpu16) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Atpcc%2Fheadroom%2Fn4cpu16.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details> ", Labels:["O-robot" "C-test-failure" "C-test-failure" "branch-provisional_202001231814_v20.1.0-alpha.20200123" "O-roachtest" "release-blocker"], Assignee:"", Milestone:21}: POST https://api.github.com/repos/cockroachdb/cockroach/issues: 422 Validation Failed [{Resource:Label Field:name Code:invalid Message:}] ```
test
issue poster validation failed check out validation failed at the end from test runner go failed to post issue failed to create github issue github issuerequest title roachtest tpcc headroom failed body on home agent work go src github com cockroachdb cockroach bin roachprod run teamcity workload run tpcc warehouses histograms perf stats json ramp duration pgurl returned stderr stdout payment stocklevel elapsed errors ops sec inst ops sec cum ms ms ms pmax ms delivery neworder orderstatus payment stocklevel delivery neworder orderstatus payment stocklevel delivery neworder orderstatus payment stocklevel delivery neworder orderstatus payment stocklevel elapsed errors ops sec inst ops sec cum ms ms ms pmax ms delivery neworder orderstatus payment stocklevel delivery neworder orderstatus payment stocklevel delivery neworder orderstatus payment stocklevel delivery neworder orderstatus payment stocklevel error exit status exit status more artifacts powered by labels assignee milestone post validation failed
1
79,067
7,694,641,152
IssuesEvent
2018-05-18 09:25:35
NativeScript/nativescript-cli
https://api.github.com/repos/NativeScript/nativescript-cli
closed
Deprecate support for Node.js 6.x.x
feature ready for test
As Node.js 6.x.x is in [maintenance mode](https://github.com/nodejs/Release) now, we have to deprecate support for it. In case Node.js 6.x.x is used, add a warning on each CLI command that support for this version is deprecated and will be removed soon.
1.0
Deprecate support for Node.js 6.x.x - As Node.js 6.x.x is in [maintenance mode](https://github.com/nodejs/Release) now, we have to deprecate support for it. In case Node.js 6.x.x is used, add a warning on each CLI command that support for this version is deprecated and will be removed soon.
test
deprecate support for node js x x as node js x x is in now we have to deprecate support for it in case node js x x is used add a warning on each cli command that support for this version is deprecated and will be removed soon
1
74,112
8,972,635,444
IssuesEvent
2019-01-29 18:49:27
ucsdlib/hifive
https://api.github.com/repos/ucsdlib/hifive
closed
Implement Recognition show/view page
design
### Descriptive summary We need to finalize a design for this page and what we'd like to show on it. ### Rationale Unless the ICWG plans to copy/paste the submission into LiSN, the generated RSS feed will link people to the posts at this page/route ### Related work Link to related tickets or prior related work here.
1.0
Implement Recognition show/view page - ### Descriptive summary We need to finalize a design for this page and what we'd like to show on it. ### Rationale Unless the ICWG plans to copy/paste the submission into LiSN, the generated RSS feed will link people to the posts at this page/route ### Related work Link to related tickets or prior related work here.
non_test
implement recognition show view page descriptive summary we need to finalize a design for this page and what we d like to show on it rationale unless the icwg plans to copy paste the submission into lisn the generated rss feed will link people to the posts at this page route related work link to related tickets or prior related work here
0
26,736
7,860,515,257
IssuesEvent
2018-06-21 20:15:09
eventespresso/grunt-wp-plugin-buildmachine
https://api.github.com/repos/eventespresso/grunt-wp-plugin-buildmachine
closed
Replace $VID:$ with release version in CHANGELOG.md on release builds
type:build-process 🔨 type:feature-request 🙏
Would also be good to add the new `$VID:$` as well for the unreleased changelog items once the rc version is bumped. See https://github.com/eventespresso/event-espresso-core/pull/539 for details on the changelog getting added to ee core. This should be done before the next release of ee core.
1.0
Replace $VID:$ with release version in CHANGELOG.md on release builds - Would also be good to add the new `$VID:$` as well for the unreleased changelog items once the rc version is bumped. See https://github.com/eventespresso/event-espresso-core/pull/539 for details on the changelog getting added to ee core. This should be done before the next release of ee core.
non_test
replace vid with release version in changelog md on release builds would also be good to add the new vid as well for the unreleased changelog items once the rc version is bumped see for details on the changelog getting added to ee core this should be done before the next release of ee core
0
233,152
18,951,540,212
IssuesEvent
2021-11-18 15:38:08
temporalio/sdk-go
https://api.github.com/repos/temporalio/sdk-go
closed
TestCancelChildWorkflowUnusualTransitions is flaky
flaky test
``` === RUN TestIntegrationSuite === CONT TestIntegrationSuite integration_test.go:809: Error Trace: integration_test.go:809 Error: Should NOT be empty, but was Test: TestIntegrationSuite 2021/09/24 00:39:57 INFO Stopped Worker Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions WorkerID 85926@arch@ --- FAIL: TestIntegrationSuite (20.66s) === RUN TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions 2021/09/24 00:39:53 INFO Started Worker Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions WorkerID 85926@arch@ 2021/09/24 00:39:55 DEBUG ExecuteChildWorkflow Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions WorkerID 85926@arch@ WorkflowType ChildWorkflowCancelUnusualTransitionsRepro WorkflowID test-cancel-child-workflow-unusual-transitions RunID f05a56aa-58b8-4d11-ab8d-f123cd458f3c Attempt 1 ChildWorkflowID f05a56aa-58b8-4d11-ab8d-f123cd458f3c_5 WorkflowType childWorkflowWaitOnSignal === CONT TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions testing.go:1169: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test --- FAIL: TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions (4.97s) FAIL Process finished with the exit code 1 ```
1.0
TestCancelChildWorkflowUnusualTransitions is flaky - ``` === RUN TestIntegrationSuite === CONT TestIntegrationSuite integration_test.go:809: Error Trace: integration_test.go:809 Error: Should NOT be empty, but was Test: TestIntegrationSuite 2021/09/24 00:39:57 INFO Stopped Worker Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions WorkerID 85926@arch@ --- FAIL: TestIntegrationSuite (20.66s) === RUN TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions 2021/09/24 00:39:53 INFO Started Worker Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions WorkerID 85926@arch@ 2021/09/24 00:39:55 DEBUG ExecuteChildWorkflow Namespace integration-test-namespace TaskQueue tq-1-TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions WorkerID 85926@arch@ WorkflowType ChildWorkflowCancelUnusualTransitionsRepro WorkflowID test-cancel-child-workflow-unusual-transitions RunID f05a56aa-58b8-4d11-ab8d-f123cd458f3c Attempt 1 ChildWorkflowID f05a56aa-58b8-4d11-ab8d-f123cd458f3c_5 WorkflowType childWorkflowWaitOnSignal === CONT TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions testing.go:1169: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test --- FAIL: TestIntegrationSuite/TestCancelChildWorkflowUnusualTransitions (4.97s) FAIL Process finished with the exit code 1 ```
test
testcancelchildworkflowunusualtransitions is flaky run testintegrationsuite cont testintegrationsuite integration test go error trace integration test go error should not be empty but was test testintegrationsuite info stopped worker namespace integration test namespace taskqueue tq testintegrationsuite testcancelchildworkflowunusualtransitions workerid arch fail testintegrationsuite run testintegrationsuite testcancelchildworkflowunusualtransitions info started worker namespace integration test namespace taskqueue tq testintegrationsuite testcancelchildworkflowunusualtransitions workerid arch debug executechildworkflow namespace integration test namespace taskqueue tq testintegrationsuite testcancelchildworkflowunusualtransitions workerid arch workflowtype childworkflowcancelunusualtransitionsrepro workflowid test cancel child workflow unusual transitions runid attempt childworkflowid workflowtype childworkflowwaitonsignal cont testintegrationsuite testcancelchildworkflowunusualtransitions testing go test executed panic nil or runtime goexit subtest may have called failnow on a parent test fail testintegrationsuite testcancelchildworkflowunusualtransitions fail process finished with the exit code
1
88,772
8,177,463,209
IssuesEvent
2018-08-28 10:48:11
gomods/athens
https://api.github.com/repos/gomods/athens
closed
Ensure storage tests can run without intermittent failures
ci/cd testing
Storage tests right now run in parallel against the same shared datastore, so intermittent failures can happen due to race conditions (@marwan-at-work mentioned that he's seen some). We should think about whether we can do something to make this more "foolproof". One idea is to use [testify/suite](https://godoc.org/github.com/stretchr/testify/suite)'s [`SetupTest`](https://godoc.org/github.com/stretchr/testify/suite#SetupTestSuite) and [`TearDownTest`](https://godoc.org/github.com/stretchr/testify/suite#TearDownTestSuite) functions to provide each test with its own database (or whatever is appropriate for the given storage driver) Another option is to run with `go test -p 1 ...` to ensure _all_ tests don't run in parallel (this is what the `buffalo` CLI does). I don't feel like that's an ideal solution, but it works for them. cc/ @michalpristas @robjloranger @marwan-at-work since we've all talked about testing in one way or another recently
1.0
Ensure storage tests can run without intermittent failures - Storage tests right now run in parallel against the same shared datastore, so intermittent failures can happen due to race conditions (@marwan-at-work mentioned that he's seen some). We should think about whether we can do something to make this more "foolproof". One idea is to use [testify/suite](https://godoc.org/github.com/stretchr/testify/suite)'s [`SetupTest`](https://godoc.org/github.com/stretchr/testify/suite#SetupTestSuite) and [`TearDownTest`](https://godoc.org/github.com/stretchr/testify/suite#TearDownTestSuite) functions to provide each test with its own database (or whatever is appropriate for the given storage driver) Another option is to run with `go test -p 1 ...` to ensure _all_ tests don't run in parallel (this is what the `buffalo` CLI does). I don't feel like that's an ideal solution, but it works for them. cc/ @michalpristas @robjloranger @marwan-at-work since we've all talked about testing in one way or another recently
test
ensure storage tests can run without intermittent failures storage tests right now run in parallel against the same shared datastore so intermittent failures can happen due to race conditions marwan at work mentioned that he s seen some we should think about whether we can do something to make this more foolproof one idea is to use and functions to provide each test with its own database or whatever is appropriate for the given storage driver another option is to run with go test p to ensure all tests don t run in parallel this is what the buffalo cli does i don t feel like that s an ideal solution but it works for them cc michalpristas robjloranger marwan at work since we ve all talked about testing in one way or another recently
1
39,469
20,009,147,545
IssuesEvent
2022-02-01 02:41:00
facebook/rocksdb
https://api.github.com/repos/facebook/rocksdb
closed
fillseq is 17% slower from force_consistency_checks (PR 7446)
regression performance
[PR 7446](https://github.com/facebook/rocksdb/pull/7446) with ([git hash ddbc5da](https://github.com/facebook/rocksdb/commit/ddbc5da)) enables force_consistency_checks by default. With that change fillseq throughput is ~17% slower on a fast server (many core, fast SSD). The 17% slowdown (700k/s vs 579k/s) is for the average throughput of a test that inserts 800M KV pairs in 20 minutes. When I look at the insert rate for the last 200 seconds of the test then the slowdown is 25% (598k/s vs 450k/s) 5f33436 is the diff before ddbc5da and 5997f6b is the diff after User CPU increased by ~10% with this diff (see 3.7 vs 3.4 for u_cpu in the charts below) and this has (elapsed, user, system) times from db_bench measured by /usr/bin/time. The user CPU time increases from 3375.20 to 3657.10. ``` 1143.54 3375.20 164.56. 5f33436 1382.85 3657.10 165.47 ddbc5da 1383.60 3663.79 164.34. 5997f6b ``` Benchmark results for the diff in question and the diffs immediately before and after it ``` ops_sec - operations per second mb_sec - ops_sec * size-of-operation-in-MB db_size - database size c_wgb - GB written by compaction w_amp - Write-amplification as (bytes written by compaction / bytes written by memtable flush) c_mbps - Average write rate for compaction c_secs - Wall clock seconds doing compaction usec_op - Microseconds per operation p50, p99, p99.9, p99.99 - 50th, 99th, 99.9th, 99.99th percentile response time in usecs pmax - max response time in usecs uptime - RocksDB uptime in seconds stall% - Percentage of time writes are stalled Nstall - Number of stalls u_cpu - #seconds/1000 of user CPU s_cpu - #seconds/1000 of system CPU test - Name of test date - Date/time of test version - RocksDB version job_id - User-provided job ID githash - git hash for the version tested ops_sec mb_sec db_size c_wgb w_amp c_mbps c_secs usec_op p50 p99 p99.9 p99.99 pmax uptime stall% Nstall u_cpu s_cpu test date version job_id. githash 700223 280.5 175GB 175.4 1.0 157.51 1913.4 1.4 0.5 3 8 1211 17368 1140 1.2 279 3.4 0.2 fillseq.wal_disabled.v400 2022-01-3T18:55:30 6.13 5f33436 579102 232.0 176GB 175.6 1.0 130.25 1931.8 1.7 0.5 3 8 1973 43971 1380 0.8 224 3.7 0.2 fillseq.wal_disabled.v400 2022-01-3T19:14:54 6.13 ddbc5da 578665 231.8 175GB 175.4 1.0 130.17 1929.4 1.7 0.5 3 8 1966 49903 1380 0.7 181 3.7 0.2 fillseq.wal_disabled.v400 2022-01-3T19:38:18 6.13 5997f6b ``` The reproduction is: ` /usr/bin/time -f '%e %U %S' -o bm.lc.nt16.cm1.d0/1146.ddbc5da/benchmark_fillseq.wal_disabled.v400.log.time numactl --interleave=all ./db_bench --benchmarks=fillseq --allow_concurrent_memtable_write=false --level0_file_num_compaction_trigger=4 --level0_slowdown_writes_trigger=20 --level0_stop_writes_trigger=30 --max_background_jobs=8 --max_write_buffer_number=8 --db=/data/m/rx --wal_dir=/data/m/rx --num=800000000 --num_levels=8 --key_size=20 --value_size=400 --block_size=8192 --cache_size=51539607552 --cache_numshardbits=6 --compression_max_dict_bytes=0 --compression_ratio=0.5 --compression_type=lz4 --bytes_per_sync=8388608 --cache_index_and_filter_blocks=1 --cache_high_pri_pool_ratio=0.5 --benchmark_write_rate_limit=0 --write_buffer_size=16777216 --target_file_size_base=16777216 --max_bytes_for_level_base=67108864 --verify_checksum=1 --delete_obsolete_files_period_micros=62914560 --max_bytes_for_level_multiplier=8 --statistics=0 --stats_per_interval=1 --stats_interval_seconds=20 --histogram=1 --memtablerep=skip_list --bloom_bits=10 --open_files=-1 --subcompactions=1 --compaction_style=0 --min_level_to_compress=3 --level_compaction_dynamic_level_bytes=true --pin_l0_filter_and_index_blocks_in_cache=1 --soft_pending_compaction_bytes_limit=167503724544 --hard_pending_compaction_bytes_limit=335007449088 --min_level_to_compress=0 --use_existing_db=0 --sync=0 --threads=1 --memtablerep=vector --allow_concurrent_memtable_write=false --disable_wal=1 --seed=1641266093 `
True
fillseq is 17% slower from force_consistency_checks (PR 7446) - [PR 7446](https://github.com/facebook/rocksdb/pull/7446) with ([git hash ddbc5da](https://github.com/facebook/rocksdb/commit/ddbc5da)) enables force_consistency_checks by default. With that change fillseq throughput is ~17% slower on a fast server (many core, fast SSD). The 17% slowdown (700k/s vs 579k/s) is for the average throughput of a test that inserts 800M KV pairs in 20 minutes. When I look at the insert rate for the last 200 seconds of the test then the slowdown is 25% (598k/s vs 450k/s) 5f33436 is the diff before ddbc5da and 5997f6b is the diff after User CPU increased by ~10% with this diff (see 3.7 vs 3.4 for u_cpu in the charts below) and this has (elapsed, user, system) times from db_bench measured by /usr/bin/time. The user CPU time increases from 3375.20 to 3657.10. ``` 1143.54 3375.20 164.56. 5f33436 1382.85 3657.10 165.47 ddbc5da 1383.60 3663.79 164.34. 5997f6b ``` Benchmark results for the diff in question and the diffs immediately before and after it ``` ops_sec - operations per second mb_sec - ops_sec * size-of-operation-in-MB db_size - database size c_wgb - GB written by compaction w_amp - Write-amplification as (bytes written by compaction / bytes written by memtable flush) c_mbps - Average write rate for compaction c_secs - Wall clock seconds doing compaction usec_op - Microseconds per operation p50, p99, p99.9, p99.99 - 50th, 99th, 99.9th, 99.99th percentile response time in usecs pmax - max response time in usecs uptime - RocksDB uptime in seconds stall% - Percentage of time writes are stalled Nstall - Number of stalls u_cpu - #seconds/1000 of user CPU s_cpu - #seconds/1000 of system CPU test - Name of test date - Date/time of test version - RocksDB version job_id - User-provided job ID githash - git hash for the version tested ops_sec mb_sec db_size c_wgb w_amp c_mbps c_secs usec_op p50 p99 p99.9 p99.99 pmax uptime stall% Nstall u_cpu s_cpu test date version job_id. githash 700223 280.5 175GB 175.4 1.0 157.51 1913.4 1.4 0.5 3 8 1211 17368 1140 1.2 279 3.4 0.2 fillseq.wal_disabled.v400 2022-01-3T18:55:30 6.13 5f33436 579102 232.0 176GB 175.6 1.0 130.25 1931.8 1.7 0.5 3 8 1973 43971 1380 0.8 224 3.7 0.2 fillseq.wal_disabled.v400 2022-01-3T19:14:54 6.13 ddbc5da 578665 231.8 175GB 175.4 1.0 130.17 1929.4 1.7 0.5 3 8 1966 49903 1380 0.7 181 3.7 0.2 fillseq.wal_disabled.v400 2022-01-3T19:38:18 6.13 5997f6b ``` The reproduction is: ` /usr/bin/time -f '%e %U %S' -o bm.lc.nt16.cm1.d0/1146.ddbc5da/benchmark_fillseq.wal_disabled.v400.log.time numactl --interleave=all ./db_bench --benchmarks=fillseq --allow_concurrent_memtable_write=false --level0_file_num_compaction_trigger=4 --level0_slowdown_writes_trigger=20 --level0_stop_writes_trigger=30 --max_background_jobs=8 --max_write_buffer_number=8 --db=/data/m/rx --wal_dir=/data/m/rx --num=800000000 --num_levels=8 --key_size=20 --value_size=400 --block_size=8192 --cache_size=51539607552 --cache_numshardbits=6 --compression_max_dict_bytes=0 --compression_ratio=0.5 --compression_type=lz4 --bytes_per_sync=8388608 --cache_index_and_filter_blocks=1 --cache_high_pri_pool_ratio=0.5 --benchmark_write_rate_limit=0 --write_buffer_size=16777216 --target_file_size_base=16777216 --max_bytes_for_level_base=67108864 --verify_checksum=1 --delete_obsolete_files_period_micros=62914560 --max_bytes_for_level_multiplier=8 --statistics=0 --stats_per_interval=1 --stats_interval_seconds=20 --histogram=1 --memtablerep=skip_list --bloom_bits=10 --open_files=-1 --subcompactions=1 --compaction_style=0 --min_level_to_compress=3 --level_compaction_dynamic_level_bytes=true --pin_l0_filter_and_index_blocks_in_cache=1 --soft_pending_compaction_bytes_limit=167503724544 --hard_pending_compaction_bytes_limit=335007449088 --min_level_to_compress=0 --use_existing_db=0 --sync=0 --threads=1 --memtablerep=vector --allow_concurrent_memtable_write=false --disable_wal=1 --seed=1641266093 `
non_test
fillseq is slower from force consistency checks pr with enables force consistency checks by default with that change fillseq throughput is slower on a fast server many core fast ssd the slowdown s vs s is for the average throughput of a test that inserts kv pairs in minutes when i look at the insert rate for the last seconds of the test then the slowdown is s vs s is the diff before and is the diff after user cpu increased by with this diff see vs for u cpu in the charts below and this has elapsed user system times from db bench measured by usr bin time the user cpu time increases from to benchmark results for the diff in question and the diffs immediately before and after it ops sec operations per second mb sec ops sec size of operation in mb db size database size c wgb gb written by compaction w amp write amplification as bytes written by compaction bytes written by memtable flush c mbps average write rate for compaction c secs wall clock seconds doing compaction usec op microseconds per operation percentile response time in usecs pmax max response time in usecs uptime rocksdb uptime in seconds stall percentage of time writes are stalled nstall number of stalls u cpu seconds of user cpu s cpu seconds of system cpu test name of test date date time of test version rocksdb version job id user provided job id githash git hash for the version tested ops sec mb sec db size c wgb w amp c mbps c secs usec op pmax uptime stall nstall u cpu s cpu test date version job id githash fillseq wal disabled fillseq wal disabled fillseq wal disabled the reproduction is usr bin time f e u s o bm lc benchmark fillseq wal disabled log time numactl interleave all db bench benchmarks fillseq allow concurrent memtable write false file num compaction trigger slowdown writes trigger stop writes trigger max background jobs max write buffer number db data m rx wal dir data m rx num num levels key size value size block size cache size cache numshardbits compression max dict bytes compression ratio compression type bytes per sync cache index and filter blocks cache high pri pool ratio benchmark write rate limit write buffer size target file size base max bytes for level base verify checksum delete obsolete files period micros max bytes for level multiplier statistics stats per interval stats interval seconds histogram memtablerep skip list bloom bits open files subcompactions compaction style min level to compress level compaction dynamic level bytes true pin filter and index blocks in cache soft pending compaction bytes limit hard pending compaction bytes limit min level to compress use existing db sync threads memtablerep vector allow concurrent memtable write false disable wal seed
0
34,385
4,918,373,912
IssuesEvent
2016-11-24 08:40:07
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv3/command: (unknown) failed under stress
Robot test-failure
SHA: https://github.com/cockroachdb/cockroach/commits/b54490b2cf70c155ec2b7af5133276ffe24dc02c Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS=stress GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=58199&tab=buildLog ``` go list -tags 'stress' -f 'go test -v -tags '\''stress'\'' -ldflags '\'''\'' -i -c {{.ImportPath}} -o {{.Dir}}/stress.test && (cd {{.Dir}} && if [ -f stress.test ]; then stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv3/command | /bin/bash vendor/github.com/coreos/etcd/etcdctl/ctlv3/command/global.go:25:2: cannot find package "github.com/bgentry/speakeasy" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/bgentry/speakeasy (vendor tree) /usr/local/go/src/github.com/bgentry/speakeasy (from $GOROOT) /go/src/github.com/bgentry/speakeasy (from $GOPATH) vendor/github.com/coreos/etcd/clientv3/client.go:27:2: cannot find package "github.com/grpc-ecosystem/go-grpc-prometheus" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/go-grpc-prometheus (vendor tree) /usr/local/go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOROOT) /go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOPATH) make: *** [stress] Error 1 Makefile:138: recipe for target 'stress' failed ```
1.0
github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv3/command: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/b54490b2cf70c155ec2b7af5133276ffe24dc02c Parameters: ``` COCKROACH_PROPOSER_EVALUATED_KV=true TAGS=stress GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=58199&tab=buildLog ``` go list -tags 'stress' -f 'go test -v -tags '\''stress'\'' -ldflags '\'''\'' -i -c {{.ImportPath}} -o {{.Dir}}/stress.test && (cd {{.Dir}} && if [ -f stress.test ]; then stress -maxtime 15m -maxfails 1 -stderr ./stress.test -test.run '\''.'\'' -test.timeout 30m -test.v; fi)' github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/etcdctl/ctlv3/command | /bin/bash vendor/github.com/coreos/etcd/etcdctl/ctlv3/command/global.go:25:2: cannot find package "github.com/bgentry/speakeasy" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/bgentry/speakeasy (vendor tree) /usr/local/go/src/github.com/bgentry/speakeasy (from $GOROOT) /go/src/github.com/bgentry/speakeasy (from $GOPATH) vendor/github.com/coreos/etcd/clientv3/client.go:27:2: cannot find package "github.com/grpc-ecosystem/go-grpc-prometheus" in any of: /go/src/github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/go-grpc-prometheus (vendor tree) /usr/local/go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOROOT) /go/src/github.com/grpc-ecosystem/go-grpc-prometheus (from $GOPATH) make: *** [stress] Error 1 Makefile:138: recipe for target 'stress' failed ```
test
github com cockroachdb cockroach vendor github com coreos etcd etcdctl command unknown failed under stress sha parameters cockroach proposer evaluated kv true tags stress goflags stress build found a failed test go list tags stress f go test v tags stress ldflags i c importpath o dir stress test cd dir if then stress maxtime maxfails stderr stress test test run test timeout test v fi github com cockroachdb cockroach vendor github com coreos etcd etcdctl command bin bash vendor github com coreos etcd etcdctl command global go cannot find package github com bgentry speakeasy in any of go src github com cockroachdb cockroach vendor github com bgentry speakeasy vendor tree usr local go src github com bgentry speakeasy from goroot go src github com bgentry speakeasy from gopath vendor github com coreos etcd client go cannot find package github com grpc ecosystem go grpc prometheus in any of go src github com cockroachdb cockroach vendor github com grpc ecosystem go grpc prometheus vendor tree usr local go src github com grpc ecosystem go grpc prometheus from goroot go src github com grpc ecosystem go grpc prometheus from gopath make error makefile recipe for target stress failed
1
128,382
18,048,202,999
IssuesEvent
2021-09-19 09:08:32
jinhogate/pizza_angular
https://api.github.com/repos/jinhogate/pizza_angular
opened
CVE-2021-23424 (High) detected in ansi-html-0.0.7.tgz
security vulnerability
## CVE-2021-23424 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-html-0.0.7.tgz</b></p></summary> <p>An elegant lib that converts the chalked (ANSI) text to HTML.</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz">https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz</a></p> <p>Path to dependency file: pizza_angular/package.json</p> <p>Path to vulnerable library: pizza_angular/node_modules/ansi-html/package.json</p> <p> Dependency Hierarchy: - build-angular-0.6.8.tgz (Root Library) - webpack-dev-server-3.1.9.tgz - :x: **ansi-html-0.0.7.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jinhogate/pizza_angular/commit/353ead6609cbe90c767728d4050746689c22c532">353ead6609cbe90c767728d4050746689c22c532</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects all versions of package ansi-html. If an attacker provides a malicious string, it will get stuck processing the input for an extremely long time. <p>Publish Date: 2021-08-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23424>CVE-2021-23424</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23424 (High) detected in ansi-html-0.0.7.tgz - ## CVE-2021-23424 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-html-0.0.7.tgz</b></p></summary> <p>An elegant lib that converts the chalked (ANSI) text to HTML.</p> <p>Library home page: <a href="https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz">https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz</a></p> <p>Path to dependency file: pizza_angular/package.json</p> <p>Path to vulnerable library: pizza_angular/node_modules/ansi-html/package.json</p> <p> Dependency Hierarchy: - build-angular-0.6.8.tgz (Root Library) - webpack-dev-server-3.1.9.tgz - :x: **ansi-html-0.0.7.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jinhogate/pizza_angular/commit/353ead6609cbe90c767728d4050746689c22c532">353ead6609cbe90c767728d4050746689c22c532</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects all versions of package ansi-html. If an attacker provides a malicious string, it will get stuck processing the input for an extremely long time. <p>Publish Date: 2021-08-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23424>CVE-2021-23424</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in ansi html tgz cve high severity vulnerability vulnerable library ansi html tgz an elegant lib that converts the chalked ansi text to html library home page a href path to dependency file pizza angular package json path to vulnerable library pizza angular node modules ansi html package json dependency hierarchy build angular tgz root library webpack dev server tgz x ansi html tgz vulnerable library found in head commit a href found in base branch master vulnerability details this affects all versions of package ansi html if an attacker provides a malicious string it will get stuck processing the input for an extremely long time publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with whitesource
0
28,466
23,274,551,070
IssuesEvent
2022-08-05 05:23:05
thiagosena/visualnuts-exercises
https://api.github.com/repos/thiagosena/visualnuts-exercises
closed
Create an automatic pipeline
enhancement infrastructure
Create a pipeline CI/CD with github actions and deploy the application on AWS
1.0
Create an automatic pipeline - Create a pipeline CI/CD with github actions and deploy the application on AWS
non_test
create an automatic pipeline create a pipeline ci cd with github actions and deploy the application on aws
0
802,284
28,895,710,446
IssuesEvent
2023-05-07 00:30:14
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
ESP32-S2: Program crashes at startup when using MCUboot and W5500 chip
bug priority: low platform: ESP32 Stale
Hello, I'm currently working with a ESP32-S2 Franzininho and a W5500 module from Wiznet. The program works great when I use the default bootloader, but when I try to switch to MCUBoot, the program crashes when I initialize a socket. Here the app.overlay, prj.conf and main.c files I use: ``` &i2c0 { status = "disabled"; }; &i2c1 { status = "disabled"; }; &spi2 { status = "disabled"; }; &spi3 { status = "okay"; w5500: w5500@0 { compatible = "wiznet,w5500"; reg = <0x0>; spi-max-frequency = <10000000>; int-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; }; }; &ledc0 { status = "disabled"; }; ``` ``` CONFIG_LOG=y CONFIG_UART_CONSOLE=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NETWORKING=y CONFIG_NET_L2_ETHERNET=y CONFIG_NET_IPV4=y CONFIG_NET_TCP=y CONFIG_NET_SOCKETS=y CONFIG_NET_LOG=y CONFIG_ETH_W5500=y CONFIG_ETH_W5500_TIMEOUT=1000 CONFIG_BOOTLOADER_ESP_IDF=n CONFIG_BOOTLOADER_MCUBOOT=y ``` ```c #include <zephyr/logging/log.h> #include <zephyr/net/socket.h> LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG); int main() { LOG_INF("Start"); int sock = socket(AF_INET, SOCK_DGRAM, 0);; char buffer[128]; uint32_t read; struct sockaddr_in sin; LOG_INF("Single-threaded UDP echo server waits for a connection on port 3001..."); sin.sin_addr.s_addr = htonl(INADDR_ANY); sin.sin_family = AF_INET; sin.sin_port = htons(3001); bind(sock, (struct sockaddr*)&sin, sizeof(sin)); while (1) { socklen_t structSize = sizeof(sin); int32_t res = recvfrom(sock, buffer, sizeof(buffer) - 1, 0, (struct sockaddr*) &sin, &structSize); buffer[res] = '\0'; LOG_INF("Data received from: %s", buffer); sendto(sock, buffer, res, 0, (struct sockaddr*) &sin, sizeof(sin)); } return 0; } ``` When using MCUboot, the program does not reach the second `LOG_INF()`, with the following output: ```bash ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:2 load:0x3ffe9598,len:0x124c load:0x4004c000,len:0x299c load:0x40050000,len:0x169c entry 0x4004c334 [esp32s2] [INF] [boot] chip revision: 0 [esp32s2] [INF] Enabling RNG early entropy source... [esp32s2] [INF] *** Booting MCUboot build v1.9.0-161-gbfdf934 *** [esp32s2] [INF] Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 [esp32s2] [INF] Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 [esp32s2] [INF] Boot source: primary slot [esp32s2] [INF] Swap type: none [esp32s2] [INF] Disabling RNG early entropy source... [esp32s2] [INF] br_image_off = 0x10000 [esp32s2] [INF] ih_hdr_size = 0x20 [esp32s2] [INF] Loading image 0 - slot 0 from flash, area id: 1 [esp32s2] [INF] DRAM segment: start=0x15acc, size=0x201c, vaddr=0x3ffdb770 [esp32s2] [INF] IRAM segment: start=0x2510, size=0x135bc, vaddr=0x40022000 [esp32s2] [INF] start=0x40035300 [00:00:00.372,000] <err> eth_w5500: Unable to read RTR register *** Booting Zephyr OS build v3.3.0-rc3-47-g4d4e25292faa *** [00:00:00.904,000] <inf> main: Start [00:00:00.904,000] <err> os: ** FATAL EXCEPTION [00:00:00.904,000] <err> os: ** CPU 0 EXCCAUSE 20 (inst fetch prohibited) [00:00:00.904,000] <err> os: ** PC 0x1fa04009 VADDR 0x1fa04008 [00:00:00.904,000] <err> os: ** PS 0x60420 [00:00:00.904,000] <err> os: ** (INTLEVEL:0 EXCM: 0 UM:1 RING:0 WOE:1 OWB:4 CALLINC:2) [00:00:00.904,000] <wrn> cbprintf_package: (unsigned) char * used for %p argument. It's recommended to cast it to void * because it may cause misbehavior in certain configurations. String:" ** A0 %p SP %p A2 %p A3 %p" argument:1 [00:00:00.904,000] <err> os: ** A0 0x80090673 SP 0x3ffcd4b0 A2 0x1 A3 0x2 [00:00:00.904,000] <err> os: ** A4 (nil) A5 0x3f002500 A6 0x3f002510 A7 (nil) [00:00:00.904,000] <err> os: ** A8 0x8009227c A9 0x3ffcd530 A10 0x1 A11 0x2 [00:00:00.904,000] <err> os: ** A12 (nil) A13 0x3ffc5de0 A14 (nil) A15 0x3ffc55f0 [00:00:00.904,000] <err> os: ** SAR 0x4 [00:00:00.904,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 [00:00:00.904,000] <err> os: Current thread: 0x3ffc5de0 (unknown) [00:00:01.015,000] <err> os: Halting system ``` As you can see in the output, the program crashes even if the W5500 initialization fails because the chip is not connected. When using the default bootloader, the program works as expected. Even more strange, if I enable the spi2 peripheral in the overlay file, the program works as expected with MCUboot. But this is not a solution, as in my full program I have spi2 enabled with other peripherals, and it crashes again. I don't have a lot of experience with Zephyr and ESP32, and it is beyond my capabilities to understand the issue. I try to found similar issues in the Github fut I failed to do so... I hope somebody can help me here, thanks!
1.0
ESP32-S2: Program crashes at startup when using MCUboot and W5500 chip - Hello, I'm currently working with a ESP32-S2 Franzininho and a W5500 module from Wiznet. The program works great when I use the default bootloader, but when I try to switch to MCUBoot, the program crashes when I initialize a socket. Here the app.overlay, prj.conf and main.c files I use: ``` &i2c0 { status = "disabled"; }; &i2c1 { status = "disabled"; }; &spi2 { status = "disabled"; }; &spi3 { status = "okay"; w5500: w5500@0 { compatible = "wiznet,w5500"; reg = <0x0>; spi-max-frequency = <10000000>; int-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>; }; }; &ledc0 { status = "disabled"; }; ``` ``` CONFIG_LOG=y CONFIG_UART_CONSOLE=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_NETWORKING=y CONFIG_NET_L2_ETHERNET=y CONFIG_NET_IPV4=y CONFIG_NET_TCP=y CONFIG_NET_SOCKETS=y CONFIG_NET_LOG=y CONFIG_ETH_W5500=y CONFIG_ETH_W5500_TIMEOUT=1000 CONFIG_BOOTLOADER_ESP_IDF=n CONFIG_BOOTLOADER_MCUBOOT=y ``` ```c #include <zephyr/logging/log.h> #include <zephyr/net/socket.h> LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG); int main() { LOG_INF("Start"); int sock = socket(AF_INET, SOCK_DGRAM, 0);; char buffer[128]; uint32_t read; struct sockaddr_in sin; LOG_INF("Single-threaded UDP echo server waits for a connection on port 3001..."); sin.sin_addr.s_addr = htonl(INADDR_ANY); sin.sin_family = AF_INET; sin.sin_port = htons(3001); bind(sock, (struct sockaddr*)&sin, sizeof(sin)); while (1) { socklen_t structSize = sizeof(sin); int32_t res = recvfrom(sock, buffer, sizeof(buffer) - 1, 0, (struct sockaddr*) &sin, &structSize); buffer[res] = '\0'; LOG_INF("Data received from: %s", buffer); sendto(sock, buffer, res, 0, (struct sockaddr*) &sin, sizeof(sin)); } return 0; } ``` When using MCUboot, the program does not reach the second `LOG_INF()`, with the following output: ```bash ESP-ROM:esp32s2-rc4-20191025 Build:Oct 25 2019 rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) SPIWP:0xee mode:DIO, clock div:2 load:0x3ffe9598,len:0x124c load:0x4004c000,len:0x299c load:0x40050000,len:0x169c entry 0x4004c334 [esp32s2] [INF] [boot] chip revision: 0 [esp32s2] [INF] Enabling RNG early entropy source... [esp32s2] [INF] *** Booting MCUboot build v1.9.0-161-gbfdf934 *** [esp32s2] [INF] Primary image: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 [esp32s2] [INF] Scratch: magic=unset, swap_type=0x1, copy_done=0x3, image_ok=0x3 [esp32s2] [INF] Boot source: primary slot [esp32s2] [INF] Swap type: none [esp32s2] [INF] Disabling RNG early entropy source... [esp32s2] [INF] br_image_off = 0x10000 [esp32s2] [INF] ih_hdr_size = 0x20 [esp32s2] [INF] Loading image 0 - slot 0 from flash, area id: 1 [esp32s2] [INF] DRAM segment: start=0x15acc, size=0x201c, vaddr=0x3ffdb770 [esp32s2] [INF] IRAM segment: start=0x2510, size=0x135bc, vaddr=0x40022000 [esp32s2] [INF] start=0x40035300 [00:00:00.372,000] <err> eth_w5500: Unable to read RTR register *** Booting Zephyr OS build v3.3.0-rc3-47-g4d4e25292faa *** [00:00:00.904,000] <inf> main: Start [00:00:00.904,000] <err> os: ** FATAL EXCEPTION [00:00:00.904,000] <err> os: ** CPU 0 EXCCAUSE 20 (inst fetch prohibited) [00:00:00.904,000] <err> os: ** PC 0x1fa04009 VADDR 0x1fa04008 [00:00:00.904,000] <err> os: ** PS 0x60420 [00:00:00.904,000] <err> os: ** (INTLEVEL:0 EXCM: 0 UM:1 RING:0 WOE:1 OWB:4 CALLINC:2) [00:00:00.904,000] <wrn> cbprintf_package: (unsigned) char * used for %p argument. It's recommended to cast it to void * because it may cause misbehavior in certain configurations. String:" ** A0 %p SP %p A2 %p A3 %p" argument:1 [00:00:00.904,000] <err> os: ** A0 0x80090673 SP 0x3ffcd4b0 A2 0x1 A3 0x2 [00:00:00.904,000] <err> os: ** A4 (nil) A5 0x3f002500 A6 0x3f002510 A7 (nil) [00:00:00.904,000] <err> os: ** A8 0x8009227c A9 0x3ffcd530 A10 0x1 A11 0x2 [00:00:00.904,000] <err> os: ** A12 (nil) A13 0x3ffc5de0 A14 (nil) A15 0x3ffc55f0 [00:00:00.904,000] <err> os: ** SAR 0x4 [00:00:00.904,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 [00:00:00.904,000] <err> os: Current thread: 0x3ffc5de0 (unknown) [00:00:01.015,000] <err> os: Halting system ``` As you can see in the output, the program crashes even if the W5500 initialization fails because the chip is not connected. When using the default bootloader, the program works as expected. Even more strange, if I enable the spi2 peripheral in the overlay file, the program works as expected with MCUboot. But this is not a solution, as in my full program I have spi2 enabled with other peripherals, and it crashes again. I don't have a lot of experience with Zephyr and ESP32, and it is beyond my capabilities to understand the issue. I try to found similar issues in the Github fut I failed to do so... I hope somebody can help me here, thanks!
non_test
program crashes at startup when using mcuboot and chip hello i m currently working with a franzininho and a module from wiznet the program works great when i use the default bootloader but when i try to switch to mcuboot the program crashes when i initialize a socket here the app overlay prj conf and main c files i use status disabled status disabled status disabled status okay compatible wiznet reg spi max frequency int gpios status disabled config log y config uart console y config test random generator y config networking y config net ethernet y config net y config net tcp y config net sockets y config net log y config eth y config eth timeout config bootloader esp idf n config bootloader mcuboot y c include include log module register main log level dbg int main log inf start int sock socket af inet sock dgram char buffer t read struct sockaddr in sin log inf single threaded udp echo server waits for a connection on port sin sin addr s addr htonl inaddr any sin sin family af inet sin sin port htons bind sock struct sockaddr sin sizeof sin while socklen t structsize sizeof sin t res recvfrom sock buffer sizeof buffer struct sockaddr sin structsize buffer log inf data received from s buffer sendto sock buffer res struct sockaddr sin sizeof sin return when using mcuboot the program does not reach the second log inf with the following output bash esp rom build oct rst poweron boot spi fast flash boot spiwp mode dio clock div load len load len load len entry chip revision enabling rng early entropy source booting mcuboot build primary image magic unset swap type copy done image ok scratch magic unset swap type copy done image ok boot source primary slot swap type none disabling rng early entropy source br image off ih hdr size loading image slot from flash area id dram segment start size vaddr iram segment start size vaddr start eth unable to read rtr register booting zephyr os build main start os fatal exception os cpu exccause inst fetch prohibited os pc vaddr os ps os intlevel excm um ring woe owb callinc cbprintf package unsigned char used for p argument it s recommended to cast it to void because it may cause misbehavior in certain configurations string p sp p p p argument os sp os nil nil os os nil nil os sar os zephyr fatal error cpu exception on cpu os current thread unknown os halting system as you can see in the output the program crashes even if the initialization fails because the chip is not connected when using the default bootloader the program works as expected even more strange if i enable the peripheral in the overlay file the program works as expected with mcuboot but this is not a solution as in my full program i have enabled with other peripherals and it crashes again i don t have a lot of experience with zephyr and and it is beyond my capabilities to understand the issue i try to found similar issues in the github fut i failed to do so i hope somebody can help me here thanks
0
71,434
15,195,025,366
IssuesEvent
2021-02-16 05:21:56
githuballpractice/gameoflife
https://api.github.com/repos/githuballpractice/gameoflife
opened
CVE-2015-7501 (High) detected in commons-collections-3.2.jar
security vulnerability
## CVE-2015-7501 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.jar</b></p></summary> <p>Types that extend and augment the Java Collections Framework.</p> <p>Library home page: <a href="http://jakarta.apache.org/commons/collections/">http://jakarta.apache.org/commons/collections/</a></p> <p>Path to vulnerable library: gameoflife/gameoflife-web/tools/jmeter/lib/commons-collections-3.2.jar</p> <p> Dependency Hierarchy: - :x: **commons-collections-3.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/githuballpractice/gameoflife/commit/7e890217b1aed93b9f13d3b1fec3443e91d74be9">7e890217b1aed93b9f13d3b1fec3443e91d74be9</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Red Hat JBoss A-MQ 6.x; BPM Suite (BPMS) 6.x; BRMS 6.x and 5.x; Data Grid (JDG) 6.x; Data Virtualization (JDV) 6.x and 5.x; Enterprise Application Platform 6.x, 5.x, and 4.3.x; Fuse 6.x; Fuse Service Works (FSW) 6.x; Operations Network (JBoss ON) 3.x; Portal 6.x; SOA Platform (SOA-P) 5.x; Web Server (JWS) 3.x; Red Hat OpenShift/xPAAS 3.x; and Red Hat Subscription Asset Manager 1.3 allow remote attackers to execute arbitrary commands via a crafted serialized Java object, related to the Apache Commons Collections (ACC) library. <p>Publish Date: 2017-11-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-7501>CVE-2015-7501</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1279330">https://bugzilla.redhat.com/show_bug.cgi?id=1279330</a></p> <p>Release Date: 2017-11-09</p> <p>Fix Resolution: commons-collections:commons-collections:3.2.2;org.apache.commons:commons-collections4:4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2015-7501 (High) detected in commons-collections-3.2.jar - ## CVE-2015-7501 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.jar</b></p></summary> <p>Types that extend and augment the Java Collections Framework.</p> <p>Library home page: <a href="http://jakarta.apache.org/commons/collections/">http://jakarta.apache.org/commons/collections/</a></p> <p>Path to vulnerable library: gameoflife/gameoflife-web/tools/jmeter/lib/commons-collections-3.2.jar</p> <p> Dependency Hierarchy: - :x: **commons-collections-3.2.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/githuballpractice/gameoflife/commit/7e890217b1aed93b9f13d3b1fec3443e91d74be9">7e890217b1aed93b9f13d3b1fec3443e91d74be9</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Red Hat JBoss A-MQ 6.x; BPM Suite (BPMS) 6.x; BRMS 6.x and 5.x; Data Grid (JDG) 6.x; Data Virtualization (JDV) 6.x and 5.x; Enterprise Application Platform 6.x, 5.x, and 4.3.x; Fuse 6.x; Fuse Service Works (FSW) 6.x; Operations Network (JBoss ON) 3.x; Portal 6.x; SOA Platform (SOA-P) 5.x; Web Server (JWS) 3.x; Red Hat OpenShift/xPAAS 3.x; and Red Hat Subscription Asset Manager 1.3 allow remote attackers to execute arbitrary commands via a crafted serialized Java object, related to the Apache Commons Collections (ACC) library. <p>Publish Date: 2017-11-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2015-7501>CVE-2015-7501</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1279330">https://bugzilla.redhat.com/show_bug.cgi?id=1279330</a></p> <p>Release Date: 2017-11-09</p> <p>Fix Resolution: commons-collections:commons-collections:3.2.2;org.apache.commons:commons-collections4:4.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in commons collections jar cve high severity vulnerability vulnerable library commons collections jar types that extend and augment the java collections framework library home page a href path to vulnerable library gameoflife gameoflife web tools jmeter lib commons collections jar dependency hierarchy x commons collections jar vulnerable library found in head commit a href found in base branch master vulnerability details red hat jboss a mq x bpm suite bpms x brms x and x data grid jdg x data virtualization jdv x and x enterprise application platform x x and x fuse x fuse service works fsw x operations network jboss on x portal x soa platform soa p x web server jws x red hat openshift xpaas x and red hat subscription asset manager allow remote attackers to execute arbitrary commands via a crafted serialized java object related to the apache commons collections acc library publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution commons collections commons collections org apache commons commons step up your open source security game with whitesource
0
138,385
11,200,189,401
IssuesEvent
2020-01-03 20:58:40
dhenry-KCI/FredCo-Post-Go-Live-
https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live-
closed
Planning - MY INFOR AUTO REFRESH - Not working
High Priority Ready for Retest
I had nothing in my to do list, I selected refresh aand a plan that cam in 13 minutes prior to the refresh showed up. I refreshed at 10:11 am and the project said it was added at 9:58 am Please verify my auto refresh. AREED ![image](https://user-images.githubusercontent.com/58854333/71674155-8629c100-2d48-11ea-8a9f-ef29be0a0121.png)
1.0
Planning - MY INFOR AUTO REFRESH - Not working - I had nothing in my to do list, I selected refresh aand a plan that cam in 13 minutes prior to the refresh showed up. I refreshed at 10:11 am and the project said it was added at 9:58 am Please verify my auto refresh. AREED ![image](https://user-images.githubusercontent.com/58854333/71674155-8629c100-2d48-11ea-8a9f-ef29be0a0121.png)
test
planning my infor auto refresh not working i had nothing in my to do list i selected refresh aand a plan that cam in minutes prior to the refresh showed up i refreshed at am and the project said it was added at am please verify my auto refresh areed
1
109,744
23,818,170,909
IssuesEvent
2022-09-05 08:47:39
trezor/trezor-suite
https://api.github.com/repos/trezor/trezor-suite
closed
suite-native: transactions storing, logic
code mobile-app
Shared package for both desktop and mobile and directly implement for desktop. **Implementation ideas:** 1. **Please do TDD and please read description task of #5708 where is lot of info about how to create shared packages** 2. Should be shared package probably could be called `@suite-common/wallet-transactions` and should use `redux-toolkit` 3. These files in suite will be most interesting: `packages/suite/src/reducers/wallet/transactionReducer.ts` and `packages/suite/src/actions/wallet/transactionActions.ts` but maybe there will be more of them. 4. ~~Consider of use https://redux-toolkit.js.org/api/createEntityAdapter for storing transactions which will actually need some refactoring also in desktop suite, but it could be worth it.~~ Lets keep it simple for now... 5. This package should NOT contain any UI related stuff, just logic People that can help you: @matejkriz - quick call with before begin should help you or should point you to person who knows most about transactions in suite
1.0
suite-native: transactions storing, logic - Shared package for both desktop and mobile and directly implement for desktop. **Implementation ideas:** 1. **Please do TDD and please read description task of #5708 where is lot of info about how to create shared packages** 2. Should be shared package probably could be called `@suite-common/wallet-transactions` and should use `redux-toolkit` 3. These files in suite will be most interesting: `packages/suite/src/reducers/wallet/transactionReducer.ts` and `packages/suite/src/actions/wallet/transactionActions.ts` but maybe there will be more of them. 4. ~~Consider of use https://redux-toolkit.js.org/api/createEntityAdapter for storing transactions which will actually need some refactoring also in desktop suite, but it could be worth it.~~ Lets keep it simple for now... 5. This package should NOT contain any UI related stuff, just logic People that can help you: @matejkriz - quick call with before begin should help you or should point you to person who knows most about transactions in suite
non_test
suite native transactions storing logic shared package for both desktop and mobile and directly implement for desktop implementation ideas please do tdd and please read description task of where is lot of info about how to create shared packages should be shared package probably could be called suite common wallet transactions and should use redux toolkit these files in suite will be most interesting packages suite src reducers wallet transactionreducer ts and packages suite src actions wallet transactionactions ts but maybe there will be more of them consider of use for storing transactions which will actually need some refactoring also in desktop suite but it could be worth it lets keep it simple for now this package should not contain any ui related stuff just logic people that can help you matejkriz quick call with before begin should help you or should point you to person who knows most about transactions in suite
0
323,171
27,701,208,398
IssuesEvent
2023-03-14 08:09:33
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix jax_numpy_searching_sorting.test_numpy_sort
JAX Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details>
1.0
Fix jax_numpy_searching_sorting.test_numpy_sort - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/4369918880/jobs/7644261475" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details> <details> <summary>FAILED ivy_tests/test_ivy/test_frontends/test_jax/test_jax_numpy_searching_sorting.py::test_numpy_sort[cpu-ivy.functional.backends.jax-False-False]</summary> 2023-03-09T01:46:02.6226259Z E TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6236196Z E ivy.utils.exceptions.IvyBackendException: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6246209Z E ivy.utils.exceptions.IvyBackendException: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256484Z E ivy.utils.exceptions.IvyBackendException: jax: sort: jax: equal: jax: promote_types_of_inputs: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2023-03-09T01:46:02.6256917Z E Falsifying example: test_numpy_sort( 2023-03-09T01:46:02.6257275Z E dtype_x_axis=(['uint8'], [array([0], dtype=uint8)], -1), 2023-03-09T01:46:02.6257666Z E fn_tree='ivy.functional.frontends.jax.numpy.sort', 2023-03-09T01:46:02.6257992Z E test_flags=FrontendFunctionTestFlags( 2023-03-09T01:46:02.6258259Z E num_positional_args=1, 2023-03-09T01:46:02.6258488Z E with_out=False, 2023-03-09T01:46:02.6258706Z E inplace=False, 2023-03-09T01:46:02.6259045Z E as_variable=[False], 2023-03-09T01:46:02.6259456Z E native_arrays=[False], 2023-03-09T01:46:02.6260262Z E ), 2023-03-09T01:46:02.6260648Z E frontend='jax', 2023-03-09T01:46:02.6260971Z E on_device='cpu', 2023-03-09T01:46:02.6261224Z E ) 2023-03-09T01:46:02.6261445Z E 2023-03-09T01:46:02.6262059Z E You can reproduce this example by temporarily adding @reproduce_failure('6.68.2', b'AAABAAAAAAAAAQAAAAA=') as a decorator on your test case </details>
test
fix jax numpy searching sorting test numpy sort tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test jax test jax numpy searching sorting py test numpy sort e typeerror int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax sort jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e falsifying example test numpy sort e dtype x axis dtype e fn tree ivy functional frontends jax numpy sort e test flags frontendfunctiontestflags e num positional args e with out false e inplace false e as variable e native arrays e e frontend jax e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b aaabaaaaaaaaaqaaaaa as a decorator on your test case failed ivy tests test ivy test frontends test jax test jax numpy searching sorting py test numpy sort e typeerror int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax sort jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e falsifying example test numpy sort e dtype x axis dtype e fn tree ivy functional frontends jax numpy sort e test flags frontendfunctiontestflags e num positional args e with out false e inplace false e as variable e native arrays e e frontend jax e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b aaabaaaaaaaaaqaaaaa as a decorator on your test case failed ivy tests test ivy test frontends test jax test jax numpy searching sorting py test numpy sort e typeerror int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax sort jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e falsifying example test numpy sort e dtype x axis dtype e fn tree ivy functional frontends jax numpy sort e test flags frontendfunctiontestflags e num positional args e with out false e inplace false e as variable e native arrays e e frontend jax e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b aaabaaaaaaaaaqaaaaa as a decorator on your test case failed ivy tests test ivy test frontends test jax test jax numpy searching sorting py test numpy sort e typeerror int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e ivy utils exceptions ivybackendexception jax sort jax equal jax promote types of inputs int argument must be a string a bytes like object or a number not nonetype e falsifying example test numpy sort e dtype x axis dtype e fn tree ivy functional frontends jax numpy sort e test flags frontendfunctiontestflags e num positional args e with out false e inplace false e as variable e native arrays e e frontend jax e on device cpu e e e you can reproduce this example by temporarily adding reproduce failure b aaabaaaaaaaaaqaaaaa as a decorator on your test case
1
163,774
12,744,298,412
IssuesEvent
2020-06-26 12:13:51
Scille/parsec-cloud
https://api.github.com/repos/Scille/parsec-cloud
closed
Flaky error: core\gui\test_files.py::test_create_dir AttributeError
ci gui inconsistent testing
ERROR: type should be string, got "https://dev.azure.com/Scille/parsec/_build/results?buildId=352&view=logs&j=f09086ce-6f31-581b-338e-5c18c4c359ea&t=249b822d-b8a1-51ec-bb52-542ee5fcaad1&l=119\r\n\r\n```\r\n================================== FAILURES ===================================\r\n_______________________________ test_create_dir _______________________________\r\n\r\nvalue = <trio.Nursery object at 0x000001AC7E86D0B8>\r\n await aqtbot.mouse_click(lw.button_login, QtCore.Qt.LeftButton)\r\n \r\n central_widget = gui.test_get_central_widget()\r\n assert central_widget is not None\r\n \r\n wk_widget = gui.test_get_workspaces_widget()\r\n async with aqtbot.wait_signal(wk_widget.list_success):\r\n pass\r\n \r\n add_button = wk_widget.button_add_workspace\r\n assert add_button is not None\r\n \r\n monkeypatch.setattr(\r\n \"parsec.core.gui.workspaces_widget.get_text_input\", lambda *args, **kwargs: (\"Workspace\")\r\n )\r\n \r\n async with aqtbot.wait_signals(\r\n [wk_widget.create_success, wk_widget.list_success], timeout=2000\r\n ):\r\n await aqtbot.mouse_click(add_button, QtCore.Qt.LeftButton)\r\n \r\n assert wk_widget.layout_workspaces.count() == 1\r\n wk_button = wk_widget.layout_workspaces.itemAt(0).widget()\r\n> assert wk_button.name == \"Workspace\"\r\nE AttributeError: 'QLabel' object has no attribute 'name'\r\n\r\ntests\\core\\gui\\test_files.py:64: AttributeError\r\n---------------------------- Captured Qt messages -----------------------------\r\n QtWarningMsg: QFont::setPointSize: Point size <= 0 (-1), must be greater than 0\r\n------------------------------ Captured log call ------------------------------\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b'\\xe2\\x1b\\x07\\x0f\\xff\\xeb\\xe5\\xa0[L\\x9da.\\xa6\\nZr\\x1b\\xe5x623\\xc1\\xec\\x9f\\x01j\\x06\\xc1$\\x0c\\x91)\\xf0u\\xbc#PF\\x01\\xe7\\xd9I)S3\\xb6\\xa2g\\x04%\\x99\\xa5\\xde9\\xe7\\xd8\\x81k\\x16C\\xab\\x0fx\\x9ck]RRY\\x90\\xba)%\\xb5,395>9\\xb5\\xa8$3-39\\xb1$u%T(3eUb\\x0e\\x90\\xe1\\x00\\xe4\\x1b.K,-\\xc9\\xc8/:\\xb0\\xb2$37\\xb5\\xb8$1\\xb7\\xe0:\\xa3\\xe3\\x19\\xb3\\x85\\x07\\x18\\x18\\x18V\\x95\\xa5\\x16e\\xa6U\\xc6g\\xa7V\\x1eQ\\xf8w\\xb5\\xc2:\\xe5pD\\xdbA\\x1e\\xf6\\xe4\\xc2\\x85\\xacO\\xd6.\\xe4\\x0b\\xa82\\x8e5\\xfdu\\xffw:\\x97\\xffu%\\x001\\xdc4\\x7f' first_device_id=alice@dev1 organization_id=CoolOrg user_certificate=b\"\\xfc\\xd1Y6\\xf8\\xe0\\xfd0V\\r\\x10\\xe1,-S\\x8b\\xcet\\xce\\x870y1\\x8eK\\xf7\\x1a\\xcd\\x16\\xe8.*\\xe3gM\\x87\\xddr?\\xa6\\x15\\xa3KY6\\xf3\\x14^\\xd3\\xff\\x1f\\xc6F\\x00TC\\x01`\\x19\\xc12\\xdf\\x86\\x0fx\\x9ck[RRY\\x90\\xba\\xa1\\xb48\\xb5(>9\\xb5\\xa8$3-39\\xb1$u9X 3eibNfr\\xea\\xb2\\xc4\\xd2\\x92\\x8c\\xfc\\xa2\\x03+K2sS\\x8bK\\x12s\\x0b\\xae3:\\x9e1[x\\x80\\x81\\x81aEfq|bJnf\\xde\\xe1U\\x05\\xa5I@\\xd5\\xf1\\xd9\\xa9\\x95G\\x14L&\\x0bH};:?\\xd6!\\xd7pf\\xac\\xc0\\xccU\\x7fl'r\\xbd},z\\xedH\\xd2\\x0f\\xd3\\x85\\x1e\\xcf\\xac\\x00\\xa6D6\\x83\" user_id=alice\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 event_name=realm.roles_updated organization_id=CoolOrg realm_id=EntryID('fc968fd3-55c1-4bde-8cc0-d9dbe477f60c') role=<RealmRole.OWNER: 'OWNER'> user=alice\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=CoolOrg realm_id=EntryID('fc968fd3-55c1-4bde-8cc0-d9dbe477f60c') src_id=EntryID('fc968fd3-55c1-4bde-8cc0-d9dbe477f60c') src_version=1\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b'\\x92\\xfbZ\\x952u\\xfe3\\xe0\\xadA\\x8eqh\\x10\\xe5\\t\\x15\\x1f\\x87\\xc1\\xe5\\x945\\xd70T\\x81c\\x11\\xd9\\x08\\x9e\\xdd\\xc9\\x00\\xc3\\xa9\\xa3\\xa2.\\xa4[\\xf48\\x94DK)\\x13\\xb7\\xfd\\xeb\\x93\\x12\\xd9\\x85\\x12\\x0c\\xcb\\xbeuF\\x01x\\x9ck]RRY\\x90\\xba)%\\xb5,395>9\\xb5\\xa8$3-39\\xb1$u%T(3eUb\\x0e\\x90\\xe1\\x00\\xe4\\x1b.K,-\\xc9\\xc8/:\\xb0\\xb2$37\\xb5\\xb8$1\\xb7\\xe0:\\xa3\\xe3\\x19\\xb3\\x85\\x07\\x18\\x18\\x18V\\x95\\xa5\\x16e\\xa6U\\xc6g\\xa7V\\x1eQ8,\\x1a\\xcb\\xcb\\xee\\xd8\\x7fQ\\xb6b\\xfa..\\xd3\\xfe\\xfe\\xbc\\x9b-\\x06\\xaa\\xbd:\\xffN\\xec\\xe72QM:\\xcb\\x05\\x00\\x02R2q' first_device_id=alice@dev1 organization_id=ExpiredOrg user_certificate=b\"\\xa5G\\xd9[W:\\x9f\\xcd`:]\\x08\\x05\\x18\\x12I\\xdf\\xc2yc\\xbb\\x1di|RhL\\xda\\xbb\\xa7\\xf4\\xe0\\xf0l\\xa2\\xbd\\xde\\x87\\xe1,\\x0ez$\\xf1i$y.\\n\\xd1Q\\xeehq\\xd8\\xb8\\x8c\\x12mm\\xdea\\xb0\\x02x\\x9ck[RRY\\x90\\xba\\xa1\\xb48\\xb5(>9\\xb5\\xa8$3-39\\xb1$u9X 3eibNfr\\xea\\xb2\\xc4\\xd2\\x92\\x8c\\xfc\\xa2\\x03+K2sS\\x8bK\\x12s\\x0b\\xae3:\\x9e1[x\\x80\\x81\\x81aEfq|bJnf\\xde\\xe1U\\x05\\xa5I@\\xd5\\xf1\\xd9\\xa9\\x95G\\x14n^L\\xfc\\xc3p\\x9d\\xbf\\xefj\\xc1\\xfd$\\x077\\xb3\\x8a\\xbe\\xd7\\x13'\\xaf\\xbd\\xa9\\xe9Q5q\\xc1N\\xb1R3>\\x00\\xd1\\xb86\\xc5\" user_id=alice\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 event_name=realm.roles_updated organization_id=ExpiredOrg realm_id=EntryID('bbb4b793-e596-4bd9-aaa3-43148c16b5bc') role=<RealmRole.OWNER: 'OWNER'> user=alice\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=ExpiredOrg realm_id=EntryID('bbb4b793-e596-4bd9-aaa3-43148c16b5bc') src_id=EntryID('bbb4b793-e596-4bd9-aaa3-43148c16b5bc') src_version=1\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b\"`\\xdb\\x19\\x83\\x13\\nt\\x7f]\\xe1\\x94\\x9f\\xb5\\xad\\xca\\xc8\\xb2\\x187}J\\x87*\\x9dF#\\x9c\\xacx@ELtzv\\x16\\xede\\xfd\\xad4\\xeat\\xde\\xb3\\xc2?\\xf0\\xb1\\x87(\\x04\\xd8\\xaa'eg8\\xcb%\\xac\\xb5/\\x06x\\x9ck]RRY\\x90\\xba)%\\xb5,395>9\\xb5\\xa8$3-39\\xb1$u%T(3eUb\\x0e\\x90\\xe1\\x00\\xe4\\x1b.K,-\\xc9\\xc8/:\\xb0\\xb2$37\\xb5\\xb8$1\\xb7\\xe0:\\xa3\\xe3\\x19\\xb3\\x85\\x07\\x18\\x18\\x18V\\x95\\xa5\\x16e\\xa6U\\xc6g\\xa7V\\x1eQx\\xf3uZ\\xf7\\xb77K\\x96Y\\xadm\\xfef%\\xea\\xfd\\xb6\\xff\\xc9\\xa7\\xdcp\\xa6*\\xcd\\x9f_\\x1e\\xf5\\x9b\\xc8\\x9a\\x19\\x03\\x00{!7E\" first_device_id=alice@dev1 organization_id=OtherOrg user_certificate=b\"4+\\xa4w1A,\\xb7\\xa5M($\\xc3\\xb5\\x0c\\x84\\x85\\xeb\\\\~\\x82\\xc60\\xe1yGn?>\\x1b\\xab\\x13d\\xc6\\x80\\xbdDk\\xfa\\xeb0\\x98&\\xb5\\x15\\x03+|\\xf8I\\x08g^\\xb9]c\\xa8\\xf0\\x04\\xc1\\xe4h\\x9e\\tx\\x9ck[RRY\\x90\\xba\\xa1\\xb48\\xb5(>9\\xb5\\xa8$3-39\\xb1$u9X 3eibNfr\\xea\\xb2\\xc4\\xd2\\x92\\x8c\\xfc\\xa2\\x03+K2sS\\x8bK\\x12s\\x0b\\xae3:\\x9e1[x\\x80\\x81\\x81aEfq|bJnf\\xde\\xe1U\\x05\\xa5I@\\xd5\\xf1\\xd9\\xa9\\x95G\\x14\\x1a\\xbf\\xa77\\xa8\\xe5\\xa9Z'\\\\\\xcc\\xd84E\\xce\\xa9&7\\x951\\xe5\\xb5n\\xd1\\x9c\\xccb\\xe5\\xd6\\xf8#\\x9f+\\x01\\x9b\\xc85G\" user_id=alice\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 event_name=realm.roles_updated organization_id=OtherOrg realm_id=EntryID('726629d1-6069-4dbf-a712-274286467b7e') role=<RealmRole.OWNER: 'OWNER'> user=alice\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=OtherOrg realm_id=EntryID('726629d1-6069-4dbf-a712-274286467b7e') src_id=EntryID('726629d1-6069-4dbf-a712-274286467b7e') src_version=1\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] device_certificate=b'\\x91?^\\x0b\\xfbq\\x14\\x12Rv\\xffaj4FR\\x88yEt\\xa5\\xa3\\x1a\\x00:\\x88W\\xee1\\xb76\\x8c\\xff\\x9c\\x03\\xfe\\x06\\x0c\\x1b\\x97\\xd7\\xd9h@`\\x05m~s\\xf3n\\x12\\xed\\xff\\x1b\\\\\\xe7\\xc3\\x0ck\\xb4\\x12{\\x0cx\\x9ck]RRY\\x90\\xba)%\\xb5,395>9\\xb5\\xa8$3-39\\xb1$u%T(3eUb\\x0e\\x90\\xe1\\x00\\xe4\\x1b-K,-\\xc9\\xc8/B\\x88\\x18\\xae,\\xc9\\xccM-.I\\xcc-\\xb8\\xce\\xe8x\\xc6l\\xe1\\x01\\x06\\x06\\x86Ue\\xa9E\\x99i\\x95\\xf1\\xd9\\xa9\\x95G\\x14.\\xbe\\x99\\xce\\xac\\xfay\\xeaT\\xeb:\\x19\\xc6\\x1b\\xae\\x1b\\xb4V\\xdf\\xe21\\x92\\x9b\\xc6k\\xcf\\xcc\\xd2\\xcd\\x96\\xfea\\x999\\x00\\x03k5\\xd8' device_id=alice@dev2 encrypted_answer=b'' event_name=device.created organization_id=CoolOrg\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b\"\\x95m0+\\xe1\\xbe\\x1c\\xbf\\x84F\\x1f\\xe6\\xb5\\xf8'\\x82\\xc1>\\x0bj\\n\\xf4\\xbd4\\xba\\xc0\\xf8\\x08\\xb6\\xce\\x8a\\xe8w%\\xfcb5\\x94\\xbfg\\x01\\xe7Z\\xa3\\x90\\xe5=t\\x04\\xf5~/\\x9fT\\x85+\\x03O\\x13\\x9a\\xeaG\\xc1\\x02x\\x9ck]RRY\\x90\\xba)%\\xb5,395>9\\xb5\\xa8$3-39\\xb1$u%T(3eebJb\\xae\\x03\\x90k\\xb8,\\xb1\\xb4$#\\xbfhUb\\x0eP\\x06,\\xb2\\xb2$37\\xb5\\xb8$1\\xb7\\xe0:\\xa3\\xe3\\x19\\xb3\\x85\\x07\\x18\\x18\\x18V\\x95\\xa5\\x16e\\xa6U\\xc6g\\xa7V\\x1eQP8\\x9a\\xbfs\\xda\\xf5\\xc7M\\xcf\\xef\\x1d\\xfd\\xbb\\xe6\\xc1\\x8bc'\\xdd\\x99\\x8f-<\\xf95K\\xc5[\\x99m=Kh\\x15\\x004\\x8b:\\xd2\" first_device_id=adam@dev1 organization_id=CoolOrg user_certificate=b'\\xf1\\xe9\\xc5ZLh\\xee\\xac\\xb2\\x8c\\xa1Q\\xb0\\xae\\xaa\\x16C\\xc5\\x7f\\xe2\\x8c\\xf4\\x1d\\xd6\\x80\\x8e\\x82\\x1f\\xbd\\x97\\x16\\xb6C\\xc2\\x8f\\x04o\\xe6\\xe0\\xa4D\\x91\\xb8Q\\x95\\xde\\x05%\\xb1\\xd3\\xdd\\xdb:6l\\xfe\\x87\\xbcK\\x0e}@V\\x0ex\\x9ck[RRY\\x90\\xba\\xa1\\xb48\\xb5(>9\\xb5\\xa8$3-39\\xb1$u9X 3eIbJb\\xee\\xb2\\xc4\\xd2\\x92\\x8c\\xfc\\xa2U\\x899\\x99\\xc9\\xa9\\x0e)\\xa9e\\x86+K2sS\\x8bK\\x12s\\x0b\\xae3:\\x9e1[x\\x80\\x81\\x81aEfq|bJnf\\xde\\xe1U\\x05\\xa5I@\\xa5\\xf1\\xd9\\xa9\\x95G\\x14\\xf4}~*r\\xdbii\\x97\\xf0\\x96\\x85\\xec*Jty\\xbfj\\xb6\\xbf\\xe9\\xdd\\x8e\\x07\\xc7DB\\x9a\\x14\\x1b\\x14\\xc3\\x015W7\\n' user_id=adam\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=adam@dev1 event_name=realm.roles_updated organization_id=CoolOrg realm_id=EntryID('364b5c95-1dbc-40ba-bbd7-6dff7d77f80b') role=<RealmRole.OWNER: 'OWNER'> user=adam\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=adam@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=CoolOrg realm_id=EntryID('364b5c95-1dbc-40ba-bbd7-6dff7d77f80b') src_id=EntryID('364b5c95-1dbc-40ba-bbd7-6dff7d77f80b') src_version=1\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b'\\xc0\\x99s\\xbc\\x903I\\xde\\xc9\\xa7\\xd8\\x0e\\nE2b\\xbc\\x8b\\xfa]\\xeb\\xad\\xb6\\xc4\\xda\\xac\\r\\xd0OK\\x9eH\\x18\\xa4\\x01\\xc0\\x80O\\xc8\"\\n|-\\xe5\\xdf\\x8dc\\t*+\\xab\\x805\\x1e\\xd5\\xfe\\xf9\\x03\\xec\\xdc$\\xbd\\x1a\\nx\\x9ck]RRY\\x90\\xba)%\\xb5,395>9\\xb5\\xa8$3-39\\xb1$u%T(3eER~\\x92\\x03\\x90g\\xb8,\\xb1\\xb4$#\\xbfhUb\\x0eP\\x02,\\xb2\\xb2$37\\xb5\\xb8$1\\xb7\\xe0:\\xa3\\xe3\\x19\\xb3\\x85\\x07\\x18\\x18\\x18V\\x95\\xa5\\x16e\\xa6U\\xc6g\\xa7V\\x1eQx\\xf3\\x7fK3\\x9f\\xfe\\xd2\\x87\\xfa2\\x9eOX\\x0f9?\\x95\\x89\\xda\\x7f\\xb7\\xea\\xa7\\x84n@h\\x9fO\\x8f\\xc0\\xb2\\xbb\\x00\\xbb\\xce7\\xc9' first_device_id=bob@dev1 organization_id=CoolOrg user_certificate=b\"s\\x1d\\x9d\\x83,\\xed\\xa2\\xa7\\xce\\xf3\\xb7\\xfd\\x87\\\\`/\\x98\\xf5R{\\xb7&8\\xa6\\xff\\xe4'\\x19\\xe23\\xb8\\x99\\x9bv=S\\x84\\xefh\\x8f^\\xe3\\xba8\\xa6\\x0b\\xac\\xe6 \\x91\\xc3\\xa2\\x96\\xa88\\xd2\\x9c\\xdd\\xd2t\\xc8\\x86\\x8b\\rx\\x9ck[RRY\\x90\\xba\\xa1\\xb48\\xb5(>9\\xb5\\xa8$3-39\\xb1$u9X 3eqR~\\xd2\\xb2\\xc4\\xd2\\x92\\x8c\\xfc\\xa2U\\x899\\x99\\xc9\\xa9\\x0e)\\xa9e\\x86+K2sS\\x8bK\\x12s\\x0b\\xae3:\\x9e1[x\\x80\\x81\\x81aEfq|bJnf\\xde\\xa1U\\x05\\xa5I@\\xa5\\xf1\\xd9\\xa9\\x95G\\x14\\x96(\\xae\\x9e*\\xa8\\xaf/\\xbb\\xe0H\\xcf\\xfb\\xde\\xd6\\xfc9\\x8dr%*\\t\\x7f\\x1f\\x0bm|\\xb0#\\x8d\\x97-\\xa9\\x0c\\x00'l8C\" user_id=bob\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=bob@dev1 event_name=realm.roles_updated organization_id=CoolOrg realm_id=EntryID('e851f1eb-72e8-45c9-aedd-31248e6dfbe6') role=<RealmRole.OWNER: 'OWNER'> user=bob\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=bob@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=CoolOrg realm_id=EntryID('e851f1eb-72e8-45c9-aedd-31248e6dfbe6') src_id=EntryID('e851f1eb-72e8-45c9-aedd-31248e6dfbe6') src_version=1\r\ntransport.py 132 DEBUG 2020-04-06 16:57:57 [debug ] Accepting WebSocket upgrade [parsec.api.transport] conn_id=f473fe772cb642ce9ced5468eb2c80a7\r\ntransport.py 112 DEBUG 2020-04-06 16:57:57 [debug ] WebSocket negotiation complete [parsec.api.transport] conn_id=fe24dbaac8884480b7057f5e4a7831b6 ws_event=AcceptConnection(subprotocol=None, extensions=[], extra_headers=[])\r\napp.py 363 INFO 2020-04-06 16:57:57 [info ] Connection established [parsec.api.transport] client_id=alice@dev1 conn_id=f473fe772cb642ce9ced5468eb2c80a7 organization_id=CoolOrg\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=backend.connection.changed status=<BackendConnStatus.INITIALIZING: 3> status_exc=None\r\nauthenticated.py 199 INFO 2020-04-06 16:57:57 [info ] Backend online [parsec.core.backend_connection.authenticated] \r\ncmds.py 70 INFO 2020-04-06 16:57:57 [info ] Request [parsec.api.transport] cmd=events_subscribe conn_id=fe24dbaac8884480b7057f5e4a7831b6 device_id=alice@dev1\r\nevent_bus.py 49 DEBUG 2020-04-06 16:57:59 [debug ] Send event [parsec.event_bus] event_name=fs.workspace.created new_entry=WorkspaceEntry(name='Workspace', id=EntryID('b2849db8-902f-48d9-9e7f-b5f0e96ba466'), key=<parsec.crypto.SecretKey object at 0x1ac7e970fa8>, encryption_revision=1, encrypted_on=<Pendulum [2020-04-06T16:57:57.683446+00:00]>, role_cached_on=<Pendulum [2020-04-06T16:57:57.683446+00:00]>, role=<RealmRole.OWNER: 'OWNER'>)\r\n```"
1.0
Flaky error: core\gui\test_files.py::test_create_dir AttributeError - https://dev.azure.com/Scille/parsec/_build/results?buildId=352&view=logs&j=f09086ce-6f31-581b-338e-5c18c4c359ea&t=249b822d-b8a1-51ec-bb52-542ee5fcaad1&l=119 ``` ================================== FAILURES =================================== _______________________________ test_create_dir _______________________________ value = <trio.Nursery object at 0x000001AC7E86D0B8> await aqtbot.mouse_click(lw.button_login, QtCore.Qt.LeftButton) central_widget = gui.test_get_central_widget() assert central_widget is not None wk_widget = gui.test_get_workspaces_widget() async with aqtbot.wait_signal(wk_widget.list_success): pass add_button = wk_widget.button_add_workspace assert add_button is not None monkeypatch.setattr( "parsec.core.gui.workspaces_widget.get_text_input", lambda *args, **kwargs: ("Workspace") ) async with aqtbot.wait_signals( [wk_widget.create_success, wk_widget.list_success], timeout=2000 ): await aqtbot.mouse_click(add_button, QtCore.Qt.LeftButton) assert wk_widget.layout_workspaces.count() == 1 wk_button = wk_widget.layout_workspaces.itemAt(0).widget() > assert wk_button.name == "Workspace" E AttributeError: 'QLabel' object has no attribute 'name' tests\core\gui\test_files.py:64: AttributeError ---------------------------- Captured Qt messages ----------------------------- QtWarningMsg: QFont::setPointSize: Point size <= 0 (-1), must be greater than 0 ------------------------------ Captured log call ------------------------------ event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b'\xe2\x1b\x07\x0f\xff\xeb\xe5\xa0[L\x9da.\xa6\nZr\x1b\xe5x623\xc1\xec\x9f\x01j\x06\xc1$\x0c\x91)\xf0u\xbc#PF\x01\xe7\xd9I)S3\xb6\xa2g\x04%\x99\xa5\xde9\xe7\xd8\x81k\x16C\xab\x0fx\x9ck]RRY\x90\xba)%\xb5,395>9\xb5\xa8$3-39\xb1$u%T(3eUb\x0e\x90\xe1\x00\xe4\x1b.K,-\xc9\xc8/:\xb0\xb2$37\xb5\xb8$1\xb7\xe0:\xa3\xe3\x19\xb3\x85\x07\x18\x18\x18V\x95\xa5\x16e\xa6U\xc6g\xa7V\x1eQ\xf8w\xb5\xc2:\xe5pD\xdbA\x1e\xf6\xe4\xc2\x85\xacO\xd6.\xe4\x0b\xa82\x8e5\xfdu\xffw:\x97\xffu%\x001\xdc4\x7f' first_device_id=alice@dev1 organization_id=CoolOrg user_certificate=b"\xfc\xd1Y6\xf8\xe0\xfd0V\r\x10\xe1,-S\x8b\xcet\xce\x870y1\x8eK\xf7\x1a\xcd\x16\xe8.*\xe3gM\x87\xddr?\xa6\x15\xa3KY6\xf3\x14^\xd3\xff\x1f\xc6F\x00TC\x01`\x19\xc12\xdf\x86\x0fx\x9ck[RRY\x90\xba\xa1\xb48\xb5(>9\xb5\xa8$3-39\xb1$u9X 3eibNfr\xea\xb2\xc4\xd2\x92\x8c\xfc\xa2\x03+K2sS\x8bK\x12s\x0b\xae3:\x9e1[x\x80\x81\x81aEfq|bJnf\xde\xe1U\x05\xa5I@\xd5\xf1\xd9\xa9\x95G\x14L&\x0bH};:?\xd6!\xd7pf\xac\xc0\xccU\x7fl'r\xbd},z\xedH\xd2\x0f\xd3\x85\x1e\xcf\xac\x00\xa6D6\x83" user_id=alice event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 event_name=realm.roles_updated organization_id=CoolOrg realm_id=EntryID('fc968fd3-55c1-4bde-8cc0-d9dbe477f60c') role=<RealmRole.OWNER: 'OWNER'> user=alice event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=CoolOrg realm_id=EntryID('fc968fd3-55c1-4bde-8cc0-d9dbe477f60c') src_id=EntryID('fc968fd3-55c1-4bde-8cc0-d9dbe477f60c') src_version=1 event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b'\x92\xfbZ\x952u\xfe3\xe0\xadA\x8eqh\x10\xe5\t\x15\x1f\x87\xc1\xe5\x945\xd70T\x81c\x11\xd9\x08\x9e\xdd\xc9\x00\xc3\xa9\xa3\xa2.\xa4[\xf48\x94DK)\x13\xb7\xfd\xeb\x93\x12\xd9\x85\x12\x0c\xcb\xbeuF\x01x\x9ck]RRY\x90\xba)%\xb5,395>9\xb5\xa8$3-39\xb1$u%T(3eUb\x0e\x90\xe1\x00\xe4\x1b.K,-\xc9\xc8/:\xb0\xb2$37\xb5\xb8$1\xb7\xe0:\xa3\xe3\x19\xb3\x85\x07\x18\x18\x18V\x95\xa5\x16e\xa6U\xc6g\xa7V\x1eQ8,\x1a\xcb\xcb\xee\xd8\x7fQ\xb6b\xfa..\xd3\xfe\xfe\xbc\x9b-\x06\xaa\xbd:\xffN\xec\xe72QM:\xcb\x05\x00\x02R2q' first_device_id=alice@dev1 organization_id=ExpiredOrg user_certificate=b"\xa5G\xd9[W:\x9f\xcd`:]\x08\x05\x18\x12I\xdf\xc2yc\xbb\x1di|RhL\xda\xbb\xa7\xf4\xe0\xf0l\xa2\xbd\xde\x87\xe1,\x0ez$\xf1i$y.\n\xd1Q\xeehq\xd8\xb8\x8c\x12mm\xdea\xb0\x02x\x9ck[RRY\x90\xba\xa1\xb48\xb5(>9\xb5\xa8$3-39\xb1$u9X 3eibNfr\xea\xb2\xc4\xd2\x92\x8c\xfc\xa2\x03+K2sS\x8bK\x12s\x0b\xae3:\x9e1[x\x80\x81\x81aEfq|bJnf\xde\xe1U\x05\xa5I@\xd5\xf1\xd9\xa9\x95G\x14n^L\xfc\xc3p\x9d\xbf\xefj\xc1\xfd$\x077\xb3\x8a\xbe\xd7\x13'\xaf\xbd\xa9\xe9Q5q\xc1N\xb1R3>\x00\xd1\xb86\xc5" user_id=alice event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 event_name=realm.roles_updated organization_id=ExpiredOrg realm_id=EntryID('bbb4b793-e596-4bd9-aaa3-43148c16b5bc') role=<RealmRole.OWNER: 'OWNER'> user=alice event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=ExpiredOrg realm_id=EntryID('bbb4b793-e596-4bd9-aaa3-43148c16b5bc') src_id=EntryID('bbb4b793-e596-4bd9-aaa3-43148c16b5bc') src_version=1 event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b"`\xdb\x19\x83\x13\nt\x7f]\xe1\x94\x9f\xb5\xad\xca\xc8\xb2\x187}J\x87*\x9dF#\x9c\xacx@ELtzv\x16\xede\xfd\xad4\xeat\xde\xb3\xc2?\xf0\xb1\x87(\x04\xd8\xaa'eg8\xcb%\xac\xb5/\x06x\x9ck]RRY\x90\xba)%\xb5,395>9\xb5\xa8$3-39\xb1$u%T(3eUb\x0e\x90\xe1\x00\xe4\x1b.K,-\xc9\xc8/:\xb0\xb2$37\xb5\xb8$1\xb7\xe0:\xa3\xe3\x19\xb3\x85\x07\x18\x18\x18V\x95\xa5\x16e\xa6U\xc6g\xa7V\x1eQx\xf3uZ\xf7\xb77K\x96Y\xadm\xfef%\xea\xfd\xb6\xff\xc9\xa7\xdcp\xa6*\xcd\x9f_\x1e\xf5\x9b\xc8\x9a\x19\x03\x00{!7E" first_device_id=alice@dev1 organization_id=OtherOrg user_certificate=b"4+\xa4w1A,\xb7\xa5M($\xc3\xb5\x0c\x84\x85\xeb\\~\x82\xc60\xe1yGn?>\x1b\xab\x13d\xc6\x80\xbdDk\xfa\xeb0\x98&\xb5\x15\x03+|\xf8I\x08g^\xb9]c\xa8\xf0\x04\xc1\xe4h\x9e\tx\x9ck[RRY\x90\xba\xa1\xb48\xb5(>9\xb5\xa8$3-39\xb1$u9X 3eibNfr\xea\xb2\xc4\xd2\x92\x8c\xfc\xa2\x03+K2sS\x8bK\x12s\x0b\xae3:\x9e1[x\x80\x81\x81aEfq|bJnf\xde\xe1U\x05\xa5I@\xd5\xf1\xd9\xa9\x95G\x14\x1a\xbf\xa77\xa8\xe5\xa9Z'\\\xcc\xd84E\xce\xa9&7\x951\xe5\xb5n\xd1\x9c\xccb\xe5\xd6\xf8#\x9f+\x01\x9b\xc85G" user_id=alice event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 event_name=realm.roles_updated organization_id=OtherOrg realm_id=EntryID('726629d1-6069-4dbf-a712-274286467b7e') role=<RealmRole.OWNER: 'OWNER'> user=alice event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=alice@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=OtherOrg realm_id=EntryID('726629d1-6069-4dbf-a712-274286467b7e') src_id=EntryID('726629d1-6069-4dbf-a712-274286467b7e') src_version=1 event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] device_certificate=b'\x91?^\x0b\xfbq\x14\x12Rv\xffaj4FR\x88yEt\xa5\xa3\x1a\x00:\x88W\xee1\xb76\x8c\xff\x9c\x03\xfe\x06\x0c\x1b\x97\xd7\xd9h@`\x05m~s\xf3n\x12\xed\xff\x1b\\\xe7\xc3\x0ck\xb4\x12{\x0cx\x9ck]RRY\x90\xba)%\xb5,395>9\xb5\xa8$3-39\xb1$u%T(3eUb\x0e\x90\xe1\x00\xe4\x1b-K,-\xc9\xc8/B\x88\x18\xae,\xc9\xccM-.I\xcc-\xb8\xce\xe8x\xc6l\xe1\x01\x06\x06\x86Ue\xa9E\x99i\x95\xf1\xd9\xa9\x95G\x14.\xbe\x99\xce\xac\xfay\xeaT\xeb:\x19\xc6\x1b\xae\x1b\xb4V\xdf\xe21\x92\x9b\xc6k\xcf\xcc\xd2\xcd\x96\xfea\x999\x00\x03k5\xd8' device_id=alice@dev2 encrypted_answer=b'' event_name=device.created organization_id=CoolOrg event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b"\x95m0+\xe1\xbe\x1c\xbf\x84F\x1f\xe6\xb5\xf8'\x82\xc1>\x0bj\n\xf4\xbd4\xba\xc0\xf8\x08\xb6\xce\x8a\xe8w%\xfcb5\x94\xbfg\x01\xe7Z\xa3\x90\xe5=t\x04\xf5~/\x9fT\x85+\x03O\x13\x9a\xeaG\xc1\x02x\x9ck]RRY\x90\xba)%\xb5,395>9\xb5\xa8$3-39\xb1$u%T(3eebJb\xae\x03\x90k\xb8,\xb1\xb4$#\xbfhUb\x0eP\x06,\xb2\xb2$37\xb5\xb8$1\xb7\xe0:\xa3\xe3\x19\xb3\x85\x07\x18\x18\x18V\x95\xa5\x16e\xa6U\xc6g\xa7V\x1eQP8\x9a\xbfs\xda\xf5\xc7M\xcf\xef\x1d\xfd\xbb\xe6\xc1\x8bc'\xdd\x99\x8f-<\xf95K\xc5[\x99m=Kh\x15\x004\x8b:\xd2" first_device_id=adam@dev1 organization_id=CoolOrg user_certificate=b'\xf1\xe9\xc5ZLh\xee\xac\xb2\x8c\xa1Q\xb0\xae\xaa\x16C\xc5\x7f\xe2\x8c\xf4\x1d\xd6\x80\x8e\x82\x1f\xbd\x97\x16\xb6C\xc2\x8f\x04o\xe6\xe0\xa4D\x91\xb8Q\x95\xde\x05%\xb1\xd3\xdd\xdb:6l\xfe\x87\xbcK\x0e}@V\x0ex\x9ck[RRY\x90\xba\xa1\xb48\xb5(>9\xb5\xa8$3-39\xb1$u9X 3eIbJb\xee\xb2\xc4\xd2\x92\x8c\xfc\xa2U\x899\x99\xc9\xa9\x0e)\xa9e\x86+K2sS\x8bK\x12s\x0b\xae3:\x9e1[x\x80\x81\x81aEfq|bJnf\xde\xe1U\x05\xa5I@\xa5\xf1\xd9\xa9\x95G\x14\xf4}~*r\xdbii\x97\xf0\x96\x85\xec*Jty\xbfj\xb6\xbf\xe9\xdd\x8e\x07\xc7DB\x9a\x14\x1b\x14\xc3\x015W7\n' user_id=adam event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=adam@dev1 event_name=realm.roles_updated organization_id=CoolOrg realm_id=EntryID('364b5c95-1dbc-40ba-bbd7-6dff7d77f80b') role=<RealmRole.OWNER: 'OWNER'> user=adam event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=adam@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=CoolOrg realm_id=EntryID('364b5c95-1dbc-40ba-bbd7-6dff7d77f80b') src_id=EntryID('364b5c95-1dbc-40ba-bbd7-6dff7d77f80b') src_version=1 event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=user.created first_device_certificate=b'\xc0\x99s\xbc\x903I\xde\xc9\xa7\xd8\x0e\nE2b\xbc\x8b\xfa]\xeb\xad\xb6\xc4\xda\xac\r\xd0OK\x9eH\x18\xa4\x01\xc0\x80O\xc8"\n|-\xe5\xdf\x8dc\t*+\xab\x805\x1e\xd5\xfe\xf9\x03\xec\xdc$\xbd\x1a\nx\x9ck]RRY\x90\xba)%\xb5,395>9\xb5\xa8$3-39\xb1$u%T(3eER~\x92\x03\x90g\xb8,\xb1\xb4$#\xbfhUb\x0eP\x02,\xb2\xb2$37\xb5\xb8$1\xb7\xe0:\xa3\xe3\x19\xb3\x85\x07\x18\x18\x18V\x95\xa5\x16e\xa6U\xc6g\xa7V\x1eQx\xf3\x7fK3\x9f\xfe\xd2\x87\xfa2\x9eOX\x0f9?\x95\x89\xda\x7f\xb7\xea\xa7\x84n@h\x9fO\x8f\xc0\xb2\xbb\x00\xbb\xce7\xc9' first_device_id=bob@dev1 organization_id=CoolOrg user_certificate=b"s\x1d\x9d\x83,\xed\xa2\xa7\xce\xf3\xb7\xfd\x87\\`/\x98\xf5R{\xb7&8\xa6\xff\xe4'\x19\xe23\xb8\x99\x9bv=S\x84\xefh\x8f^\xe3\xba8\xa6\x0b\xac\xe6 \x91\xc3\xa2\x96\xa88\xd2\x9c\xdd\xd2t\xc8\x86\x8b\rx\x9ck[RRY\x90\xba\xa1\xb48\xb5(>9\xb5\xa8$3-39\xb1$u9X 3eqR~\xd2\xb2\xc4\xd2\x92\x8c\xfc\xa2U\x899\x99\xc9\xa9\x0e)\xa9e\x86+K2sS\x8bK\x12s\x0b\xae3:\x9e1[x\x80\x81\x81aEfq|bJnf\xde\xa1U\x05\xa5I@\xa5\xf1\xd9\xa9\x95G\x14\x96(\xae\x9e*\xa8\xaf/\xbb\xe0H\xcf\xfb\xde\xd6\xfc9\x8dr%*\t\x7f\x1f\x0bm|\xb0#\x8d\x97-\xa9\x0c\x00'l8C" user_id=bob event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=bob@dev1 event_name=realm.roles_updated organization_id=CoolOrg realm_id=EntryID('e851f1eb-72e8-45c9-aedd-31248e6dfbe6') role=<RealmRole.OWNER: 'OWNER'> user=bob event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] author=bob@dev1 checkpoint=1 event_name=realm.vlobs_updated organization_id=CoolOrg realm_id=EntryID('e851f1eb-72e8-45c9-aedd-31248e6dfbe6') src_id=EntryID('e851f1eb-72e8-45c9-aedd-31248e6dfbe6') src_version=1 transport.py 132 DEBUG 2020-04-06 16:57:57 [debug ] Accepting WebSocket upgrade [parsec.api.transport] conn_id=f473fe772cb642ce9ced5468eb2c80a7 transport.py 112 DEBUG 2020-04-06 16:57:57 [debug ] WebSocket negotiation complete [parsec.api.transport] conn_id=fe24dbaac8884480b7057f5e4a7831b6 ws_event=AcceptConnection(subprotocol=None, extensions=[], extra_headers=[]) app.py 363 INFO 2020-04-06 16:57:57 [info ] Connection established [parsec.api.transport] client_id=alice@dev1 conn_id=f473fe772cb642ce9ced5468eb2c80a7 organization_id=CoolOrg event_bus.py 49 DEBUG 2020-04-06 16:57:57 [debug ] Send event [parsec.event_bus] event_name=backend.connection.changed status=<BackendConnStatus.INITIALIZING: 3> status_exc=None authenticated.py 199 INFO 2020-04-06 16:57:57 [info ] Backend online [parsec.core.backend_connection.authenticated] cmds.py 70 INFO 2020-04-06 16:57:57 [info ] Request [parsec.api.transport] cmd=events_subscribe conn_id=fe24dbaac8884480b7057f5e4a7831b6 device_id=alice@dev1 event_bus.py 49 DEBUG 2020-04-06 16:57:59 [debug ] Send event [parsec.event_bus] event_name=fs.workspace.created new_entry=WorkspaceEntry(name='Workspace', id=EntryID('b2849db8-902f-48d9-9e7f-b5f0e96ba466'), key=<parsec.crypto.SecretKey object at 0x1ac7e970fa8>, encryption_revision=1, encrypted_on=<Pendulum [2020-04-06T16:57:57.683446+00:00]>, role_cached_on=<Pendulum [2020-04-06T16:57:57.683446+00:00]>, role=<RealmRole.OWNER: 'OWNER'>) ```
test
flaky error core gui test files py test create dir attributeerror failures test create dir value await aqtbot mouse click lw button login qtcore qt leftbutton central widget gui test get central widget assert central widget is not none wk widget gui test get workspaces widget async with aqtbot wait signal wk widget list success pass add button wk widget button add workspace assert add button is not none monkeypatch setattr parsec core gui workspaces widget get text input lambda args kwargs workspace async with aqtbot wait signals timeout await aqtbot mouse click add button qtcore qt leftbutton assert wk widget layout workspaces count wk button wk widget layout workspaces itemat widget assert wk button name workspace e attributeerror qlabel object has no attribute name tests core gui test files py attributeerror captured qt messages qtwarningmsg qfont setpointsize point size must be greater than captured log call event bus py debug send event event name user created first device certificate b xff xeb rry xba u t k xdba xaco xfdu xffw xffu first device id alice organization id coolorg user certificate b xfc r s xcet xce xcd xddr xff xdf rry xba xea xfc x bjnf xde xac xccu r xbd z xedh xcf xac user id alice event bus py debug send event author alice event name realm roles updated organization id coolorg realm id entryid role user alice event bus py debug send event author alice checkpoint event name realm vlobs updated organization id coolorg realm id entryid src id entryid src version event bus py debug send event event name user created first device certificate b xfbz xada t xdd rry xba u t k xcb xcb xee xfa xfe xfe xbc xaa xbd xffn xec xcb first device id alice organization id expiredorg user certificate b xdf xbb rhl xda xbb xbd xde y n xeehq xdea rry xba xea xfc x bjnf xde l xfc xbf xefj xfd xbe xaf xbd user id alice event bus py debug send event author alice event name realm roles updated organization id expiredorg realm id entryid role user alice event bus py debug send event author alice checkpoint event name realm vlobs updated organization id expiredorg realm id entryid src id entryid src version event bus py debug send event event name user created first device certificate b xdb nt xad xca j xacx eltzv xede xfd xeat xde xaa xcb xac rry xba u t k xadm xfef xea xfd xff xdcp xcd first device id alice organization id otherorg user certificate b xeb xab xbddk xfa c tx rry xba xea xfc x bjnf xde xbf xcc xce xccb user id alice event bus py debug send event author alice event name realm roles updated organization id otherorg realm id entryid role user alice event bus py debug send event author alice checkpoint event name realm vlobs updated organization id otherorg realm id entryid src id entryid src version event bus py debug send event device certificate b xfbq xff xfe s xed xff rry xba u t k b xae xccm i xcc xce xbe xce xac xfay xeat xeb xae xdf xcf xcc xcd xfea device id alice encrypted answer b event name device created organization id coolorg event bus py debug send event event name user created first device certificate b xbe xbf n xba xce xbfg t xeag rry xba u t xae xbfhub xbfs xda xcf xef xfd xbb xdd xee xfc x bjnf xde r xdbii xec jty xbfj xbf xdd n user id adam event bus py debug send event author adam event name realm roles updated organization id coolorg realm id entryid role user adam event bus py debug send event author adam checkpoint event name realm vlobs updated organization id coolorg realm id entryid src id entryid src version event bus py debug send event event name user created first device certificate b xbc xde xbc xfa xeb xad xda xac r n xdf t xab xfe xec xdc xbd nx rry xba u t xbfhub xfe xda xea h xbb xbb first device id bob organization id coolorg user certificate b s xed xce xfd xff s xefh xac xdd rx rry xba xfc x bjnf xde xae xaf xbb xcf xfb xde t user id bob event bus py debug send event author bob event name realm roles updated organization id coolorg realm id entryid aedd role user bob event bus py debug send event author bob checkpoint event name realm vlobs updated organization id coolorg realm id entryid aedd src id entryid aedd src version transport py debug accepting websocket upgrade conn id transport py debug websocket negotiation complete conn id ws event acceptconnection subprotocol none extensions extra headers app py info connection established client id alice conn id organization id coolorg event bus py debug send event event name backend connection changed status status exc none authenticated py info backend online cmds py info request cmd events subscribe conn id device id alice event bus py debug send event event name fs workspace created new entry workspaceentry name workspace id entryid key encryption revision encrypted on role cached on role
1
242,648
26,277,766,175
IssuesEvent
2023-01-07 01:08:01
billmcchesney1/node-jose
https://api.github.com/repos/billmcchesney1/node-jose
closed
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed
security vulnerability
## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validation and specifications</p> <p>Library home page: <a href="https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz">https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz</a></p> <p> Dependency Hierarchy: - karma-sauce-launcher-1.2.0.tgz (Root Library) - wd-1.13.0.tgz - request-2.88.0.tgz - http-signature-1.2.0.tgz - jsprim-1.4.1.tgz - :x: **json-schema-0.2.3.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') <p>Publish Date: 2021-11-13 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-3918>CVE-2021-3918</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a></p> <p>Release Date: 2021-11-13</p> <p>Fix Resolution (json-schema): 0.4.0</p> <p>Direct dependency fix Resolution (karma-sauce-launcher): 2.0.0</p> </p> </details> <p></p>
True
CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - autoclosed - ## CVE-2021-3918 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary> <p>JSON Schema validation and specifications</p> <p>Library home page: <a href="https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz">https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz</a></p> <p> Dependency Hierarchy: - karma-sauce-launcher-1.2.0.tgz (Root Library) - wd-1.13.0.tgz - request-2.88.0.tgz - http-signature-1.2.0.tgz - jsprim-1.4.1.tgz - :x: **json-schema-0.2.3.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') <p>Publish Date: 2021-11-13 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2021-3918>CVE-2021-3918</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a></p> <p>Release Date: 2021-11-13</p> <p>Fix Resolution (json-schema): 0.4.0</p> <p>Direct dependency fix Resolution (karma-sauce-launcher): 2.0.0</p> </p> </details> <p></p>
non_test
cve high detected in json schema tgz autoclosed cve high severity vulnerability vulnerable library json schema tgz json schema validation and specifications library home page a href dependency hierarchy karma sauce launcher tgz root library wd tgz request tgz http signature tgz jsprim tgz x json schema tgz vulnerable library found in base branch master vulnerability details json schema is vulnerable to improperly controlled modification of object prototype attributes prototype pollution publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution json schema direct dependency fix resolution karma sauce launcher
0
194,110
6,891,622,093
IssuesEvent
2017-11-22 17:41:24
arfc/publications
https://api.github.com/repos/arfc/publications
closed
Moltres init: discuss issue of open-source nature of Moltres being thwarted by neutronics laws
Comp:Analysis Priority:1-Critical Status:4-In Progress Type:Docs
Address this: > Concerning the openness of the code and the possibility to contribute to it, it should be noted that codes solving for neutron transport can be subject to export restrictions (following their potential dual use), and in principle all contributors should get an export control authorization from their own country. The authors are not strictly required to change the manuscript, but they may consider mentioning the fact that the openness of a nuclear code can be somewhat thwarted by national and international laws. We could possibly find and cite some laws relevant to why neutronics code may typically not be open source. In addition, since the code only models diffusion neutronics, the updated paper could argue that authorities won't bring down the export-control hammer due to its relatively easily-implemented, low order nature.
1.0
Moltres init: discuss issue of open-source nature of Moltres being thwarted by neutronics laws - Address this: > Concerning the openness of the code and the possibility to contribute to it, it should be noted that codes solving for neutron transport can be subject to export restrictions (following their potential dual use), and in principle all contributors should get an export control authorization from their own country. The authors are not strictly required to change the manuscript, but they may consider mentioning the fact that the openness of a nuclear code can be somewhat thwarted by national and international laws. We could possibly find and cite some laws relevant to why neutronics code may typically not be open source. In addition, since the code only models diffusion neutronics, the updated paper could argue that authorities won't bring down the export-control hammer due to its relatively easily-implemented, low order nature.
non_test
moltres init discuss issue of open source nature of moltres being thwarted by neutronics laws address this concerning the openness of the code and the possibility to contribute to it it should be noted that codes solving for neutron transport can be subject to export restrictions following their potential dual use and in principle all contributors should get an export control authorization from their own country the authors are not strictly required to change the manuscript but they may consider mentioning the fact that the openness of a nuclear code can be somewhat thwarted by national and international laws we could possibly find and cite some laws relevant to why neutronics code may typically not be open source in addition since the code only models diffusion neutronics the updated paper could argue that authorities won t bring down the export control hammer due to its relatively easily implemented low order nature
0
149,620
11,907,150,359
IssuesEvent
2020-03-30 21:41:14
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: psycopg failed
C-test-failure O-roachtest O-robot branch-provisional_202003240059_v20.1.0-beta.4 release-blocker
[(roachtest).psycopg failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1823860&tab=buildLog) on [provisional_202003240059_v20.1.0-beta.4@e5bb2683f2b6b81d3873193d672a3fa31444c15b](https://github.com/cockroachdb/cockroach/commits/e5bb2683f2b6b81d3873193d672a3fa31444c15b): ``` The test failed on branch=provisional_202003240059_v20.1.0-beta.4, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200324-1823860/psycopg/run_1 test_runner.go:800: test timed out (10h0m0s) orm_helpers.go:214,orm_helpers.go:144,psycopg.go:121,psycopg.go:134,test_runner.go:753: Tests run on Cockroach v20.1.0-beta.2-1017-ge5bb268 Tests run against psycopg 2_8_4 82 Total Tests Run 59 tests passed 23 tests failed 3 tests skipped 0 tests ignored 1 test passed unexpectedly 0 tests failed unexpectedly 0 tests expected failed but skipped 183 tests expected failed but not run --- --- PASS: tests.test_connection.AutocommitTests.test_set_session_autocommit - https://github.com/cockroachdb/cockroach/issues/35879 (unexpected) For a full summary look at the psycopg artifacts An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log cluster.go:1410,context.go:135,cluster.go:1399,test_runner.go:825: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1823860-1585022186-67-n1cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead Error: 1: dead ``` <details><summary>More</summary><p> Artifacts: [/psycopg](https://teamcity.cockroachdb.com/viewLog.html?buildId=1823860&tab=artifacts#/psycopg) Related: - #46386 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202003200044_v20.1.0-beta.3](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202003200044_v20.1.0-beta.3) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #46356 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #45558 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Apsycopg.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
2.0
roachtest: psycopg failed - [(roachtest).psycopg failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1823860&tab=buildLog) on [provisional_202003240059_v20.1.0-beta.4@e5bb2683f2b6b81d3873193d672a3fa31444c15b](https://github.com/cockroachdb/cockroach/commits/e5bb2683f2b6b81d3873193d672a3fa31444c15b): ``` The test failed on branch=provisional_202003240059_v20.1.0-beta.4, cloud=gce: test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20200324-1823860/psycopg/run_1 test_runner.go:800: test timed out (10h0m0s) orm_helpers.go:214,orm_helpers.go:144,psycopg.go:121,psycopg.go:134,test_runner.go:753: Tests run on Cockroach v20.1.0-beta.2-1017-ge5bb268 Tests run against psycopg 2_8_4 82 Total Tests Run 59 tests passed 23 tests failed 3 tests skipped 0 tests ignored 1 test passed unexpectedly 0 tests failed unexpectedly 0 tests expected failed but skipped 183 tests expected failed but not run --- --- PASS: tests.test_connection.AutocommitTests.test_set_session_autocommit - https://github.com/cockroachdb/cockroach/issues/35879 (unexpected) For a full summary look at the psycopg artifacts An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log cluster.go:1410,context.go:135,cluster.go:1399,test_runner.go:825: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-1823860-1585022186-67-n1cpu4 --oneshot --ignore-empty-nodes: exit status 1 1: dead Error: 1: dead ``` <details><summary>More</summary><p> Artifacts: [/psycopg](https://teamcity.cockroachdb.com/viewLog.html?buildId=1823860&tab=artifacts#/psycopg) Related: - #46386 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-provisional_202003200044_v20.1.0-beta.3](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-provisional_202003200044_v20.1.0-beta.3) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #46356 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.2](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.2) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #45558 roachtest: psycopg failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-master](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-master) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Apsycopg.%2A&sort=title&restgroup=false&display=lastcommented+project) <sub>powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)</sub></p></details>
test
roachtest psycopg failed on the test failed on branch provisional beta cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts psycopg run test runner go test timed out orm helpers go orm helpers go psycopg go psycopg go test runner go tests run on cockroach beta tests run against psycopg total tests run tests passed tests failed tests skipped tests ignored test passed unexpectedly tests failed unexpectedly tests expected failed but skipped tests expected failed but not run pass tests test connection autocommittests test set session autocommit unexpected for a full summary look at the psycopg artifacts an updated blacklist is available in the artifacts psycopg log cluster go context go cluster go test runner go dead node detection home agent work go src github com cockroachdb cockroach bin roachprod monitor teamcity oneshot ignore empty nodes exit status dead error dead more artifacts related roachtest psycopg failed roachtest psycopg failed roachtest psycopg failed powered by
1
27,918
12,736,483,878
IssuesEvent
2020-06-25 16:59:55
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Crash: Creating Localstack Lambda Function
bug crash service/dynamodb
_This issue was originally opened by @btc as hashicorp/terraform#25168. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> ### Terraform Version ``` Terraform v0.12.26 provider.aws v2.65.0 ``` ### Terraform Configuration Files <!-- Paste the relevant parts of your Terraform configuration between the ``` marks below. For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. For security, you can also encrypt the files using our GPG public key. --> ```hcl resource "aws_iam_role" "iam_for_lambda" { name = "iam_for_lambda" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Action": "sts:AssumeRole", "Principal": { "Service": "lambda.amazonaws.com" }, "Effect": "Allow", "Sid": "" } ] } EOF } resource "aws_lambda_function" "test_lambda" { filename = "lambda_function_payload.zip" function_name = "lambda_function_name" role = aws_iam_role.iam_for_lambda.arn handler = "exports.test" runtime = "go1.x" environment { variables = { foo = "bar" } } } ``` ### Debug Output <!-- Full debug output can be obtained by running Terraform with the environment variable `TF_LOG=trace`. Please create a GitHub Gist containing the debug output. Please do _not_ paste the debug output in the issue, since debug output is long. Debug output may contain sensitive information. Please review it before posting publicly, and if you are concerned feel free to encrypt the files using the HashiCorp security public key. --> ### Crash Output <details> ``` 2020/06/06 20:01:11 [INFO] Terraform version: 0.12.26 2020/06/06 20:01:11 [INFO] Go runtime version: go1.13.11 2020/06/06 20:01:11 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "./tf"} 2020/06/06 20:01:11 [DEBUG] Attempting to open CLI config file: /Users/btc/.terraformrc 2020/06/06 20:01:11 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2020/06/06 20:01:11 [INFO] CLI command args: []string{"apply", "./tf"} 2020/06/06 20:01:11 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2020/06/06 20:01:11 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2020/06/06 20:01:11 [DEBUG] New state was assigned lineage "62ae1faf-9145-1022-3ba4-afab0b0724da" 2020/06/06 20:01:11 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2020/06/06 20:01:11 [TRACE] Meta.Backend: instantiated backend of type <nil> 2020/06/06 20:01:11 [DEBUG] checking for provider in "." 2020/06/06 20:01:11 [DEBUG] checking for provider in "/usr/local/bin" 2020/06/06 20:01:11 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" 2020/06/06 20:01:11 [DEBUG] found provider "terraform-provider-aws_v2.65.0_x4" 2020/06/06 20:01:11 [DEBUG] found valid plugin: "aws", "2.65.0", "/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4" 2020/06/06 20:01:11 [DEBUG] checking for provisioner in "." 2020/06/06 20:01:11 [DEBUG] checking for provisioner in "/usr/local/bin" 2020/06/06 20:01:11 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" 2020/06/06 20:01:11 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend 2020/06/06 20:01:11 [INFO] backend/local: starting Apply operation 2020/06/06 20:01:11 [TRACE] backend/local: requesting state manager for workspace "default" 2020/06/06 20:01:11 [TRACE] backend/local: state manager for workspace "default" will: - read initial snapshot from terraform.tfstate - write new snapshots to terraform.tfstate - create any backup at terraform.tfstate.backup 2020/06/06 20:01:11 [TRACE] backend/local: requesting state lock for workspace "default" 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info 2020/06/06 20:01:11 [TRACE] backend/local: reading remote state for workspace "default" 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: read nil snapshot 2020/06/06 20:01:11 [TRACE] backend/local: retrieving local state snapshot for workspace "default" 2020/06/06 20:01:11 [TRACE] backend/local: building context for current working directory 2020/06/06 20:01:11 [TRACE] terraform.NewContext: starting 2020/06/06 20:01:11 [TRACE] terraform.NewContext: resolving provider version selections 2020/06/06 20:01:11 [TRACE] terraform.NewContext: loading provider schemas 2020/06/06 20:01:11 [TRACE] LoadSchemas: retrieving schema for provider type "aws" 2020-06-06T20:01:11.963-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:11.988-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:11.994-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59173 2020-06-06T20:01:11.994-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:12.014-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:12.014-0400 2020-06-06T20:01:12.039-0400 [DEBUG] plugin: using plugin: version=5 2020-06-06T20:01:12.039-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin275836000 network=unix timestamp=2020-06-06T20:01:12.039-0400 2020/06/06 20:01:12 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:12.087-0400 [TRACE] plugin.stdio: waiting for stdio data 2020-06-06T20:01:12.088-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:12 [TRACE] GRPCProvider: Close 2020-06-06T20:01:12.128-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59173 2020-06-06T20:01:12.128-0400 [DEBUG] plugin: plugin exited 2020/06/06 20:01:12 [TRACE] terraform.NewContext: complete 2020/06/06 20:01:12 [TRACE] backend/local: finished building terraform.Context 2020/06/06 20:01:12 [TRACE] backend/local: requesting interactive input, if necessary 2020/06/06 20:01:12 [TRACE] Context.Input: Prompting for provider arguments 2020/06/06 20:01:12 [TRACE] Context.Input: Provider provider.aws declared at tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{} 2020/06/06 20:01:12 [TRACE] backend/local: running validation operation 2020/06/06 20:01:12 [INFO] terraform: building graph: GraphTypeValidate 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:12 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.StateTransformer 2020/06/06 20:01:12 [TRACE] StateTransformer: state is empty, so nothing to do 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeValidatableResource) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodeValidatableResource) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda" (*terraform.NodeValidatableResource) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:12 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeValidatableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodeValidatableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda" (*terraform.NodeValidatableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "provider.aws" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [DEBUG] Starting graph walk: walkValidate 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": evaluating 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalInitProvider 2020-06-06T20:01:12.130-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:12.151-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:12.157-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59174 2020-06-06T20:01:12.158-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:12.177-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:12.177-0400 2020-06-06T20:01:12.202-0400 [DEBUG] plugin: using plugin: version=5 2020-06-06T20:01:12.202-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin392899533 network=unix timestamp=2020-06-06T20:01:12.201-0400 2020/06/06 20:01:12 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateProvider 2020/06/06 20:01:12 [TRACE] buildProviderConfig for provider.aws: using explicit config only 2020/06/06 20:01:12 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:12.248-0400 [TRACE] plugin.stdio: waiting for stdio data 2020-06-06T20:01:12.248-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:12 [TRACE] GRPCProvider: PrepareProviderConfig 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeValidatableResource) 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodeValidatableResource) 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateResource 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateResource 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": starting visit (*terraform.NodeValidatableResource) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateResource 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider) 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": evaluating 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCloseProvider 2020/06/06 20:01:12 [TRACE] GRPCProvider: Close 2020-06-06T20:01:12.330-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59174 2020-06-06T20:01:12.330-0400 [DEBUG] plugin: plugin exited 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "root" 2020/06/06 20:01:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020/06/06 20:01:12 [TRACE] vertex "root": visit complete 2020/06/06 20:01:12 [INFO] backend/local: apply calling Refresh 2020/06/06 20:01:12 [INFO] terraform: building graph: GraphTypeRefresh 2020/06/06 20:01:12 [TRACE] No managed resources in state during refresh; skipping managed resource transformer 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:12 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.StateTransformer 2020/06/06 20:01:12 [TRACE] StateTransformer: state is empty, so nothing to do 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:12 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:12 [DEBUG] pruning unused provider.aws 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph: ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: root - terraform.graphNodeRoot ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes) 2020/06/06 20:01:12 [DEBUG] Starting graph walk: walkRefresh 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "root" 2020/06/06 20:01:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020/06/06 20:01:12 [TRACE] vertex "root": visit complete 2020/06/06 20:01:12 [INFO] backend/local: apply calling Plan 2020/06/06 20:01:12 [INFO] terraform: building graph: GraphTypePlan 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:12 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.StateTransformer 2020/06/06 20:01:12 [TRACE] StateTransformer: state is empty, so nothing to do 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodePlannableResource) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodePlannableResource) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda" (*terraform.NodePlannableResource) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:12 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodePlannableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodePlannableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda" (*terraform.NodePlannableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "provider.aws" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2020/06/06 20:01:12 [TRACE] ForcedCBDTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodePlannableResource) has no CBD descendent, so skipping 2020/06/06 20:01:12 [TRACE] ForcedCBDTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodePlannableResource) has no CBD descendent, so skipping 2020/06/06 20:01:12 [TRACE] ForcedCBDTransformer: "aws_lambda_function.test_lambda" (*terraform.NodePlannableResource) has no CBD descendent, so skipping 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [DEBUG] Starting graph walk: walkPlan 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalInitProvider 2020-06-06T20:01:12.332-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:12.353-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:12.360-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59175 2020-06-06T20:01:12.360-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:12.380-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:12.379-0400 2020-06-06T20:01:12.404-0400 [DEBUG] plugin: using plugin: version=5 2020-06-06T20:01:12.405-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: network=unix address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin086086282 timestamp=2020-06-06T20:01:12.404-0400 2020/06/06 20:01:12 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalConfigProvider 2020/06/06 20:01:12 [TRACE] buildProviderConfig for provider.aws: using explicit config only 2020/06/06 20:01:12 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:12.449-0400 [TRACE] plugin.stdio: waiting for stdio data 2020-06-06T20:01:12.450-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:12 [TRACE] GRPCProvider: Configure 2020-06-06T20:01:12.491-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] No assume_role block read from configuration 2020-06-06T20:01:12.496-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] Building AWS auth structure 2020-06-06T20:01:12.496-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] Setting AWS metadata API timeout to 100ms 2020-06-06T20:01:12.496-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] AWS Auth provider used: "StaticProvider" 2020-06-06T20:01:12.497-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [WARN] AWS account ID not found for provider. See https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id for implications. 2020-06-06T20:01:12.757-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [WARN] Unable to get supported EC2 platforms: AuthFailure: AWS was not able to validate the provided access credentials 2020-06-06T20:01:12.757-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: status code: 401, request id: 7eab9144-081f-4f8f-92f1-d63d5fae3816 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodePlannableResource) 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodePlannableResource) 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": expanding dynamic subgraph 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: aws_iam_role.iam_for_lambda - *terraform.NodePlannableResourceInstance ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [DEBUG] Resource instance state not found for node "aws_iam_role.iam_for_lambda", instance aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": entering dynamic subgraph 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodePlannableResourceInstance) 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": expanding dynamic subgraph 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:12 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResourceInstance ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [DEBUG] Resource instance state not found for node "aws_dynamodb_table.basic-dynamodb-table", instance aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": entering dynamic subgraph 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodePlannableResourceInstance) 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] EvalReadState: no state present for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:12 [TRACE] EvalReadState: reading state for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] EvalReadState: no state present for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:12 [TRACE] Re-validating config for "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] Re-validating config for "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:12 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:12 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.iam_for_lambda, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) - .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) - .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:12 [TRACE] EvalWriteState: writing current state object for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:12 [TRACE] EvalWriteDiff: recorded Create change for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": dynamic subgraph completed successfully 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": starting visit (*terraform.NodePlannableResource) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": expanding dynamic subgraph 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: aws_lambda_function.test_lambda - *terraform.NodePlannableResourceInstance ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [DEBUG] Resource instance state not found for node "aws_lambda_function.test_lambda", instance aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": entering dynamic subgraph 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": starting visit (*terraform.NodePlannableResourceInstance) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:12 [TRACE] EvalReadState: reading state for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] EvalReadState: no state present for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:12 [TRACE] Re-validating config for "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:12 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_dynamodb_table.basic-dynamodb-table, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .point_in_time_recovery: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead - .server_side_encryption: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:12 [TRACE] EvalWriteState: writing current state object for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:12 [TRACE] EvalWriteDiff: recorded Create change for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": dynamic subgraph completed successfully 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:12 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_lambda_function.test_lambda, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .memory_size: planned value cty.NumberIntVal(128) does not match config value cty.NullVal(cty.Number) - .publish: planned value cty.False does not match config value cty.NullVal(cty.Bool) - .reserved_concurrent_executions: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) - .timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number) - .tracing_config: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:12 [TRACE] EvalWriteState: writing current state object for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:12 [TRACE] EvalWriteDiff: recorded Create change for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": visit complete 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": dynamic subgraph completed successfully 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider) 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": evaluating 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCloseProvider 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating 2020/06/06 20:01:12 [TRACE] GRPCProvider: Close 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2020-06-06T20:01:12.768-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59175 2020-06-06T20:01:12.768-0400 [DEBUG] plugin: plugin exited 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "root" 2020/06/06 20:01:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020/06/06 20:01:12 [TRACE] vertex "root": visit complete 2020/06/06 20:01:12 [DEBUG] command: asking for input: "Do you want to perform these actions?" 2020/06/06 20:01:14 [INFO] backend/local: apply calling Apply 2020/06/06 20:01:14 [INFO] terraform: building graph: GraphTypeApply 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:14 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.DiffTransformer 2020/06/06 20:01:14 [TRACE] DiffTransformer starting 2020/06/06 20:01:14 [TRACE] DiffTransformer: found Create change for aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer: aws_iam_role.iam_for_lambda will be represented by aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer: found Create change for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [TRACE] DiffTransformer: aws_dynamodb_table.basic-dynamodb-table will be represented by aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [TRACE] DiffTransformer: found Create change for aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer: aws_lambda_function.test_lambda will be represented by aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer complete 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeApplyableResourceInstance) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda" (*terraform.NodeApplyableResourceInstance) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table (prepare state)" (*terraform.NodeApplyableResource) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda (prepare state)" (*terraform.NodeApplyableResource) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda (prepare state)" (*terraform.NodeApplyableResource) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodeApplyableResourceInstance) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:14 [DEBUG] Resource state not found for node "aws_iam_role.iam_for_lambda", instance aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [DEBUG] Resource state not found for node "aws_dynamodb_table.basic-dynamodb-table", instance aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [DEBUG] Resource state not found for node "aws_lambda_function.test_lambda", instance aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:14 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table (prepare state) is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda (prepare state) is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda (prepare state) is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodeApplyableResourceInstance) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeApplyableResourceInstance) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda" (*terraform.NodeApplyableResourceInstance) needs provider.aws 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda (prepare state)" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda (prepare state)" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda (prepare state) aws_iam_role.iam_for_lambda aws_iam_role.iam_for_lambda] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "provider.aws" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" references: [] 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2020/06/06 20:01:14 [TRACE] AttachDependenciesTransformer: aws_lambda_function.test_lambda depends on [aws_iam_role.iam_for_lambda] 2020/06/06 20:01:14 [TRACE] AttachDependenciesTransformer: aws_iam_role.iam_for_lambda depends on [] 2020/06/06 20:01:14 [TRACE] AttachDependenciesTransformer: aws_dynamodb_table.basic-dynamodb-table depends on [] 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.PruneUnusedValuesTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.PruneUnusedValuesTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:14 [DEBUG] Starting graph walk: walkApply 2020/06/06 20:01:14 [TRACE] dag/walk: updating graph 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "provider.aws (close)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" waiting on "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_lambda_function.test_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda (prepare state)" waiting on "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "aws_iam_role.iam_for_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda (prepare state)" waiting on "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table" waiting on "aws_dynamodb_table.basic-dynamodb-table (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda (prepare state)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table (prepare state)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda (prepare state)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: visiting "provider.aws" 2020/06/06 20:01:14 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) 2020/06/06 20:01:14 [TRACE] vertex "provider.aws": evaluating 2020/06/06 20:01:14 [TRACE] [walkApply] Entering eval tree: provider.aws 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalInitProvider 2020-06-06T20:01:14.742-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:14.768-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:14.775-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59180 2020-06-06T20:01:14.775-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:14.795-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:14.795-0400 2020-06-06T20:01:14.819-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin008344987 network=unix timestamp=2020-06-06T20:01:14.819-0400 2020-06-06T20:01:14.819-0400 [DEBUG] plugin: using plugin: version=5 2020/06/06 20:01:14 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws 2020/06/06 20:01:14 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:14 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020-06-06T20:01:14.866-0400 [TRACE] plugin.stdio: waiting for stdio data 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalConfigProvider 2020/06/06 20:01:14 [TRACE] buildProviderConfig for provider.aws: using explicit config only 2020/06/06 20:01:14 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:14.867-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:14 [TRACE] GRPCProvider: Configure 2020-06-06T20:01:14.908-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] No assume_role block read from configuration 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] Building AWS auth structure 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] Setting AWS metadata API timeout to 100ms 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] AWS Auth provider used: "StaticProvider" 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [WARN] AWS account ID not found for provider. See https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id for implications. 2020-06-06T20:01:15.156-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [WARN] Unable to get supported EC2 platforms: AuthFailure: AWS was not able to validate the provided access credentials 2020-06-06T20:01:15.156-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: status code: 401, request id: b56ce77e-edf6-4f56-8e16-81504869e232 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: provider.aws 2020/06/06 20:01:15 [TRACE] vertex "provider.aws": visit complete 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda (prepare state)" 2020/06/06 20:01:15 [TRACE] vertex "aws_lambda_function.test_lambda (prepare state)": starting visit (*terraform.NodeApplyableResource) 2020/06/06 20:01:15 [TRACE] vertex "aws_lambda_function.test_lambda (prepare state)": evaluating 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table (prepare state)" 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda (prepare state)" 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table (prepare state)": starting visit (*terraform.NodeApplyableResource) 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda (prepare state)": starting visit (*terraform.NodeApplyableResource) 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda (prepare state)": evaluating 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table (prepare state)": evaluating 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] vertex "aws_lambda_function.test_lambda (prepare state)": visit complete 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda (prepare state)": visit complete 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table (prepare state)": visit complete 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeApplyableResourceInstance) 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodeApplyableResourceInstance) 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] Re-validating config for "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:15 [TRACE] Re-validating config for "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:15 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:15 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:15 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.iam_for_lambda, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) - .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) - .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange 2020/06/06 20:01:15 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReduceDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPre 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApply 2020/06/06 20:01:15 [DEBUG] aws_iam_role.iam_for_lambda: applying the planned Create change 2020/06/06 20:01:15 [TRACE] GRPCProvider: ApplyResourceChange 2020-06-06T20:01:15.159-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] Waiting for state to become: [success] 2020/06/06 20:01:15 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_dynamodb_table.basic-dynamodb-table, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .point_in_time_recovery: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead - .server_side_encryption: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange 2020/06/06 20:01:15 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReduceDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPre 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApply 2020/06/06 20:01:15 [DEBUG] aws_dynamodb_table.basic-dynamodb-table: applying the planned Create change 2020/06/06 20:01:15 [TRACE] GRPCProvider: ApplyResourceChange 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] setting computed for "server_side_encryption" from ComputedKeys 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] setting computed for "point_in_time_recovery" from ComputedKeys 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] Creating DynamoDB table with key schema: map[string]interface {}{"hash_key":"DocHash"} 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] Waiting for state to become: [success] 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: panic: runtime error: invalid memory address or nil pointer dereference 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0xe0 pc=0x48fd643] 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: goroutine 45 [running]: 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsDynamoDbTableCreate(0xc000c1bab0, 0x5b28200, 0xc000416f00, 0x2, 0xa3ee520) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_dynamodb_table.go:408 +0xd53 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0xc00060a000, 0xc000b69720, 0xc000c4aa80, 0x5b28200, 0xc000416f00, 0xc000c38801, 0xc000c53b00, 0xc000c38880) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/resource.go:310 +0x365 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0xc0005ee400, 0xc00069d9c8, 0xc000b69720, 0xc000c4aa80, 0xc000c55b88, 0xc000164990, 0x5937740) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/provider.go:294 +0x99 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc000164690, 0x701e9c0, 0xc000c48180, 0xc000c1b5e0, 0xc000164690, 0xc000c48180, 0xc001156b30) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin/grpc_provider.go:885 +0x8b4 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x64caee0, 0xc000164690, 0x701e9c0, 0xc000c48180, 0xc0005bfe60, 0x0, 0x701e9c0, 0xc000c48180, 0xc000c4e000, 0x3b8) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5/tfplugin5.pb.go:3305 +0x217 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: google.golang.org/grpc.(*Server).processUnaryRPC(0xc0004bf980, 0x7041060, 0xc0000a3680, 0xc000158600, 0xc0008da360, 0xa3c1780, 0x0, 0x0, 0x0) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:1024 +0x4f4 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: google.golang.org/grpc.(*Server).handleStream(0xc0004bf980, 0x7041060, 0xc0000a3680, 0xc000158600, 0x0) 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:1313 +0xd97 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc0000c8ba0, 0xc0004bf980, 0x7041060, 0xc0000a3680, 0xc000158600) 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:722 +0xbb 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: created by google.golang.org/grpc.(*Server).serveStreams.func1 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:720 +0xa1 2020/06/06 20:01:15 [DEBUG] aws_dynamodb_table.basic-dynamodb-table: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [DEBUG] aws_iam_role.iam_for_lambda: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_dynamodb_table.basic-dynamodb-table encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_iam_role.iam_for_lambda encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners 2020/06/06 20:01:15 [TRACE] EvalApplyProvisioners: aws_iam_role.iam_for_lambda has no state, so skipping provisioners 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] EvalApplyProvisioners: aws_dynamodb_table.basic-dynamodb-table has no state, so skipping provisioners 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_iam_role.iam_for_lambda encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_dynamodb_table.basic-dynamodb-table encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPost 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPost 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "aws_lambda_function.test_lambda" errored, so skipping 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "root" errored, so skipping 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: read nil snapshot 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: no original state snapshot to back up 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 1 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate 2020-06-06T20:01:15.185-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59180 error="exit status 2" 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock 2020-06-06T20:01:15.194-0400 [DEBUG] plugin: plugin exited ``` </details> 2. `terraform apply`
1.0
Crash: Creating Localstack Lambda Function - _This issue was originally opened by @btc as hashicorp/terraform#25168. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/). The original body of the issue is below._ <hr> ### Terraform Version ``` Terraform v0.12.26 provider.aws v2.65.0 ``` ### Terraform Configuration Files <!-- Paste the relevant parts of your Terraform configuration between the ``` marks below. For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. For security, you can also encrypt the files using our GPG public key. --> ```hcl resource "aws_iam_role" "iam_for_lambda" { name = "iam_for_lambda" assume_role_policy = <<EOF { "Version": "2012-10-17", "Statement": [ { "Action": "sts:AssumeRole", "Principal": { "Service": "lambda.amazonaws.com" }, "Effect": "Allow", "Sid": "" } ] } EOF } resource "aws_lambda_function" "test_lambda" { filename = "lambda_function_payload.zip" function_name = "lambda_function_name" role = aws_iam_role.iam_for_lambda.arn handler = "exports.test" runtime = "go1.x" environment { variables = { foo = "bar" } } } ``` ### Debug Output <!-- Full debug output can be obtained by running Terraform with the environment variable `TF_LOG=trace`. Please create a GitHub Gist containing the debug output. Please do _not_ paste the debug output in the issue, since debug output is long. Debug output may contain sensitive information. Please review it before posting publicly, and if you are concerned feel free to encrypt the files using the HashiCorp security public key. --> ### Crash Output <details> ``` 2020/06/06 20:01:11 [INFO] Terraform version: 0.12.26 2020/06/06 20:01:11 [INFO] Go runtime version: go1.13.11 2020/06/06 20:01:11 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "./tf"} 2020/06/06 20:01:11 [DEBUG] Attempting to open CLI config file: /Users/btc/.terraformrc 2020/06/06 20:01:11 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2020/06/06 20:01:11 [INFO] CLI command args: []string{"apply", "./tf"} 2020/06/06 20:01:11 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2020/06/06 20:01:11 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2020/06/06 20:01:11 [DEBUG] New state was assigned lineage "62ae1faf-9145-1022-3ba4-afab0b0724da" 2020/06/06 20:01:11 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2020/06/06 20:01:11 [TRACE] Meta.Backend: instantiated backend of type <nil> 2020/06/06 20:01:11 [DEBUG] checking for provider in "." 2020/06/06 20:01:11 [DEBUG] checking for provider in "/usr/local/bin" 2020/06/06 20:01:11 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" 2020/06/06 20:01:11 [DEBUG] found provider "terraform-provider-aws_v2.65.0_x4" 2020/06/06 20:01:11 [DEBUG] found valid plugin: "aws", "2.65.0", "/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4" 2020/06/06 20:01:11 [DEBUG] checking for provisioner in "." 2020/06/06 20:01:11 [DEBUG] checking for provisioner in "/usr/local/bin" 2020/06/06 20:01:11 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" 2020/06/06 20:01:11 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend 2020/06/06 20:01:11 [INFO] backend/local: starting Apply operation 2020/06/06 20:01:11 [TRACE] backend/local: requesting state manager for workspace "default" 2020/06/06 20:01:11 [TRACE] backend/local: state manager for workspace "default" will: - read initial snapshot from terraform.tfstate - write new snapshots to terraform.tfstate - create any backup at terraform.tfstate.backup 2020/06/06 20:01:11 [TRACE] backend/local: requesting state lock for workspace "default" 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info 2020/06/06 20:01:11 [TRACE] backend/local: reading remote state for workspace "default" 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay 2020/06/06 20:01:11 [TRACE] statemgr.Filesystem: read nil snapshot 2020/06/06 20:01:11 [TRACE] backend/local: retrieving local state snapshot for workspace "default" 2020/06/06 20:01:11 [TRACE] backend/local: building context for current working directory 2020/06/06 20:01:11 [TRACE] terraform.NewContext: starting 2020/06/06 20:01:11 [TRACE] terraform.NewContext: resolving provider version selections 2020/06/06 20:01:11 [TRACE] terraform.NewContext: loading provider schemas 2020/06/06 20:01:11 [TRACE] LoadSchemas: retrieving schema for provider type "aws" 2020-06-06T20:01:11.963-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:11.988-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:11.994-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59173 2020-06-06T20:01:11.994-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:12.014-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:12.014-0400 2020-06-06T20:01:12.039-0400 [DEBUG] plugin: using plugin: version=5 2020-06-06T20:01:12.039-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin275836000 network=unix timestamp=2020-06-06T20:01:12.039-0400 2020/06/06 20:01:12 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:12.087-0400 [TRACE] plugin.stdio: waiting for stdio data 2020-06-06T20:01:12.088-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:12 [TRACE] GRPCProvider: Close 2020-06-06T20:01:12.128-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59173 2020-06-06T20:01:12.128-0400 [DEBUG] plugin: plugin exited 2020/06/06 20:01:12 [TRACE] terraform.NewContext: complete 2020/06/06 20:01:12 [TRACE] backend/local: finished building terraform.Context 2020/06/06 20:01:12 [TRACE] backend/local: requesting interactive input, if necessary 2020/06/06 20:01:12 [TRACE] Context.Input: Prompting for provider arguments 2020/06/06 20:01:12 [TRACE] Context.Input: Provider provider.aws declared at tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{} 2020/06/06 20:01:12 [TRACE] backend/local: running validation operation 2020/06/06 20:01:12 [INFO] terraform: building graph: GraphTypeValidate 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:12 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.StateTransformer 2020/06/06 20:01:12 [TRACE] StateTransformer: state is empty, so nothing to do 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeValidatableResource) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodeValidatableResource) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda" (*terraform.NodeValidatableResource) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:12 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeValidatableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodeValidatableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda" (*terraform.NodeValidatableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "provider.aws" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeValidatableResource aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeValidatableResource aws_lambda_function.test_lambda - *terraform.NodeValidatableResource root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [DEBUG] Starting graph walk: walkValidate 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": evaluating 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalInitProvider 2020-06-06T20:01:12.130-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:12.151-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:12.157-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59174 2020-06-06T20:01:12.158-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:12.177-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:12.177-0400 2020-06-06T20:01:12.202-0400 [DEBUG] plugin: using plugin: version=5 2020-06-06T20:01:12.202-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin392899533 network=unix timestamp=2020-06-06T20:01:12.201-0400 2020/06/06 20:01:12 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateProvider 2020/06/06 20:01:12 [TRACE] buildProviderConfig for provider.aws: using explicit config only 2020/06/06 20:01:12 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:12.248-0400 [TRACE] plugin.stdio: waiting for stdio data 2020-06-06T20:01:12.248-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:12 [TRACE] GRPCProvider: PrepareProviderConfig 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeValidatableResource) 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodeValidatableResource) 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateResource 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateResource 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": starting visit (*terraform.NodeValidatableResource) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateResource 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider) 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": evaluating 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2020/06/06 20:01:12 [TRACE] [walkValidate] Entering eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCloseProvider 2020/06/06 20:01:12 [TRACE] GRPCProvider: Close 2020-06-06T20:01:12.330-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59174 2020-06-06T20:01:12.330-0400 [DEBUG] plugin: plugin exited 2020/06/06 20:01:12 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "root" 2020/06/06 20:01:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020/06/06 20:01:12 [TRACE] vertex "root": visit complete 2020/06/06 20:01:12 [INFO] backend/local: apply calling Refresh 2020/06/06 20:01:12 [INFO] terraform: building graph: GraphTypeRefresh 2020/06/06 20:01:12 [TRACE] No managed resources in state during refresh; skipping managed resource transformer 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:12 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.StateTransformer 2020/06/06 20:01:12 [TRACE] StateTransformer: state is empty, so nothing to do 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:12 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:12 [DEBUG] pruning unused provider.aws 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph: ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: root - terraform.graphNodeRoot ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes) 2020/06/06 20:01:12 [DEBUG] Starting graph walk: walkRefresh 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "root" 2020/06/06 20:01:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020/06/06 20:01:12 [TRACE] vertex "root": visit complete 2020/06/06 20:01:12 [INFO] backend/local: apply calling Plan 2020/06/06 20:01:12 [INFO] terraform: building graph: GraphTypePlan 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:12 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.StateTransformer 2020/06/06 20:01:12 [TRACE] StateTransformer: state is empty, so nothing to do 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodePlannableResource) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodePlannableResource) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:12 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda" (*terraform.NodePlannableResource) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:12 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodePlannableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodePlannableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda 2020/06/06 20:01:12 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda" (*terraform.NodePlannableResource) needs provider.aws 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda] 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "provider.aws" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2020/06/06 20:01:12 [TRACE] ForcedCBDTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodePlannableResource) has no CBD descendent, so skipping 2020/06/06 20:01:12 [TRACE] ForcedCBDTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodePlannableResource) has no CBD descendent, so skipping 2020/06/06 20:01:12 [TRACE] ForcedCBDTransformer: "aws_lambda_function.test_lambda" (*terraform.NodePlannableResource) has no CBD descendent, so skipping 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodePlannableResource aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResource aws_lambda_function.test_lambda - *terraform.NodePlannableResource root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:12 [DEBUG] Starting graph walk: walkPlan 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "provider.aws" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalInitProvider 2020-06-06T20:01:12.332-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:12.353-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:12.360-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59175 2020-06-06T20:01:12.360-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:12.380-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:12.379-0400 2020-06-06T20:01:12.404-0400 [DEBUG] plugin: using plugin: version=5 2020-06-06T20:01:12.405-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: network=unix address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin086086282 timestamp=2020-06-06T20:01:12.404-0400 2020/06/06 20:01:12 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalConfigProvider 2020/06/06 20:01:12 [TRACE] buildProviderConfig for provider.aws: using explicit config only 2020/06/06 20:01:12 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:12.449-0400 [TRACE] plugin.stdio: waiting for stdio data 2020-06-06T20:01:12.450-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:12 [TRACE] GRPCProvider: Configure 2020-06-06T20:01:12.491-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] No assume_role block read from configuration 2020-06-06T20:01:12.496-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] Building AWS auth structure 2020-06-06T20:01:12.496-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] Setting AWS metadata API timeout to 100ms 2020-06-06T20:01:12.496-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [INFO] AWS Auth provider used: "StaticProvider" 2020-06-06T20:01:12.497-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [WARN] AWS account ID not found for provider. See https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id for implications. 2020-06-06T20:01:12.757-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:12 [WARN] Unable to get supported EC2 platforms: AuthFailure: AWS was not able to validate the provided access credentials 2020-06-06T20:01:12.757-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: status code: 401, request id: 7eab9144-081f-4f8f-92f1-d63d5fae3816 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: provider.aws 2020/06/06 20:01:12 [TRACE] vertex "provider.aws": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodePlannableResource) 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodePlannableResource) 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": expanding dynamic subgraph 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: aws_iam_role.iam_for_lambda - *terraform.NodePlannableResourceInstance ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [DEBUG] Resource instance state not found for node "aws_iam_role.iam_for_lambda", instance aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": entering dynamic subgraph 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodePlannableResourceInstance) 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": expanding dynamic subgraph 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:12 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodePlannableResourceInstance ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [DEBUG] Resource instance state not found for node "aws_dynamodb_table.basic-dynamodb-table", instance aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": entering dynamic subgraph 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodePlannableResourceInstance) 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] EvalReadState: no state present for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:12 [TRACE] EvalReadState: reading state for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] EvalReadState: no state present for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:12 [TRACE] Re-validating config for "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] Re-validating config for "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:12 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:12 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.iam_for_lambda, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) - .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) - .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:12 [TRACE] EvalWriteState: writing current state object for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:12 [TRACE] EvalWriteDiff: recorded Create change for aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": dynamic subgraph completed successfully 2020/06/06 20:01:12 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": starting visit (*terraform.NodePlannableResource) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": expanding dynamic subgraph 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: aws_lambda_function.test_lambda - *terraform.NodePlannableResourceInstance ------ 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:12 [DEBUG] Resource instance state not found for node "aws_lambda_function.test_lambda", instance aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:12 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [] 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2020/06/06 20:01:12 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": entering dynamic subgraph 2020/06/06 20:01:12 [TRACE] dag/walk: updating graph 2020/06/06 20:01:12 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": starting visit (*terraform.NodePlannableResourceInstance) 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": evaluating 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:12 [TRACE] EvalReadState: reading state for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] EvalReadState: no state present for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:12 [TRACE] Re-validating config for "aws_lambda_function.test_lambda" 2020/06/06 20:01:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:12 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:12 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_dynamodb_table.basic-dynamodb-table, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .point_in_time_recovery: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead - .server_side_encryption: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:12 [TRACE] EvalWriteState: writing current state object for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:12 [TRACE] EvalWriteDiff: recorded Create change for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": dynamic subgraph completed successfully 2020/06/06 20:01:12 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:12 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_lambda_function.test_lambda, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .memory_size: planned value cty.NumberIntVal(128) does not match config value cty.NullVal(cty.Number) - .publish: planned value cty.False does not match config value cty.NullVal(cty.Bool) - .reserved_concurrent_executions: planned value cty.NumberIntVal(-1) does not match config value cty.NullVal(cty.Number) - .timeout: planned value cty.NumberIntVal(3) does not match config value cty.NullVal(cty.Number) - .tracing_config: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:12 [TRACE] EvalWriteState: writing current state object for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:12 [TRACE] EvalWriteDiff: recorded Create change for aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: aws_lambda_function.test_lambda 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": visit complete 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": dynamic subgraph completed successfully 2020/06/06 20:01:12 [TRACE] vertex "aws_lambda_function.test_lambda": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "provider.aws (close)" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider) 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": evaluating 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCloseProvider 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating 2020/06/06 20:01:12 [TRACE] GRPCProvider: Close 2020/06/06 20:01:12 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup) 2020/06/06 20:01:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2020-06-06T20:01:12.768-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59175 2020-06-06T20:01:12.768-0400 [DEBUG] plugin: plugin exited 2020/06/06 20:01:12 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close) 2020/06/06 20:01:12 [TRACE] vertex "provider.aws (close)": visit complete 2020/06/06 20:01:12 [TRACE] dag/walk: visiting "root" 2020/06/06 20:01:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020/06/06 20:01:12 [TRACE] vertex "root": visit complete 2020/06/06 20:01:12 [DEBUG] command: asking for input: "Do you want to perform these actions?" 2020/06/06 20:01:14 [INFO] backend/local: apply calling Apply 2020/06/06 20:01:14 [INFO] terraform: building graph: GraphTypeApply 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ConfigTransformer 2020/06/06 20:01:14 [TRACE] ConfigTransformer: Starting for path: 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.DiffTransformer 2020/06/06 20:01:14 [TRACE] DiffTransformer starting 2020/06/06 20:01:14 [TRACE] DiffTransformer: found Create change for aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer: aws_iam_role.iam_for_lambda will be represented by aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer: found Create change for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [TRACE] DiffTransformer: aws_dynamodb_table.basic-dynamodb-table will be represented by aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [TRACE] DiffTransformer: found Create change for aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer: aws_lambda_function.test_lambda will be represented by aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] DiffTransformer complete 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeApplyableResourceInstance) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda" (*terraform.NodeApplyableResourceInstance) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_dynamodb_table.basic-dynamodb-table (prepare state)" (*terraform.NodeApplyableResource) config from tf/dynamodb.tf:1,1-53 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda (prepare state)" (*terraform.NodeApplyableResource) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_lambda_function.test_lambda (prepare state)" (*terraform.NodeApplyableResource) config from tf/lambda.tf:21,1-45 2020/06/06 20:01:14 [TRACE] AttachResourceConfigTransformer: attaching to "aws_iam_role.iam_for_lambda" (*terraform.NodeApplyableResourceInstance) config from tf/lambda.tf:1,1-41 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2020/06/06 20:01:14 [DEBUG] Resource state not found for node "aws_iam_role.iam_for_lambda", instance aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [DEBUG] Resource state not found for node "aws_dynamodb_table.basic-dynamodb-table", instance aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [DEBUG] Resource state not found for node "aws_lambda_function.test_lambda", instance aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ProvisionerTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.LocalTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.OutputTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2020/06/06 20:01:14 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from tf/aws.tf:1,1-15 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table (prepare state) is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda (prepare state) is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda (prepare state) is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_iam_role.iam_for_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_dynamodb_table.basic-dynamodb-table is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: aws_lambda_function.test_lambda is provided by provider.aws or inherited equivalent 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda (prepare state)" (*terraform.NodeApplyableResource) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_iam_role.iam_for_lambda" (*terraform.NodeApplyableResourceInstance) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_dynamodb_table.basic-dynamodb-table" (*terraform.NodeApplyableResourceInstance) needs provider.aws 2020/06/06 20:01:14 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_lambda_function.test_lambda 2020/06/06 20:01:14 [DEBUG] ProviderTransformer: "aws_lambda_function.test_lambda" (*terraform.NodeApplyableResourceInstance) needs provider.aws 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer 2020/06/06 20:01:14 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:14 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda (prepare state)" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda (prepare state)" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda (prepare state) aws_iam_role.iam_for_lambda aws_iam_role.iam_for_lambda] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "provider.aws" references: [] 2020/06/06 20:01:14 [DEBUG] ReferenceTransformer: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" references: [] 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2020/06/06 20:01:14 [TRACE] AttachDependenciesTransformer: aws_lambda_function.test_lambda depends on [aws_iam_role.iam_for_lambda] 2020/06/06 20:01:14 [TRACE] AttachDependenciesTransformer: aws_iam_role.iam_for_lambda depends on [] 2020/06/06 20:01:14 [TRACE] AttachDependenciesTransformer: aws_dynamodb_table.basic-dynamodb-table depends on [] 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.PruneUnusedValuesTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.PruneUnusedValuesTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.TargetsTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.RootTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:14 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2020/06/06 20:01:14 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource aws_dynamodb_table.basic-dynamodb-table (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource aws_iam_role.iam_for_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance aws_iam_role.iam_for_lambda - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource aws_lambda_function.test_lambda (prepare state) - *terraform.NodeApplyableResource provider.aws - *terraform.NodeApplyableProvider meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance provider.aws - *terraform.NodeApplyableProvider provider.aws (close) - *terraform.graphNodeCloseProvider aws_dynamodb_table.basic-dynamodb-table - *terraform.NodeApplyableResourceInstance aws_lambda_function.test_lambda - *terraform.NodeApplyableResourceInstance root - terraform.graphNodeRoot meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary provider.aws (close) - *terraform.graphNodeCloseProvider ------ 2020/06/06 20:01:14 [DEBUG] Starting graph walk: walkApply 2020/06/06 20:01:14 [TRACE] dag/walk: updating graph 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "root" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "provider.aws (close)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added new vertex: "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table (prepare state)" waiting on "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_lambda_function.test_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda (prepare state)" waiting on "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda" waiting on "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_iam_role.iam_for_lambda" waiting on "aws_iam_role.iam_for_lambda (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_lambda_function.test_lambda" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_lambda_function.test_lambda (prepare state)" waiting on "provider.aws" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "aws_dynamodb_table.basic-dynamodb-table" waiting on "aws_dynamodb_table.basic-dynamodb-table (prepare state)" 2020/06/06 20:01:14 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda (prepare state)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_lambda_function.test_lambda", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_dynamodb_table.basic-dynamodb-table (prepare state)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "aws_iam_role.iam_for_lambda (prepare state)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps 2020/06/06 20:01:14 [TRACE] dag/walk: visiting "provider.aws" 2020/06/06 20:01:14 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider) 2020/06/06 20:01:14 [TRACE] vertex "provider.aws": evaluating 2020/06/06 20:01:14 [TRACE] [walkApply] Entering eval tree: provider.aws 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalInitProvider 2020-06-06T20:01:14.742-0400 [INFO] plugin: configuring client automatic mTLS 2020-06-06T20:01:14.768-0400 [DEBUG] plugin: starting plugin: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 args=[/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4] 2020-06-06T20:01:14.775-0400 [DEBUG] plugin: plugin started: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59180 2020-06-06T20:01:14.775-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 2020-06-06T20:01:14.795-0400 [INFO] plugin.terraform-provider-aws_v2.65.0_x4: configuring server automatic mTLS: timestamp=2020-06-06T20:01:14.795-0400 2020-06-06T20:01:14.819-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: plugin address: address=/var/folders/vy/w299n_x91g93d58l91hrm2gw0000gn/T/plugin008344987 network=unix timestamp=2020-06-06T20:01:14.819-0400 2020-06-06T20:01:14.819-0400 [DEBUG] plugin: using plugin: version=5 2020/06/06 20:01:14 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws 2020/06/06 20:01:14 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:14 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020-06-06T20:01:14.866-0400 [TRACE] plugin.stdio: waiting for stdio data 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalOpFilter 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:14 [TRACE] <root>: eval: *terraform.EvalConfigProvider 2020/06/06 20:01:14 [TRACE] buildProviderConfig for provider.aws: using explicit config only 2020/06/06 20:01:14 [TRACE] GRPCProvider: GetSchema 2020-06-06T20:01:14.867-0400 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio" 2020/06/06 20:01:14 [TRACE] GRPCProvider: Configure 2020-06-06T20:01:14.908-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] No assume_role block read from configuration 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] Building AWS auth structure 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] Setting AWS metadata API timeout to 100ms 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [INFO] AWS Auth provider used: "StaticProvider" 2020-06-06T20:01:14.913-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:14 [WARN] AWS account ID not found for provider. See https://www.terraform.io/docs/providers/aws/index.html#skip_requesting_account_id for implications. 2020-06-06T20:01:15.156-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [WARN] Unable to get supported EC2 platforms: AuthFailure: AWS was not able to validate the provided access credentials 2020-06-06T20:01:15.156-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: status code: 401, request id: b56ce77e-edf6-4f56-8e16-81504869e232 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: provider.aws 2020/06/06 20:01:15 [TRACE] vertex "provider.aws": visit complete 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_lambda_function.test_lambda (prepare state)" 2020/06/06 20:01:15 [TRACE] vertex "aws_lambda_function.test_lambda (prepare state)": starting visit (*terraform.NodeApplyableResource) 2020/06/06 20:01:15 [TRACE] vertex "aws_lambda_function.test_lambda (prepare state)": evaluating 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table (prepare state)" 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda (prepare state)" 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table (prepare state)": starting visit (*terraform.NodeApplyableResource) 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda (prepare state)": starting visit (*terraform.NodeApplyableResource) 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda (prepare state)": evaluating 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table (prepare state)": evaluating 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteResourceState 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_iam_role.iam_for_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_lambda_function.test_lambda (prepare state) 2020/06/06 20:01:15 [TRACE] vertex "aws_lambda_function.test_lambda (prepare state)": visit complete 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda (prepare state)": visit complete 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table (prepare state) 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table (prepare state)": visit complete 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda": starting visit (*terraform.NodeApplyableResourceInstance) 2020/06/06 20:01:15 [TRACE] dag/walk: visiting "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda": evaluating 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": starting visit (*terraform.NodeApplyableResourceInstance) 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": evaluating 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] [walkApply] Entering eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalSequence 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadDiff 2020/06/06 20:01:15 [TRACE] Re-validating config for "aws_iam_role.iam_for_lambda" 2020/06/06 20:01:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:15 [TRACE] EvalReadDiff: Read Create change from plan for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalDiff 2020/06/06 20:01:15 [TRACE] Re-validating config for "aws_dynamodb_table.basic-dynamodb-table" 2020/06/06 20:01:15 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020/06/06 20:01:15 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:15 [TRACE] GRPCProvider: PlanResourceChange 2020/06/06 20:01:15 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_iam_role.iam_for_lambda, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .path: planned value cty.StringVal("/") does not match config value cty.NullVal(cty.String) - .force_detach_policies: planned value cty.False does not match config value cty.NullVal(cty.Bool) - .max_session_duration: planned value cty.NumberIntVal(3600) does not match config value cty.NullVal(cty.Number) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange 2020/06/06 20:01:15 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReduceDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPre 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApply 2020/06/06 20:01:15 [DEBUG] aws_iam_role.iam_for_lambda: applying the planned Create change 2020/06/06 20:01:15 [TRACE] GRPCProvider: ApplyResourceChange 2020-06-06T20:01:15.159-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] Waiting for state to become: [success] 2020/06/06 20:01:15 [WARN] Provider "registry.terraform.io/-/aws" produced an invalid plan for aws_dynamodb_table.basic-dynamodb-table, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations: - .point_in_time_recovery: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead - .server_side_encryption: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange 2020/06/06 20:01:15 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalGetProvider 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReadState 2020/06/06 20:01:15 [TRACE] EvalReadState: reading state for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] EvalReadState: no state present for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalReduceDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: terraform.EvalNoop 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPre 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApply 2020/06/06 20:01:15 [DEBUG] aws_dynamodb_table.basic-dynamodb-table: applying the planned Create change 2020/06/06 20:01:15 [TRACE] GRPCProvider: ApplyResourceChange 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] setting computed for "server_side_encryption" from ComputedKeys 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] setting computed for "point_in_time_recovery" from ComputedKeys 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] Creating DynamoDB table with key schema: map[string]interface {}{"hash_key":"DocHash"} 2020-06-06T20:01:15.162-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020/06/06 20:01:15 [DEBUG] Waiting for state to become: [success] 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: panic: runtime error: invalid memory address or nil pointer dereference 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0xe0 pc=0x48fd643] 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: goroutine 45 [running]: 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsDynamoDbTableCreate(0xc000c1bab0, 0x5b28200, 0xc000416f00, 0x2, 0xa3ee520) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/aws/resource_aws_dynamodb_table.go:408 +0xd53 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Resource).Apply(0xc00060a000, 0xc000b69720, 0xc000c4aa80, 0x5b28200, 0xc000416f00, 0xc000c38801, 0xc000c53b00, 0xc000c38880) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/resource.go:310 +0x365 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/helper/schema.(*Provider).Apply(0xc0005ee400, 0xc00069d9c8, 0xc000b69720, 0xc000c4aa80, 0xc000c55b88, 0xc000164990, 0x5937740) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/helper/schema/provider.go:294 +0x99 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc000164690, 0x701e9c0, 0xc000c48180, 0xc000c1b5e0, 0xc000164690, 0xc000c48180, 0xc001156b30) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/helper/plugin/grpc_provider.go:885 +0x8b4 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x64caee0, 0xc000164690, 0x701e9c0, 0xc000c48180, 0xc0005bfe60, 0x0, 0x701e9c0, 0xc000c48180, 0xc000c4e000, 0x3b8) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/github.com/hashicorp/terraform-plugin-sdk/internal/tfplugin5/tfplugin5.pb.go:3305 +0x217 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: google.golang.org/grpc.(*Server).processUnaryRPC(0xc0004bf980, 0x7041060, 0xc0000a3680, 0xc000158600, 0xc0008da360, 0xa3c1780, 0x0, 0x0, 0x0) 2020-06-06T20:01:15.182-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:1024 +0x4f4 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: google.golang.org/grpc.(*Server).handleStream(0xc0004bf980, 0x7041060, 0xc0000a3680, 0xc000158600, 0x0) 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:1313 +0xd97 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc0000c8ba0, 0xc0004bf980, 0x7041060, 0xc0000a3680, 0xc000158600) 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:722 +0xbb 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: created by google.golang.org/grpc.(*Server).serveStreams.func1 2020-06-06T20:01:15.183-0400 [DEBUG] plugin.terraform-provider-aws_v2.65.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-aws/vendor/google.golang.org/grpc/server.go:720 +0xa1 2020/06/06 20:01:15 [DEBUG] aws_dynamodb_table.basic-dynamodb-table: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [DEBUG] aws_iam_role.iam_for_lambda: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_dynamodb_table.basic-dynamodb-table encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_iam_role.iam_for_lambda encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners 2020/06/06 20:01:15 [TRACE] EvalApplyProvisioners: aws_iam_role.iam_for_lambda has no state, so skipping provisioners 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] EvalApplyProvisioners: aws_dynamodb_table.basic-dynamodb-table has no state, so skipping provisioners 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_iam_role.iam_for_lambda encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalMaybeTainted 2020/06/06 20:01:15 [TRACE] EvalMaybeTainted: aws_dynamodb_table.basic-dynamodb-table encountered an error during creation, so it is now marked as tainted 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteState 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] EvalWriteState: removing state object for aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalIf 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalWriteDiff 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPost 2020/06/06 20:01:15 [TRACE] <root>: eval: *terraform.EvalApplyPost 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_dynamodb_table.basic-dynamodb-table 2020/06/06 20:01:15 [TRACE] vertex "aws_dynamodb_table.basic-dynamodb-table": visit complete 2020/06/06 20:01:15 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing 2020/06/06 20:01:15 [TRACE] [walkApply] Exiting eval tree: aws_iam_role.iam_for_lambda 2020/06/06 20:01:15 [TRACE] vertex "aws_iam_role.iam_for_lambda": visit complete 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "aws_lambda_function.test_lambda" errored, so skipping 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping 2020/06/06 20:01:15 [TRACE] dag/walk: upstream of "root" errored, so skipping 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: read nil snapshot 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: no original state snapshot to back up 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 1 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate 2020-06-06T20:01:15.185-0400 [DEBUG] plugin: plugin process exited: path=/Users/btc/Projects/src/forceclassify/extraction/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.65.0_x4 pid=59180 error="exit status 2" 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2020/06/06 20:01:15 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock 2020-06-06T20:01:15.194-0400 [DEBUG] plugin: plugin exited ``` </details> 2. `terraform apply`
non_test
crash creating localstack lambda function this issue was originally opened by btc as hashicorp terraform it was migrated here as a result of the the original body of the issue is below terraform version terraform provider aws terraform configuration files paste the relevant parts of your terraform configuration between the marks below for large terraform configs please use a service like dropbox and share a link to the zip file for security you can also encrypt the files using our gpg public key hcl resource aws iam role iam for lambda name iam for lambda assume role policy eof version statement action sts assumerole principal service lambda amazonaws com effect allow sid eof resource aws lambda function test lambda filename lambda function payload zip function name lambda function name role aws iam role iam for lambda arn handler exports test runtime x environment variables foo bar debug output full debug output can be obtained by running terraform with the environment variable tf log trace please create a github gist containing the debug output please do not paste the debug output in the issue since debug output is long debug output may contain sensitive information please review it before posting publicly and if you are concerned feel free to encrypt the files using the hashicorp security public key crash output terraform version go runtime version cli args string usr local bin terraform apply tf attempting to open cli config file users btc terraformrc file doesn t exist but doesn t need to ignoring cli command args string apply tf meta backend no config given or present on disk so returning nil config meta backend backend has not previously been initialized in this working directory new state was assigned lineage meta backend using default local state only no backend configuration and no existing initialized backend meta backend instantiated backend of type checking for provider in checking for provider in usr local bin checking for provider in terraform plugins darwin found provider terraform provider aws found valid plugin aws users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws checking for provisioner in checking for provisioner in usr local bin checking for provisioner in terraform plugins darwin meta backend backend does not support operations so wrapping it in a local backend backend local starting apply operation backend local requesting state manager for workspace default backend local state manager for workspace default will read initial snapshot from terraform tfstate write new snapshots to terraform tfstate create any backup at terraform tfstate backup backend local requesting state lock for workspace default statemgr filesystem preparing to manage state snapshots at terraform tfstate statemgr filesystem no previously stored snapshot exists statemgr filesystem locking terraform tfstate using fcntl flock statemgr filesystem writing lock metadata to terraform tfstate lock info backend local reading remote state for workspace default statemgr filesystem reading latest snapshot from terraform tfstate statemgr filesystem snapshot file has nil snapshot but that s okay statemgr filesystem read nil snapshot backend local retrieving local state snapshot for workspace default backend local building context for current working directory terraform newcontext starting terraform newcontext resolving provider version selections terraform newcontext loading provider schemas loadschemas retrieving schema for provider type aws plugin configuring client automatic mtls plugin starting plugin path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws args plugin plugin started path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin waiting for rpc address path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws plugin terraform provider aws configuring server automatic mtls timestamp plugin using plugin version plugin terraform provider aws plugin address address var folders vy t network unix timestamp grpcprovider getschema plugin stdio waiting for stdio data plugin stdio received eof stopping recv loop err rpc error code unimplemented desc unknown service plugin grpcstdio grpcprovider close plugin plugin process exited path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin plugin exited terraform newcontext complete backend local finished building terraform context backend local requesting interactive input if necessary context input prompting for provider arguments context input provider provider aws declared at tf aws tf context input input for provider aws map cty value backend local running validation operation terraform building graph graphtypevalidate executing graph transform terraform configtransformer configtransformer starting for path completed graph transform terraform configtransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource executing graph transform terraform localtransformer completed graph transform terraform localtransformer no changes executing graph transform terraform outputtransformer completed graph transform terraform outputtransformer no changes executing graph transform terraform orphanresourceinstancetransformer completed graph transform terraform orphanresourceinstancetransformer no changes executing graph transform terraform statetransformer statetransformer state is empty so nothing to do completed graph transform terraform statetransformer no changes executing graph transform terraform orphanoutputtransformer completed graph transform terraform orphanoutputtransformer no changes executing graph transform terraform attachresourceconfigtransformer attachresourceconfigtransformer attaching to aws dynamodb table basic dynamodb table terraform nodevalidatableresource config from tf dynamodb tf attachresourceconfigtransformer attaching to aws iam role iam for lambda terraform nodevalidatableresource config from tf lambda tf attachresourceconfigtransformer attaching to aws lambda function test lambda terraform nodevalidatableresource config from tf lambda tf completed graph transform terraform attachresourceconfigtransformer no changes executing graph transform terraform attachstatetransformer completed graph transform terraform attachstatetransformer no changes executing graph transform terraform rootvariabletransformer completed graph transform terraform rootvariabletransformer no changes executing graph transform terraform missingprovisionertransformer completed graph transform terraform missingprovisionertransformer no changes executing graph transform terraform provisionertransformer completed graph transform terraform provisionertransformer no changes executing graph transform terraform modulevariabletransformer completed graph transform terraform modulevariabletransformer no changes executing graph transform terraform graphtransformermulti graphtransformermulti executing graph transform terraform providerconfigtransformer providerconfigtransformer attaching to provider aws provider configuration from tf aws tf graphtransformermulti completed graph transform terraform providerconfigtransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform missingprovidertransformer graphtransformermulti completed graph transform terraform missingprovidertransformer no changes graphtransformermulti executing graph transform terraform providertransformer providertransformer aws dynamodb table basic dynamodb table is provided by provider aws or inherited equivalent providertransformer aws iam role iam for lambda is provided by provider aws or inherited equivalent providertransformer aws lambda function test lambda is provided by provider aws or inherited equivalent providertransformer exact match for provider aws serving aws dynamodb table basic dynamodb table providertransformer aws dynamodb table basic dynamodb table terraform nodevalidatableresource needs provider aws providertransformer exact match for provider aws serving aws iam role iam for lambda providertransformer aws iam role iam for lambda terraform nodevalidatableresource needs provider aws providertransformer exact match for provider aws serving aws lambda function test lambda providertransformer aws lambda function test lambda terraform nodevalidatableresource needs provider aws graphtransformermulti completed graph transform terraform providertransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform pruneprovidertransformer graphtransformermulti completed graph transform terraform pruneprovidertransformer no changes graphtransformermulti executing graph transform terraform parentprovidertransformer graphtransformermulti completed graph transform terraform parentprovidertransformer no changes completed graph transform terraform graphtransformermulti with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform removedmoduletransformer completed graph transform terraform removedmoduletransformer no changes executing graph transform terraform attachschematransformer attachschematransformer attaching resource schema to aws lambda function test lambda attachschematransformer attaching resource schema to aws dynamodb table basic dynamodb table attachschematransformer attaching resource schema to aws iam role iam for lambda attachschematransformer attaching provider config schema to provider aws completed graph transform terraform attachschematransformer no changes executing graph transform terraform referencetransformer referencetransformer aws lambda function test lambda references referencetransformer aws dynamodb table basic dynamodb table references referencetransformer aws iam role iam for lambda references referencetransformer provider aws references completed graph transform terraform referencetransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform countboundarytransformer completed graph transform terraform countboundarytransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform forcedcbdtransformer completed graph transform terraform forcedcbdtransformer no changes executing graph transform terraform closeprovidertransformer completed graph transform terraform closeprovidertransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider executing graph transform terraform closeprovisionertransformer completed graph transform terraform closeprovisionertransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider root terraform graphnoderoot meta count boundary eachmode fixup terraform nodecountboundary provider aws close terraform graphnodecloseprovider executing graph transform terraform transitivereductiontransformer completed graph transform terraform transitivereductiontransformer with new graph aws dynamodb table basic dynamodb table terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodevalidatableresource aws iam role iam for lambda terraform nodevalidatableresource meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodevalidatableresource aws lambda function test lambda terraform nodevalidatableresource root terraform graphnoderoot meta count boundary eachmode fixup terraform nodecountboundary provider aws close terraform graphnodecloseprovider starting graph walk walkvalidate dag walk updating graph dag walk added new vertex aws dynamodb table basic dynamodb table dag walk added new vertex aws iam role iam for lambda dag walk added new vertex provider aws dag walk added new vertex meta count boundary eachmode fixup dag walk added new vertex provider aws close dag walk added new vertex root dag walk added new vertex aws lambda function test lambda dag walk added edge root waiting on meta count boundary eachmode fixup dag walk added edge meta count boundary eachmode fixup waiting on aws lambda function test lambda dag walk added edge aws lambda function test lambda waiting on aws iam role iam for lambda dag walk added edge meta count boundary eachmode fixup waiting on aws dynamodb table basic dynamodb table dag walk added edge provider aws close waiting on aws dynamodb table basic dynamodb table dag walk added edge provider aws close waiting on aws lambda function test lambda dag walk added edge root waiting on provider aws close dag walk added edge aws iam role iam for lambda waiting on provider aws dag walk added edge aws dynamodb table basic dynamodb table waiting on provider aws dag walk dependencies changed for root sending new deps dag walk dependencies changed for meta count boundary eachmode fixup sending new deps dag walk dependencies changed for aws lambda function test lambda sending new deps dag walk dependencies changed for provider aws close sending new deps dag walk dependencies changed for aws iam role iam for lambda sending new deps dag walk dependencies changed for aws dynamodb table basic dynamodb table sending new deps dag walk visiting provider aws vertex provider aws starting visit terraform nodeapplyableprovider vertex provider aws evaluating entering eval tree provider aws eval terraform evalsequence eval terraform evalinitprovider plugin configuring client automatic mtls plugin starting plugin path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws args plugin plugin started path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin waiting for rpc address path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws plugin terraform provider aws configuring server automatic mtls timestamp plugin using plugin version plugin terraform provider aws plugin address address var folders vy t network unix timestamp builtinevalcontext initialized aws provider for provider aws eval terraform evalnoop eval terraform evalopfilter eval terraform evalsequence eval terraform evalgetprovider eval terraform evalvalidateprovider buildproviderconfig for provider aws using explicit config only grpcprovider getschema plugin stdio waiting for stdio data plugin stdio received eof stopping recv loop err rpc error code unimplemented desc unknown service plugin grpcstdio grpcprovider prepareproviderconfig eval terraform evalnoop eval terraform evalnoop exiting eval tree provider aws vertex provider aws visit complete dag walk visiting aws iam role iam for lambda vertex aws iam role iam for lambda starting visit terraform nodevalidatableresource dag walk visiting aws dynamodb table basic dynamodb table vertex aws iam role iam for lambda evaluating vertex aws dynamodb table basic dynamodb table starting visit terraform nodevalidatableresource entering eval tree aws iam role iam for lambda eval terraform evalsequence vertex aws dynamodb table basic dynamodb table evaluating eval terraform evalgetprovider entering eval tree aws dynamodb table basic dynamodb table eval terraform evalvalidateresource eval terraform evalsequence eval terraform evalgetprovider eval terraform evalvalidateresource grpcprovider validateresourcetypeconfig grpcprovider validateresourcetypeconfig exiting eval tree aws iam role iam for lambda vertex aws iam role iam for lambda visit complete dag walk visiting aws lambda function test lambda vertex aws lambda function test lambda starting visit terraform nodevalidatableresource vertex aws lambda function test lambda evaluating entering eval tree aws lambda function test lambda eval terraform evalsequence eval terraform evalgetprovider eval terraform evalvalidateresource exiting eval tree aws dynamodb table basic dynamodb table vertex aws dynamodb table basic dynamodb table visit complete grpcprovider validateresourcetypeconfig exiting eval tree aws lambda function test lambda vertex aws lambda function test lambda visit complete dag walk visiting meta count boundary eachmode fixup vertex meta count boundary eachmode fixup starting visit terraform nodecountboundary vertex meta count boundary eachmode fixup evaluating entering eval tree meta count boundary eachmode fixup eval terraform evalcountfixzerooneboundaryglobal dag walk visiting provider aws close vertex provider aws close starting visit terraform graphnodecloseprovider exiting eval tree meta count boundary eachmode fixup vertex provider aws close evaluating vertex meta count boundary eachmode fixup visit complete entering eval tree provider aws close eval terraform evalcloseprovider grpcprovider close plugin plugin process exited path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin plugin exited exiting eval tree provider aws close vertex provider aws close visit complete dag walk visiting root vertex root starting visit terraform graphnoderoot vertex root visit complete backend local apply calling refresh terraform building graph graphtyperefresh no managed resources in state during refresh skipping managed resource transformer executing graph transform terraform configtransformer configtransformer starting for path completed graph transform terraform configtransformer no changes executing graph transform terraform orphanresourceinstancetransformer completed graph transform terraform orphanresourceinstancetransformer no changes executing graph transform terraform statetransformer statetransformer state is empty so nothing to do completed graph transform terraform statetransformer no changes executing graph transform terraform attachstatetransformer completed graph transform terraform attachstatetransformer no changes executing graph transform terraform attachresourceconfigtransformer completed graph transform terraform attachresourceconfigtransformer no changes executing graph transform terraform rootvariabletransformer completed graph transform terraform rootvariabletransformer no changes executing graph transform terraform localtransformer completed graph transform terraform localtransformer no changes executing graph transform terraform outputtransformer completed graph transform terraform outputtransformer no changes executing graph transform terraform modulevariabletransformer completed graph transform terraform modulevariabletransformer no changes executing graph transform terraform graphtransformermulti graphtransformermulti executing graph transform terraform providerconfigtransformer providerconfigtransformer attaching to provider aws provider configuration from tf aws tf graphtransformermulti completed graph transform terraform providerconfigtransformer with new graph provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform missingprovidertransformer graphtransformermulti completed graph transform terraform missingprovidertransformer no changes graphtransformermulti executing graph transform terraform providertransformer graphtransformermulti completed graph transform terraform providertransformer no changes graphtransformermulti executing graph transform terraform pruneprovidertransformer pruning unused provider aws graphtransformermulti completed graph transform terraform pruneprovidertransformer with new graph graphtransformermulti executing graph transform terraform parentprovidertransformer graphtransformermulti completed graph transform terraform parentprovidertransformer no changes completed graph transform terraform graphtransformermulti no changes executing graph transform terraform attachschematransformer completed graph transform terraform attachschematransformer no changes executing graph transform terraform referencetransformer completed graph transform terraform referencetransformer no changes executing graph transform terraform attachdependenciestransformer completed graph transform terraform attachdependenciestransformer no changes executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform closeprovidertransformer completed graph transform terraform closeprovidertransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer with new graph root terraform graphnoderoot executing graph transform terraform transitivereductiontransformer completed graph transform terraform transitivereductiontransformer no changes starting graph walk walkrefresh dag walk updating graph dag walk added new vertex root dag walk visiting root vertex root starting visit terraform graphnoderoot vertex root visit complete backend local apply calling plan terraform building graph graphtypeplan executing graph transform terraform configtransformer configtransformer starting for path completed graph transform terraform configtransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource executing graph transform terraform localtransformer completed graph transform terraform localtransformer no changes executing graph transform terraform outputtransformer completed graph transform terraform outputtransformer no changes executing graph transform terraform orphanresourceinstancetransformer completed graph transform terraform orphanresourceinstancetransformer no changes executing graph transform terraform statetransformer statetransformer state is empty so nothing to do completed graph transform terraform statetransformer no changes executing graph transform terraform orphanoutputtransformer completed graph transform terraform orphanoutputtransformer no changes executing graph transform terraform attachresourceconfigtransformer attachresourceconfigtransformer attaching to aws dynamodb table basic dynamodb table terraform nodeplannableresource config from tf dynamodb tf attachresourceconfigtransformer attaching to aws iam role iam for lambda terraform nodeplannableresource config from tf lambda tf attachresourceconfigtransformer attaching to aws lambda function test lambda terraform nodeplannableresource config from tf lambda tf completed graph transform terraform attachresourceconfigtransformer no changes executing graph transform terraform attachstatetransformer completed graph transform terraform attachstatetransformer no changes executing graph transform terraform rootvariabletransformer completed graph transform terraform rootvariabletransformer no changes executing graph transform terraform missingprovisionertransformer completed graph transform terraform missingprovisionertransformer no changes executing graph transform terraform provisionertransformer completed graph transform terraform provisionertransformer no changes executing graph transform terraform modulevariabletransformer completed graph transform terraform modulevariabletransformer no changes executing graph transform terraform graphtransformermulti graphtransformermulti executing graph transform terraform providerconfigtransformer providerconfigtransformer attaching to provider aws provider configuration from tf aws tf graphtransformermulti completed graph transform terraform providerconfigtransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform missingprovidertransformer graphtransformermulti completed graph transform terraform missingprovidertransformer no changes graphtransformermulti executing graph transform terraform providertransformer providertransformer aws dynamodb table basic dynamodb table is provided by provider aws or inherited equivalent providertransformer aws iam role iam for lambda is provided by provider aws or inherited equivalent providertransformer aws lambda function test lambda is provided by provider aws or inherited equivalent providertransformer exact match for provider aws serving aws dynamodb table basic dynamodb table providertransformer aws dynamodb table basic dynamodb table terraform nodeplannableresource needs provider aws providertransformer exact match for provider aws serving aws iam role iam for lambda providertransformer aws iam role iam for lambda terraform nodeplannableresource needs provider aws providertransformer exact match for provider aws serving aws lambda function test lambda providertransformer aws lambda function test lambda terraform nodeplannableresource needs provider aws graphtransformermulti completed graph transform terraform providertransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform pruneprovidertransformer graphtransformermulti completed graph transform terraform pruneprovidertransformer no changes graphtransformermulti executing graph transform terraform parentprovidertransformer graphtransformermulti completed graph transform terraform parentprovidertransformer no changes completed graph transform terraform graphtransformermulti with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform removedmoduletransformer completed graph transform terraform removedmoduletransformer no changes executing graph transform terraform attachschematransformer attachschematransformer attaching resource schema to aws dynamodb table basic dynamodb table attachschematransformer attaching resource schema to aws iam role iam for lambda attachschematransformer attaching resource schema to aws lambda function test lambda attachschematransformer attaching provider config schema to provider aws completed graph transform terraform attachschematransformer no changes executing graph transform terraform referencetransformer referencetransformer aws dynamodb table basic dynamodb table references referencetransformer aws iam role iam for lambda references referencetransformer aws lambda function test lambda references referencetransformer provider aws references completed graph transform terraform referencetransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform countboundarytransformer completed graph transform terraform countboundarytransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform forcedcbdtransformer forcedcbdtransformer aws dynamodb table basic dynamodb table terraform nodeplannableresource has no cbd descendent so skipping forcedcbdtransformer aws iam role iam for lambda terraform nodeplannableresource has no cbd descendent so skipping forcedcbdtransformer aws lambda function test lambda terraform nodeplannableresource has no cbd descendent so skipping completed graph transform terraform forcedcbdtransformer no changes executing graph transform terraform closeprovidertransformer completed graph transform terraform closeprovidertransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider executing graph transform terraform closeprovisionertransformer completed graph transform terraform closeprovisionertransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider root terraform graphnoderoot meta count boundary eachmode fixup terraform nodecountboundary provider aws close terraform graphnodecloseprovider executing graph transform terraform transitivereductiontransformer completed graph transform terraform transitivereductiontransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeplannableresource aws iam role iam for lambda terraform nodeplannableresource meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodeplannableresource aws lambda function test lambda terraform nodeplannableresource root terraform graphnoderoot meta count boundary eachmode fixup terraform nodecountboundary provider aws close terraform graphnodecloseprovider starting graph walk walkplan dag walk updating graph dag walk added new vertex root dag walk added new vertex aws dynamodb table basic dynamodb table dag walk added new vertex aws iam role iam for lambda dag walk added new vertex aws lambda function test lambda dag walk added new vertex provider aws dag walk added new vertex meta count boundary eachmode fixup dag walk added new vertex provider aws close dag walk added edge aws dynamodb table basic dynamodb table waiting on provider aws dag walk added edge meta count boundary eachmode fixup waiting on aws dynamodb table basic dynamodb table dag walk added edge provider aws close waiting on aws lambda function test lambda dag walk added edge provider aws close waiting on aws dynamodb table basic dynamodb table dag walk added edge aws lambda function test lambda waiting on aws iam role iam for lambda dag walk added edge aws iam role iam for lambda waiting on provider aws dag walk added edge root waiting on meta count boundary eachmode fixup dag walk added edge meta count boundary eachmode fixup waiting on aws lambda function test lambda dag walk added edge root waiting on provider aws close dag walk dependencies changed for aws lambda function test lambda sending new deps dag walk dependencies changed for aws iam role iam for lambda sending new deps dag walk dependencies changed for root sending new deps dag walk dependencies changed for aws dynamodb table basic dynamodb table sending new deps dag walk dependencies changed for meta count boundary eachmode fixup sending new deps dag walk dependencies changed for provider aws close sending new deps dag walk visiting provider aws vertex provider aws starting visit terraform nodeapplyableprovider vertex provider aws evaluating entering eval tree provider aws eval terraform evalsequence eval terraform evalinitprovider plugin configuring client automatic mtls plugin starting plugin path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws args plugin plugin started path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin waiting for rpc address path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws plugin terraform provider aws configuring server automatic mtls timestamp plugin using plugin version plugin terraform provider aws plugin address network unix address var folders vy t timestamp builtinevalcontext initialized aws provider for provider aws eval terraform evalnoop eval terraform evalnoop eval terraform evalopfilter eval terraform evalsequence eval terraform evalgetprovider eval terraform evalopfilter eval terraform evalsequence eval terraform evalconfigprovider buildproviderconfig for provider aws using explicit config only grpcprovider getschema plugin stdio waiting for stdio data plugin stdio received eof stopping recv loop err rpc error code unimplemented desc unknown service plugin grpcstdio grpcprovider configure plugin terraform provider aws no assume role block read from configuration plugin terraform provider aws building aws auth structure plugin terraform provider aws setting aws metadata api timeout to plugin terraform provider aws aws auth provider used staticprovider plugin terraform provider aws aws account id not found for provider see for implications plugin terraform provider aws unable to get supported platforms authfailure aws was not able to validate the provided access credentials plugin terraform provider aws status code request id exiting eval tree provider aws vertex provider aws visit complete dag walk visiting aws iam role iam for lambda vertex aws iam role iam for lambda starting visit terraform nodeplannableresource vertex aws iam role iam for lambda evaluating entering eval tree aws iam role iam for lambda dag walk visiting aws dynamodb table basic dynamodb table eval terraform evalwriteresourcestate vertex aws dynamodb table basic dynamodb table starting visit terraform nodeplannableresource exiting eval tree aws iam role iam for lambda vertex aws iam role iam for lambda expanding dynamic subgraph vertex aws dynamodb table basic dynamodb table evaluating executing graph transform terraform resourcecounttransformer entering eval tree aws dynamodb table basic dynamodb table eval terraform evalwriteresourcestate completed graph transform terraform resourcecounttransformer with new graph aws iam role iam for lambda terraform nodeplannableresourceinstance executing graph transform terraform orphanresourcecounttransformer completed graph transform terraform orphanresourcecounttransformer no changes executing graph transform terraform attachstatetransformer resource instance state not found for node aws iam role iam for lambda instance aws iam role iam for lambda completed graph transform terraform attachstatetransformer no changes executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform referencetransformer referencetransformer aws iam role iam for lambda references completed graph transform terraform referencetransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer no changes vertex aws iam role iam for lambda entering dynamic subgraph dag walk updating graph dag walk added new vertex aws iam role iam for lambda dag walk visiting aws iam role iam for lambda vertex aws iam role iam for lambda starting visit terraform nodeplannableresourceinstance exiting eval tree aws dynamodb table basic dynamodb table vertex aws iam role iam for lambda evaluating vertex aws dynamodb table basic dynamodb table expanding dynamic subgraph entering eval tree aws iam role iam for lambda eval terraform evalsequence eval terraform evalgetprovider executing graph transform terraform resourcecounttransformer eval terraform evalreadstate evalreadstate reading state for aws iam role iam for lambda completed graph transform terraform resourcecounttransformer with new graph aws dynamodb table basic dynamodb table terraform nodeplannableresourceinstance executing graph transform terraform orphanresourcecounttransformer completed graph transform terraform orphanresourcecounttransformer no changes executing graph transform terraform attachstatetransformer resource instance state not found for node aws dynamodb table basic dynamodb table instance aws dynamodb table basic dynamodb table completed graph transform terraform attachstatetransformer no changes executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform referencetransformer referencetransformer aws dynamodb table basic dynamodb table references completed graph transform terraform referencetransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer no changes vertex aws dynamodb table basic dynamodb table entering dynamic subgraph dag walk updating graph dag walk added new vertex aws dynamodb table basic dynamodb table dag walk visiting aws dynamodb table basic dynamodb table vertex aws dynamodb table basic dynamodb table starting visit terraform nodeplannableresourceinstance vertex aws dynamodb table basic dynamodb table evaluating entering eval tree aws dynamodb table basic dynamodb table eval terraform evalsequence eval terraform evalgetprovider evalreadstate no state present for aws iam role iam for lambda eval terraform evalvalidateselfref eval terraform evalreadstate eval terraform evaldiff evalreadstate reading state for aws dynamodb table basic dynamodb table evalreadstate no state present for aws dynamodb table basic dynamodb table eval terraform evalvalidateselfref eval terraform evaldiff re validating config for aws iam role iam for lambda grpcprovider validateresourcetypeconfig re validating config for aws dynamodb table basic dynamodb table grpcprovider validateresourcetypeconfig grpcprovider planresourcechange grpcprovider planresourcechange provider registry terraform io aws produced an invalid plan for aws iam role iam for lambda but we are tolerating it because it is using the legacy plugin sdk the following problems may be the cause of any confusing errors from downstream operations path planned value cty stringval does not match config value cty nullval cty string force detach policies planned value cty false does not match config value cty nullval cty bool max session duration planned value cty numberintval does not match config value cty nullval cty number eval terraform evalcheckpreventdestroy eval terraform evalwritestate evalwritestate writing current state object for aws iam role iam for lambda eval terraform evalwritediff evalwritediff recorded create change for aws iam role iam for lambda exiting eval tree aws iam role iam for lambda vertex aws iam role iam for lambda visit complete vertex aws iam role iam for lambda dynamic subgraph completed successfully vertex aws iam role iam for lambda visit complete dag walk visiting aws lambda function test lambda vertex aws lambda function test lambda starting visit terraform nodeplannableresource vertex aws lambda function test lambda evaluating entering eval tree aws lambda function test lambda eval terraform evalwriteresourcestate exiting eval tree aws lambda function test lambda vertex aws lambda function test lambda expanding dynamic subgraph executing graph transform terraform resourcecounttransformer completed graph transform terraform resourcecounttransformer with new graph aws lambda function test lambda terraform nodeplannableresourceinstance executing graph transform terraform orphanresourcecounttransformer completed graph transform terraform orphanresourcecounttransformer no changes executing graph transform terraform attachstatetransformer resource instance state not found for node aws lambda function test lambda instance aws lambda function test lambda completed graph transform terraform attachstatetransformer no changes executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform referencetransformer referencetransformer aws lambda function test lambda references completed graph transform terraform referencetransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer no changes vertex aws lambda function test lambda entering dynamic subgraph dag walk updating graph dag walk added new vertex aws lambda function test lambda dag walk visiting aws lambda function test lambda vertex aws lambda function test lambda starting visit terraform nodeplannableresourceinstance vertex aws lambda function test lambda evaluating entering eval tree aws lambda function test lambda eval terraform evalsequence eval terraform evalgetprovider eval terraform evalreadstate evalreadstate reading state for aws lambda function test lambda evalreadstate no state present for aws lambda function test lambda eval terraform evalvalidateselfref eval terraform evaldiff re validating config for aws lambda function test lambda grpcprovider validateresourcetypeconfig grpcprovider planresourcechange provider registry terraform io aws produced an invalid plan for aws dynamodb table basic dynamodb table but we are tolerating it because it is using the legacy plugin sdk the following problems may be the cause of any confusing errors from downstream operations point in time recovery attribute representing nested block must not be unknown itself set nested attribute values to unknown instead server side encryption attribute representing nested block must not be unknown itself set nested attribute values to unknown instead eval terraform evalcheckpreventdestroy eval terraform evalwritestate evalwritestate writing current state object for aws dynamodb table basic dynamodb table eval terraform evalwritediff evalwritediff recorded create change for aws dynamodb table basic dynamodb table exiting eval tree aws dynamodb table basic dynamodb table vertex aws dynamodb table basic dynamodb table visit complete vertex aws dynamodb table basic dynamodb table dynamic subgraph completed successfully vertex aws dynamodb table basic dynamodb table visit complete provider registry terraform io aws produced an invalid plan for aws lambda function test lambda but we are tolerating it because it is using the legacy plugin sdk the following problems may be the cause of any confusing errors from downstream operations memory size planned value cty numberintval does not match config value cty nullval cty number publish planned value cty false does not match config value cty nullval cty bool reserved concurrent executions planned value cty numberintval does not match config value cty nullval cty number timeout planned value cty numberintval does not match config value cty nullval cty number tracing config attribute representing nested block must not be unknown itself set nested attribute values to unknown instead eval terraform evalcheckpreventdestroy eval terraform evalwritestate evalwritestate writing current state object for aws lambda function test lambda eval terraform evalwritediff evalwritediff recorded create change for aws lambda function test lambda exiting eval tree aws lambda function test lambda vertex aws lambda function test lambda visit complete vertex aws lambda function test lambda dynamic subgraph completed successfully vertex aws lambda function test lambda visit complete dag walk visiting provider aws close vertex provider aws close starting visit terraform graphnodecloseprovider dag walk visiting meta count boundary eachmode fixup vertex provider aws close evaluating vertex meta count boundary eachmode fixup starting visit terraform nodecountboundary entering eval tree provider aws close eval terraform evalcloseprovider vertex meta count boundary eachmode fixup evaluating grpcprovider close entering eval tree meta count boundary eachmode fixup eval terraform evalcountfixzerooneboundaryglobal exiting eval tree meta count boundary eachmode fixup vertex meta count boundary eachmode fixup visit complete plugin plugin process exited path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin plugin exited exiting eval tree provider aws close vertex provider aws close visit complete dag walk visiting root vertex root starting visit terraform graphnoderoot vertex root visit complete command asking for input do you want to perform these actions backend local apply calling apply terraform building graph graphtypeapply executing graph transform terraform configtransformer configtransformer starting for path completed graph transform terraform configtransformer with new graph aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource executing graph transform terraform difftransformer difftransformer starting difftransformer found create change for aws iam role iam for lambda difftransformer aws iam role iam for lambda will be represented by aws iam role iam for lambda difftransformer found create change for aws dynamodb table basic dynamodb table difftransformer aws dynamodb table basic dynamodb table will be represented by aws dynamodb table basic dynamodb table difftransformer found create change for aws lambda function test lambda difftransformer aws lambda function test lambda will be represented by aws lambda function test lambda difftransformer complete completed graph transform terraform difftransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource executing graph transform terraform orphanresourcetransformer completed graph transform terraform orphanresourcetransformer no changes executing graph transform terraform orphanoutputtransformer completed graph transform terraform orphanoutputtransformer no changes executing graph transform terraform attachresourceconfigtransformer attachresourceconfigtransformer attaching to aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance config from tf dynamodb tf attachresourceconfigtransformer attaching to aws lambda function test lambda terraform nodeapplyableresourceinstance config from tf lambda tf attachresourceconfigtransformer attaching to aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource config from tf dynamodb tf attachresourceconfigtransformer attaching to aws iam role iam for lambda prepare state terraform nodeapplyableresource config from tf lambda tf attachresourceconfigtransformer attaching to aws lambda function test lambda prepare state terraform nodeapplyableresource config from tf lambda tf attachresourceconfigtransformer attaching to aws iam role iam for lambda terraform nodeapplyableresourceinstance config from tf lambda tf completed graph transform terraform attachresourceconfigtransformer no changes executing graph transform terraform attachstatetransformer resource state not found for node aws iam role iam for lambda instance aws iam role iam for lambda resource state not found for node aws dynamodb table basic dynamodb table instance aws dynamodb table basic dynamodb table resource state not found for node aws lambda function test lambda instance aws lambda function test lambda completed graph transform terraform attachstatetransformer no changes executing graph transform terraform missingprovisionertransformer completed graph transform terraform missingprovisionertransformer no changes executing graph transform terraform provisionertransformer completed graph transform terraform provisionertransformer no changes executing graph transform terraform rootvariabletransformer completed graph transform terraform rootvariabletransformer no changes executing graph transform terraform localtransformer completed graph transform terraform localtransformer no changes executing graph transform terraform outputtransformer completed graph transform terraform outputtransformer no changes executing graph transform terraform modulevariabletransformer completed graph transform terraform modulevariabletransformer no changes executing graph transform terraform graphtransformermulti graphtransformermulti executing graph transform terraform providerconfigtransformer providerconfigtransformer attaching to provider aws provider configuration from tf aws tf graphtransformermulti completed graph transform terraform providerconfigtransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform missingprovidertransformer graphtransformermulti completed graph transform terraform missingprovidertransformer no changes graphtransformermulti executing graph transform terraform providertransformer providertransformer aws dynamodb table basic dynamodb table prepare state is provided by provider aws or inherited equivalent providertransformer aws iam role iam for lambda prepare state is provided by provider aws or inherited equivalent providertransformer aws lambda function test lambda prepare state is provided by provider aws or inherited equivalent providertransformer aws iam role iam for lambda is provided by provider aws or inherited equivalent providertransformer aws dynamodb table basic dynamodb table is provided by provider aws or inherited equivalent providertransformer aws lambda function test lambda is provided by provider aws or inherited equivalent providertransformer exact match for provider aws serving aws dynamodb table basic dynamodb table prepare state providertransformer aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource needs provider aws providertransformer exact match for provider aws serving aws iam role iam for lambda prepare state providertransformer aws iam role iam for lambda prepare state terraform nodeapplyableresource needs provider aws providertransformer exact match for provider aws serving aws lambda function test lambda prepare state providertransformer aws lambda function test lambda prepare state terraform nodeapplyableresource needs provider aws providertransformer exact match for provider aws serving aws iam role iam for lambda providertransformer aws iam role iam for lambda terraform nodeapplyableresourceinstance needs provider aws providertransformer exact match for provider aws serving aws dynamodb table basic dynamodb table providertransformer aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance needs provider aws providertransformer exact match for provider aws serving aws lambda function test lambda providertransformer aws lambda function test lambda terraform nodeapplyableresourceinstance needs provider aws graphtransformermulti completed graph transform terraform providertransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider graphtransformermulti executing graph transform terraform pruneprovidertransformer graphtransformermulti completed graph transform terraform pruneprovidertransformer no changes graphtransformermulti executing graph transform terraform parentprovidertransformer graphtransformermulti completed graph transform terraform parentprovidertransformer no changes completed graph transform terraform graphtransformermulti with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform removedmoduletransformer completed graph transform terraform removedmoduletransformer no changes executing graph transform terraform attachschematransformer attachschematransformer attaching resource schema to aws iam role iam for lambda attachschematransformer attaching resource schema to aws dynamodb table basic dynamodb table attachschematransformer attaching resource schema to aws lambda function test lambda attachschematransformer attaching provider config schema to provider aws attachschematransformer attaching resource schema to aws dynamodb table basic dynamodb table prepare state attachschematransformer attaching resource schema to aws iam role iam for lambda prepare state attachschematransformer attaching resource schema to aws lambda function test lambda prepare state completed graph transform terraform attachschematransformer no changes executing graph transform terraform referencetransformer referencetransformer aws iam role iam for lambda prepare state references referencetransformer aws lambda function test lambda prepare state references referencetransformer aws iam role iam for lambda references referencetransformer aws dynamodb table basic dynamodb table references referencetransformer aws lambda function test lambda references referencetransformer provider aws references referencetransformer aws dynamodb table basic dynamodb table prepare state references completed graph transform terraform referencetransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform attachdependenciestransformer attachdependenciestransformer aws lambda function test lambda depends on attachdependenciestransformer aws iam role iam for lambda depends on attachdependenciestransformer aws dynamodb table basic dynamodb table depends on completed graph transform terraform attachdependenciestransformer no changes executing graph transform terraform destroyedgetransformer completed graph transform terraform destroyedgetransformer no changes executing graph transform terraform cbdedgetransformer completed graph transform terraform cbdedgetransformer no changes executing graph transform terraform pruneunusedvaluestransformer completed graph transform terraform pruneunusedvaluestransformer no changes executing graph transform terraform countboundarytransformer completed graph transform terraform countboundarytransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider executing graph transform terraform targetstransformer completed graph transform terraform targetstransformer no changes executing graph transform terraform closeprovidertransformer completed graph transform terraform closeprovidertransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider executing graph transform terraform closeprovisionertransformer completed graph transform terraform closeprovisionertransformer no changes executing graph transform terraform roottransformer completed graph transform terraform roottransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws lambda function test lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider root terraform graphnoderoot meta count boundary eachmode fixup terraform nodecountboundary provider aws close terraform graphnodecloseprovider executing graph transform terraform transitivereductiontransformer completed graph transform terraform transitivereductiontransformer with new graph aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource aws dynamodb table basic dynamodb table prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws iam role iam for lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda prepare state terraform nodeapplyableresource aws iam role iam for lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider aws lambda function test lambda terraform nodeapplyableresourceinstance aws iam role iam for lambda terraform nodeapplyableresourceinstance aws lambda function test lambda prepare state terraform nodeapplyableresource aws lambda function test lambda prepare state terraform nodeapplyableresource provider aws terraform nodeapplyableprovider meta count boundary eachmode fixup terraform nodecountboundary aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws lambda function test lambda terraform nodeapplyableresourceinstance provider aws terraform nodeapplyableprovider provider aws close terraform graphnodecloseprovider aws dynamodb table basic dynamodb table terraform nodeapplyableresourceinstance aws lambda function test lambda terraform nodeapplyableresourceinstance root terraform graphnoderoot meta count boundary eachmode fixup terraform nodecountboundary provider aws close terraform graphnodecloseprovider starting graph walk walkapply dag walk updating graph dag walk added new vertex aws dynamodb table basic dynamodb table prepare state dag walk added new vertex aws iam role iam for lambda prepare state dag walk added new vertex aws lambda function test lambda prepare state dag walk added new vertex aws dynamodb table basic dynamodb table dag walk added new vertex root dag walk added new vertex provider aws close dag walk added new vertex meta count boundary eachmode fixup dag walk added new vertex aws lambda function test lambda dag walk added new vertex provider aws dag walk added new vertex aws iam role iam for lambda dag walk added edge aws dynamodb table basic dynamodb table prepare state waiting on provider aws dag walk added edge aws lambda function test lambda waiting on aws lambda function test lambda prepare state dag walk added edge aws iam role iam for lambda prepare state waiting on provider aws dag walk added edge meta count boundary eachmode fixup waiting on aws dynamodb table basic dynamodb table dag walk added edge meta count boundary eachmode fixup waiting on aws lambda function test lambda dag walk added edge provider aws close waiting on aws dynamodb table basic dynamodb table dag walk added edge root waiting on meta count boundary eachmode fixup dag walk added edge aws lambda function test lambda waiting on aws iam role iam for lambda dag walk added edge aws iam role iam for lambda waiting on aws iam role iam for lambda prepare state dag walk added edge provider aws close waiting on aws lambda function test lambda dag walk added edge aws lambda function test lambda prepare state waiting on provider aws dag walk added edge aws dynamodb table basic dynamodb table waiting on aws dynamodb table basic dynamodb table prepare state dag walk added edge root waiting on provider aws close dag walk dependencies changed for aws lambda function test lambda prepare state sending new deps dag walk dependencies changed for aws dynamodb table basic dynamodb table sending new deps dag walk dependencies changed for aws lambda function test lambda sending new deps dag walk dependencies changed for meta count boundary eachmode fixup sending new deps dag walk dependencies changed for root sending new deps dag walk dependencies changed for aws iam role iam for lambda sending new deps dag walk dependencies changed for aws dynamodb table basic dynamodb table prepare state sending new deps dag walk dependencies changed for aws iam role iam for lambda prepare state sending new deps dag walk dependencies changed for provider aws close sending new deps dag walk visiting provider aws vertex provider aws starting visit terraform nodeapplyableprovider vertex provider aws evaluating entering eval tree provider aws eval terraform evalsequence eval terraform evalinitprovider plugin configuring client automatic mtls plugin starting plugin path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws args plugin plugin started path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid plugin waiting for rpc address path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws plugin terraform provider aws configuring server automatic mtls timestamp plugin terraform provider aws plugin address address var folders vy t network unix timestamp plugin using plugin version builtinevalcontext initialized aws provider for provider aws eval terraform evalnoop eval terraform evalnoop eval terraform evalopfilter plugin stdio waiting for stdio data eval terraform evalsequence eval terraform evalgetprovider eval terraform evalopfilter eval terraform evalsequence eval terraform evalconfigprovider buildproviderconfig for provider aws using explicit config only grpcprovider getschema plugin stdio received eof stopping recv loop err rpc error code unimplemented desc unknown service plugin grpcstdio grpcprovider configure plugin terraform provider aws no assume role block read from configuration plugin terraform provider aws building aws auth structure plugin terraform provider aws setting aws metadata api timeout to plugin terraform provider aws aws auth provider used staticprovider plugin terraform provider aws aws account id not found for provider see for implications plugin terraform provider aws unable to get supported platforms authfailure aws was not able to validate the provided access credentials plugin terraform provider aws status code request id exiting eval tree provider aws vertex provider aws visit complete dag walk visiting aws lambda function test lambda prepare state vertex aws lambda function test lambda prepare state starting visit terraform nodeapplyableresource vertex aws lambda function test lambda prepare state evaluating dag walk visiting aws dynamodb table basic dynamodb table prepare state dag walk visiting aws iam role iam for lambda prepare state vertex aws dynamodb table basic dynamodb table prepare state starting visit terraform nodeapplyableresource vertex aws iam role iam for lambda prepare state starting visit terraform nodeapplyableresource entering eval tree aws lambda function test lambda prepare state vertex aws iam role iam for lambda prepare state evaluating vertex aws dynamodb table basic dynamodb table prepare state evaluating entering eval tree aws iam role iam for lambda prepare state eval terraform evalwriteresourcestate eval terraform evalwriteresourcestate entering eval tree aws dynamodb table basic dynamodb table prepare state eval terraform evalwriteresourcestate exiting eval tree aws iam role iam for lambda prepare state exiting eval tree aws lambda function test lambda prepare state vertex aws lambda function test lambda prepare state visit complete vertex aws iam role iam for lambda prepare state visit complete exiting eval tree aws dynamodb table basic dynamodb table prepare state dag walk visiting aws iam role iam for lambda vertex aws dynamodb table basic dynamodb table prepare state visit complete vertex aws iam role iam for lambda starting visit terraform nodeapplyableresourceinstance dag walk visiting aws dynamodb table basic dynamodb table vertex aws iam role iam for lambda evaluating vertex aws dynamodb table basic dynamodb table starting visit terraform nodeapplyableresourceinstance entering eval tree aws iam role iam for lambda eval terraform evalsequence vertex aws dynamodb table basic dynamodb table evaluating eval terraform evalgetprovider entering eval tree aws dynamodb table basic dynamodb table eval terraform evalreaddiff eval terraform evalsequence eval terraform evalgetprovider eval terraform evalreaddiff evalreaddiff read create change from plan for aws iam role iam for lambda eval terraform evalif eval terraform evalnoop eval terraform evalif eval terraform evalreadstate evalreadstate reading state for aws iam role iam for lambda evalreadstate no state present for aws iam role iam for lambda eval terraform evalreaddiff evalreaddiff read create change from plan for aws iam role iam for lambda eval terraform evaldiff evalreaddiff read create change from plan for aws dynamodb table basic dynamodb table eval terraform evalif eval terraform evalnoop eval terraform evalif eval terraform evalreadstate evalreadstate reading state for aws dynamodb table basic dynamodb table evalreadstate no state present for aws dynamodb table basic dynamodb table eval terraform evalreaddiff re validating config for aws iam role iam for lambda grpcprovider validateresourcetypeconfig evalreaddiff read create change from plan for aws dynamodb table basic dynamodb table eval terraform evaldiff re validating config for aws dynamodb table basic dynamodb table grpcprovider validateresourcetypeconfig grpcprovider planresourcechange grpcprovider planresourcechange provider registry terraform io aws produced an invalid plan for aws iam role iam for lambda but we are tolerating it because it is using the legacy plugin sdk the following problems may be the cause of any confusing errors from downstream operations path planned value cty stringval does not match config value cty nullval cty string force detach policies planned value cty false does not match config value cty nullval cty bool max session duration planned value cty numberintval does not match config value cty nullval cty number eval terraform evalcheckplannedchange evalcheckplannedchange verifying that actual change action create matches planned change action create eval terraform evalgetprovider eval terraform evalreadstate evalreadstate reading state for aws iam role iam for lambda evalreadstate no state present for aws iam role iam for lambda eval terraform evalreducediff eval terraform evalif eval terraform evalnoop eval terraform evalapplypre eval terraform evalapply aws iam role iam for lambda applying the planned create change grpcprovider applyresourcechange plugin terraform provider aws waiting for state to become provider registry terraform io aws produced an invalid plan for aws dynamodb table basic dynamodb table but we are tolerating it because it is using the legacy plugin sdk the following problems may be the cause of any confusing errors from downstream operations point in time recovery attribute representing nested block must not be unknown itself set nested attribute values to unknown instead server side encryption attribute representing nested block must not be unknown itself set nested attribute values to unknown instead eval terraform evalcheckplannedchange evalcheckplannedchange verifying that actual change action create matches planned change action create eval terraform evalgetprovider eval terraform evalreadstate evalreadstate reading state for aws dynamodb table basic dynamodb table evalreadstate no state present for aws dynamodb table basic dynamodb table eval terraform evalreducediff eval terraform evalif eval terraform evalnoop eval terraform evalapplypre eval terraform evalapply aws dynamodb table basic dynamodb table applying the planned create change grpcprovider applyresourcechange plugin terraform provider aws setting computed for server side encryption from computedkeys plugin terraform provider aws setting computed for point in time recovery from computedkeys plugin terraform provider aws creating dynamodb table with key schema map interface hash key dochash plugin terraform provider aws waiting for state to become plugin terraform provider aws panic runtime error invalid memory address or nil pointer dereference plugin terraform provider aws plugin terraform provider aws plugin terraform provider aws goroutine plugin terraform provider aws github com terraform providers terraform provider aws aws resourceawsdynamodbtablecreate plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws aws resource aws dynamodb table go plugin terraform provider aws github com hashicorp terraform plugin sdk helper schema resource apply plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor github com hashicorp terraform plugin sdk helper schema resource go plugin terraform provider aws github com hashicorp terraform plugin sdk helper schema provider apply plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor github com hashicorp terraform plugin sdk helper schema provider go plugin terraform provider aws github com hashicorp terraform plugin sdk internal helper plugin grpcproviderserver applyresourcechange plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor github com hashicorp terraform plugin sdk internal helper plugin grpc provider go plugin terraform provider aws github com hashicorp terraform plugin sdk internal provider applyresourcechange handler plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor github com hashicorp terraform plugin sdk internal pb go plugin terraform provider aws google golang org grpc server processunaryrpc plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor google golang org grpc server go plugin terraform provider aws google golang org grpc server handlestream plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor google golang org grpc server go plugin terraform provider aws google golang org grpc server servestreams plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor google golang org grpc server go plugin terraform provider aws created by google golang org grpc server servestreams plugin terraform provider aws opt teamcity agent work src github com terraform providers terraform provider aws vendor google golang org grpc server go aws dynamodb table basic dynamodb table apply errored but we re indicating that via the error pointer rather than returning it rpc error code unavailable desc transport is closing aws iam role iam for lambda apply errored but we re indicating that via the error pointer rather than returning it rpc error code unavailable desc transport is closing eval terraform evalmaybetainted eval terraform evalmaybetainted evalmaybetainted aws dynamodb table basic dynamodb table encountered an error during creation so it is now marked as tainted eval terraform evalwritestate evalmaybetainted aws iam role iam for lambda encountered an error during creation so it is now marked as tainted evalwritestate removing state object for aws dynamodb table basic dynamodb table eval terraform evalwritestate eval terraform evalapplyprovisioners evalwritestate removing state object for aws iam role iam for lambda eval terraform evalapplyprovisioners evalapplyprovisioners aws iam role iam for lambda has no state so skipping provisioners eval terraform evalmaybetainted evalapplyprovisioners aws dynamodb table basic dynamodb table has no state so skipping provisioners evalmaybetainted aws iam role iam for lambda encountered an error during creation so it is now marked as tainted eval terraform evalwritestate eval terraform evalmaybetainted evalmaybetainted aws dynamodb table basic dynamodb table encountered an error during creation so it is now marked as tainted eval terraform evalwritestate evalwritestate removing state object for aws iam role iam for lambda evalwritestate removing state object for aws dynamodb table basic dynamodb table eval terraform evalif eval terraform evalif eval terraform evalif eval terraform evalif eval terraform evalwritediff eval terraform evalwritediff eval terraform evalapplypost eval terraform evalapplypost eval terraform evalapplypost err rpc error code unavailable desc transport is closing eval terraform evalsequence err rpc error code unavailable desc transport is closing eval terraform evalapplypost err rpc error code unavailable desc transport is closing exiting eval tree aws dynamodb table basic dynamodb table vertex aws dynamodb table basic dynamodb table visit complete eval terraform evalsequence err rpc error code unavailable desc transport is closing exiting eval tree aws iam role iam for lambda vertex aws iam role iam for lambda visit complete dag walk upstream of aws lambda function test lambda errored so skipping dag walk upstream of meta count boundary eachmode fixup errored so skipping dag walk upstream of provider aws close errored so skipping dag walk upstream of root errored so skipping statemgr filesystem reading latest snapshot from terraform tfstate statemgr filesystem snapshot file has nil snapshot but that s okay statemgr filesystem read nil snapshot statemgr filesystem no original state snapshot to back up statemgr filesystem state has changed since last snapshot so incrementing serial to statemgr filesystem writing snapshot at terraform tfstate plugin plugin process exited path users btc projects src forceclassify extraction terraform plugins darwin terraform provider aws pid error exit status statemgr filesystem removing lock metadata file terraform tfstate lock info statemgr filesystem unlocking terraform tfstate using fcntl flock plugin plugin exited terraform apply
0
125,853
26,742,514,504
IssuesEvent
2023-01-30 13:57:54
jongfeel/BookReview
https://api.github.com/repos/jongfeel/BookReview
closed
6장 예측 가능한 코드를 작성하라
2023 Good Code Bad Code
## 6장 예측 가능한 코드를 작성하라 개발자는 코드를 사용하는 방법에 대한 정신 모델(mental model)을 구축한다. mental model은 코드 계약, 사전 지식, 적용 가능한 공통 패러다임에 근거해서 만들어진다. 코드가 하는 일이 mental model과 일치하지 않는다면, 예측에서 벗어나는 기분 나쁜 일이 일어날 가능성이 크다. 예측 가능한 코드를 작성하는 것은 무언가를 분명하게 하는 것일 때가 많다. 코드의 동작이 실제 일어날 것이라고 생각하는 것과 일치하지 않는다면 문제가 생기므로 다른 개발자에게 확실하게 알려야 한다. <pre> 논의내용) 예측 가능한 코드는 가독성과도 연관되어 있다. <b>예측 가능한 코드를 짜기 위해 실천했던 방법이 있었다면 하나 정도 얘기</b>를 해 보면 좋을 것 같다. 책의 예시 처럼 매직값 같은 경우는 다른 책에도 많이 언급하고 있었기 때문에 추상화된 함수나 상수로 구현하려고 했던 건 기본적은 실천법이었던 것 같다. 추가로 6.6절에 있는 <b>열거형에 대한 논란도 상당히 재미있었는데, 자신은 어떤 주장을 하는 쪽에 속하는지 얘기</b>해 봐도 좋을 것 같다. 아마 대부분 열거형을 쓰는 쪽일 것 같은데, 사실 다형성을 활용해서 특정 값을 객체 안에 캡슐화 시킨다는 생각은 정말 객체지향 빠돌이가 아니면 생각하지 못할 부분인 것 같다. 이렇게 만드는 사람이 정말 있을까? (그런데 그 주장의 근거가 아주 못할 짓은 아닌게, 상당히 객체지향적인 마인드로 만들어서 쓴다면 단일 인터페이스 하나로 열거형 쯤은 안써도 될 수 있는 수준으로 아름답게 쓸 수 있을 것 같긴 하다) </pre> ### 6.1 매직값을 반환하지 말아야 한다 매직값magic value은 함수의 정상적인 반환 유형에 적합하지만 특별한 의미를 가지고 있다. 일반적인 예로 -1을 반환하는 것은 값이 없거나 오류가 발생했다는 걸 나타낸다. 매직값은 문법적으로 반환 유형에만 맞춘 것으로 동작은 하지만 특별한 의미를 인지하지 못하고 정상적인 반환값으로 오인하기 쉽다. #### 6.1.1 매직값은 버그를 유발할 수 있다 과거 레거시 코드나 indexOf와 같은 내장 함수들이 -1을 반환한다. 계속해서 이런 코드를 작업 중이거나, 신중하게 최적화해야 하는 코드가 있다면 계속 쓸 이유가 있지만 일반적으로는 매직값을 반환하면 예측을 벗어날 위험이 있으므로 사용하지 않는 것이 바람직하다. 예제 나이를 반환하는데 int 값을 사용하고 이 나이의 평균을 구하는데 잘못된 나이에 대해 -1이 반환된다면 문제가 생길 수 있다. 즉 나이가 옵셔널 널을 허용하는 int? 값이라서 내부적으로 null이 체크가 됐을 때 -1을 반환한다면 예측 불가능한 코드가 된다. 그리고 단위 테스트가 이 문제를 발견하지 못할 수 있는데 단위 테스트에 사용하는 코드는 모든 인스턴스가 정상적인 나이를 가지고 있을 가능성이 높기 때문이다. ``` 의견) -1을 반환하는 기본 내장 함수들에 대해 특별히 잘못된 매직값이다라고 의식하지는 않았는데 조금 더 예측 가능한 코드를 위해 책에서 제시하는 널, 옵셔널, 오류를 사용하는게 좋겠다는 생각이 든다. (생각이라 읽고 설득이라 씀) ``` #### 6.1.2 해결책: 널, 옵셔널 또는 오류를 반환하라 값이 없을 수 있는 경우에는 코드 계약의 명백한 부분에서 확인할 수 있도록 한다. 널 안전성을 지원하는 경우 널이 가능한 유형을 반환하고, 널 안전성을 지원하지 않는 경우에는 옵셔널 값을 반환한다. 널이 반환되면 컴파일러 오류를 발생시켜서 이 함수를 작성한 개발자가 코드에 잠재적인 버그가 있다는 것을 깨닫게 한다. 널값이나 비어 있는 옵셔널을 반환하는 것의 단점은 값이 없는 이유를 명시적으로 전달하지 않는다는 점인데, 사용자의 나이가 값을 제공하지 않았기 때문에 널인지, 혹은 시스템에서 오류가 발생하여 널인지 알 수 없다. 이럴 때는 오류 전달 기법을 사용하는 걸 고려해야 한다. > 널이 가능한 반환 유형은 호출하는 쪽에 부담을 주지 않는가? 이것에 대한 짧은 대답은 종종 '그렇다' 이다. 널을 처리하기 위한 노력으로 널 객체 패턴을 사용할 수 있고, Null 관련 예외 처리에 대한 위험 부담도 있다. #### 6.1.3 때때로 매직값이 우연히 발생할 수 있다 정수 리스트에서 최소값을 찾는 예제를 통해 확인 ``` java Int minValue(List<Int> values) ``` 리스트가 비어 있으면 매직값(Int.MAX_VALUE)를 반환하는데 우연히 반환되는 것이 아닐 수 있다. - 빈 목록에 대해 최소값이 의미가 없다는 걸 알고 있다면 어떤 값이 반환되도 중요하지 않다 - Int.MAX_VALUE 보다 더 큰 정수가 없으므로 반환하기에 적합하다. 이런 주장은 함수가 어떻게 호출되고 결과가 어떨지에 대해 가정을 하는 것인데, 그 가정이 잘못된 것이라면 코드는 예측을 벗어나는 동작을 하게 된다. 따라서 minValue() 함수의 경우 널값이나 빈 옵셔널을 반환하거나 오류 전달을 하는 것이 더 낫고, 호출하는 쪽에서 어떤 입력에 대해서는 이 함수의 값이 계산되지 않는 다는 사실을 알리는게 좋다. 어쨌든 매직값은 예측을 벗어나는 결과를 초래하므로 발생 가능한 상황에 대해 조심해야 한다. 널값, 옵셔널, 오류를 전달하는 방식이 간단하고 효과적인 대안이다. ### 6.2 널 객체 패턴을 적절히 사용하라 널 객체 패턴을 사용하는 이유는 널값을 반환하는 대신 유효한 값이 반환되어 그 이후에 실행되는 로직에서 널값으로 인해 시스템에 피해가 가지 않도록 하기 위함이다. 오류 처리 이외의 경우에 널 객체 패턴을 사용하면 유용하지만 부적절하게 사용하면 예측을 벗어나는 동작을 하거나 발견하기 어려운 미묘한 버그가 발생할 수 있다. #### 6.2.1 빈 컬렉션을 반환하면 코드가 개선될 수 있다 ``` java return getClassNames(element).contains("highlighted"); ``` getClassNames가 빈 컬렉션을 반환하면 널 여부를 확인할 필요가 없다. 이렇게 하면 호출하는 쪽의 코드는 간단해지고 코드가 예측을 벗어나는 작동을 할 가능성이 매우 낮다. 그러나 좀 더 복잡한 상황에서는 널 객체 패턴을 사용하는 경우 예측을 벗어나는 작동을 할 위험이 커지는 반면 이점은 적어질 수 있다. ``` 의견) 이 부분에서는 확실히 널 객체에 대해 오류 처리에 대한 언급이 없으므로 로버트 마틴을 불러서 대화를 시켜보면 정말 재밌을 것 같다는 생각이 든다. 왜냐하면 클린 코드에서 널을 반환하지 말고 널 객체 패턴을 쓰라는 얘기를 엄청 하기 때문이다 ``` #### 6.2.2 빈 문자열을 반환하는 것도 때로는 문제가 될 수 있다 이 방식이 적절한지의 여부는 문자열이 어떻게 사용되는지에 달려있다. 어떤 경우에는 문자열이 문자들을 모아 놓은 것에 지나지 않으며, 이 경우 널 대신 빈 문자열을 반환하는 것이 적절할 수 있다. 문자열이 이것을 넘어서는 의미를 지닐 때, 널 대신 빈 문자열을 반환 하는 것이 문제가 될 수 있다. **문자들의 모음으로서의 문자열** 문자열이 별다른 의미를 갖지 않을 때, 호출하는 쪽에서는 반환된 값이 널인지 빈 문자열인지 구별하는 것이 별로 중요하지 않다. **ID로서의 문자열** 문자열이 없을 수 있음을 함수를 호출하는 쪽에서 명시적으로 인식하도록 하는 것이 중요하다. #### 6.2.3 더 복잡한 널 객체는 예측을 벗어날 수 있다 새폰을 사서 박스를 열었더니 폰이 없는 비유. 특히 휴대폰이 품절됐으니 다른 가게에 가보라거나 다른 상품을 권하는 대신에 빈 박스를 판 것이나 다른 없다. 즉, 널 객체 패턴을 사용하는 것은 본질적으로 빈 상자를 파는 것과 같다. 호출하는 쪽에서 빈 박스를 받고 놀라거나 당황해할 가능성이 있다면, 널 객체 패턴을 피하는 것이 좋다. 재고에서 무작위로 커피 머그잔을 가져오는 함수에서 크기가 0인 커피 머그잔 객체를 생성해서 반환하면 문제가 생긴다. 예를 들어 컨설팅 회사가 거액의 용역비를 받고 커피 머그잔 크기의 분포에 대한 보고서를 작성하다면 부정확한 보고서를 작성하게 될 것이다. 그리고 아무도 이 문제를 알아차리지 못할 수도 있다. 따라서 무작위로 선택할 수 있는 머그잔이 없는 경우에는 널을 반환하는 것이 더 나을 수 있다. #### 6.2.4 널 객체 구현은 예상을 벗어나는 동작을 유발할 수 있다 널 객체 전용의 인터페이스나 클래스를 정의할 수 있는데 단순히 무언가를 반환하는 기능보다는 무언가를 수행하는 기능을 가지고 있을 때 널 객체가 필요한 것처럼 보일 수 있다. 널을 표현하는 NullCoffeeMug를 정의하고 내부에는 아무 것도 수행하지 않는 함수들만 존재한다면 NullCoffeeMug라는 타입을 보고 널 객체인지 확인할 수 있다는 점이 그나마 개선짐이지만 호출하는 쪽에서 NullCoffeeMug의 인스턴스인지 확인을 요구하는 것은 어색하고 널을 확인하는 것 보다 더 번거로울 수 있다. 널 객체 패턴은 적절한지 예상을 벗어나는 동작을 하는지 의식적으로 생각해야 한다. 널 안전성과 옵셔널을 사용할 수 있는 방법을 통해 '값이 없음'을 표현할 수 있으므로 널 객체 패턴을 주장하는 건 설득력이 떨어진다. ``` 의견) 다시 생각해 보니 로버트 마틴 아저씨는 1960년대 부터 프로그래밍을 해온 아주 오래된 사람이고 최근 언어에서 옵셔널 기능을 가진 언어를 접했다고 하더라도 기존의 널 객체 패턴에 대한 주장은 2000년대 언어 수준에 맞춰서 했던 주장이므로 조금은 이해하는 게 좋을 것 같다는 생각도 든다. ``` ### 6.3 예상치 못한 부수 작용을 피하라 부수 효과(side effect)는 어떤 함수의 호출이 함수 외부에 초래한 상태 변화를 의미한다. 일반적인 유형은 아래와 같다 - 사용자에게 출력 표시 - 파일이나 데이터베이스에 무언가를 저장 - 다른 시스템을 호출하여 네트워크 트래픽 발생 - 캐시 업데이트 혹은 무효화 부수 효과가 예상되고 코드를 호출한 쪽에서도 괜찮다고 하면 상관 없지만 부수 효과가 예상되지 않을 경우 놀라움을 유발하고 버그로 이어질 수 있다. #### 6.3.1 분명하고 의도적인 부수 효과는 괜찮다 ``` java void displayErrorMessage(String message) { canvas.drawText(message, Color.RED); } ``` displayErrorMessage() 함수는 오류 메시지로 캔버스를 업데이트하는 것을 호출하는 쪽에서 예상할 수 있다. #### 6.3.2 예기치 않은 부수 효과는 문제가 될 수 있다 ``` java Color getPixel(Int x, Int y) { canvas.redraw(); ... } ``` 픽셀 색상을 읽기 전에 캔버스를 다시 그리는 동작을 수행하는 부수 효과를 일으킨다. **부수 효과는 비용이 많이 들 수 있다** getPixel() 함수를 실행할 때 시간이 오래 걸리고 화면 깜빡임이 일어난다면, 대부분 끔찍한 버그로 해석할 수 있는 바람직하지 않은 기능이다. 스크린의 width, height 만큼 픽셀 단위로 돌면서 getPixel() 함수를 호출한다고 하면 픽셀마다 스크린을 다시 그리게 되고 시간이 오래 걸리게 되면 시스템이 멈춘 것으로 인식할 가능성이 높다 **호출한 쪽의 가정을 깨트리기** captureRedactedScreenshot() 함수의 이름을 통해 canvas.redraw()가 호출하지 않을 것으로 가정하지만 내부에서 getPixel() 함수를 통해 canvas.redraw()를 호출하므로 부수 효과가 일어난다. **다중 스레드 코드의 버그** 각 스레드에서 getPixel()을 호출한다고 가정했을 때 한 스레드에서 캔버스를 다시 그리는 도중에 다른 스레드에서 캔버스의 픽셀 데이터 값을 읽는다면 잘못된 값을 수 있다. #### 6.3.3 해결책: 부수 효과를 피하거나 그 사실을 분명하게 하라 픽셀을 읽기 전에 canvas.redraw()를 호출해야 하는 경우 getPixel() 함수의 이름을 redrawAndGetPixel() 과 같은 이름으로 변경해서 redraw()라는 부수 효과가 발생할 것이라는 걸 분명히 한다. 이렇게 수정하는 건 매우 간단하고, 좋은 이름이 얼마나 중요한지 잘 보여준다. 보통 getter 함수는 부수 효과를 일으키지 않으므로 개발자의 자연스러운 정신 모델에서는 이런 함수들이 부수 효과를 일으키지 않을 것이라고 가정한다. 따라서 부수 효과가 일어난다면 그 함수가 부수 효과가 일어나는지 알 수 있도록 하는 책임이 함수 작성자에게 있다. 부수 효과를 일으키지 않는 것이 가장 좋은 방법이지만 실제로 그렇게 하기가 어려울 수 있으므로 피할 수 없다면 적절하게 부수 효과가 동반되는 이름을 짓는 것이 효과적인 방법이다. ### 6.4 입력 매개변수를 수정하는 것에 주의하라 #### 6.4.1 입력 매개변수를 수정하면 버그를 초래할 수 있다 호출하는 쪽에서는 함수 매개변수로 객체를 전달하면 객체를 빌려준다고 생각하고 함수로 전달하지만 함수 내에서 매개변수로 전달된 객체를 변경한다면 함수 외부에 영향을 미치기 때문에 부수 효과의 또 다른 예시이기도 하다. 함수는 보통 매개변수의 수정은 일어나지 않을 것이라고 가정하고 반환 값으로 결과를 얻는 것을 상식적으로 생각한다. #### 6.4.2 해결책: 변경하기 전에 복사하라 입력 매개변수 내의 값을 어쩔 수 없이 변경해야 하는 경우에는 변경 전에 새 자료구조에 복사하는 것이 최상의 방법이다. 값을 복사하면 성능상의 문제가 생길 수 있는데 이런 이유로 입력 매개변수가 변결되어야 한다면 함수 이름과 문서에 이런 일이 발생한다는 점을 분명히 하는 것이 좋다. ### 6.5 오해를 일으키는 함수는 작성하지 말라 함수의 이름을 통해 오해의 소지가 생긴다면 예상을 벗어나는 결과와 버그로 이어지기 쉽다. #### 6.5.1 중요한 입력이 누락되었을 때 아무것도 하지 않으면 놀랄 수 있다 매개변수가 없어도 호출할 수 있고 매개 변수가 없으면 아무 작업도 수행하지 않는 함수가 있다면 충분히 오해의 소지가 있을 수 있다. 특히 매개변수가 널이 가능한 값을 허용했는데, 정작 널일 경우 아무것도 하지 않으면 문제가 있다. #### 6.5.2 해결책: 중요한 입력은 필수 항목으로 만들라 어떤 매개변수 없이 함수가 수행하려는 작업을 못 하는 경우 그 매개변수는 해당 함수에 중요할 수 있다. 이런 경우에는 널을 허용하지 않는 것이 더 안전할 수 있다. 예상을 벗어나는 코드 때문에 발생한 버그를 수정하는 데 드는 시간과 노력은 널 여부를 확인하는 문장을 읽는데 드는 시간보다 훨씬 더 크다. 코드를 명확하게 작성하는 것의 이점은 코드를 몇 줄 더 추가하는 비용을 훨씬 더 능가한다. ``` 의견) 나중에 가독성을 위한 리팩터링을 진행한다면 버그를 수정하는데 드는 시간과 노력을 줄일 수 있다는 생각을 가지고 코드를 더 명확하게 하는 리팩터링을 하게 될 것 같다. ``` ### 6.6 미래를 대비한 열거형 처리 열거형enum에 대한 논쟁 - 형 안전성을 제공하고 함수나 시스템에 유효하지 않은 입력을 방지할 수 있는 훌륭하고 간단한 방법이라는 주장 - 열거형의 특정 값을 처리하기 위한 논리가 코드 전반에 퍼져 있게 되기 때문에 간결한 추상화 계층을 막는다고 주장 - 어떤 값이 클래스에서만 사용된다면 그 클래스 내에 해당 값에 대한 정보와 동작을 캡슐화한 다음, 이 클래스들이 공통 인터페이스를 구현하도록 하자는 것이 이 주장의 요지 어쨌든 열거형은 쓸 수 밖에 없는데 - 다른 사람의 코드를 사용해야 하는데, 어떤 이유로든 그들이 쓰는 열거형을 써야 함 - 다른 시스템에서 제공하는 결과를 사용하는데, 종종 데이터 형식에서 유일하게 실용적인 옵션일 수 있다. 여기서 열거형을 쓸 때 어떤 부분에서 예측이 벗어나는가? 열거형은 잠재적으로 나중에 더 많은 값이 추가될 수 있기 때문에 이것을 무시하고 코드를 작성해 두면 나중에 예측을 벗어나는 좋지 않은 결과를 초래한다. #### 6.6.1 미래에 추가될 수 있는 열거값을 암묵적으로 처리하는 것은 문제가 될 수 있다 보통 열거형 내의 값들만 보고 if문으로 처리하는데, 나중에 다른 값이 추가될 경우 문제가 될 수 있다. #### 6.6.2 해결책: 모든 경우를 처리하는 스위치 문을 사용하라 열거형의 일부 값을 암시적으로 처리하면 새로 추가되는 값이 암묵적으로 처리 되므로 문제가 된다. 모든 열거형의 값을 명시적으로 처리하고, 처리되지 않은 새로운 열거형 값이 추가되는 경우 코드 컴파일이 실패하거나 테스트가 실패하게 한다. 이를 위해서는 모든 경우를 다 처리하는 스위치문을 사용한다. 열거형의 모든 값을 테스트 하고 명시적으로 열거형에서 처리하지 못하는값이 생긴다면 비검사 예외를 발생시킨다. > 컴파일타임 안전성 모든 열것값을 완전히 처리하지 않은 스위치 문에 대해서 경고를 생성할 수 있다. #### 6.6.3 기본 케이스를 주의하라 열거형을 처리하는 스위치 문에 기본(default) 케이스를 추가하면 향후 열거형의 값이 암시적으로 처리될 수 있으며 이 역시 잠재적으로 예기치 않은 문제와 버그가 발생할 수 있다. 기본 케이스문은 새로 추가한 열것값에 대해 항상 원하지 않는 값을 반환한다. 명시적으로 처리되지 않은 예측은 안전하지 않은 비즈니스 전략으로 간주한다. **기본 케이스에서 예외 발생** 열것값이 처리되지 않았음을 나타내는 예외를 발생하는 것으로 기본 케이스에서 항상 예외가 발생하도록 한다. 이건 미묘한 방식으로 오류 발생을 더 쉽게 만들 수 있다. 컴파일러가 처리되지 않은 열것값에 대한 경고를 여전히 출력하도록 하려면 스위치 문이 끝나고 예외를 던지는 게 낫다. #### 6.6.4 주의 사항: 다른 프로젝트의 열거형에 의존 다른 프로젝트에서 미리 알려주지 않고 새로운 열거값을 추가할 가능성이 있고 이로 인해 코드가 동작하지 안을 수 있다면 새로운 값을 다루는 데 있어 허용 범위가 넓어지게 된다. 이에 관해서는 스스로 판단해야 한다. ### 6.7 이 모든 것을 테스트로 해결할 수는 없는가? 코드를 작성하는 시점의 테스트 코드는 제어가 가능하다. 하지만 예상을 벗어나는 코드를 피하는 것은 기술적 정확성 때문은 아니다. 내가 작성한 코드를 다른 개발자가 쓸 때가 있으므로 그 코드가 올바르게 작동하도록 하기 위한 작업으로 이해해야 한다. ``` 의견) 테스트에 대한 저자의 주장이 매우 흥미롭게 다가온다. 테스트 코드를 빡세게 짜면 이런 문제를 해결할 수 있다는 테스트 코드 빠돌이들에게 이상주의적인 주장이라고 하다니 ㅋㅋㅋ 특히 목 객체에 대한 테스트 프로그래밍에서 자신이 생각하는 대로 프로그래밍한다는 점에서 본인의 경험담인지 아니면 많은 개발자들이 그래온걸 얘기하는 건지 정확하지는 않으나, 많이 동의한다. 나 역시도 내가 생각한 케이스에 대한 테스트 코드를 작성할 뿐 그 외 예외 케이스에 대한 건 특별히 작성하지 않기 때문에 뭔가 찔리는 느낌도 많이 들었다. ``` 테스트는 중요하지만, 예상을 벗어나는 코드에 숨어 있는 오류를 테스트만으로 방지하기는 어렵다. ### 요약 - The code we write will often be depended on by code that other engineers write. - If other engineers misinterpret what our code does, or fail to spot special scenarios they need to handle, then it’s likely that code built on top of ours will be buggy. - One of the best ways to avoid causing surprises for callers of a piece of code is to ensure that important details are in the unmistakably obvious part of the code’s contract. - Another source of surprises can occur if we make brittle assumptions about code that we depend on. - An example of this is failing to anticipate new values being added to an enum. - It’s important to ensure that either our code stops compiling or a test fails if code that we depend on breaks one of our assumptions. - Testing alone does not make up for code that does surprising things: if another engineer misinterprets our code, then they may also misinterpret what scenarios they need to test.
2.0
6장 예측 가능한 코드를 작성하라 - ## 6장 예측 가능한 코드를 작성하라 개발자는 코드를 사용하는 방법에 대한 정신 모델(mental model)을 구축한다. mental model은 코드 계약, 사전 지식, 적용 가능한 공통 패러다임에 근거해서 만들어진다. 코드가 하는 일이 mental model과 일치하지 않는다면, 예측에서 벗어나는 기분 나쁜 일이 일어날 가능성이 크다. 예측 가능한 코드를 작성하는 것은 무언가를 분명하게 하는 것일 때가 많다. 코드의 동작이 실제 일어날 것이라고 생각하는 것과 일치하지 않는다면 문제가 생기므로 다른 개발자에게 확실하게 알려야 한다. <pre> 논의내용) 예측 가능한 코드는 가독성과도 연관되어 있다. <b>예측 가능한 코드를 짜기 위해 실천했던 방법이 있었다면 하나 정도 얘기</b>를 해 보면 좋을 것 같다. 책의 예시 처럼 매직값 같은 경우는 다른 책에도 많이 언급하고 있었기 때문에 추상화된 함수나 상수로 구현하려고 했던 건 기본적은 실천법이었던 것 같다. 추가로 6.6절에 있는 <b>열거형에 대한 논란도 상당히 재미있었는데, 자신은 어떤 주장을 하는 쪽에 속하는지 얘기</b>해 봐도 좋을 것 같다. 아마 대부분 열거형을 쓰는 쪽일 것 같은데, 사실 다형성을 활용해서 특정 값을 객체 안에 캡슐화 시킨다는 생각은 정말 객체지향 빠돌이가 아니면 생각하지 못할 부분인 것 같다. 이렇게 만드는 사람이 정말 있을까? (그런데 그 주장의 근거가 아주 못할 짓은 아닌게, 상당히 객체지향적인 마인드로 만들어서 쓴다면 단일 인터페이스 하나로 열거형 쯤은 안써도 될 수 있는 수준으로 아름답게 쓸 수 있을 것 같긴 하다) </pre> ### 6.1 매직값을 반환하지 말아야 한다 매직값magic value은 함수의 정상적인 반환 유형에 적합하지만 특별한 의미를 가지고 있다. 일반적인 예로 -1을 반환하는 것은 값이 없거나 오류가 발생했다는 걸 나타낸다. 매직값은 문법적으로 반환 유형에만 맞춘 것으로 동작은 하지만 특별한 의미를 인지하지 못하고 정상적인 반환값으로 오인하기 쉽다. #### 6.1.1 매직값은 버그를 유발할 수 있다 과거 레거시 코드나 indexOf와 같은 내장 함수들이 -1을 반환한다. 계속해서 이런 코드를 작업 중이거나, 신중하게 최적화해야 하는 코드가 있다면 계속 쓸 이유가 있지만 일반적으로는 매직값을 반환하면 예측을 벗어날 위험이 있으므로 사용하지 않는 것이 바람직하다. 예제 나이를 반환하는데 int 값을 사용하고 이 나이의 평균을 구하는데 잘못된 나이에 대해 -1이 반환된다면 문제가 생길 수 있다. 즉 나이가 옵셔널 널을 허용하는 int? 값이라서 내부적으로 null이 체크가 됐을 때 -1을 반환한다면 예측 불가능한 코드가 된다. 그리고 단위 테스트가 이 문제를 발견하지 못할 수 있는데 단위 테스트에 사용하는 코드는 모든 인스턴스가 정상적인 나이를 가지고 있을 가능성이 높기 때문이다. ``` 의견) -1을 반환하는 기본 내장 함수들에 대해 특별히 잘못된 매직값이다라고 의식하지는 않았는데 조금 더 예측 가능한 코드를 위해 책에서 제시하는 널, 옵셔널, 오류를 사용하는게 좋겠다는 생각이 든다. (생각이라 읽고 설득이라 씀) ``` #### 6.1.2 해결책: 널, 옵셔널 또는 오류를 반환하라 값이 없을 수 있는 경우에는 코드 계약의 명백한 부분에서 확인할 수 있도록 한다. 널 안전성을 지원하는 경우 널이 가능한 유형을 반환하고, 널 안전성을 지원하지 않는 경우에는 옵셔널 값을 반환한다. 널이 반환되면 컴파일러 오류를 발생시켜서 이 함수를 작성한 개발자가 코드에 잠재적인 버그가 있다는 것을 깨닫게 한다. 널값이나 비어 있는 옵셔널을 반환하는 것의 단점은 값이 없는 이유를 명시적으로 전달하지 않는다는 점인데, 사용자의 나이가 값을 제공하지 않았기 때문에 널인지, 혹은 시스템에서 오류가 발생하여 널인지 알 수 없다. 이럴 때는 오류 전달 기법을 사용하는 걸 고려해야 한다. > 널이 가능한 반환 유형은 호출하는 쪽에 부담을 주지 않는가? 이것에 대한 짧은 대답은 종종 '그렇다' 이다. 널을 처리하기 위한 노력으로 널 객체 패턴을 사용할 수 있고, Null 관련 예외 처리에 대한 위험 부담도 있다. #### 6.1.3 때때로 매직값이 우연히 발생할 수 있다 정수 리스트에서 최소값을 찾는 예제를 통해 확인 ``` java Int minValue(List<Int> values) ``` 리스트가 비어 있으면 매직값(Int.MAX_VALUE)를 반환하는데 우연히 반환되는 것이 아닐 수 있다. - 빈 목록에 대해 최소값이 의미가 없다는 걸 알고 있다면 어떤 값이 반환되도 중요하지 않다 - Int.MAX_VALUE 보다 더 큰 정수가 없으므로 반환하기에 적합하다. 이런 주장은 함수가 어떻게 호출되고 결과가 어떨지에 대해 가정을 하는 것인데, 그 가정이 잘못된 것이라면 코드는 예측을 벗어나는 동작을 하게 된다. 따라서 minValue() 함수의 경우 널값이나 빈 옵셔널을 반환하거나 오류 전달을 하는 것이 더 낫고, 호출하는 쪽에서 어떤 입력에 대해서는 이 함수의 값이 계산되지 않는 다는 사실을 알리는게 좋다. 어쨌든 매직값은 예측을 벗어나는 결과를 초래하므로 발생 가능한 상황에 대해 조심해야 한다. 널값, 옵셔널, 오류를 전달하는 방식이 간단하고 효과적인 대안이다. ### 6.2 널 객체 패턴을 적절히 사용하라 널 객체 패턴을 사용하는 이유는 널값을 반환하는 대신 유효한 값이 반환되어 그 이후에 실행되는 로직에서 널값으로 인해 시스템에 피해가 가지 않도록 하기 위함이다. 오류 처리 이외의 경우에 널 객체 패턴을 사용하면 유용하지만 부적절하게 사용하면 예측을 벗어나는 동작을 하거나 발견하기 어려운 미묘한 버그가 발생할 수 있다. #### 6.2.1 빈 컬렉션을 반환하면 코드가 개선될 수 있다 ``` java return getClassNames(element).contains("highlighted"); ``` getClassNames가 빈 컬렉션을 반환하면 널 여부를 확인할 필요가 없다. 이렇게 하면 호출하는 쪽의 코드는 간단해지고 코드가 예측을 벗어나는 작동을 할 가능성이 매우 낮다. 그러나 좀 더 복잡한 상황에서는 널 객체 패턴을 사용하는 경우 예측을 벗어나는 작동을 할 위험이 커지는 반면 이점은 적어질 수 있다. ``` 의견) 이 부분에서는 확실히 널 객체에 대해 오류 처리에 대한 언급이 없으므로 로버트 마틴을 불러서 대화를 시켜보면 정말 재밌을 것 같다는 생각이 든다. 왜냐하면 클린 코드에서 널을 반환하지 말고 널 객체 패턴을 쓰라는 얘기를 엄청 하기 때문이다 ``` #### 6.2.2 빈 문자열을 반환하는 것도 때로는 문제가 될 수 있다 이 방식이 적절한지의 여부는 문자열이 어떻게 사용되는지에 달려있다. 어떤 경우에는 문자열이 문자들을 모아 놓은 것에 지나지 않으며, 이 경우 널 대신 빈 문자열을 반환하는 것이 적절할 수 있다. 문자열이 이것을 넘어서는 의미를 지닐 때, 널 대신 빈 문자열을 반환 하는 것이 문제가 될 수 있다. **문자들의 모음으로서의 문자열** 문자열이 별다른 의미를 갖지 않을 때, 호출하는 쪽에서는 반환된 값이 널인지 빈 문자열인지 구별하는 것이 별로 중요하지 않다. **ID로서의 문자열** 문자열이 없을 수 있음을 함수를 호출하는 쪽에서 명시적으로 인식하도록 하는 것이 중요하다. #### 6.2.3 더 복잡한 널 객체는 예측을 벗어날 수 있다 새폰을 사서 박스를 열었더니 폰이 없는 비유. 특히 휴대폰이 품절됐으니 다른 가게에 가보라거나 다른 상품을 권하는 대신에 빈 박스를 판 것이나 다른 없다. 즉, 널 객체 패턴을 사용하는 것은 본질적으로 빈 상자를 파는 것과 같다. 호출하는 쪽에서 빈 박스를 받고 놀라거나 당황해할 가능성이 있다면, 널 객체 패턴을 피하는 것이 좋다. 재고에서 무작위로 커피 머그잔을 가져오는 함수에서 크기가 0인 커피 머그잔 객체를 생성해서 반환하면 문제가 생긴다. 예를 들어 컨설팅 회사가 거액의 용역비를 받고 커피 머그잔 크기의 분포에 대한 보고서를 작성하다면 부정확한 보고서를 작성하게 될 것이다. 그리고 아무도 이 문제를 알아차리지 못할 수도 있다. 따라서 무작위로 선택할 수 있는 머그잔이 없는 경우에는 널을 반환하는 것이 더 나을 수 있다. #### 6.2.4 널 객체 구현은 예상을 벗어나는 동작을 유발할 수 있다 널 객체 전용의 인터페이스나 클래스를 정의할 수 있는데 단순히 무언가를 반환하는 기능보다는 무언가를 수행하는 기능을 가지고 있을 때 널 객체가 필요한 것처럼 보일 수 있다. 널을 표현하는 NullCoffeeMug를 정의하고 내부에는 아무 것도 수행하지 않는 함수들만 존재한다면 NullCoffeeMug라는 타입을 보고 널 객체인지 확인할 수 있다는 점이 그나마 개선짐이지만 호출하는 쪽에서 NullCoffeeMug의 인스턴스인지 확인을 요구하는 것은 어색하고 널을 확인하는 것 보다 더 번거로울 수 있다. 널 객체 패턴은 적절한지 예상을 벗어나는 동작을 하는지 의식적으로 생각해야 한다. 널 안전성과 옵셔널을 사용할 수 있는 방법을 통해 '값이 없음'을 표현할 수 있으므로 널 객체 패턴을 주장하는 건 설득력이 떨어진다. ``` 의견) 다시 생각해 보니 로버트 마틴 아저씨는 1960년대 부터 프로그래밍을 해온 아주 오래된 사람이고 최근 언어에서 옵셔널 기능을 가진 언어를 접했다고 하더라도 기존의 널 객체 패턴에 대한 주장은 2000년대 언어 수준에 맞춰서 했던 주장이므로 조금은 이해하는 게 좋을 것 같다는 생각도 든다. ``` ### 6.3 예상치 못한 부수 작용을 피하라 부수 효과(side effect)는 어떤 함수의 호출이 함수 외부에 초래한 상태 변화를 의미한다. 일반적인 유형은 아래와 같다 - 사용자에게 출력 표시 - 파일이나 데이터베이스에 무언가를 저장 - 다른 시스템을 호출하여 네트워크 트래픽 발생 - 캐시 업데이트 혹은 무효화 부수 효과가 예상되고 코드를 호출한 쪽에서도 괜찮다고 하면 상관 없지만 부수 효과가 예상되지 않을 경우 놀라움을 유발하고 버그로 이어질 수 있다. #### 6.3.1 분명하고 의도적인 부수 효과는 괜찮다 ``` java void displayErrorMessage(String message) { canvas.drawText(message, Color.RED); } ``` displayErrorMessage() 함수는 오류 메시지로 캔버스를 업데이트하는 것을 호출하는 쪽에서 예상할 수 있다. #### 6.3.2 예기치 않은 부수 효과는 문제가 될 수 있다 ``` java Color getPixel(Int x, Int y) { canvas.redraw(); ... } ``` 픽셀 색상을 읽기 전에 캔버스를 다시 그리는 동작을 수행하는 부수 효과를 일으킨다. **부수 효과는 비용이 많이 들 수 있다** getPixel() 함수를 실행할 때 시간이 오래 걸리고 화면 깜빡임이 일어난다면, 대부분 끔찍한 버그로 해석할 수 있는 바람직하지 않은 기능이다. 스크린의 width, height 만큼 픽셀 단위로 돌면서 getPixel() 함수를 호출한다고 하면 픽셀마다 스크린을 다시 그리게 되고 시간이 오래 걸리게 되면 시스템이 멈춘 것으로 인식할 가능성이 높다 **호출한 쪽의 가정을 깨트리기** captureRedactedScreenshot() 함수의 이름을 통해 canvas.redraw()가 호출하지 않을 것으로 가정하지만 내부에서 getPixel() 함수를 통해 canvas.redraw()를 호출하므로 부수 효과가 일어난다. **다중 스레드 코드의 버그** 각 스레드에서 getPixel()을 호출한다고 가정했을 때 한 스레드에서 캔버스를 다시 그리는 도중에 다른 스레드에서 캔버스의 픽셀 데이터 값을 읽는다면 잘못된 값을 수 있다. #### 6.3.3 해결책: 부수 효과를 피하거나 그 사실을 분명하게 하라 픽셀을 읽기 전에 canvas.redraw()를 호출해야 하는 경우 getPixel() 함수의 이름을 redrawAndGetPixel() 과 같은 이름으로 변경해서 redraw()라는 부수 효과가 발생할 것이라는 걸 분명히 한다. 이렇게 수정하는 건 매우 간단하고, 좋은 이름이 얼마나 중요한지 잘 보여준다. 보통 getter 함수는 부수 효과를 일으키지 않으므로 개발자의 자연스러운 정신 모델에서는 이런 함수들이 부수 효과를 일으키지 않을 것이라고 가정한다. 따라서 부수 효과가 일어난다면 그 함수가 부수 효과가 일어나는지 알 수 있도록 하는 책임이 함수 작성자에게 있다. 부수 효과를 일으키지 않는 것이 가장 좋은 방법이지만 실제로 그렇게 하기가 어려울 수 있으므로 피할 수 없다면 적절하게 부수 효과가 동반되는 이름을 짓는 것이 효과적인 방법이다. ### 6.4 입력 매개변수를 수정하는 것에 주의하라 #### 6.4.1 입력 매개변수를 수정하면 버그를 초래할 수 있다 호출하는 쪽에서는 함수 매개변수로 객체를 전달하면 객체를 빌려준다고 생각하고 함수로 전달하지만 함수 내에서 매개변수로 전달된 객체를 변경한다면 함수 외부에 영향을 미치기 때문에 부수 효과의 또 다른 예시이기도 하다. 함수는 보통 매개변수의 수정은 일어나지 않을 것이라고 가정하고 반환 값으로 결과를 얻는 것을 상식적으로 생각한다. #### 6.4.2 해결책: 변경하기 전에 복사하라 입력 매개변수 내의 값을 어쩔 수 없이 변경해야 하는 경우에는 변경 전에 새 자료구조에 복사하는 것이 최상의 방법이다. 값을 복사하면 성능상의 문제가 생길 수 있는데 이런 이유로 입력 매개변수가 변결되어야 한다면 함수 이름과 문서에 이런 일이 발생한다는 점을 분명히 하는 것이 좋다. ### 6.5 오해를 일으키는 함수는 작성하지 말라 함수의 이름을 통해 오해의 소지가 생긴다면 예상을 벗어나는 결과와 버그로 이어지기 쉽다. #### 6.5.1 중요한 입력이 누락되었을 때 아무것도 하지 않으면 놀랄 수 있다 매개변수가 없어도 호출할 수 있고 매개 변수가 없으면 아무 작업도 수행하지 않는 함수가 있다면 충분히 오해의 소지가 있을 수 있다. 특히 매개변수가 널이 가능한 값을 허용했는데, 정작 널일 경우 아무것도 하지 않으면 문제가 있다. #### 6.5.2 해결책: 중요한 입력은 필수 항목으로 만들라 어떤 매개변수 없이 함수가 수행하려는 작업을 못 하는 경우 그 매개변수는 해당 함수에 중요할 수 있다. 이런 경우에는 널을 허용하지 않는 것이 더 안전할 수 있다. 예상을 벗어나는 코드 때문에 발생한 버그를 수정하는 데 드는 시간과 노력은 널 여부를 확인하는 문장을 읽는데 드는 시간보다 훨씬 더 크다. 코드를 명확하게 작성하는 것의 이점은 코드를 몇 줄 더 추가하는 비용을 훨씬 더 능가한다. ``` 의견) 나중에 가독성을 위한 리팩터링을 진행한다면 버그를 수정하는데 드는 시간과 노력을 줄일 수 있다는 생각을 가지고 코드를 더 명확하게 하는 리팩터링을 하게 될 것 같다. ``` ### 6.6 미래를 대비한 열거형 처리 열거형enum에 대한 논쟁 - 형 안전성을 제공하고 함수나 시스템에 유효하지 않은 입력을 방지할 수 있는 훌륭하고 간단한 방법이라는 주장 - 열거형의 특정 값을 처리하기 위한 논리가 코드 전반에 퍼져 있게 되기 때문에 간결한 추상화 계층을 막는다고 주장 - 어떤 값이 클래스에서만 사용된다면 그 클래스 내에 해당 값에 대한 정보와 동작을 캡슐화한 다음, 이 클래스들이 공통 인터페이스를 구현하도록 하자는 것이 이 주장의 요지 어쨌든 열거형은 쓸 수 밖에 없는데 - 다른 사람의 코드를 사용해야 하는데, 어떤 이유로든 그들이 쓰는 열거형을 써야 함 - 다른 시스템에서 제공하는 결과를 사용하는데, 종종 데이터 형식에서 유일하게 실용적인 옵션일 수 있다. 여기서 열거형을 쓸 때 어떤 부분에서 예측이 벗어나는가? 열거형은 잠재적으로 나중에 더 많은 값이 추가될 수 있기 때문에 이것을 무시하고 코드를 작성해 두면 나중에 예측을 벗어나는 좋지 않은 결과를 초래한다. #### 6.6.1 미래에 추가될 수 있는 열거값을 암묵적으로 처리하는 것은 문제가 될 수 있다 보통 열거형 내의 값들만 보고 if문으로 처리하는데, 나중에 다른 값이 추가될 경우 문제가 될 수 있다. #### 6.6.2 해결책: 모든 경우를 처리하는 스위치 문을 사용하라 열거형의 일부 값을 암시적으로 처리하면 새로 추가되는 값이 암묵적으로 처리 되므로 문제가 된다. 모든 열거형의 값을 명시적으로 처리하고, 처리되지 않은 새로운 열거형 값이 추가되는 경우 코드 컴파일이 실패하거나 테스트가 실패하게 한다. 이를 위해서는 모든 경우를 다 처리하는 스위치문을 사용한다. 열거형의 모든 값을 테스트 하고 명시적으로 열거형에서 처리하지 못하는값이 생긴다면 비검사 예외를 발생시킨다. > 컴파일타임 안전성 모든 열것값을 완전히 처리하지 않은 스위치 문에 대해서 경고를 생성할 수 있다. #### 6.6.3 기본 케이스를 주의하라 열거형을 처리하는 스위치 문에 기본(default) 케이스를 추가하면 향후 열거형의 값이 암시적으로 처리될 수 있으며 이 역시 잠재적으로 예기치 않은 문제와 버그가 발생할 수 있다. 기본 케이스문은 새로 추가한 열것값에 대해 항상 원하지 않는 값을 반환한다. 명시적으로 처리되지 않은 예측은 안전하지 않은 비즈니스 전략으로 간주한다. **기본 케이스에서 예외 발생** 열것값이 처리되지 않았음을 나타내는 예외를 발생하는 것으로 기본 케이스에서 항상 예외가 발생하도록 한다. 이건 미묘한 방식으로 오류 발생을 더 쉽게 만들 수 있다. 컴파일러가 처리되지 않은 열것값에 대한 경고를 여전히 출력하도록 하려면 스위치 문이 끝나고 예외를 던지는 게 낫다. #### 6.6.4 주의 사항: 다른 프로젝트의 열거형에 의존 다른 프로젝트에서 미리 알려주지 않고 새로운 열거값을 추가할 가능성이 있고 이로 인해 코드가 동작하지 안을 수 있다면 새로운 값을 다루는 데 있어 허용 범위가 넓어지게 된다. 이에 관해서는 스스로 판단해야 한다. ### 6.7 이 모든 것을 테스트로 해결할 수는 없는가? 코드를 작성하는 시점의 테스트 코드는 제어가 가능하다. 하지만 예상을 벗어나는 코드를 피하는 것은 기술적 정확성 때문은 아니다. 내가 작성한 코드를 다른 개발자가 쓸 때가 있으므로 그 코드가 올바르게 작동하도록 하기 위한 작업으로 이해해야 한다. ``` 의견) 테스트에 대한 저자의 주장이 매우 흥미롭게 다가온다. 테스트 코드를 빡세게 짜면 이런 문제를 해결할 수 있다는 테스트 코드 빠돌이들에게 이상주의적인 주장이라고 하다니 ㅋㅋㅋ 특히 목 객체에 대한 테스트 프로그래밍에서 자신이 생각하는 대로 프로그래밍한다는 점에서 본인의 경험담인지 아니면 많은 개발자들이 그래온걸 얘기하는 건지 정확하지는 않으나, 많이 동의한다. 나 역시도 내가 생각한 케이스에 대한 테스트 코드를 작성할 뿐 그 외 예외 케이스에 대한 건 특별히 작성하지 않기 때문에 뭔가 찔리는 느낌도 많이 들었다. ``` 테스트는 중요하지만, 예상을 벗어나는 코드에 숨어 있는 오류를 테스트만으로 방지하기는 어렵다. ### 요약 - The code we write will often be depended on by code that other engineers write. - If other engineers misinterpret what our code does, or fail to spot special scenarios they need to handle, then it’s likely that code built on top of ours will be buggy. - One of the best ways to avoid causing surprises for callers of a piece of code is to ensure that important details are in the unmistakably obvious part of the code’s contract. - Another source of surprises can occur if we make brittle assumptions about code that we depend on. - An example of this is failing to anticipate new values being added to an enum. - It’s important to ensure that either our code stops compiling or a test fails if code that we depend on breaks one of our assumptions. - Testing alone does not make up for code that does surprising things: if another engineer misinterprets our code, then they may also misinterpret what scenarios they need to test.
non_test
예측 가능한 코드를 작성하라 예측 가능한 코드를 작성하라 개발자는 코드를 사용하는 방법에 대한 정신 모델 mental model 을 구축한다 mental model은 코드 계약 사전 지식 적용 가능한 공통 패러다임에 근거해서 만들어진다 코드가 하는 일이 mental model과 일치하지 않는다면 예측에서 벗어나는 기분 나쁜 일이 일어날 가능성이 크다 예측 가능한 코드를 작성하는 것은 무언가를 분명하게 하는 것일 때가 많다 코드의 동작이 실제 일어날 것이라고 생각하는 것과 일치하지 않는다면 문제가 생기므로 다른 개발자에게 확실하게 알려야 한다 논의내용 예측 가능한 코드는 가독성과도 연관되어 있다 예측 가능한 코드를 짜기 위해 실천했던 방법이 있었다면 하나 정도 얘기 를 해 보면 좋을 것 같다 책의 예시 처럼 매직값 같은 경우는 다른 책에도 많이 언급하고 있었기 때문에 추상화된 함수나 상수로 구현하려고 했던 건 기본적은 실천법이었던 것 같다 추가로 있는 열거형에 대한 논란도 상당히 재미있었는데 자신은 어떤 주장을 하는 쪽에 속하는지 얘기 해 봐도 좋을 것 같다 아마 대부분 열거형을 쓰는 쪽일 것 같은데 사실 다형성을 활용해서 특정 값을 객체 안에 캡슐화 시킨다는 생각은 정말 객체지향 빠돌이가 아니면 생각하지 못할 부분인 것 같다 이렇게 만드는 사람이 정말 있을까 그런데 그 주장의 근거가 아주 못할 짓은 아닌게 상당히 객체지향적인 마인드로 만들어서 쓴다면 단일 인터페이스 하나로 열거형 쯤은 안써도 될 수 있는 수준으로 아름답게 쓸 수 있을 것 같긴 하다 매직값을 반환하지 말아야 한다 매직값magic value은 함수의 정상적인 반환 유형에 적합하지만 특별한 의미를 가지고 있다 일반적인 예로 반환하는 것은 값이 없거나 오류가 발생했다는 걸 나타낸다 매직값은 문법적으로 반환 유형에만 맞춘 것으로 동작은 하지만 특별한 의미를 인지하지 못하고 정상적인 반환값으로 오인하기 쉽다 매직값은 버그를 유발할 수 있다 과거 레거시 코드나 indexof와 같은 내장 함수들이 반환한다 계속해서 이런 코드를 작업 중이거나 신중하게 최적화해야 하는 코드가 있다면 계속 쓸 이유가 있지만 일반적으로는 매직값을 반환하면 예측을 벗어날 위험이 있으므로 사용하지 않는 것이 바람직하다 예제 나이를 반환하는데 int 값을 사용하고 이 나이의 평균을 구하는데 잘못된 나이에 대해 반환된다면 문제가 생길 수 있다 즉 나이가 옵셔널 널을 허용하는 int 값이라서 내부적으로 null이 체크가 됐을 때 반환한다면 예측 불가능한 코드가 된다 그리고 단위 테스트가 이 문제를 발견하지 못할 수 있는데 단위 테스트에 사용하는 코드는 모든 인스턴스가 정상적인 나이를 가지고 있을 가능성이 높기 때문이다 의견 반환하는 기본 내장 함수들에 대해 특별히 잘못된 매직값이다라고 의식하지는 않았는데 조금 더 예측 가능한 코드를 위해 책에서 제시하는 널 옵셔널 오류를 사용하는게 좋겠다는 생각이 든다 생각이라 읽고 설득이라 씀 해결책 널 옵셔널 또는 오류를 반환하라 값이 없을 수 있는 경우에는 코드 계약의 명백한 부분에서 확인할 수 있도록 한다 널 안전성을 지원하는 경우 널이 가능한 유형을 반환하고 널 안전성을 지원하지 않는 경우에는 옵셔널 값을 반환한다 널이 반환되면 컴파일러 오류를 발생시켜서 이 함수를 작성한 개발자가 코드에 잠재적인 버그가 있다는 것을 깨닫게 한다 널값이나 비어 있는 옵셔널을 반환하는 것의 단점은 값이 없는 이유를 명시적으로 전달하지 않는다는 점인데 사용자의 나이가 값을 제공하지 않았기 때문에 널인지 혹은 시스템에서 오류가 발생하여 널인지 알 수 없다 이럴 때는 오류 전달 기법을 사용하는 걸 고려해야 한다 널이 가능한 반환 유형은 호출하는 쪽에 부담을 주지 않는가 이것에 대한 짧은 대답은 종종 그렇다 이다 널을 처리하기 위한 노력으로 널 객체 패턴을 사용할 수 있고 null 관련 예외 처리에 대한 위험 부담도 있다 때때로 매직값이 우연히 발생할 수 있다 정수 리스트에서 최소값을 찾는 예제를 통해 확인 java int minvalue list values 리스트가 비어 있으면 매직값 int max value 를 반환하는데 우연히 반환되는 것이 아닐 수 있다 빈 목록에 대해 최소값이 의미가 없다는 걸 알고 있다면 어떤 값이 반환되도 중요하지 않다 int max value 보다 더 큰 정수가 없으므로 반환하기에 적합하다 이런 주장은 함수가 어떻게 호출되고 결과가 어떨지에 대해 가정을 하는 것인데 그 가정이 잘못된 것이라면 코드는 예측을 벗어나는 동작을 하게 된다 따라서 minvalue 함수의 경우 널값이나 빈 옵셔널을 반환하거나 오류 전달을 하는 것이 더 낫고 호출하는 쪽에서 어떤 입력에 대해서는 이 함수의 값이 계산되지 않는 다는 사실을 알리는게 좋다 어쨌든 매직값은 예측을 벗어나는 결과를 초래하므로 발생 가능한 상황에 대해 조심해야 한다 널값 옵셔널 오류를 전달하는 방식이 간단하고 효과적인 대안이다 널 객체 패턴을 적절히 사용하라 널 객체 패턴을 사용하는 이유는 널값을 반환하는 대신 유효한 값이 반환되어 그 이후에 실행되는 로직에서 널값으로 인해 시스템에 피해가 가지 않도록 하기 위함이다 오류 처리 이외의 경우에 널 객체 패턴을 사용하면 유용하지만 부적절하게 사용하면 예측을 벗어나는 동작을 하거나 발견하기 어려운 미묘한 버그가 발생할 수 있다 빈 컬렉션을 반환하면 코드가 개선될 수 있다 java return getclassnames element contains highlighted getclassnames가 빈 컬렉션을 반환하면 널 여부를 확인할 필요가 없다 이렇게 하면 호출하는 쪽의 코드는 간단해지고 코드가 예측을 벗어나는 작동을 할 가능성이 매우 낮다 그러나 좀 더 복잡한 상황에서는 널 객체 패턴을 사용하는 경우 예측을 벗어나는 작동을 할 위험이 커지는 반면 이점은 적어질 수 있다 의견 이 부분에서는 확실히 널 객체에 대해 오류 처리에 대한 언급이 없으므로 로버트 마틴을 불러서 대화를 시켜보면 정말 재밌을 것 같다는 생각이 든다 왜냐하면 클린 코드에서 널을 반환하지 말고 널 객체 패턴을 쓰라는 얘기를 엄청 하기 때문이다 빈 문자열을 반환하는 것도 때로는 문제가 될 수 있다 이 방식이 적절한지의 여부는 문자열이 어떻게 사용되는지에 달려있다 어떤 경우에는 문자열이 문자들을 모아 놓은 것에 지나지 않으며 이 경우 널 대신 빈 문자열을 반환하는 것이 적절할 수 있다 문자열이 이것을 넘어서는 의미를 지닐 때 널 대신 빈 문자열을 반환 하는 것이 문제가 될 수 있다 문자들의 모음으로서의 문자열 문자열이 별다른 의미를 갖지 않을 때 호출하는 쪽에서는 반환된 값이 널인지 빈 문자열인지 구별하는 것이 별로 중요하지 않다 id로서의 문자열 문자열이 없을 수 있음을 함수를 호출하는 쪽에서 명시적으로 인식하도록 하는 것이 중요하다 더 복잡한 널 객체는 예측을 벗어날 수 있다 새폰을 사서 박스를 열었더니 폰이 없는 비유 특히 휴대폰이 품절됐으니 다른 가게에 가보라거나 다른 상품을 권하는 대신에 빈 박스를 판 것이나 다른 없다 즉 널 객체 패턴을 사용하는 것은 본질적으로 빈 상자를 파는 것과 같다 호출하는 쪽에서 빈 박스를 받고 놀라거나 당황해할 가능성이 있다면 널 객체 패턴을 피하는 것이 좋다 재고에서 무작위로 커피 머그잔을 가져오는 함수에서 크기가 커피 머그잔 객체를 생성해서 반환하면 문제가 생긴다 예를 들어 컨설팅 회사가 거액의 용역비를 받고 커피 머그잔 크기의 분포에 대한 보고서를 작성하다면 부정확한 보고서를 작성하게 될 것이다 그리고 아무도 이 문제를 알아차리지 못할 수도 있다 따라서 무작위로 선택할 수 있는 머그잔이 없는 경우에는 널을 반환하는 것이 더 나을 수 있다 널 객체 구현은 예상을 벗어나는 동작을 유발할 수 있다 널 객체 전용의 인터페이스나 클래스를 정의할 수 있는데 단순히 무언가를 반환하는 기능보다는 무언가를 수행하는 기능을 가지고 있을 때 널 객체가 필요한 것처럼 보일 수 있다 널을 표현하는 nullcoffeemug를 정의하고 내부에는 아무 것도 수행하지 않는 함수들만 존재한다면 nullcoffeemug라는 타입을 보고 널 객체인지 확인할 수 있다는 점이 그나마 개선짐이지만 호출하는 쪽에서 nullcoffeemug의 인스턴스인지 확인을 요구하는 것은 어색하고 널을 확인하는 것 보다 더 번거로울 수 있다 널 객체 패턴은 적절한지 예상을 벗어나는 동작을 하는지 의식적으로 생각해야 한다 널 안전성과 옵셔널을 사용할 수 있는 방법을 통해 값이 없음 을 표현할 수 있으므로 널 객체 패턴을 주장하는 건 설득력이 떨어진다 의견 다시 생각해 보니 로버트 마틴 아저씨는 부터 프로그래밍을 해온 아주 오래된 사람이고 최근 언어에서 옵셔널 기능을 가진 언어를 접했다고 하더라도 기존의 널 객체 패턴에 대한 주장은 언어 수준에 맞춰서 했던 주장이므로 조금은 이해하는 게 좋을 것 같다는 생각도 든다 예상치 못한 부수 작용을 피하라 부수 효과 side effect 는 어떤 함수의 호출이 함수 외부에 초래한 상태 변화를 의미한다 일반적인 유형은 아래와 같다 사용자에게 출력 표시 파일이나 데이터베이스에 무언가를 저장 다른 시스템을 호출하여 네트워크 트래픽 발생 캐시 업데이트 혹은 무효화 부수 효과가 예상되고 코드를 호출한 쪽에서도 괜찮다고 하면 상관 없지만 부수 효과가 예상되지 않을 경우 놀라움을 유발하고 버그로 이어질 수 있다 분명하고 의도적인 부수 효과는 괜찮다 java void displayerrormessage string message canvas drawtext message color red displayerrormessage 함수는 오류 메시지로 캔버스를 업데이트하는 것을 호출하는 쪽에서 예상할 수 있다 예기치 않은 부수 효과는 문제가 될 수 있다 java color getpixel int x int y canvas redraw 픽셀 색상을 읽기 전에 캔버스를 다시 그리는 동작을 수행하는 부수 효과를 일으킨다 부수 효과는 비용이 많이 들 수 있다 getpixel 함수를 실행할 때 시간이 오래 걸리고 화면 깜빡임이 일어난다면 대부분 끔찍한 버그로 해석할 수 있는 바람직하지 않은 기능이다 스크린의 width height 만큼 픽셀 단위로 돌면서 getpixel 함수를 호출한다고 하면 픽셀마다 스크린을 다시 그리게 되고 시간이 오래 걸리게 되면 시스템이 멈춘 것으로 인식할 가능성이 높다 호출한 쪽의 가정을 깨트리기 captureredactedscreenshot 함수의 이름을 통해 canvas redraw 가 호출하지 않을 것으로 가정하지만 내부에서 getpixel 함수를 통해 canvas redraw 를 호출하므로 부수 효과가 일어난다 다중 스레드 코드의 버그 각 스레드에서 getpixel 을 호출한다고 가정했을 때 한 스레드에서 캔버스를 다시 그리는 도중에 다른 스레드에서 캔버스의 픽셀 데이터 값을 읽는다면 잘못된 값을 수 있다 해결책 부수 효과를 피하거나 그 사실을 분명하게 하라 픽셀을 읽기 전에 canvas redraw 를 호출해야 하는 경우 getpixel 함수의 이름을 redrawandgetpixel 과 같은 이름으로 변경해서 redraw 라는 부수 효과가 발생할 것이라는 걸 분명히 한다 이렇게 수정하는 건 매우 간단하고 좋은 이름이 얼마나 중요한지 잘 보여준다 보통 getter 함수는 부수 효과를 일으키지 않으므로 개발자의 자연스러운 정신 모델에서는 이런 함수들이 부수 효과를 일으키지 않을 것이라고 가정한다 따라서 부수 효과가 일어난다면 그 함수가 부수 효과가 일어나는지 알 수 있도록 하는 책임이 함수 작성자에게 있다 부수 효과를 일으키지 않는 것이 가장 좋은 방법이지만 실제로 그렇게 하기가 어려울 수 있으므로 피할 수 없다면 적절하게 부수 효과가 동반되는 이름을 짓는 것이 효과적인 방법이다 입력 매개변수를 수정하는 것에 주의하라 입력 매개변수를 수정하면 버그를 초래할 수 있다 호출하는 쪽에서는 함수 매개변수로 객체를 전달하면 객체를 빌려준다고 생각하고 함수로 전달하지만 함수 내에서 매개변수로 전달된 객체를 변경한다면 함수 외부에 영향을 미치기 때문에 부수 효과의 또 다른 예시이기도 하다 함수는 보통 매개변수의 수정은 일어나지 않을 것이라고 가정하고 반환 값으로 결과를 얻는 것을 상식적으로 생각한다 해결책 변경하기 전에 복사하라 입력 매개변수 내의 값을 어쩔 수 없이 변경해야 하는 경우에는 변경 전에 새 자료구조에 복사하는 것이 최상의 방법이다 값을 복사하면 성능상의 문제가 생길 수 있는데 이런 이유로 입력 매개변수가 변결되어야 한다면 함수 이름과 문서에 이런 일이 발생한다는 점을 분명히 하는 것이 좋다 오해를 일으키는 함수는 작성하지 말라 함수의 이름을 통해 오해의 소지가 생긴다면 예상을 벗어나는 결과와 버그로 이어지기 쉽다 중요한 입력이 누락되었을 때 아무것도 하지 않으면 놀랄 수 있다 매개변수가 없어도 호출할 수 있고 매개 변수가 없으면 아무 작업도 수행하지 않는 함수가 있다면 충분히 오해의 소지가 있을 수 있다 특히 매개변수가 널이 가능한 값을 허용했는데 정작 널일 경우 아무것도 하지 않으면 문제가 있다 해결책 중요한 입력은 필수 항목으로 만들라 어떤 매개변수 없이 함수가 수행하려는 작업을 못 하는 경우 그 매개변수는 해당 함수에 중요할 수 있다 이런 경우에는 널을 허용하지 않는 것이 더 안전할 수 있다 예상을 벗어나는 코드 때문에 발생한 버그를 수정하는 데 드는 시간과 노력은 널 여부를 확인하는 문장을 읽는데 드는 시간보다 훨씬 더 크다 코드를 명확하게 작성하는 것의 이점은 코드를 몇 줄 더 추가하는 비용을 훨씬 더 능가한다 의견 나중에 가독성을 위한 리팩터링을 진행한다면 버그를 수정하는데 드는 시간과 노력을 줄일 수 있다는 생각을 가지고 코드를 더 명확하게 하는 리팩터링을 하게 될 것 같다 미래를 대비한 열거형 처리 열거형enum에 대한 논쟁 형 안전성을 제공하고 함수나 시스템에 유효하지 않은 입력을 방지할 수 있는 훌륭하고 간단한 방법이라는 주장 열거형의 특정 값을 처리하기 위한 논리가 코드 전반에 퍼져 있게 되기 때문에 간결한 추상화 계층을 막는다고 주장 어떤 값이 클래스에서만 사용된다면 그 클래스 내에 해당 값에 대한 정보와 동작을 캡슐화한 다음 이 클래스들이 공통 인터페이스를 구현하도록 하자는 것이 이 주장의 요지 어쨌든 열거형은 쓸 수 밖에 없는데 다른 사람의 코드를 사용해야 하는데 어떤 이유로든 그들이 쓰는 열거형을 써야 함 다른 시스템에서 제공하는 결과를 사용하는데 종종 데이터 형식에서 유일하게 실용적인 옵션일 수 있다 여기서 열거형을 쓸 때 어떤 부분에서 예측이 벗어나는가 열거형은 잠재적으로 나중에 더 많은 값이 추가될 수 있기 때문에 이것을 무시하고 코드를 작성해 두면 나중에 예측을 벗어나는 좋지 않은 결과를 초래한다 미래에 추가될 수 있는 열거값을 암묵적으로 처리하는 것은 문제가 될 수 있다 보통 열거형 내의 값들만 보고 if문으로 처리하는데 나중에 다른 값이 추가될 경우 문제가 될 수 있다 해결책 모든 경우를 처리하는 스위치 문을 사용하라 열거형의 일부 값을 암시적으로 처리하면 새로 추가되는 값이 암묵적으로 처리 되므로 문제가 된다 모든 열거형의 값을 명시적으로 처리하고 처리되지 않은 새로운 열거형 값이 추가되는 경우 코드 컴파일이 실패하거나 테스트가 실패하게 한다 이를 위해서는 모든 경우를 다 처리하는 스위치문을 사용한다 열거형의 모든 값을 테스트 하고 명시적으로 열거형에서 처리하지 못하는값이 생긴다면 비검사 예외를 발생시킨다 컴파일타임 안전성 모든 열것값을 완전히 처리하지 않은 스위치 문에 대해서 경고를 생성할 수 있다 기본 케이스를 주의하라 열거형을 처리하는 스위치 문에 기본 default 케이스를 추가하면 향후 열거형의 값이 암시적으로 처리될 수 있으며 이 역시 잠재적으로 예기치 않은 문제와 버그가 발생할 수 있다 기본 케이스문은 새로 추가한 열것값에 대해 항상 원하지 않는 값을 반환한다 명시적으로 처리되지 않은 예측은 안전하지 않은 비즈니스 전략으로 간주한다 기본 케이스에서 예외 발생 열것값이 처리되지 않았음을 나타내는 예외를 발생하는 것으로 기본 케이스에서 항상 예외가 발생하도록 한다 이건 미묘한 방식으로 오류 발생을 더 쉽게 만들 수 있다 컴파일러가 처리되지 않은 열것값에 대한 경고를 여전히 출력하도록 하려면 스위치 문이 끝나고 예외를 던지는 게 낫다 주의 사항 다른 프로젝트의 열거형에 의존 다른 프로젝트에서 미리 알려주지 않고 새로운 열거값을 추가할 가능성이 있고 이로 인해 코드가 동작하지 안을 수 있다면 새로운 값을 다루는 데 있어 허용 범위가 넓어지게 된다 이에 관해서는 스스로 판단해야 한다 이 모든 것을 테스트로 해결할 수는 없는가 코드를 작성하는 시점의 테스트 코드는 제어가 가능하다 하지만 예상을 벗어나는 코드를 피하는 것은 기술적 정확성 때문은 아니다 내가 작성한 코드를 다른 개발자가 쓸 때가 있으므로 그 코드가 올바르게 작동하도록 하기 위한 작업으로 이해해야 한다 의견 테스트에 대한 저자의 주장이 매우 흥미롭게 다가온다 테스트 코드를 빡세게 짜면 이런 문제를 해결할 수 있다는 테스트 코드 빠돌이들에게 이상주의적인 주장이라고 하다니 ㅋㅋㅋ 특히 목 객체에 대한 테스트 프로그래밍에서 자신이 생각하는 대로 프로그래밍한다는 점에서 본인의 경험담인지 아니면 많은 개발자들이 그래온걸 얘기하는 건지 정확하지는 않으나 많이 동의한다 나 역시도 내가 생각한 케이스에 대한 테스트 코드를 작성할 뿐 그 외 예외 케이스에 대한 건 특별히 작성하지 않기 때문에 뭔가 찔리는 느낌도 많이 들었다 테스트는 중요하지만 예상을 벗어나는 코드에 숨어 있는 오류를 테스트만으로 방지하기는 어렵다 요약 the code we write will often be depended on by code that other engineers write if other engineers misinterpret what our code does or fail to spot special scenarios they need to handle then it’s likely that code built on top of ours will be buggy one of the best ways to avoid causing surprises for callers of a piece of code is to ensure that important details are in the unmistakably obvious part of the code’s contract another source of surprises can occur if we make brittle assumptions about code that we depend on an example of this is failing to anticipate new values being added to an enum it’s important to ensure that either our code stops compiling or a test fails if code that we depend on breaks one of our assumptions testing alone does not make up for code that does surprising things if another engineer misinterprets our code then they may also misinterpret what scenarios they need to test
0
52,523
6,260,090,966
IssuesEvent
2017-07-14 19:43:33
coreos/tectonic-installer
https://api.github.com/repos/coreos/tectonic-installer
opened
Add Calico network policy smoke test using `apply`, not just `plan`
area/testing
Calico network policies are a big change. We need to add a smoke test to verify that the calico network policy works using `Terraform apply`. We can modify one of the existing tests to do this.
1.0
Add Calico network policy smoke test using `apply`, not just `plan` - Calico network policies are a big change. We need to add a smoke test to verify that the calico network policy works using `Terraform apply`. We can modify one of the existing tests to do this.
test
add calico network policy smoke test using apply not just plan calico network policies are a big change we need to add a smoke test to verify that the calico network policy works using terraform apply we can modify one of the existing tests to do this
1
172,052
21,031,090,302
IssuesEvent
2022-03-31 01:05:57
billmcchesney1/flowgate
https://api.github.com/repos/billmcchesney1/flowgate
opened
CVE-2022-22950 (Medium) detected in spring-expression-4.3.9.RELEASE.jar, spring-expression-5.2.6.RELEASE.jar
security vulnerability
## CVE-2022-22950 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-expression-4.3.9.RELEASE.jar</b>, <b>spring-expression-5.2.6.RELEASE.jar</b></p></summary> <p> <details><summary><b>spring-expression-4.3.9.RELEASE.jar</b></p></summary> <p>Spring Expression Language (SpEL)</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /operation-expert/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/4.3.9.RELEASE/spring-expression-4.3.9.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-data-mongodb-1.4.7.RELEASE.jar (Root Library) - spring-data-mongodb-1.9.11.RELEASE.jar - :x: **spring-expression-4.3.9.RELEASE.jar** (Vulnerable Library) </details> <details><summary><b>spring-expression-5.2.6.RELEASE.jar</b></p></summary> <p>Spring Expression Language (SpEL)</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /adapter-sample/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-context-support-5.2.6.RELEASE.jar (Root Library) - spring-context-5.2.6.RELEASE.jar - :x: **spring-expression-5.2.6.RELEASE.jar** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition <p>Publish Date: 2022-01-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22950>CVE-2022-22950</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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> <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://tanzu.vmware.com/security/cve-2022-22950">https://tanzu.vmware.com/security/cve-2022-22950</a></p> <p>Release Date: 2022-01-11</p> <p>Fix Resolution: org.springframework:spring-expression:5.3.17</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.springframework","packageName":"spring-expression","packageVersion":"4.3.9.RELEASE","packageFilePaths":["/operation-expert/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-data-mongodb:1.4.7.RELEASE;org.springframework.data:spring-data-mongodb:1.9.11.RELEASE;org.springframework:spring-expression:4.3.9.RELEASE","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.springframework:spring-expression:5.3.17","isBinary":false},{"packageType":"Java","groupId":"org.springframework","packageName":"spring-expression","packageVersion":"5.2.6.RELEASE","packageFilePaths":["/adapter-sample/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework:spring-context-support:5.2.6.RELEASE;org.springframework:spring-context:5.2.6.RELEASE;org.springframework:spring-expression:5.2.6.RELEASE","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.springframework:spring-expression:5.3.17","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-22950","vulnerabilityDetails":"In Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22950","cvss3Severity":"medium","cvss3Score":"5.4","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2022-22950 (Medium) detected in spring-expression-4.3.9.RELEASE.jar, spring-expression-5.2.6.RELEASE.jar - ## CVE-2022-22950 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-expression-4.3.9.RELEASE.jar</b>, <b>spring-expression-5.2.6.RELEASE.jar</b></p></summary> <p> <details><summary><b>spring-expression-4.3.9.RELEASE.jar</b></p></summary> <p>Spring Expression Language (SpEL)</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /operation-expert/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/4.3.9.RELEASE/spring-expression-4.3.9.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-data-mongodb-1.4.7.RELEASE.jar (Root Library) - spring-data-mongodb-1.9.11.RELEASE.jar - :x: **spring-expression-4.3.9.RELEASE.jar** (Vulnerable Library) </details> <details><summary><b>spring-expression-5.2.6.RELEASE.jar</b></p></summary> <p>Spring Expression Language (SpEL)</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /adapter-sample/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.2.6.RELEASE/spring-expression-5.2.6.RELEASE.jar</p> <p> Dependency Hierarchy: - spring-context-support-5.2.6.RELEASE.jar (Root Library) - spring-context-5.2.6.RELEASE.jar - :x: **spring-expression-5.2.6.RELEASE.jar** (Vulnerable Library) </details> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition <p>Publish Date: 2022-01-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22950>CVE-2022-22950</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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> <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://tanzu.vmware.com/security/cve-2022-22950">https://tanzu.vmware.com/security/cve-2022-22950</a></p> <p>Release Date: 2022-01-11</p> <p>Fix Resolution: org.springframework:spring-expression:5.3.17</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.springframework","packageName":"spring-expression","packageVersion":"4.3.9.RELEASE","packageFilePaths":["/operation-expert/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-data-mongodb:1.4.7.RELEASE;org.springframework.data:spring-data-mongodb:1.9.11.RELEASE;org.springframework:spring-expression:4.3.9.RELEASE","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.springframework:spring-expression:5.3.17","isBinary":false},{"packageType":"Java","groupId":"org.springframework","packageName":"spring-expression","packageVersion":"5.2.6.RELEASE","packageFilePaths":["/adapter-sample/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework:spring-context-support:5.2.6.RELEASE;org.springframework:spring-context:5.2.6.RELEASE;org.springframework:spring-expression:5.2.6.RELEASE","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.springframework:spring-expression:5.3.17","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2022-22950","vulnerabilityDetails":"In Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22950","cvss3Severity":"medium","cvss3Score":"5.4","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_test
cve medium detected in spring expression release jar spring expression release jar cve medium severity vulnerability vulnerable libraries spring expression release jar spring expression release jar spring expression release jar spring expression language spel library home page a href path to dependency file operation expert pom xml path to vulnerable library home wss scanner repository org springframework spring expression release spring expression release jar dependency hierarchy spring boot starter data mongodb release jar root library spring data mongodb release jar x spring expression release jar vulnerable library spring expression release jar spring expression language spel library home page a href path to dependency file adapter sample pom xml path to vulnerable library home wss scanner repository org springframework spring expression release spring expression release jar home wss scanner repository org springframework spring expression release spring expression release jar home wss scanner repository org springframework spring expression release spring expression release jar home wss scanner repository org springframework spring expression release spring expression release jar home wss scanner repository org springframework spring expression release spring expression release jar home wss scanner repository org springframework spring expression release spring expression release jar home wss scanner repository org springframework spring expression release spring expression release jar dependency hierarchy spring context support release jar root library spring context release jar x spring expression release jar vulnerable library found in base branch master vulnerability details in spring framework versions and older unsupported versions it is possible for a user to provide a specially crafted spel expression that may cause a denial of service condition publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring expression isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework boot spring boot starter data mongodb release org springframework data spring data mongodb release org springframework spring expression release isminimumfixversionavailable true minimumfixversion org springframework spring expression isbinary false packagetype java groupid org springframework packagename spring expression packageversion release packagefilepaths istransitivedependency true dependencytree org springframework spring context support release org springframework spring context release org springframework spring expression release isminimumfixversionavailable true minimumfixversion org springframework spring expression isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails in spring framework versions and older unsupported versions it is possible for a user to provide a specially crafted spel expression that may cause a denial of service condition vulnerabilityurl
0
87,224
3,739,393,435
IssuesEvent
2016-03-09 04:25:49
Vannevelj/VSDiagnostics
https://api.github.com/repos/Vannevelj/VSDiagnostics
opened
Implement StaticClassDeclaresOrOverridesInstaceMember
priority - low type - feature
> DO NOT declare or override instance members in static classes. https://msdn.microsoft.com/en-us/library/ms229038(v=vs.110).aspx
1.0
Implement StaticClassDeclaresOrOverridesInstaceMember - > DO NOT declare or override instance members in static classes. https://msdn.microsoft.com/en-us/library/ms229038(v=vs.110).aspx
non_test
implement staticclassdeclaresoroverridesinstacemember do not declare or override instance members in static classes
0
205,930
23,362,880,004
IssuesEvent
2022-08-10 13:12:45
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] IBM Patches High-Severity Vulnerabilities in Cloud, Voice, Security Products
SecurityWeek Stale
**IBM on Monday announced patches for multiple high-severity vulnerabilities impacting products such as Netezza for Cloud Pak for Data, Voice Gateway, and SiteProtector.** [read more](https://www.securityweek.com/ibm-patches-high-severity-vulnerabilities-cloud-voice-security-products) <https://www.securityweek.com/ibm-patches-high-severity-vulnerabilities-cloud-voice-security-products>
True
[SecurityWeek] IBM Patches High-Severity Vulnerabilities in Cloud, Voice, Security Products - **IBM on Monday announced patches for multiple high-severity vulnerabilities impacting products such as Netezza for Cloud Pak for Data, Voice Gateway, and SiteProtector.** [read more](https://www.securityweek.com/ibm-patches-high-severity-vulnerabilities-cloud-voice-security-products) <https://www.securityweek.com/ibm-patches-high-severity-vulnerabilities-cloud-voice-security-products>
non_test
ibm patches high severity vulnerabilities in cloud voice security products ibm on monday announced patches for multiple high severity vulnerabilities impacting products such as netezza for cloud pak for data voice gateway and siteprotector
0
119,990
17,644,005,771
IssuesEvent
2021-08-20 01:26:36
AkshayMukkavilli/Tensorflow
https://api.github.com/repos/AkshayMukkavilli/Tensorflow
opened
CVE-2021-37657 (High) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-37657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: /Tensorflow/src/requirements.txt</p> <p>Path to vulnerable library: teSource-ArchiveExtractor_5ea86033-7612-4210-97f3-8edb65806ddf/20190525011619_2843/20190525011537_depth_0/2/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64/tensorflow-1.13.1.data/purelib/tensorflow</p> <p> Dependency Hierarchy: - :x: **tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type `tf.raw_ops.MatrixDiagV*`. The [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c41/tensorflow/core/kernels/linalg/matrix_diag_op.cc) has incomplete validation that the value of `k` is a valid tensor. We have check that this value is either a scalar or a vector, but there is no check for the number of elements. If this is an empty tensor, then code that accesses the first element of the tensor is wrong. We have patched the issue in GitHub commit f2a673bd34f0d64b8e40a551ac78989d16daad09. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. <p>Publish Date: 2021-08-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37657>CVE-2021-37657</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/tensorflow/tensorflow/security/advisories/GHSA-5xwc-mrhx-5g3m">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-5xwc-mrhx-5g3m</a></p> <p>Release Date: 2021-08-12</p> <p>Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-37657 (High) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2021-37657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learning framework for everyone.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/d2/ea/ab2c8c0e81bd051cc1180b104c75a865ab0fc66c89be992c4b20bbf6d624/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: /Tensorflow/src/requirements.txt</p> <p>Path to vulnerable library: teSource-ArchiveExtractor_5ea86033-7612-4210-97f3-8edb65806ddf/20190525011619_2843/20190525011537_depth_0/2/tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64/tensorflow-1.13.1.data/purelib/tensorflow</p> <p> Dependency Hierarchy: - :x: **tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type `tf.raw_ops.MatrixDiagV*`. The [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c41/tensorflow/core/kernels/linalg/matrix_diag_op.cc) has incomplete validation that the value of `k` is a valid tensor. We have check that this value is either a scalar or a vector, but there is no check for the number of elements. If this is an empty tensor, then code that accesses the first element of the tensor is wrong. We have patched the issue in GitHub commit f2a673bd34f0d64b8e40a551ac78989d16daad09. The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range. <p>Publish Date: 2021-08-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37657>CVE-2021-37657</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/tensorflow/tensorflow/security/advisories/GHSA-5xwc-mrhx-5g3m">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-5xwc-mrhx-5g3m</a></p> <p>Release Date: 2021-08-12</p> <p>Fix Resolution: tensorflow - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-cpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0, tensorflow-gpu - 2.3.4, 2.4.3, 2.5.1, 2.6.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file tensorflow src requirements txt path to vulnerable library tesource archiveextractor depth tensorflow tensorflow data purelib tensorflow dependency hierarchy x tensorflow whl vulnerable library vulnerability details tensorflow is an end to end open source platform for machine learning in affected versions an attacker can cause undefined behavior via binding a reference to null pointer in all operations of type tf raw ops matrixdiagv the has incomplete validation that the value of k is a valid tensor we have check that this value is either a scalar or a vector but there is no check for the number of elements if this is an empty tensor then code that accesses the first element of the tensor is wrong we have patched the issue in github commit the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow and tensorflow as these are also affected and still in supported range 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 none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow tensorflow cpu tensorflow gpu step up your open source security game with whitesource
0
276,058
23,962,835,875
IssuesEvent
2022-09-12 20:50:34
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
reopened
[CI] GeoShapeQueryTests testRandomGeoCollectionQuery failing
:Analytics/Geo >test-failure Team:Analytics
**Build scan:** https://gradle-enterprise.elastic.co/s/o53eofdiy4zi6/tests/:server:test/org.elasticsearch.search.geo.GeoShapeQueryTests/testRandomGeoCollectionQuery **Reproduction line:** `./gradlew ':server:test' --tests "org.elasticsearch.search.geo.GeoShapeQueryTests.testRandomGeoCollectionQuery" -Dtests.seed=1283CBC9A6A14C18 -Dtests.locale=ms-MY -Dtests.timezone=America/Nipigon -Druntime.java=17` **Applicable branches:** master **Reproduces locally?:** No **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.search.geo.GeoShapeQueryTests&tests.test=testRandomGeoCollectionQuery **Failure excerpt:** ``` org.elasticsearch.index.mapper.MapperParsingException: failed to parse field [geo] of type [geo_shape] at __randomizedtesting.SeedInfo.seed([1283CBC9A6A14C18:7AFEC56AF0829390]:0) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.lambda$parse$1(AbstractGeometryFieldMapper.java:191) at org.elasticsearch.index.mapper.GeoShapeParser.parse(GeoShapeParser.java:44) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.parse(AbstractGeometryFieldMapper.java:187) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrField(DocumentParser.java:409) at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:460) at org.elasticsearch.index.mapper.DocumentParser.innerParseObject(DocumentParser.java:313) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrNested(DocumentParser.java:278) at org.elasticsearch.index.mapper.DocumentParser.internalParseDocument(DocumentParser.java:127) at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:79) at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:78) at org.elasticsearch.index.shard.IndexShard.prepareIndex(IndexShard.java:999) at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:948) at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:892) at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:321) at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:187) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:253) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:133) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:72) at org.elasticsearch.action.support.replication.TransportWriteAction$1.doRun(TransportWriteAction.java:211) at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:768) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalArgumentException: at least three non-collinear points required at org.apache.lucene.geo.Tessellator.tessellate(Tessellator.java:106) at org.apache.lucene.document.LatLonShape.createIndexableFields(LatLonShape.java:86) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:129) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:61) at org.elasticsearch.geometry.Polygon.visit(Polygon.java:84) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:81) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:61) at org.elasticsearch.geometry.GeometryCollection.visit(GeometryCollection.java:51) at org.elasticsearch.index.mapper.GeoShapeIndexer.indexShape(GeoShapeIndexer.java:57) at org.elasticsearch.index.mapper.GeoShapeFieldMapper.index(GeoShapeFieldMapper.java:198) at org.elasticsearch.index.mapper.GeoShapeFieldMapper.index(GeoShapeFieldMapper.java:50) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.lambda$parse$0(AbstractGeometryFieldMapper.java:187) at org.elasticsearch.index.mapper.GeoShapeParser.parse(GeoShapeParser.java:41) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.parse(AbstractGeometryFieldMapper.java:187) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrField(DocumentParser.java:409) at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:460) at org.elasticsearch.index.mapper.DocumentParser.innerParseObject(DocumentParser.java:313) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrNested(DocumentParser.java:278) at org.elasticsearch.index.mapper.DocumentParser.internalParseDocument(DocumentParser.java:127) at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:79) at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:78) at org.elasticsearch.index.shard.IndexShard.prepareIndex(IndexShard.java:999) at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:948) at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:892) at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:321) at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:187) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:253) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:133) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:72) at org.elasticsearch.action.support.replication.TransportWriteAction$1.doRun(TransportWriteAction.java:211) at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:768) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.lang.Thread.run(Thread.java:833) ```
1.0
[CI] GeoShapeQueryTests testRandomGeoCollectionQuery failing - **Build scan:** https://gradle-enterprise.elastic.co/s/o53eofdiy4zi6/tests/:server:test/org.elasticsearch.search.geo.GeoShapeQueryTests/testRandomGeoCollectionQuery **Reproduction line:** `./gradlew ':server:test' --tests "org.elasticsearch.search.geo.GeoShapeQueryTests.testRandomGeoCollectionQuery" -Dtests.seed=1283CBC9A6A14C18 -Dtests.locale=ms-MY -Dtests.timezone=America/Nipigon -Druntime.java=17` **Applicable branches:** master **Reproduces locally?:** No **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.search.geo.GeoShapeQueryTests&tests.test=testRandomGeoCollectionQuery **Failure excerpt:** ``` org.elasticsearch.index.mapper.MapperParsingException: failed to parse field [geo] of type [geo_shape] at __randomizedtesting.SeedInfo.seed([1283CBC9A6A14C18:7AFEC56AF0829390]:0) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.lambda$parse$1(AbstractGeometryFieldMapper.java:191) at org.elasticsearch.index.mapper.GeoShapeParser.parse(GeoShapeParser.java:44) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.parse(AbstractGeometryFieldMapper.java:187) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrField(DocumentParser.java:409) at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:460) at org.elasticsearch.index.mapper.DocumentParser.innerParseObject(DocumentParser.java:313) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrNested(DocumentParser.java:278) at org.elasticsearch.index.mapper.DocumentParser.internalParseDocument(DocumentParser.java:127) at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:79) at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:78) at org.elasticsearch.index.shard.IndexShard.prepareIndex(IndexShard.java:999) at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:948) at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:892) at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:321) at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:187) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:253) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:133) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:72) at org.elasticsearch.action.support.replication.TransportWriteAction$1.doRun(TransportWriteAction.java:211) at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:768) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.lang.Thread.run(Thread.java:833) Caused by: java.lang.IllegalArgumentException: at least three non-collinear points required at org.apache.lucene.geo.Tessellator.tessellate(Tessellator.java:106) at org.apache.lucene.document.LatLonShape.createIndexableFields(LatLonShape.java:86) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:129) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:61) at org.elasticsearch.geometry.Polygon.visit(Polygon.java:84) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:81) at org.elasticsearch.index.mapper.GeoShapeIndexer$LuceneGeometryIndexer.visit(GeoShapeIndexer.java:61) at org.elasticsearch.geometry.GeometryCollection.visit(GeometryCollection.java:51) at org.elasticsearch.index.mapper.GeoShapeIndexer.indexShape(GeoShapeIndexer.java:57) at org.elasticsearch.index.mapper.GeoShapeFieldMapper.index(GeoShapeFieldMapper.java:198) at org.elasticsearch.index.mapper.GeoShapeFieldMapper.index(GeoShapeFieldMapper.java:50) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.lambda$parse$0(AbstractGeometryFieldMapper.java:187) at org.elasticsearch.index.mapper.GeoShapeParser.parse(GeoShapeParser.java:41) at org.elasticsearch.index.mapper.AbstractGeometryFieldMapper.parse(AbstractGeometryFieldMapper.java:187) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrField(DocumentParser.java:409) at org.elasticsearch.index.mapper.DocumentParser.parseObject(DocumentParser.java:460) at org.elasticsearch.index.mapper.DocumentParser.innerParseObject(DocumentParser.java:313) at org.elasticsearch.index.mapper.DocumentParser.parseObjectOrNested(DocumentParser.java:278) at org.elasticsearch.index.mapper.DocumentParser.internalParseDocument(DocumentParser.java:127) at org.elasticsearch.index.mapper.DocumentParser.parseDocument(DocumentParser.java:79) at org.elasticsearch.index.mapper.DocumentMapper.parse(DocumentMapper.java:78) at org.elasticsearch.index.shard.IndexShard.prepareIndex(IndexShard.java:999) at org.elasticsearch.index.shard.IndexShard.applyIndexOperation(IndexShard.java:948) at org.elasticsearch.index.shard.IndexShard.applyIndexOperationOnPrimary(IndexShard.java:892) at org.elasticsearch.action.bulk.TransportShardBulkAction.executeBulkItemRequest(TransportShardBulkAction.java:321) at org.elasticsearch.action.bulk.TransportShardBulkAction$2.doRun(TransportShardBulkAction.java:187) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at org.elasticsearch.action.bulk.TransportShardBulkAction.performOnPrimary(TransportShardBulkAction.java:253) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:133) at org.elasticsearch.action.bulk.TransportShardBulkAction.dispatchedShardOperationOnPrimary(TransportShardBulkAction.java:72) at org.elasticsearch.action.support.replication.TransportWriteAction$1.doRun(TransportWriteAction.java:211) at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:768) at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:26) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.lang.Thread.run(Thread.java:833) ```
test
geoshapequerytests testrandomgeocollectionquery failing build scan reproduction line gradlew server test tests org elasticsearch search geo geoshapequerytests testrandomgeocollectionquery dtests seed dtests locale ms my dtests timezone america nipigon druntime java applicable branches master reproduces locally no failure history failure excerpt org elasticsearch index mapper mapperparsingexception failed to parse field of type at randomizedtesting seedinfo seed at org elasticsearch index mapper abstractgeometryfieldmapper lambda parse abstractgeometryfieldmapper java at org elasticsearch index mapper geoshapeparser parse geoshapeparser java at org elasticsearch index mapper abstractgeometryfieldmapper parse abstractgeometryfieldmapper java at org elasticsearch index mapper documentparser parseobjectorfield documentparser java at org elasticsearch index mapper documentparser parseobject documentparser java at org elasticsearch index mapper documentparser innerparseobject documentparser java at org elasticsearch index mapper documentparser parseobjectornested documentparser java at org elasticsearch index mapper documentparser internalparsedocument documentparser java at org elasticsearch index mapper documentparser parsedocument documentparser java at org elasticsearch index mapper documentmapper parse documentmapper java at org elasticsearch index shard indexshard prepareindex indexshard java at org elasticsearch index shard indexshard applyindexoperation indexshard java at org elasticsearch index shard indexshard applyindexoperationonprimary indexshard java at org elasticsearch action bulk transportshardbulkaction executebulkitemrequest transportshardbulkaction java at org elasticsearch action bulk transportshardbulkaction dorun transportshardbulkaction java at org elasticsearch common util concurrent abstractrunnable run abstractrunnable java at org elasticsearch action bulk transportshardbulkaction performonprimary transportshardbulkaction java at org elasticsearch action bulk transportshardbulkaction dispatchedshardoperationonprimary transportshardbulkaction java at org elasticsearch action bulk transportshardbulkaction dispatchedshardoperationonprimary transportshardbulkaction java at org elasticsearch action support replication transportwriteaction dorun transportwriteaction 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 caused by java lang illegalargumentexception at least three non collinear points required at org apache lucene geo tessellator tessellate tessellator java at org apache lucene document latlonshape createindexablefields latlonshape java at org elasticsearch index mapper geoshapeindexer lucenegeometryindexer visit geoshapeindexer java at org elasticsearch index mapper geoshapeindexer lucenegeometryindexer visit geoshapeindexer java at org elasticsearch geometry polygon visit polygon java at org elasticsearch index mapper geoshapeindexer lucenegeometryindexer visit geoshapeindexer java at org elasticsearch index mapper geoshapeindexer lucenegeometryindexer visit geoshapeindexer java at org elasticsearch geometry geometrycollection visit geometrycollection java at org elasticsearch index mapper geoshapeindexer indexshape geoshapeindexer java at org elasticsearch index mapper geoshapefieldmapper index geoshapefieldmapper java at org elasticsearch index mapper geoshapefieldmapper index geoshapefieldmapper java at org elasticsearch index mapper abstractgeometryfieldmapper lambda parse abstractgeometryfieldmapper java at org elasticsearch index mapper geoshapeparser parse geoshapeparser java at org elasticsearch index mapper abstractgeometryfieldmapper parse abstractgeometryfieldmapper java at org elasticsearch index mapper documentparser parseobjectorfield documentparser java at org elasticsearch index mapper documentparser parseobject documentparser java at org elasticsearch index mapper documentparser innerparseobject documentparser java at org elasticsearch index mapper documentparser parseobjectornested documentparser java at org elasticsearch index mapper documentparser internalparsedocument documentparser java at org elasticsearch index mapper documentparser parsedocument documentparser java at org elasticsearch index mapper documentmapper parse documentmapper java at org elasticsearch index shard indexshard prepareindex indexshard java at org elasticsearch index shard indexshard applyindexoperation indexshard java at org elasticsearch index shard indexshard applyindexoperationonprimary indexshard java at org elasticsearch action bulk transportshardbulkaction executebulkitemrequest transportshardbulkaction java at org elasticsearch action bulk transportshardbulkaction dorun transportshardbulkaction java at org elasticsearch common util concurrent abstractrunnable run abstractrunnable java at org elasticsearch action bulk transportshardbulkaction performonprimary transportshardbulkaction java at org elasticsearch action bulk transportshardbulkaction dispatchedshardoperationonprimary transportshardbulkaction java at org elasticsearch action bulk transportshardbulkaction dispatchedshardoperationonprimary transportshardbulkaction java at org elasticsearch action support replication transportwriteaction dorun transportwriteaction 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