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
486,053
14,003,666,153
IssuesEvent
2020-10-28 16:09:04
Scholar-6/brillder
https://api.github.com/repos/Scholar-6/brillder
closed
Chips for Editor screen so I can remove assigned editors
High Level Priority
<img width="893" alt="Screenshot 2020-10-23 at 15 36 44" src="https://user-images.githubusercontent.com/59654112/97010504-c7909480-1545-11eb-911a-b1006870446e.png">
1.0
Chips for Editor screen so I can remove assigned editors - <img width="893" alt="Screenshot 2020-10-23 at 15 36 44" src="https://user-images.githubusercontent.com/59654112/97010504-c7909480-1545-11eb-911a-b1006870446e.png">
non_test
chips for editor screen so i can remove assigned editors img width alt screenshot at src
0
204,219
15,429,436,081
IssuesEvent
2021-03-06 03:34:34
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Add ENS support
OS/Desktop QA/Test-Plan-Specified QA/Yes release-notes/include
Support the name resolution of ethereum name service (ENS) via https://resolver.cloudflare-eth.com/dns-query endpoint when the feature is enabled in brave://flags and user set the resolve method to public DoH server. This issue is to support the same as we have for unstoppable domains in https://github.com/brave/brave-browser/issues/14099 for ENS, and for .eth TLDs only.
1.0
Add ENS support - Support the name resolution of ethereum name service (ENS) via https://resolver.cloudflare-eth.com/dns-query endpoint when the feature is enabled in brave://flags and user set the resolve method to public DoH server. This issue is to support the same as we have for unstoppable domains in https://github.com/brave/brave-browser/issues/14099 for ENS, and for .eth TLDs only.
test
add ens support support the name resolution of ethereum name service ens via endpoint when the feature is enabled in brave flags and user set the resolve method to public doh server this issue is to support the same as we have for unstoppable domains in for ens and for eth tlds only
1
28,608
4,424,000,377
IssuesEvent
2016-08-16 10:43:30
venusdrogon/feilong-core
https://api.github.com/repos/venusdrogon/feilong-core
closed
完善 com.feilong.core.date.DateUtil.addWeek(Date, int) 单元测试
test
完善 com.feilong.core.date.DateUtil.addWeek(Date, int) 单元测试
1.0
完善 com.feilong.core.date.DateUtil.addWeek(Date, int) 单元测试 - 完善 com.feilong.core.date.DateUtil.addWeek(Date, int) 单元测试
test
完善 com feilong core date dateutil addweek date int 单元测试 完善 com feilong core date dateutil addweek date int 单元测试
1
7,731
2,922,346,627
IssuesEvent
2015-06-25 09:42:59
bem-incubator/bem-deps
https://api.github.com/repos/bem-incubator/bem-deps
closed
Resolve spec -> Tech deps explicit ordering
backlog proj:deps test
Section describes how tech deps will be ordered when `dependenceBeforeDependants` ordering is being used.
1.0
Resolve spec -> Tech deps explicit ordering - Section describes how tech deps will be ordered when `dependenceBeforeDependants` ordering is being used.
test
resolve spec tech deps explicit ordering section describes how tech deps will be ordered when dependencebeforedependants ordering is being used
1
338,156
30,283,673,321
IssuesEvent
2023-07-08 11:53:49
makehumancommunity/mpfb2
https://api.github.com/repos/makehumancommunity/mpfb2
closed
Provide functionality for symmetry locking
enhancement fix exists - testing needed
From #101 Most of the time you'll want a symmetric character. However, many sliders have left/right options which are operated separately. There should be a checkbox or something for locking the operation so that the matching left/right slider gets set at the same time when changing one of them. This should be possible to toggle on and off without being destructive. I.e, it's different from forced symmetry where all values are copied from one side to the other.
1.0
Provide functionality for symmetry locking - From #101 Most of the time you'll want a symmetric character. However, many sliders have left/right options which are operated separately. There should be a checkbox or something for locking the operation so that the matching left/right slider gets set at the same time when changing one of them. This should be possible to toggle on and off without being destructive. I.e, it's different from forced symmetry where all values are copied from one side to the other.
test
provide functionality for symmetry locking from most of the time you ll want a symmetric character however many sliders have left right options which are operated separately there should be a checkbox or something for locking the operation so that the matching left right slider gets set at the same time when changing one of them this should be possible to toggle on and off without being destructive i e it s different from forced symmetry where all values are copied from one side to the other
1
186,982
14,426,868,490
IssuesEvent
2020-12-06 00:28:37
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
caesarjuming/GoSrc: net/timeout_test.go; 73 LoC
fresh medium test
Found a possible issue in [caesarjuming/GoSrc](https://www.github.com/caesarjuming/GoSrc) at [net/timeout_test.go](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/net/timeout_test.go#L794-L866) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable timeout used in defer or goroutine at line 837 [Click here to see the code in its original context.](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/net/timeout_test.go#L794-L866) <details> <summary>Click here to show the 73 line(s) of Go which triggered the analyzer.</summary> ```go for _, timeout := range []time.Duration{ 1 * time.Nanosecond, 2 * time.Nanosecond, 5 * time.Nanosecond, 50 * time.Nanosecond, 100 * time.Nanosecond, 200 * time.Nanosecond, 500 * time.Nanosecond, 750 * time.Nanosecond, 1 * time.Microsecond, 5 * time.Microsecond, 25 * time.Microsecond, 250 * time.Microsecond, 500 * time.Microsecond, 1 * time.Millisecond, 5 * time.Millisecond, 100 * time.Millisecond, 250 * time.Millisecond, 500 * time.Millisecond, 1 * time.Second, } { numRuns := 3 if testing.Short() { numRuns = 1 if timeout > 500*time.Microsecond { continue } } for run := 0; run < numRuns; run++ { name := fmt.Sprintf("%v run %d/%d", timeout, run+1, numRuns) t.Log(name) c, err := Dial(ls.Listener.Addr().Network(), ls.Listener.Addr().String()) if err != nil { t.Fatal(err) } tooLong := 5 * time.Second max := time.NewTimer(tooLong) defer max.Stop() actvch := make(chan result) go func() { t0 := time.Now() if err := c.SetDeadline(t0.Add(timeout)); err != nil { t.Error(err) } n, err := io.Copy(ioutil.Discard, c) dt := time.Since(t0) c.Close() actvch <- result{n, err, dt} }() select { case res := <-actvch: if nerr, ok := res.err.(Error); ok && nerr.Timeout() { t.Logf("for %v, good client timeout after %v, reading %d bytes", name, res.d, res.n) } else { t.Fatalf("for %v, client Copy = %d, %v; want timeout", name, res.n, res.err) } case <-max.C: t.Fatalf("for %v, timeout (%v) waiting for client to timeout (%v) reading", name, tooLong, timeout) } select { case res := <-pasvch: t.Logf("for %v, server in %v wrote %d: %v", name, res.d, res.n, res.err) case err := <-ch: t.Fatalf("for %v, Accept = %v", name, err) case <-max.C: t.Fatalf("for %v, timeout waiting for server to finish writing", name) } } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d
1.0
caesarjuming/GoSrc: net/timeout_test.go; 73 LoC - Found a possible issue in [caesarjuming/GoSrc](https://www.github.com/caesarjuming/GoSrc) at [net/timeout_test.go](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/net/timeout_test.go#L794-L866) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable timeout used in defer or goroutine at line 837 [Click here to see the code in its original context.](https://github.com/caesarjuming/GoSrc/blob/a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d/net/timeout_test.go#L794-L866) <details> <summary>Click here to show the 73 line(s) of Go which triggered the analyzer.</summary> ```go for _, timeout := range []time.Duration{ 1 * time.Nanosecond, 2 * time.Nanosecond, 5 * time.Nanosecond, 50 * time.Nanosecond, 100 * time.Nanosecond, 200 * time.Nanosecond, 500 * time.Nanosecond, 750 * time.Nanosecond, 1 * time.Microsecond, 5 * time.Microsecond, 25 * time.Microsecond, 250 * time.Microsecond, 500 * time.Microsecond, 1 * time.Millisecond, 5 * time.Millisecond, 100 * time.Millisecond, 250 * time.Millisecond, 500 * time.Millisecond, 1 * time.Second, } { numRuns := 3 if testing.Short() { numRuns = 1 if timeout > 500*time.Microsecond { continue } } for run := 0; run < numRuns; run++ { name := fmt.Sprintf("%v run %d/%d", timeout, run+1, numRuns) t.Log(name) c, err := Dial(ls.Listener.Addr().Network(), ls.Listener.Addr().String()) if err != nil { t.Fatal(err) } tooLong := 5 * time.Second max := time.NewTimer(tooLong) defer max.Stop() actvch := make(chan result) go func() { t0 := time.Now() if err := c.SetDeadline(t0.Add(timeout)); err != nil { t.Error(err) } n, err := io.Copy(ioutil.Discard, c) dt := time.Since(t0) c.Close() actvch <- result{n, err, dt} }() select { case res := <-actvch: if nerr, ok := res.err.(Error); ok && nerr.Timeout() { t.Logf("for %v, good client timeout after %v, reading %d bytes", name, res.d, res.n) } else { t.Fatalf("for %v, client Copy = %d, %v; want timeout", name, res.n, res.err) } case <-max.C: t.Fatalf("for %v, timeout (%v) waiting for client to timeout (%v) reading", name, tooLong, timeout) } select { case res := <-pasvch: t.Logf("for %v, server in %v wrote %d: %v", name, res.d, res.n, res.err) case err := <-ch: t.Fatalf("for %v, Accept = %v", name, err) case <-max.C: t.Fatalf("for %v, timeout waiting for server to finish writing", name) } } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: a261b0f76e06f8719f0f4859b7ca8ebeeee5ef7d
test
caesarjuming gosrc net timeout test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable timeout used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for timeout range time duration time nanosecond time nanosecond time nanosecond time nanosecond time nanosecond time nanosecond time nanosecond time nanosecond time microsecond time microsecond time microsecond time microsecond time microsecond time millisecond time millisecond time millisecond time millisecond time millisecond time second numruns if testing short numruns if timeout time microsecond continue for run run numruns run name fmt sprintf v run d d timeout run numruns t log name c err dial ls listener addr network ls listener addr string if err nil t fatal err toolong time second max time newtimer toolong defer max stop actvch make chan result go func time now if err c setdeadline add timeout err nil t error err n err io copy ioutil discard c dt time since c close actvch result n err dt select case res actvch if nerr ok res err error ok nerr timeout t logf for v good client timeout after v reading d bytes name res d res n else t fatalf for v client copy d v want timeout name res n res err case max c t fatalf for v timeout v waiting for client to timeout v reading name toolong timeout select case res pasvch t logf for v server in v wrote d v name res d res n res err case err ch t fatalf for v accept v name err case max c t fatalf for v timeout waiting for server to finish writing name leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
230,883
18,722,252,658
IssuesEvent
2021-11-03 13:06:45
xmos/lib_xud
https://api.github.com/repos/xmos/lib_xud
closed
Cannot run tests due to xcov addtions
type:bug type:testing
======================================================================== ERRORS ========================================================================= ________________________________________________ ERROR at setup of test_RunUsbSession[xs3-1-1-HS-4-600] _________________________________________________ file /Users/ross/sandboxes/sb_xud_view2/lib_xud/tests/conftest.py, line 120 def test_RunUsbSession( E fixture 'xcov' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, copy_xn_files, doctest_namespace, extra, include_metadata_in_junit_xml, metadata, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, test_address, test_arch, test_bus_speed, test_dummy_threads, test_ep, test_file, test_session, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, worker_id, xcoverage_combination > use 'pytest --fixtures [testpath]' for help on them.
1.0
Cannot run tests due to xcov addtions - ======================================================================== ERRORS ========================================================================= ________________________________________________ ERROR at setup of test_RunUsbSession[xs3-1-1-HS-4-600] _________________________________________________ file /Users/ross/sandboxes/sb_xud_view2/lib_xud/tests/conftest.py, line 120 def test_RunUsbSession( E fixture 'xcov' not found > available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, copy_xn_files, doctest_namespace, extra, include_metadata_in_junit_xml, metadata, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, test_address, test_arch, test_bus_speed, test_dummy_threads, test_ep, test_file, test_session, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, worker_id, xcoverage_combination > use 'pytest --fixtures [testpath]' for help on them.
test
cannot run tests due to xcov addtions errors error at setup of test runusbsession file users ross sandboxes sb xud lib xud tests conftest py line def test runusbsession e fixture xcov not found available fixtures cache capfd capfdbinary caplog capsys capsysbinary copy xn files doctest namespace extra include metadata in junit xml metadata monkeypatch pytestconfig record property record testsuite property record xml attribute recwarn test address test arch test bus speed test dummy threads test ep test file test session testrun uid tmp path tmp path factory tmpdir tmpdir factory worker id xcoverage combination use pytest fixtures for help on them
1
165,255
12,835,571,310
IssuesEvent
2020-07-07 13:06:06
ross-rotordynamics/ross
https://api.github.com/repos/ross-rotordynamics/ross
closed
Magnetic bearing - add tests
testing
@davidjgm, now that MagneticBearing class is created, we should add some tests to ensure its correct functioning. You can add it in `ross/tests/test_bearing_seal_element.py` file. Check how it's done to other classes and make something similar.
1.0
Magnetic bearing - add tests - @davidjgm, now that MagneticBearing class is created, we should add some tests to ensure its correct functioning. You can add it in `ross/tests/test_bearing_seal_element.py` file. Check how it's done to other classes and make something similar.
test
magnetic bearing add tests davidjgm now that magneticbearing class is created we should add some tests to ensure its correct functioning you can add it in ross tests test bearing seal element py file check how it s done to other classes and make something similar
1
262,161
22,819,948,882
IssuesEvent
2022-07-12 00:29:56
zeek/zeek
https://api.github.com/repos/zeek/zeek
closed
The `scripts.base.utils.dir` btest is unstable
Type: Bug :bug: Area: CI/Testing
... at least on my system: ``` $ while true; do btest ./scripts/base/utils/dir.test || break; done all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful [ 0%] scripts.base.utils.dir ... failed 1 of 1 test failed ``` I'll take a look at this; just creating a ticket for now in case anyone else sees this.
1.0
The `scripts.base.utils.dir` btest is unstable - ... at least on my system: ``` $ while true; do btest ./scripts/base/utils/dir.test || break; done all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful all 1 tests successful [ 0%] scripts.base.utils.dir ... failed 1 of 1 test failed ``` I'll take a look at this; just creating a ticket for now in case anyone else sees this.
test
the scripts base utils dir btest is unstable at least on my system while true do btest scripts base utils dir test break done all tests successful all tests successful all tests successful all tests successful all tests successful all tests successful all tests successful scripts base utils dir failed of test failed i ll take a look at this just creating a ticket for now in case anyone else sees this
1
142,784
11,493,518,938
IssuesEvent
2020-02-11 23:14:38
akkadotnet/akka.net
https://api.github.com/repos/akkadotnet/akka.net
closed
Fix MNTK specs for DData: ReplicatorPruningSpec
akka-ddata tests up for grabs
Code may need to be updated - last port was made before delta-state CRDT PR: - [ ] Pruning_of_CRDT_should_move_data_from_removed_node
1.0
Fix MNTK specs for DData: ReplicatorPruningSpec - Code may need to be updated - last port was made before delta-state CRDT PR: - [ ] Pruning_of_CRDT_should_move_data_from_removed_node
test
fix mntk specs for ddata replicatorpruningspec code may need to be updated last port was made before delta state crdt pr pruning of crdt should move data from removed node
1
77,798
10,021,966,661
IssuesEvent
2019-07-16 15:39:02
aiidateam/aiida-core
https://api.github.com/repos/aiidateam/aiida-core
opened
Check documentation for "for AiiDA developers/How to extend the AiiDA REST API"
aiida-core 1.x topic/documentation
Check if the section is updated to AiiDA 1.0, if it is correct, and if it should be merged with other documentation or moved/removed. https://aiida.readthedocs.io/projects/aiida-core/en/latest/developer_guide/core/extend_restapi.html
1.0
Check documentation for "for AiiDA developers/How to extend the AiiDA REST API" - Check if the section is updated to AiiDA 1.0, if it is correct, and if it should be merged with other documentation or moved/removed. https://aiida.readthedocs.io/projects/aiida-core/en/latest/developer_guide/core/extend_restapi.html
non_test
check documentation for for aiida developers how to extend the aiida rest api check if the section is updated to aiida if it is correct and if it should be merged with other documentation or moved removed
0
45,530
5,718,913,152
IssuesEvent
2017-04-19 20:40:49
backdrop/backdrop-issues
https://api.github.com/repos/backdrop/backdrop-issues
closed
[UX] Give focus to top field when creating content
pr - reviewed & tested by the community status - has pull request type - feature request
I think it would be good to automatically give focus to the top field when creating content (nodes, terms, etc.). I noticed it today when I had to input 10-20 terms in a vocabulary and had to click into title each time before I could type the term. If focus happened automatically it would be simple to _type, press enter, pause_ and then repeat without having to take my hands off the keyboard. ---- ~~PR: https://github.com/backdrop/backdrop/pull/1826~~ closed in favor of no js solt'n PR: https://github.com/backdrop/backdrop/pull/1832
1.0
[UX] Give focus to top field when creating content - I think it would be good to automatically give focus to the top field when creating content (nodes, terms, etc.). I noticed it today when I had to input 10-20 terms in a vocabulary and had to click into title each time before I could type the term. If focus happened automatically it would be simple to _type, press enter, pause_ and then repeat without having to take my hands off the keyboard. ---- ~~PR: https://github.com/backdrop/backdrop/pull/1826~~ closed in favor of no js solt'n PR: https://github.com/backdrop/backdrop/pull/1832
test
give focus to top field when creating content i think it would be good to automatically give focus to the top field when creating content nodes terms etc i noticed it today when i had to input terms in a vocabulary and had to click into title each time before i could type the term if focus happened automatically it would be simple to type press enter pause and then repeat without having to take my hands off the keyboard pr closed in favor of no js solt n pr
1
827,653
31,790,957,228
IssuesEvent
2023-09-13 03:14:49
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
AI Chat: Use context for react (refactor)
priority/P3 QA/No dev-concern release-notes/exclude OS/Desktop browser-ai
Refactor react code to use Context, instead of the prop drilling. This will set us up to scale more nicely when we go full-page.
1.0
AI Chat: Use context for react (refactor) - Refactor react code to use Context, instead of the prop drilling. This will set us up to scale more nicely when we go full-page.
non_test
ai chat use context for react refactor refactor react code to use context instead of the prop drilling this will set us up to scale more nicely when we go full page
0
66,993
7,031,187,525
IssuesEvent
2017-12-26 15:43:40
edenlabllc/ehealth.api
https://api.github.com/repos/edenlabllc/ehealth.api
closed
label non-production public resources with proper info
FE kind/support status/test
demo and preprod resources(portal mostly) are visible on internet and indexed by a search engines Please, inject proper robots.txt and avoid indexing this resources Also, ideally - such resources should have information in the page titles and home page like "Demo/Non production"
1.0
label non-production public resources with proper info - demo and preprod resources(portal mostly) are visible on internet and indexed by a search engines Please, inject proper robots.txt and avoid indexing this resources Also, ideally - such resources should have information in the page titles and home page like "Demo/Non production"
test
label non production public resources with proper info demo and preprod resources portal mostly are visible on internet and indexed by a search engines please inject proper robots txt and avoid indexing this resources also ideally such resources should have information in the page titles and home page like demo non production
1
265,862
28,298,782,851
IssuesEvent
2023-04-10 02:40:31
nidhi7598/linux-4.19.72
https://api.github.com/repos/nidhi7598/linux-4.19.72
closed
CVE-2022-1943 (High) detected in linuxlinux-4.19.254 - autoclosed
Mend: dependency security vulnerability
## CVE-2022-1943 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.254</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.19.72/commit/10a8c99e4f60044163c159867bc6f5452c1c36e5">10a8c99e4f60044163c159867bc6f5452c1c36e5</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A flaw out of bounds memory write in the Linux kernel UDF file system functionality was found in the way user triggers some file operation which triggers udf_write_fi(). A local user could use this flaw to crash the system or potentially <p>Publish Date: 2022-06-02 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-1943>CVE-2022-1943</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2022-1943">https://www.linuxkernelcves.com/cves/CVE-2022-1943</a></p> <p>Release Date: 2022-06-02</p> <p>Fix Resolution: v5.15.40,v5.17.8,v5.18-rc7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-1943 (High) detected in linuxlinux-4.19.254 - autoclosed - ## CVE-2022-1943 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.254</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.19.72/commit/10a8c99e4f60044163c159867bc6f5452c1c36e5">10a8c99e4f60044163c159867bc6f5452c1c36e5</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A flaw out of bounds memory write in the Linux kernel UDF file system functionality was found in the way user triggers some file operation which triggers udf_write_fi(). A local user could use this flaw to crash the system or potentially <p>Publish Date: 2022-06-02 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-1943>CVE-2022-1943</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2022-1943">https://www.linuxkernelcves.com/cves/CVE-2022-1943</a></p> <p>Release Date: 2022-06-02</p> <p>Fix Resolution: v5.15.40,v5.17.8,v5.18-rc7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in linuxlinux autoclosed cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details a flaw out of bounds memory write in the linux kernel udf file system functionality was found in the way user triggers some file operation which triggers udf write fi a local user could use this flaw to crash the system or potentially publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
346,861
31,029,425,348
IssuesEvent
2023-08-10 11:25:53
ToolJet/ToolJet
https://api.github.com/repos/ToolJet/ToolJet
closed
Enhancement: Enable "Send" Button Execution on Hitting Enter/Return Key
good first issue up-for-grabs status: tested
### Overview In the "Suggest Datasource" section of the Global Datasource modal, currently, the "send" button requires a mouse click to execute. It would be beneficial to enhance the user experience by enabling the execution of the "send" button action when the Enter/Return key is pressed from the keyboard. ### Steps to find out and try: 1. Open the Global Datasource modal. 2. Navigate to the "Suggest Datasource" section by clicking on `suggest' In "Don't see what you were looking for? Suggest". 3. Type the necessary information in the input fields. 4. The button "send" should be executed on hitting enter/return key from the keyboard. ### Expected Behavior: Upon pressing the Enter/Return key, the "send" button should be executed. ### Screenshot ![image](https://github.com/ToolJet/ToolJet/assets/34749692/4beeb381-16e9-467c-b4fd-e992d0c7d865)
1.0
Enhancement: Enable "Send" Button Execution on Hitting Enter/Return Key - ### Overview In the "Suggest Datasource" section of the Global Datasource modal, currently, the "send" button requires a mouse click to execute. It would be beneficial to enhance the user experience by enabling the execution of the "send" button action when the Enter/Return key is pressed from the keyboard. ### Steps to find out and try: 1. Open the Global Datasource modal. 2. Navigate to the "Suggest Datasource" section by clicking on `suggest' In "Don't see what you were looking for? Suggest". 3. Type the necessary information in the input fields. 4. The button "send" should be executed on hitting enter/return key from the keyboard. ### Expected Behavior: Upon pressing the Enter/Return key, the "send" button should be executed. ### Screenshot ![image](https://github.com/ToolJet/ToolJet/assets/34749692/4beeb381-16e9-467c-b4fd-e992d0c7d865)
test
enhancement enable send button execution on hitting enter return key overview in the suggest datasource section of the global datasource modal currently the send button requires a mouse click to execute it would be beneficial to enhance the user experience by enabling the execution of the send button action when the enter return key is pressed from the keyboard steps to find out and try open the global datasource modal navigate to the suggest datasource section by clicking on suggest in don t see what you were looking for suggest type the necessary information in the input fields the button send should be executed on hitting enter return key from the keyboard expected behavior upon pressing the enter return key the send button should be executed screenshot
1
78,644
7,656,812,220
IssuesEvent
2018-05-10 17:32:41
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Monitoring/Test] Full API Integration tests
:Monitoring test
*Original comment by @tsullivan:* We should build integration tests for all monitoring APIs that don't already have them.
1.0
[Monitoring/Test] Full API Integration tests - *Original comment by @tsullivan:* We should build integration tests for all monitoring APIs that don't already have them.
test
full api integration tests original comment by tsullivan we should build integration tests for all monitoring apis that don t already have them
1
257,642
19,527,079,542
IssuesEvent
2021-12-30 09:54:10
NikolaySavenko/domus-sapiens
https://api.github.com/repos/NikolaySavenko/domus-sapiens
closed
Сделать тестовое виртуальное устройство
documentation embedded backlog
Необходимо написать тестовое устройство, которое сможет отправлять и принимать сообщения от IoT Hub. Похожая задача была ранее, сейчас можно использовать любой язык и платформу. Требования - [Отправка сообщения] по кнопке `пробел` делать отправку сообщения на сервер(симуляция нажатия выключателя) - [Принятие сообщения] сделать прослушивание вызова метода `GPIO_SWITCH` и вывод в консоль пришедших данных
1.0
Сделать тестовое виртуальное устройство - Необходимо написать тестовое устройство, которое сможет отправлять и принимать сообщения от IoT Hub. Похожая задача была ранее, сейчас можно использовать любой язык и платформу. Требования - [Отправка сообщения] по кнопке `пробел` делать отправку сообщения на сервер(симуляция нажатия выключателя) - [Принятие сообщения] сделать прослушивание вызова метода `GPIO_SWITCH` и вывод в консоль пришедших данных
non_test
сделать тестовое виртуальное устройство необходимо написать тестовое устройство которое сможет отправлять и принимать сообщения от iot hub похожая задача была ранее сейчас можно использовать любой язык и платформу требования по кнопке пробел делать отправку сообщения на сервер симуляция нажатия выключателя сделать прослушивание вызова метода gpio switch и вывод в консоль пришедших данных
0
85,810
15,755,281,508
IssuesEvent
2021-03-31 01:30:07
ChenLuigi/GitHubScannerBower4
https://api.github.com/repos/ChenLuigi/GitHubScannerBower4
opened
CVE-2014-0116 (Medium) detected in struts2-core-2.3.1.jar
security vulnerability
## CVE-2014-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>struts2-core-2.3.1.jar</b></p></summary> <p>Apache Struts 2</p> <p>Path to vulnerable library: GitHubScannerBower4/GoldenPanel_Lighter/GoldenPanel/struts2-core-2.3.1.jar</p> <p> Dependency Hierarchy: - :x: **struts2-core-2.3.1.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> CookieInterceptor in Apache Struts 2.x before 2.3.20, when a wildcard cookiesName value is used, does not properly restrict access to the getClass method, which allows remote attackers to "manipulate" the ClassLoader and modify session state via a crafted request. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-0113. <p>Publish Date: 2014-05-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-0116>CVE-2014-0116</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.8</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://nvd.nist.gov/vuln/detail/CVE-2014-0116">https://nvd.nist.gov/vuln/detail/CVE-2014-0116</a></p> <p>Release Date: 2014-05-08</p> <p>Fix Resolution: 2.3.16.3</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-2014-0116 (Medium) detected in struts2-core-2.3.1.jar - ## CVE-2014-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>struts2-core-2.3.1.jar</b></p></summary> <p>Apache Struts 2</p> <p>Path to vulnerable library: GitHubScannerBower4/GoldenPanel_Lighter/GoldenPanel/struts2-core-2.3.1.jar</p> <p> Dependency Hierarchy: - :x: **struts2-core-2.3.1.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> CookieInterceptor in Apache Struts 2.x before 2.3.20, when a wildcard cookiesName value is used, does not properly restrict access to the getClass method, which allows remote attackers to "manipulate" the ClassLoader and modify session state via a crafted request. NOTE: this vulnerability exists because of an incomplete fix for CVE-2014-0113. <p>Publish Date: 2014-05-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2014-0116>CVE-2014-0116</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.8</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://nvd.nist.gov/vuln/detail/CVE-2014-0116">https://nvd.nist.gov/vuln/detail/CVE-2014-0116</a></p> <p>Release Date: 2014-05-08</p> <p>Fix Resolution: 2.3.16.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in core jar cve medium severity vulnerability vulnerable library core jar apache struts path to vulnerable library goldenpanel lighter goldenpanel core jar dependency hierarchy x core jar vulnerable library vulnerability details cookieinterceptor in apache struts x before when a wildcard cookiesname value is used does not properly restrict access to the getclass method which allows remote attackers to manipulate the classloader and modify session state via a crafted request note this vulnerability exists because of an incomplete fix for cve 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
156,440
12,310,414,419
IssuesEvent
2020-05-12 10:34:36
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Status bar: Home and end should move focus to start and end of status bar entries
accessibility feature-request on-testplan workbench-status
Found by @jvesouza F6 to focus status bar Home and end should move focus to first and last item respectivly
1.0
Status bar: Home and end should move focus to start and end of status bar entries - Found by @jvesouza F6 to focus status bar Home and end should move focus to first and last item respectivly
test
status bar home and end should move focus to start and end of status bar entries found by jvesouza to focus status bar home and end should move focus to first and last item respectivly
1
110,913
9,481,992,745
IssuesEvent
2019-04-21 11:01:47
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Investigate flaky test-cli-node-options
C++ CI / flaky test arm
test-cli-node-options has been failing a lot on arm lately in CI. I assume it's the bug reported in https://github.com/nodejs/node/issues/21383 ("make test: use after free: parallel/test-cli-node-options"). Sample failure: https://ci.nodejs.org/job/node-test-commit-arm/20786/nodes=ubuntu1604-arm64/consoleText Host: test-packetnet-ubuntu1604-arm64-2 ```console not ok 184 parallel/test-cli-node-options --- duration_ms: 1.266 severity: fail exitcode: 1 stack: |- assert.js:753 throw newErr; ^ AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: /home/iojs/build/workspace/node-test-commit-arm/nodes/ubuntu1604-arm64/out/Release/node -e console.log("B") # # Fatal error in , line 0 # Check failed: (perf_output_handle_) != nullptr. # # # #FailureMessage Object: 0xffffe553e558 at ChildProcess.exithandler (child_process.js:294:12) at ChildProcess.emit (events.js:189:13) at maybeClose (internal/child_process.js:978:16) at Socket.stream.socket.on (internal/child_process.js:396:11) at Socket.emit (events.js:189:13) at Pipe._handle.close (net.js:612:12) ... ```
1.0
Investigate flaky test-cli-node-options - test-cli-node-options has been failing a lot on arm lately in CI. I assume it's the bug reported in https://github.com/nodejs/node/issues/21383 ("make test: use after free: parallel/test-cli-node-options"). Sample failure: https://ci.nodejs.org/job/node-test-commit-arm/20786/nodes=ubuntu1604-arm64/consoleText Host: test-packetnet-ubuntu1604-arm64-2 ```console not ok 184 parallel/test-cli-node-options --- duration_ms: 1.266 severity: fail exitcode: 1 stack: |- assert.js:753 throw newErr; ^ AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: /home/iojs/build/workspace/node-test-commit-arm/nodes/ubuntu1604-arm64/out/Release/node -e console.log("B") # # Fatal error in , line 0 # Check failed: (perf_output_handle_) != nullptr. # # # #FailureMessage Object: 0xffffe553e558 at ChildProcess.exithandler (child_process.js:294:12) at ChildProcess.emit (events.js:189:13) at maybeClose (internal/child_process.js:978:16) at Socket.stream.socket.on (internal/child_process.js:396:11) at Socket.emit (events.js:189:13) at Pipe._handle.close (net.js:612:12) ... ```
test
investigate flaky test cli node options test cli node options has been failing a lot on arm lately in ci i assume it s the bug reported in make test use after free parallel test cli node options sample failure host test packetnet console not ok parallel test cli node options duration ms severity fail exitcode stack assert js throw newerr assertionerror iferror got unwanted exception command failed home iojs build workspace node test commit arm nodes out release node e console log b fatal error in line check failed perf output handle nullptr failuremessage object at childprocess exithandler child process js at childprocess emit events js at maybeclose internal child process js at socket stream socket on internal child process js at socket emit events js at pipe handle close net js
1
278,023
8,635,163,693
IssuesEvent
2018-11-22 20:44:12
tophat/jenkins-timeline-plugin
https://api.github.com/repos/tophat/jenkins-timeline-plugin
closed
Create a dashboard that has great UI + UX
enhancement help wanted high priority
**Is your feature request related to a problem? Please describe.** The jenkins-timeline-plugin dashboard is bare bones, and it is not "modern" looking. **Describe the solution you'd like** I would like a well designed dashboard to navigate # DESIGNS NEEDED
1.0
Create a dashboard that has great UI + UX - **Is your feature request related to a problem? Please describe.** The jenkins-timeline-plugin dashboard is bare bones, and it is not "modern" looking. **Describe the solution you'd like** I would like a well designed dashboard to navigate # DESIGNS NEEDED
non_test
create a dashboard that has great ui ux is your feature request related to a problem please describe the jenkins timeline plugin dashboard is bare bones and it is not modern looking describe the solution you d like i would like a well designed dashboard to navigate designs needed
0
190,602
14,563,643,321
IssuesEvent
2020-12-17 03:01:55
ryanheise/just_audio
https://api.github.com/repos/ryanheise/just_audio
closed
Support rxdart 0.25.0
3 testing enhancement
<!-- PLEASE READ CAREFULLY! FOR YOUR FEATURE REQUEST TO BE PROCESSED, YOU WILL NEED TO FILL IN ALL SECTIONS BELOW. DON'T DELETE THE HEADINGS. THANK YOU :-D --> **Is your feature request related to a problem? Please describe.** The current release doesn't support working with rxdart 0.25.0. **Describe the solution you'd like** Use `rxdart: ">= 0.24.1 < 0.26.0"` **Describe alternatives you've considered** Using `^0.26.0` would not allow apps to use the older version of rxdart. **Additional context** None
1.0
Support rxdart 0.25.0 - <!-- PLEASE READ CAREFULLY! FOR YOUR FEATURE REQUEST TO BE PROCESSED, YOU WILL NEED TO FILL IN ALL SECTIONS BELOW. DON'T DELETE THE HEADINGS. THANK YOU :-D --> **Is your feature request related to a problem? Please describe.** The current release doesn't support working with rxdart 0.25.0. **Describe the solution you'd like** Use `rxdart: ">= 0.24.1 < 0.26.0"` **Describe alternatives you've considered** Using `^0.26.0` would not allow apps to use the older version of rxdart. **Additional context** None
test
support rxdart please read carefully for your feature request to be processed you will need to fill in all sections below don t delete the headings thank you d is your feature request related to a problem please describe the current release doesn t support working with rxdart describe the solution you d like use rxdart describe alternatives you ve considered using would not allow apps to use the older version of rxdart additional context none
1
453,748
13,089,691,249
IssuesEvent
2020-08-03 00:21:09
SkriptLang/Skript
https://api.github.com/repos/SkriptLang/Skript
opened
Experience classinfo can't be parsed
bug good first issue priority: medium
### Description The experience classinfo can't be parsed, it does not have an `user`. ### Steps to Reproduce `set {_test} to "5 exp" parsed as experience points ### Expected Behavior The classinfo to have an user so it can be used within scripts. ### Server Information * **Server version/platform:** unrelated * **Skript version:** unrelated ### Additional Context The classinfo's user should be `experience ?(points?)?`
1.0
Experience classinfo can't be parsed - ### Description The experience classinfo can't be parsed, it does not have an `user`. ### Steps to Reproduce `set {_test} to "5 exp" parsed as experience points ### Expected Behavior The classinfo to have an user so it can be used within scripts. ### Server Information * **Server version/platform:** unrelated * **Skript version:** unrelated ### Additional Context The classinfo's user should be `experience ?(points?)?`
non_test
experience classinfo can t be parsed description the experience classinfo can t be parsed it does not have an user steps to reproduce set test to exp parsed as experience points expected behavior the classinfo to have an user so it can be used within scripts server information server version platform unrelated skript version unrelated additional context the classinfo s user should be experience points
0
244,698
26,462,119,964
IssuesEvent
2023-01-16 18:44:00
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
SslStream.ReadAsyncInternal() throws misleading exception if stream is disposed while reading
area-System.Net.Security
### Description If `SslStream` is disposed while there is a concurrent call to `ReadAsyncInternal()`, a misleading exception may be thrown: ``` Unhandled exception. System.NotSupportedException: This method may not be called when another read operation is pending. at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1 buffer, CancellationToken cancellationToken) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) ``` The exception message claims that "ReadAsyncInternal() was called when another read operation is pending", but this is misleading, since there were **not** concurrent calls to `ReadAsyncInternal()`. This exception message is raised due to the following codepaths: https://github.com/dotnet/runtime/blob/6ddd06c023574f298f21f4acde58bf4af337d309/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs#L50-L63 https://github.com/dotnet/runtime/blob/6ddd06c023574f298f21f4acde58bf4af337d309/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs#L763-L769 For customers trying to debug this issue, it would be very helpful if `ReadAsyncInternal()` could throw `ObjectDisposedException` in this case. This makes it clear the issue is dispose during read, not concurrent reads. Maybe a code change like this? ```c# if (Interlocked.Exchange(ref _nestedRead, 1) == 1) { ThrowIfExceptionalOrNotAuthenticated(); throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); } ``` ### Reproduction Steps You should be able to repro this by concurrently calling `Read()` and `Dispose()` in a loop until you trigger the race condition. Alternatively, you can use the repro I created for the Azure SDK (which has a bug where it calls `Dispose()` concurrently during a `Read()`): https://github.com/Azure/azure-sdk-for-net/issues/32577 ### Expected behavior `SslStream` throws `ObjectDisposedException` ### Actual behavior `SslStream` throws `NotSupportedException` ### Regression? No ### Known Workarounds _No response_ ### Configuration .NET Runtime 7.0.0 Windows 10 x64 ### Other information _No response_
True
SslStream.ReadAsyncInternal() throws misleading exception if stream is disposed while reading - ### Description If `SslStream` is disposed while there is a concurrent call to `ReadAsyncInternal()`, a misleading exception may be thrown: ``` Unhandled exception. System.NotSupportedException: This method may not be called when another read operation is pending. at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](Memory`1 buffer, CancellationToken cancellationToken) at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count) ``` The exception message claims that "ReadAsyncInternal() was called when another read operation is pending", but this is misleading, since there were **not** concurrent calls to `ReadAsyncInternal()`. This exception message is raised due to the following codepaths: https://github.com/dotnet/runtime/blob/6ddd06c023574f298f21f4acde58bf4af337d309/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs#L50-L63 https://github.com/dotnet/runtime/blob/6ddd06c023574f298f21f4acde58bf4af337d309/src/libraries/System.Net.Security/src/System/Net/Security/SslStream.IO.cs#L763-L769 For customers trying to debug this issue, it would be very helpful if `ReadAsyncInternal()` could throw `ObjectDisposedException` in this case. This makes it clear the issue is dispose during read, not concurrent reads. Maybe a code change like this? ```c# if (Interlocked.Exchange(ref _nestedRead, 1) == 1) { ThrowIfExceptionalOrNotAuthenticated(); throw new NotSupportedException(SR.Format(SR.net_io_invalidnestedcall, "read")); } ``` ### Reproduction Steps You should be able to repro this by concurrently calling `Read()` and `Dispose()` in a loop until you trigger the race condition. Alternatively, you can use the repro I created for the Azure SDK (which has a bug where it calls `Dispose()` concurrently during a `Read()`): https://github.com/Azure/azure-sdk-for-net/issues/32577 ### Expected behavior `SslStream` throws `ObjectDisposedException` ### Actual behavior `SslStream` throws `NotSupportedException` ### Regression? No ### Known Workarounds _No response_ ### Configuration .NET Runtime 7.0.0 Windows 10 x64 ### Other information _No response_
non_test
sslstream readasyncinternal throws misleading exception if stream is disposed while reading description if sslstream is disposed while there is a concurrent call to readasyncinternal a misleading exception may be thrown unhandled exception system notsupportedexception this method may not be called when another read operation is pending at system net security sslstream readasyncinternal memory buffer cancellationtoken cancellationtoken at system runtime compilerservices poolingasyncvaluetaskmethodbuilder statemachinebox system threading tasks sources ivaluetasksource getresult token at system net security sslstream read byte buffer offset count the exception message claims that readasyncinternal was called when another read operation is pending but this is misleading since there were not concurrent calls to readasyncinternal this exception message is raised due to the following codepaths for customers trying to debug this issue it would be very helpful if readasyncinternal could throw objectdisposedexception in this case this makes it clear the issue is dispose during read not concurrent reads maybe a code change like this c if interlocked exchange ref nestedread throwifexceptionalornotauthenticated throw new notsupportedexception sr format sr net io invalidnestedcall read reproduction steps you should be able to repro this by concurrently calling read and dispose in a loop until you trigger the race condition alternatively you can use the repro i created for the azure sdk which has a bug where it calls dispose concurrently during a read expected behavior sslstream throws objectdisposedexception actual behavior sslstream throws notsupportedexception regression no known workarounds no response configuration net runtime windows other information no response
0
805,241
29,513,679,960
IssuesEvent
2023-06-04 08:24:41
TrainLCD/MobileApp
https://api.github.com/repos/TrainLCD/MobileApp
closed
JRWテーマが所々動いてなさそう
bug Priority: High
- [x] #2200 - [x] #2201 ![simulator_screenshot_A64B0654-1524-45DF-A58B-40FC72D35458](https://user-images.githubusercontent.com/32848922/231030965-915b6fa4-14a3-43b1-954a-dcec113b0fae.png) - [x] #2065 - 復活という論点ではもともと使いまわしていたので別にいますぐは必要ないかも - 「動いてなささそう」というチケットの観点からすると邪魔な受け入れ条件だと思うのでdone - [x] TTSで「今日も、(路線名)をご利用いただきありがとうございます」と流しているが、実物は路線名ではなく社名を使っている - [x] TTSで経由駅を流す時日本語だけ句読点がない - [x] TTSの英語放送文言でナンバリングが入っていない - [x] 路線記号が2つ以上あるとヘッダーで路線記号の一部が左に埋まる(そもそも1つにしたい) ![simulator_screenshot_3E673292-55E7-45BF-B271-271C27FFD842](https://user-images.githubusercontent.com/32848922/231088019-17166a23-2cbe-44eb-aec6-c3bd1d881a74.png) - [x] 後ろにある黒い影は必要ないかも - 今決めなくて良さそう - [x] 次の駅までに通過駅がある場合、Chevronが消えて次の駅が現在の駅のようにLineBoardに表示されてしまう - [x] #2068 - [x] #2067 - [x] #2080 - 再現しない。せめてスクショ貼るべきだった... - [x] #2202
1.0
JRWテーマが所々動いてなさそう - - [x] #2200 - [x] #2201 ![simulator_screenshot_A64B0654-1524-45DF-A58B-40FC72D35458](https://user-images.githubusercontent.com/32848922/231030965-915b6fa4-14a3-43b1-954a-dcec113b0fae.png) - [x] #2065 - 復活という論点ではもともと使いまわしていたので別にいますぐは必要ないかも - 「動いてなささそう」というチケットの観点からすると邪魔な受け入れ条件だと思うのでdone - [x] TTSで「今日も、(路線名)をご利用いただきありがとうございます」と流しているが、実物は路線名ではなく社名を使っている - [x] TTSで経由駅を流す時日本語だけ句読点がない - [x] TTSの英語放送文言でナンバリングが入っていない - [x] 路線記号が2つ以上あるとヘッダーで路線記号の一部が左に埋まる(そもそも1つにしたい) ![simulator_screenshot_3E673292-55E7-45BF-B271-271C27FFD842](https://user-images.githubusercontent.com/32848922/231088019-17166a23-2cbe-44eb-aec6-c3bd1d881a74.png) - [x] 後ろにある黒い影は必要ないかも - 今決めなくて良さそう - [x] 次の駅までに通過駅がある場合、Chevronが消えて次の駅が現在の駅のようにLineBoardに表示されてしまう - [x] #2068 - [x] #2067 - [x] #2080 - 再現しない。せめてスクショ貼るべきだった... - [x] #2202
non_test
jrwテーマが所々動いてなさそう 復活という論点ではもともと使いまわしていたので別にいますぐは必要ないかも 「動いてなささそう」というチケットの観点からすると邪魔な受け入れ条件だと思うのでdone ttsで「今日も、(路線名)をご利用いただきありがとうございます」と流しているが、実物は路線名ではなく社名を使っている ttsで経由駅を流す時日本語だけ句読点がない ttsの英語放送文言でナンバリングが入っていない ( ) 後ろにある黒い影は必要ないかも 今決めなくて良さそう 次の駅までに通過駅がある場合、chevronが消えて次の駅が現在の駅のようにlineboardに表示されてしまう 再現しない。せめてスクショ貼るべきだった
0
243,916
18,734,084,114
IssuesEvent
2021-11-04 03:37:48
bsdlabs/community
https://api.github.com/repos/bsdlabs/community
closed
Document Twitter env setup and add to docs
documentation enhancement good first issue
Document the steps you go through to setup your 'team twitter' environment (for your OS), and document it in a new section in freebsd.md for 'Getting Setup'
1.0
Document Twitter env setup and add to docs - Document the steps you go through to setup your 'team twitter' environment (for your OS), and document it in a new section in freebsd.md for 'Getting Setup'
non_test
document twitter env setup and add to docs document the steps you go through to setup your team twitter environment for your os and document it in a new section in freebsd md for getting setup
0
123,961
10,291,680,870
IssuesEvent
2019-08-27 13:01:18
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed test: _normal_direct=false
C-test-failure O-robot
The following tests appear to have failed on master (testrace): _normal_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_normal_direct=false). [#1451483](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451483): ``` _normal_direct=false --- FAIL: testrace/TestImportData/PGCOPY:_normal_direct=false (0.000s) Test ended in panic. ------- Stdout: ------- I190823 07:35:40.210337 851 sql/event_log.go:130 [n1,client=127.0.0.1:44872,user=root] Event: "create_database", target: 103, info: {DatabaseName:d25 Statement:CREATE DATABASE d25 User:root} I190823 07:35:40.495725 13352 storage/replica_command.go:284 [n1,s1,r73/1:/{Table/102/1-Max}] initiating a split of this range at key /Table/104/1 [r75] (manual) I190823 07:35:40.529423 13351 ccl/importccl/read_import_proc.go:83 [n1,import-distsql-ingest] could not fetch file size; falling back to per-file progress: bad ContentLength: -1 W190823 07:35:40.604157 13352 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 07:35:40.623020 192 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 07:35:40.623456 192 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. I190823 07:35:40.772888 13275 storage/replica_command.go:284 [n1,split,s1,r73/1:/Table/10{2/1-4/1}] initiating a split of this range at key /Table/104 [r76] (zone config) I190823 07:35:41.050152 851 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:44872,user=root] publish: descID=104 (t) version=3 mtime=2019-08-23 07:35:40.929659425 +0000 UTC I190823 07:35:41.086007 177 storage/queue.go:518 [n1,s1,r8/1:/Table/1{2-3}] rate limited in MaybeAdd (raftlog): context canceled I190823 07:35:41.138653 851 sql/event_log.go:130 [n1,client=127.0.0.1:44872,user=root] Event: "drop_database", target: 103, info: {DatabaseName:d25 Statement:DROP DATABASE d25 User:root DroppedSchemaObjects:[d25.public.t]} I190823 07:35:41.195912 851 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:44872,user=root,scExec] publish: descID=104 (t) version=4 mtime=2019-08-23 07:35:41.19486124 +0000 UTC I190823 07:35:41.296482 13556 storage/replica_command.go:598 [n1,merge,s1,r49/1:/Table/76{-/1}] initiating a merge of r48:/Table/7{6/1-8} [(n1,s1):1, next=2, gen=18] into this range (lhs+rhs has (size=0 B+96 B qps=0.00+0.00 --> 0.00qps) below threshold (size=96 B, qps=0.00)) I190823 07:35:41.340220 153 storage/store.go:2593 [n1,s1,r49/1:/Table/76{-/1}] removing replica r48/1 ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed test: _normal_direct=false - The following tests appear to have failed on master (testrace): _normal_direct=false You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_normal_direct=false). [#1451483](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451483): ``` _normal_direct=false --- FAIL: testrace/TestImportData/PGCOPY:_normal_direct=false (0.000s) Test ended in panic. ------- Stdout: ------- I190823 07:35:40.210337 851 sql/event_log.go:130 [n1,client=127.0.0.1:44872,user=root] Event: "create_database", target: 103, info: {DatabaseName:d25 Statement:CREATE DATABASE d25 User:root} I190823 07:35:40.495725 13352 storage/replica_command.go:284 [n1,s1,r73/1:/{Table/102/1-Max}] initiating a split of this range at key /Table/104/1 [r75] (manual) I190823 07:35:40.529423 13351 ccl/importccl/read_import_proc.go:83 [n1,import-distsql-ingest] could not fetch file size; falling back to per-file progress: bad ContentLength: -1 W190823 07:35:40.604157 13352 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 07:35:40.623020 192 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. W190823 07:35:40.623456 192 storage/engine/rocksdb.go:116 [rocksdb] [db/version_set.cc:3086] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. I190823 07:35:40.772888 13275 storage/replica_command.go:284 [n1,split,s1,r73/1:/Table/10{2/1-4/1}] initiating a split of this range at key /Table/104 [r76] (zone config) I190823 07:35:41.050152 851 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:44872,user=root] publish: descID=104 (t) version=3 mtime=2019-08-23 07:35:40.929659425 +0000 UTC I190823 07:35:41.086007 177 storage/queue.go:518 [n1,s1,r8/1:/Table/1{2-3}] rate limited in MaybeAdd (raftlog): context canceled I190823 07:35:41.138653 851 sql/event_log.go:130 [n1,client=127.0.0.1:44872,user=root] Event: "drop_database", target: 103, info: {DatabaseName:d25 Statement:DROP DATABASE d25 User:root DroppedSchemaObjects:[d25.public.t]} I190823 07:35:41.195912 851 sql/sqlbase/structured.go:1511 [n1,client=127.0.0.1:44872,user=root,scExec] publish: descID=104 (t) version=4 mtime=2019-08-23 07:35:41.19486124 +0000 UTC I190823 07:35:41.296482 13556 storage/replica_command.go:598 [n1,merge,s1,r49/1:/Table/76{-/1}] initiating a merge of r48:/Table/7{6/1-8} [(n1,s1):1, next=2, gen=18] into this range (lhs+rhs has (size=0 B+96 B qps=0.00+0.00 --> 0.00qps) below threshold (size=96 B, qps=0.00)) I190823 07:35:41.340220 153 storage/store.go:2593 [n1,s1,r49/1:/Table/76{-/1}] removing replica r48/1 ``` Please assign, take a look and update the issue accordingly.
test
teamcity failed test normal direct false the following tests appear to have failed on master testrace normal direct false you may want to check normal direct false fail testrace testimportdata pgcopy normal direct false test ended in panic stdout sql event log go event create database target info databasename statement create database user root storage replica command go initiating a split of this range at key table manual ccl importccl read import proc go could not fetch file size falling back to per file progress bad contentlength storage engine rocksdb go more existing levels in db than needed max bytes for level multiplier may not be guaranteed storage engine rocksdb go more existing levels in db than needed max bytes for level multiplier may not be guaranteed storage engine rocksdb go more existing levels in db than needed max bytes for level multiplier may not be guaranteed storage replica command go initiating a split of this range at key table zone config sql sqlbase structured go publish descid t version mtime utc storage queue go rate limited in maybeadd raftlog context canceled sql event log go event drop database target info databasename statement drop database user root droppedschemaobjects sql sqlbase structured go publish descid t version mtime utc storage replica command go initiating a merge of table into this range lhs rhs has size b b qps below threshold size b qps storage store go removing replica please assign take a look and update the issue accordingly
1
209,183
16,007,357,619
IssuesEvent
2021-04-20 05:53:43
HGLabor/HGLaborKitAPI2.0
https://api.github.com/repos/HGLabor/HGLaborKitAPI2.0
closed
Beequeen nach dem Tod
fixed? pls test lol
wenn die Beequeen ihr Kit benutzt und somit die Honigblöcke unter jemandem spawnt und sie während das Kit "aktiv" ist stirbt bleiben Bienen und Honigblöcke auf dem Todesort vorhanden :) ![Screenshot (181)](https://user-images.githubusercontent.com/82404889/114935226-3555b300-9e3b-11eb-874e-7a62d0262c8e.png)
1.0
Beequeen nach dem Tod - wenn die Beequeen ihr Kit benutzt und somit die Honigblöcke unter jemandem spawnt und sie während das Kit "aktiv" ist stirbt bleiben Bienen und Honigblöcke auf dem Todesort vorhanden :) ![Screenshot (181)](https://user-images.githubusercontent.com/82404889/114935226-3555b300-9e3b-11eb-874e-7a62d0262c8e.png)
test
beequeen nach dem tod wenn die beequeen ihr kit benutzt und somit die honigblöcke unter jemandem spawnt und sie während das kit aktiv ist stirbt bleiben bienen und honigblöcke auf dem todesort vorhanden
1
307,063
26,517,380,960
IssuesEvent
2023-01-18 22:03:54
CorfuDB/CorfuDB
https://api.github.com/repos/CorfuDB/CorfuDB
closed
Investigate Flaky Tests in SequencerServerTest suite
Test Failure
## Overview Failure here: https://github.com/CorfuDB/CorfuDB/actions/runs/3926753423/jobs/6712761921. Looks like a race in the suite.
1.0
Investigate Flaky Tests in SequencerServerTest suite - ## Overview Failure here: https://github.com/CorfuDB/CorfuDB/actions/runs/3926753423/jobs/6712761921. Looks like a race in the suite.
test
investigate flaky tests in sequencerservertest suite overview failure here looks like a race in the suite
1
50,067
6,051,570,248
IssuesEvent
2017-06-13 00:35:07
zynaddsubfx/zyn-fusion-issues
https://api.github.com/repos/zynaddsubfx/zyn-fusion-issues
closed
zyn-fusion Doesn't link up with zyn instances on remote machines well
needs-testing
I'm not sure what's going wrong here exactly, but you should be able to just run zyn-fusion osc.udp://123.45.67.89:8765/ and it should just connect.
1.0
zyn-fusion Doesn't link up with zyn instances on remote machines well - I'm not sure what's going wrong here exactly, but you should be able to just run zyn-fusion osc.udp://123.45.67.89:8765/ and it should just connect.
test
zyn fusion doesn t link up with zyn instances on remote machines well i m not sure what s going wrong here exactly but you should be able to just run zyn fusion osc udp and it should just connect
1
116,630
9,873,121,347
IssuesEvent
2019-06-22 11:29:52
syvwlch/Metroscope
https://api.github.com/repos/syvwlch/Metroscope
opened
Get pytest to run our existing tests
refactor testing
Already know pytest doesn’t support subTest, so there’s gonna be some work involved.
1.0
Get pytest to run our existing tests - Already know pytest doesn’t support subTest, so there’s gonna be some work involved.
test
get pytest to run our existing tests already know pytest doesn’t support subtest so there’s gonna be some work involved
1
139,377
20,831,118,116
IssuesEvent
2022-03-19 13:03:52
ASE-Projekte-WS-2021/ase-ws-21-vp-manager
https://api.github.com/repos/ASE-Projekte-WS-2021/ase-ws-21-vp-manager
closed
Farbliche Anpassung der Studienerstellung
design create
Als Nutzer:in hätte ich gerne eine farbliche Überarbeitung der Inputfelder, da es mir schwer fällt diese gut zu lesen da der Kontrast nicht gegeben ist. Daher wäre eine Änderung sinnvoll um die Leserbarkeit für den Nutzer zu erhöhen und damit den Komfort bei der Benutzung der App.
1.0
Farbliche Anpassung der Studienerstellung - Als Nutzer:in hätte ich gerne eine farbliche Überarbeitung der Inputfelder, da es mir schwer fällt diese gut zu lesen da der Kontrast nicht gegeben ist. Daher wäre eine Änderung sinnvoll um die Leserbarkeit für den Nutzer zu erhöhen und damit den Komfort bei der Benutzung der App.
non_test
farbliche anpassung der studienerstellung als nutzer in hätte ich gerne eine farbliche überarbeitung der inputfelder da es mir schwer fällt diese gut zu lesen da der kontrast nicht gegeben ist daher wäre eine änderung sinnvoll um die leserbarkeit für den nutzer zu erhöhen und damit den komfort bei der benutzung der app
0
101,353
4,113,399,958
IssuesEvent
2016-06-07 14:01:39
broadinstitute/gatk
https://api.github.com/repos/broadinstitute/gatk
closed
Publish snapshot to artifactory whenever master changes
PRIORITY_HIGH
We're going to need this now that we're splitting the `HaplotypeCaller` codebase across public and protected, otherwise it will be a huge pain to develop.
1.0
Publish snapshot to artifactory whenever master changes - We're going to need this now that we're splitting the `HaplotypeCaller` codebase across public and protected, otherwise it will be a huge pain to develop.
non_test
publish snapshot to artifactory whenever master changes we re going to need this now that we re splitting the haplotypecaller codebase across public and protected otherwise it will be a huge pain to develop
0
96
2,522,388,276
IssuesEvent
2015-01-19 21:42:20
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
(Neo)Vim hangs with freeing a lot of objects
bug (vim) performance
https://groups.google.com/forum/#!searchin/vim_dev/GC/vim_dev/DBYOdHQWvqY/1WH04_dwETIJ I think this patch is important for neovim and Vim. But it is not included yet. Do you think about the problem? Note: This problem maybe reproduced if you use unite.vim. Because, unite.vim uses a lot of memories.
True
(Neo)Vim hangs with freeing a lot of objects - https://groups.google.com/forum/#!searchin/vim_dev/GC/vim_dev/DBYOdHQWvqY/1WH04_dwETIJ I think this patch is important for neovim and Vim. But it is not included yet. Do you think about the problem? Note: This problem maybe reproduced if you use unite.vim. Because, unite.vim uses a lot of memories.
non_test
neo vim hangs with freeing a lot of objects i think this patch is important for neovim and vim but it is not included yet do you think about the problem note this problem maybe reproduced if you use unite vim because unite vim uses a lot of memories
0
154,744
12,227,050,762
IssuesEvent
2020-05-03 13:43:09
RomanKondratev90/Test-project
https://api.github.com/repos/RomanKondratev90/Test-project
opened
Тест - кейс №10 (ручка). Проверка на падение ручки с высоты.
test case (Pass)
Приоритет - высокий Шаги 1 Взять ручку в руку. 2 Поднять ручку на высоту человеческого роста. Ожидаемы результат Ручка выдерживает падение Статус Положительный результат
1.0
Тест - кейс №10 (ручка). Проверка на падение ручки с высоты. - Приоритет - высокий Шаги 1 Взять ручку в руку. 2 Поднять ручку на высоту человеческого роста. Ожидаемы результат Ручка выдерживает падение Статус Положительный результат
test
тест кейс № ручка проверка на падение ручки с высоты приоритет высокий шаги взять ручку в руку поднять ручку на высоту человеческого роста ожидаемы результат ручка выдерживает падение статус положительный результат
1
197,602
14,935,429,046
IssuesEvent
2021-01-25 11:56:50
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
test: kernel: Test kernel.common.stack_protection_arm_fpu_sharing.fatal fails on nrf52 platforms
area: Kernel area: Tests bug platform: nRF priority: medium
**Describe the bug** The test kernel.common.kernel.common.stack_protection_arm_fpu_sharing.fatal fails on nrf52 platforms. **To Reproduce** Steps to reproduce the behavior: 1. go to zephyr dir 2. have nrf52 platform connected (e.g. nrf52dk_nrf52832) 3. run `./scripts/sanitycheck --device-testing -T tests/kernel/fatal/exception/ -p nrf52dk_nrf52832 --device-serial /dev/ttyACM0 -v -v` 4. See error **Expected behavior** test passes **Impact** Not clear **Logs and console output** ``` DEBUG - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-1784-g2ce570b03f97 *** DEBUG - DEVICE: Running test suite E: ***** MPU FAULT ***** DEBUG - DEVICE: E: Stacking error (context area might be not valid) DEBUG - DEVICE: E: Data Access Violation DEBUG - DEVICE: E: MMFAR Address: 0x20002c08 DEBUG - DEVICE: E: r0/a1: 0x05fefef9 r1/a2: 0x020b8402 r2/a3: 0x3ae7e3a5 DEBUG - DEVICE: E: r3/a4: 0x401c88f6 r12/ip: 0x3e3ef5eb r14/lr: 0x1e12a498 DEBUG - DEVICE: E: xpsr: 0x12423c00 DEBUG - DEVICE: E: s[ 0]: 0x00000000 s[ 1]: 0xffffffff s[ 2]: 0x00000000 s[ 3]: 0x00000000 DEBUG - DEVICE: E: s[ 4]: 0x00000000 s[ 5]: 0x00000000 s[ 6]: 0x00000000 s[ 7]: 0x00000000 DEBUG - DEVICE: E: s[ 8]: 0x00000000 s[ 9]: 0x00000000 s[10]: 0x00000000 s[11]: 0x00000000 DEBUG - DEVICE: E: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 s[15]: 0x00000000 DEBUG - DEVICE: E: fpscr: 0x00000013 DEBUG - DEVICE: E: Faulting instruction address (r15/pc): 0xec7237e9 DEBUG - DEVICE: E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 DEBUG - DEVICE: E: Current thread: 0x20000358 (main) DEBUG - DEVICE: Caught system error -- reason 2 DEBUG - DEVICE: Was not expecting a crash ``` **Environment (please complete the following information):** - OS: Ubuntu 18.04 - Toolchain Zephyr SDK - Commit SHA or Version used zephyr-v2.4.0-1784-g2ce570b03f97
1.0
test: kernel: Test kernel.common.stack_protection_arm_fpu_sharing.fatal fails on nrf52 platforms - **Describe the bug** The test kernel.common.kernel.common.stack_protection_arm_fpu_sharing.fatal fails on nrf52 platforms. **To Reproduce** Steps to reproduce the behavior: 1. go to zephyr dir 2. have nrf52 platform connected (e.g. nrf52dk_nrf52832) 3. run `./scripts/sanitycheck --device-testing -T tests/kernel/fatal/exception/ -p nrf52dk_nrf52832 --device-serial /dev/ttyACM0 -v -v` 4. See error **Expected behavior** test passes **Impact** Not clear **Logs and console output** ``` DEBUG - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-1784-g2ce570b03f97 *** DEBUG - DEVICE: Running test suite E: ***** MPU FAULT ***** DEBUG - DEVICE: E: Stacking error (context area might be not valid) DEBUG - DEVICE: E: Data Access Violation DEBUG - DEVICE: E: MMFAR Address: 0x20002c08 DEBUG - DEVICE: E: r0/a1: 0x05fefef9 r1/a2: 0x020b8402 r2/a3: 0x3ae7e3a5 DEBUG - DEVICE: E: r3/a4: 0x401c88f6 r12/ip: 0x3e3ef5eb r14/lr: 0x1e12a498 DEBUG - DEVICE: E: xpsr: 0x12423c00 DEBUG - DEVICE: E: s[ 0]: 0x00000000 s[ 1]: 0xffffffff s[ 2]: 0x00000000 s[ 3]: 0x00000000 DEBUG - DEVICE: E: s[ 4]: 0x00000000 s[ 5]: 0x00000000 s[ 6]: 0x00000000 s[ 7]: 0x00000000 DEBUG - DEVICE: E: s[ 8]: 0x00000000 s[ 9]: 0x00000000 s[10]: 0x00000000 s[11]: 0x00000000 DEBUG - DEVICE: E: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 s[15]: 0x00000000 DEBUG - DEVICE: E: fpscr: 0x00000013 DEBUG - DEVICE: E: Faulting instruction address (r15/pc): 0xec7237e9 DEBUG - DEVICE: E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 DEBUG - DEVICE: E: Current thread: 0x20000358 (main) DEBUG - DEVICE: Caught system error -- reason 2 DEBUG - DEVICE: Was not expecting a crash ``` **Environment (please complete the following information):** - OS: Ubuntu 18.04 - Toolchain Zephyr SDK - Commit SHA or Version used zephyr-v2.4.0-1784-g2ce570b03f97
test
test kernel test kernel common stack protection arm fpu sharing fatal fails on platforms describe the bug the test kernel common kernel common stack protection arm fpu sharing fatal fails on platforms to reproduce steps to reproduce the behavior go to zephyr dir have platform connected e g run scripts sanitycheck device testing t tests kernel fatal exception p device serial dev v v see error expected behavior test passes impact not clear logs and console output debug device booting zephyr os build zephyr debug device running test suite e mpu fault debug device e stacking error context area might be not valid debug device e data access violation debug device e mmfar address debug device e debug device e ip lr debug device e xpsr debug device e s s s s debug device e s s s s debug device e s s s s debug device e s s s s debug device e fpscr debug device e faulting instruction address pc debug device e zephyr fatal error stack overflow on cpu debug device e current thread main debug device caught system error reason debug device was not expecting a crash environment please complete the following information os ubuntu toolchain zephyr sdk commit sha or version used zephyr
1
105,348
9,064,837,769
IssuesEvent
2019-02-14 02:49:55
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Intermittent test failure - WebSubSecureHubTestCase.testContentReceipt
Component/UnitTest Type/Test Failure
**Description:** ``` [ERROR] Tests run: 419, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 990.337 s <<< FAILURE! - in TestSuite [ERROR] testContentReceipt(org.ballerinalang.test.service.websub.advanced.WebSubSecureHubTestCase) Time elapsed: 45.019 s <<< FAILURE! org.ballerinalang.test.context.BallerinaTestException: Timeout expired waiting for matching log: WebSub Notification Received by One: {"mode":"internal", "content_type":"json"} at org.ballerinalang.test.service.websub.advanced.WebSubSecureHubTestCase.testContentReceipt(WebSubSecureHubTestCase.java:106) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] WebSubSecureHubTestCase.testContentReceipt:106 » BallerinaTest Timeout expired... [INFO] [ERROR] Tests run: 419, Failures: 1, Errors: 0, Skipped: 0 [INFO] ``` Complete log - [log-WebSubSecureHubTestCase.txt](https://github.com/ballerina-platform/ballerina-lang/files/2863066/log-WebSubSecureHubTestCase.txt)
2.0
Intermittent test failure - WebSubSecureHubTestCase.testContentReceipt - **Description:** ``` [ERROR] Tests run: 419, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 990.337 s <<< FAILURE! - in TestSuite [ERROR] testContentReceipt(org.ballerinalang.test.service.websub.advanced.WebSubSecureHubTestCase) Time elapsed: 45.019 s <<< FAILURE! org.ballerinalang.test.context.BallerinaTestException: Timeout expired waiting for matching log: WebSub Notification Received by One: {"mode":"internal", "content_type":"json"} at org.ballerinalang.test.service.websub.advanced.WebSubSecureHubTestCase.testContentReceipt(WebSubSecureHubTestCase.java:106) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] WebSubSecureHubTestCase.testContentReceipt:106 » BallerinaTest Timeout expired... [INFO] [ERROR] Tests run: 419, Failures: 1, Errors: 0, Skipped: 0 [INFO] ``` Complete log - [log-WebSubSecureHubTestCase.txt](https://github.com/ballerina-platform/ballerina-lang/files/2863066/log-WebSubSecureHubTestCase.txt)
test
intermittent test failure websubsecurehubtestcase testcontentreceipt description tests run failures errors skipped time elapsed s failure in testsuite testcontentreceipt org ballerinalang test service websub advanced websubsecurehubtestcase time elapsed s failure org ballerinalang test context ballerinatestexception timeout expired waiting for matching log websub notification received by one mode internal content type json at org ballerinalang test service websub advanced websubsecurehubtestcase testcontentreceipt websubsecurehubtestcase java results failures websubsecurehubtestcase testcontentreceipt â» ballerinatest timeout expired tests run failures errors skipped complete log
1
101,855
21,796,989,729
IssuesEvent
2022-05-15 19:32:07
mjordan/islandora_workbench
https://api.github.com/repos/mjordan/islandora_workbench
opened
Complete converting taxonomy and typed relation field add/update code to their own classes
code cleanup taxonomies
The code in `create` and `update` tasks that manages fields of types taxonomy and typed relation does not yet use the separate field classes, like the other field types do. The "TypedRelationField" class is currently just a placeholder, and even though "EntityReferenceField" is complete, only partial field tests exist. Once all of the field types use their respective field classes, we'll have both replace and append updates (see #47). I will finish the missing tests for entity reference fields and then move on to completing the typed relation field class code.
1.0
Complete converting taxonomy and typed relation field add/update code to their own classes - The code in `create` and `update` tasks that manages fields of types taxonomy and typed relation does not yet use the separate field classes, like the other field types do. The "TypedRelationField" class is currently just a placeholder, and even though "EntityReferenceField" is complete, only partial field tests exist. Once all of the field types use their respective field classes, we'll have both replace and append updates (see #47). I will finish the missing tests for entity reference fields and then move on to completing the typed relation field class code.
non_test
complete converting taxonomy and typed relation field add update code to their own classes the code in create and update tasks that manages fields of types taxonomy and typed relation does not yet use the separate field classes like the other field types do the typedrelationfield class is currently just a placeholder and even though entityreferencefield is complete only partial field tests exist once all of the field types use their respective field classes we ll have both replace and append updates see i will finish the missing tests for entity reference fields and then move on to completing the typed relation field class code
0
241,805
20,162,635,646
IssuesEvent
2022-02-09 23:20:15
CakeWP/block-options
https://api.github.com/repos/CakeWP/block-options
opened
Link option not appearing on “cover” blocks
wordpress-support needs-testing
## Support I am trying to use EditorsKit to add a link to a Cover block on my front page. However, the link option does not appear. I have tried to do this on a regular page, and it worked without issue. The problem seems to only be present when the Cover block is on the front page. I am using WP 5.9 and have the latest version of EditorsKit installed. Thanks in advance for any assistance. The page I need help with: _\[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flink-option-not-appearing-on-cover-blocks%2F&locale=en_US) to see the link\]_ ## Details - **Support Author**: josullivan.c - **Support Link**: https://wordpress.org/support/topic/link-option-not-appearing-on-cover-blocks/ - **Latest Activity**: 25 seconds ago - **Spinup Sandbox Site**: https://tastewp.com/new/?pre-installed-plugin-slug=block-options **Note:** This support issue is created automatically via GitHub action.
1.0
Link option not appearing on “cover” blocks - ## Support I am trying to use EditorsKit to add a link to a Cover block on my front page. However, the link option does not appear. I have tried to do this on a regular page, and it worked without issue. The problem seems to only be present when the Cover block is on the front page. I am using WP 5.9 and have the latest version of EditorsKit installed. Thanks in advance for any assistance. The page I need help with: _\[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flink-option-not-appearing-on-cover-blocks%2F&locale=en_US) to see the link\]_ ## Details - **Support Author**: josullivan.c - **Support Link**: https://wordpress.org/support/topic/link-option-not-appearing-on-cover-blocks/ - **Latest Activity**: 25 seconds ago - **Spinup Sandbox Site**: https://tastewp.com/new/?pre-installed-plugin-slug=block-options **Note:** This support issue is created automatically via GitHub action.
test
link option not appearing on “cover” blocks support i am trying to use editorskit to add a link to a cover block on my front page however the link option does not appear i have tried to do this on a regular page and it worked without issue the problem seems to only be present when the cover block is on the front page i am using wp and have the latest version of editorskit installed thanks in advance for any assistance the page i need help with to see the link details support author josullivan c support link latest activity seconds ago spinup sandbox site note this support issue is created automatically via github action
1
223,506
17,603,908,191
IssuesEvent
2021-08-17 14:51:10
trixi-framework/Trixi.jl
https://api.github.com/repos/trixi-framework/Trixi.jl
closed
Print testset name and duration simultaneously in `at-trixi_testset`
testing
Currently, the name of the testset and the output of the `@time` macro are not printed in a single statement, leading to the possible interleaving of output that makes it hard to tell which timing belongs to which test, e.g., [here](https://github.com/trixi-framework/Trixi.jl/pull/613/checks?check_run_id=3347951169#step:6:545): ![image](https://user-images.githubusercontent.com/3637659/129702945-89066f15-1c63-4314-ac7d-6859d400a35d.png) Apparently this is not preventable by just using additional `flush` statements, as @ranocha already tried that while the issue persists: https://github.com/trixi-framework/Trixi.jl/blob/5645fe6c60ef9c981692f90fa4af3cfa5c2f94c3/test/test_trixi.jl#L208-L210
1.0
Print testset name and duration simultaneously in `at-trixi_testset` - Currently, the name of the testset and the output of the `@time` macro are not printed in a single statement, leading to the possible interleaving of output that makes it hard to tell which timing belongs to which test, e.g., [here](https://github.com/trixi-framework/Trixi.jl/pull/613/checks?check_run_id=3347951169#step:6:545): ![image](https://user-images.githubusercontent.com/3637659/129702945-89066f15-1c63-4314-ac7d-6859d400a35d.png) Apparently this is not preventable by just using additional `flush` statements, as @ranocha already tried that while the issue persists: https://github.com/trixi-framework/Trixi.jl/blob/5645fe6c60ef9c981692f90fa4af3cfa5c2f94c3/test/test_trixi.jl#L208-L210
test
print testset name and duration simultaneously in at trixi testset currently the name of the testset and the output of the time macro are not printed in a single statement leading to the possible interleaving of output that makes it hard to tell which timing belongs to which test e g apparently this is not preventable by just using additional flush statements as ranocha already tried that while the issue persists
1
129,426
10,574,290,520
IssuesEvent
2019-10-07 13:45:03
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/create_multi_metric_job·ts - machine learning multi metric job creation displays details for the created job in the job list
failed-test
A test failed on a tracked branch ``` { Error: expected { id: 'fq_multi_1_1569928428391', description: 'Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline', jobGroups: [ 'automated', 'farequote', 'multi-metric' ], recordCount: '86,274', memoryStatus: 'ok', jobState: 'closing', datafeedState: 'stopped', latestTimestamp: '2016-02-11 23:59:54' } to sort of equal { id: 'fq_multi_1_1569928428391', description: 'Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline', jobGroups: [ 'automated', 'farequote', 'multi-metric' ], recordCount: '86,274', memoryStatus: 'ok', jobState: 'closed', datafeedState: 'stopped', latestTimestamp: '2016-02-11 23:59:54' } at Assertion.assert (/var/lib/jenkins/workspace/elastic+kibana+7.4/kibana/packages/kbn-expect/expect.js:100:11) at Assertion.eql (/var/lib/jenkins/workspace/elastic+kibana+7.4/kibana/packages/kbn-expect/expect.js:235:8) at MlJobTable.eql [as assertJobRowFields] (test/functional/services/machine_learning/job_table.ts:182:25) at process._tickCallback (internal/process/next_tick.js:68:7) actual: '{\n "datafeedState": "stopped"\n "description": "Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline"\n "id": "fq_multi_1_1569928428391"\n "jobGroups": [\n "automated"\n "farequote"\n "multi-metric"\n ]\n "jobState": "closing"\n "latestTimestamp": "2016-02-11 23:59:54"\n "memoryStatus": "ok"\n "recordCount": "86,274"\n}', expected: '{\n "datafeedState": "stopped"\n "description": "Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline"\n "id": "fq_multi_1_1569928428391"\n "jobGroups": [\n "automated"\n "farequote"\n "multi-metric"\n ]\n "jobState": "closed"\n "latestTimestamp": "2016-02-11 23:59:54"\n "memoryStatus": "ok"\n "recordCount": "86,274"\n}', showDiff: true } ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.4/96/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/create_multi_metric_job·ts","test.name":"machine learning multi metric job creation displays details for the created job in the job list","test.failCount":1}} -->
1.0
Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/create_multi_metric_job·ts - machine learning multi metric job creation displays details for the created job in the job list - A test failed on a tracked branch ``` { Error: expected { id: 'fq_multi_1_1569928428391', description: 'Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline', jobGroups: [ 'automated', 'farequote', 'multi-metric' ], recordCount: '86,274', memoryStatus: 'ok', jobState: 'closing', datafeedState: 'stopped', latestTimestamp: '2016-02-11 23:59:54' } to sort of equal { id: 'fq_multi_1_1569928428391', description: 'Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline', jobGroups: [ 'automated', 'farequote', 'multi-metric' ], recordCount: '86,274', memoryStatus: 'ok', jobState: 'closed', datafeedState: 'stopped', latestTimestamp: '2016-02-11 23:59:54' } at Assertion.assert (/var/lib/jenkins/workspace/elastic+kibana+7.4/kibana/packages/kbn-expect/expect.js:100:11) at Assertion.eql (/var/lib/jenkins/workspace/elastic+kibana+7.4/kibana/packages/kbn-expect/expect.js:235:8) at MlJobTable.eql [as assertJobRowFields] (test/functional/services/machine_learning/job_table.ts:182:25) at process._tickCallback (internal/process/next_tick.js:68:7) actual: '{\n "datafeedState": "stopped"\n "description": "Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline"\n "id": "fq_multi_1_1569928428391"\n "jobGroups": [\n "automated"\n "farequote"\n "multi-metric"\n ]\n "jobState": "closing"\n "latestTimestamp": "2016-02-11 23:59:54"\n "memoryStatus": "ok"\n "recordCount": "86,274"\n}', expected: '{\n "datafeedState": "stopped"\n "description": "Create multi metric job based on the farequote dataset with 15m bucketspan and min/max/mean(responsetime) split by airline"\n "id": "fq_multi_1_1569928428391"\n "jobGroups": [\n "automated"\n "farequote"\n "multi-metric"\n ]\n "jobState": "closed"\n "latestTimestamp": "2016-02-11 23:59:54"\n "memoryStatus": "ok"\n "recordCount": "86,274"\n}', showDiff: true } ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.4/96/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/create_multi_metric_job·ts","test.name":"machine learning multi metric job creation displays details for the created job in the job list","test.failCount":1}} -->
test
failing test chrome x pack ui functional tests x pack test functional apps machine learning create multi metric job·ts machine learning multi metric job creation displays details for the created job in the job list a test failed on a tracked branch error expected id fq multi description create multi metric job based on the farequote dataset with bucketspan and min max mean responsetime split by airline jobgroups recordcount memorystatus ok jobstate closing datafeedstate stopped latesttimestamp to sort of equal id fq multi description create multi metric job based on the farequote dataset with bucketspan and min max mean responsetime split by airline jobgroups recordcount memorystatus ok jobstate closed datafeedstate stopped latesttimestamp at assertion assert var lib jenkins workspace elastic kibana kibana packages kbn expect expect js at assertion eql var lib jenkins workspace elastic kibana kibana packages kbn expect expect js at mljobtable eql test functional services machine learning job table ts at process tickcallback internal process next tick js actual n datafeedstate stopped n description create multi metric job based on the farequote dataset with bucketspan and min max mean responsetime split by airline n id fq multi n jobgroups n jobstate closing n latesttimestamp n memorystatus ok n recordcount n expected n datafeedstate stopped n description create multi metric job based on the farequote dataset with bucketspan and min max mean responsetime split by airline n id fq multi n jobgroups n jobstate closed n latesttimestamp n memorystatus ok n recordcount n showdiff true first failure
1
139,419
11,267,809,907
IssuesEvent
2020-01-14 03:40:36
owncloud/QA
https://api.github.com/repos/owncloud/QA
closed
Testing Password Policy with User Management
QA-p2 QA-team dev:acceptance-tests
The ``user_management`` app is where the administrator creates and changes user passwords. These are subject to ``password_policy`` restrictions (if set). In order to test that, we need to have a configuration that has both apps installed. 1) ``password_policy`` CI could install the app, and the relevant test scenarios be in ``password_policy``. or 2) ``user_management`` CI could install the ``password_policy`` app, and the relevant test scenarios be in ``user_management``. Either way, in order to do acceptance test steps that the opposite app knows how to do, one app will need to include acceptance test Behat Contexts from the other. or 3) We can put the acceptance test steps that know how to set ``password_policy`` settings into core (the various ``occ config:app:set``). Then ``user_management`` will have them easily. (and it will be easy enough to install ``password_policy`` as needed for the relevant ``user_management`` test suite(s). or ? @owncloud/qa
1.0
Testing Password Policy with User Management - The ``user_management`` app is where the administrator creates and changes user passwords. These are subject to ``password_policy`` restrictions (if set). In order to test that, we need to have a configuration that has both apps installed. 1) ``password_policy`` CI could install the app, and the relevant test scenarios be in ``password_policy``. or 2) ``user_management`` CI could install the ``password_policy`` app, and the relevant test scenarios be in ``user_management``. Either way, in order to do acceptance test steps that the opposite app knows how to do, one app will need to include acceptance test Behat Contexts from the other. or 3) We can put the acceptance test steps that know how to set ``password_policy`` settings into core (the various ``occ config:app:set``). Then ``user_management`` will have them easily. (and it will be easy enough to install ``password_policy`` as needed for the relevant ``user_management`` test suite(s). or ? @owncloud/qa
test
testing password policy with user management the user management app is where the administrator creates and changes user passwords these are subject to password policy restrictions if set in order to test that we need to have a configuration that has both apps installed password policy ci could install the app and the relevant test scenarios be in password policy or user management ci could install the password policy app and the relevant test scenarios be in user management either way in order to do acceptance test steps that the opposite app knows how to do one app will need to include acceptance test behat contexts from the other or we can put the acceptance test steps that know how to set password policy settings into core the various occ config app set then user management will have them easily and it will be easy enough to install password policy as needed for the relevant user management test suite s or owncloud qa
1
151,739
23,867,801,820
IssuesEvent
2022-09-07 12:35:03
TheSuperHackers/GeneralsGamePatch
https://api.github.com/repos/TheSuperHackers/GeneralsGamePatch
opened
USA Battle Drone does not deal much damage
Bug Design Controversial Minor
USA Battle Drone appears to have troubles attacking targets. Sometimes is just fires a single shot at a target and then waits for multiple frames before hitting again. On top of that the Weapon deals relatively little damage. | Weapon | Damage Per Second | Radius | Type | |-----------------------------------|-------------------|--------|-----------------| | Original BattleDroneMachineGun | 7.5 | 0 | SMALL_ARMS | | Original HellfireMissileWeapon | 20 | 5 | EXPLOSION | | Original SentryDroneGun | 40 | 0 | COMANCHE_VULCAN | | Original HumveeGun | 50 | 0 | COMANCHE_VULCAN | ### Proposal 1 Fix attack behaviour. ### Proposal 2 Increase weapon damage.
1.0
USA Battle Drone does not deal much damage - USA Battle Drone appears to have troubles attacking targets. Sometimes is just fires a single shot at a target and then waits for multiple frames before hitting again. On top of that the Weapon deals relatively little damage. | Weapon | Damage Per Second | Radius | Type | |-----------------------------------|-------------------|--------|-----------------| | Original BattleDroneMachineGun | 7.5 | 0 | SMALL_ARMS | | Original HellfireMissileWeapon | 20 | 5 | EXPLOSION | | Original SentryDroneGun | 40 | 0 | COMANCHE_VULCAN | | Original HumveeGun | 50 | 0 | COMANCHE_VULCAN | ### Proposal 1 Fix attack behaviour. ### Proposal 2 Increase weapon damage.
non_test
usa battle drone does not deal much damage usa battle drone appears to have troubles attacking targets sometimes is just fires a single shot at a target and then waits for multiple frames before hitting again on top of that the weapon deals relatively little damage weapon damage per second radius type original battledronemachinegun small arms original hellfiremissileweapon explosion original sentrydronegun comanche vulcan original humveegun comanche vulcan proposal fix attack behaviour proposal increase weapon damage
0
64,677
8,753,495,163
IssuesEvent
2018-12-14 08:38:34
CloudImagesAreTheBest/AccountManagement
https://api.github.com/repos/CloudImagesAreTheBest/AccountManagement
closed
Aufsetzen und Verwalten des Ticketsystemes
Prio 2 documentation
Für das Projektmanagement wird das Ticketsystem (Git) Github genutzt, dieses soll aufgesetzt und verwaltet werden. Hier werden neue Tickets erstellt und anschließend deren Fortschritt gepflegt.
1.0
Aufsetzen und Verwalten des Ticketsystemes - Für das Projektmanagement wird das Ticketsystem (Git) Github genutzt, dieses soll aufgesetzt und verwaltet werden. Hier werden neue Tickets erstellt und anschließend deren Fortschritt gepflegt.
non_test
aufsetzen und verwalten des ticketsystemes für das projektmanagement wird das ticketsystem git github genutzt dieses soll aufgesetzt und verwaltet werden hier werden neue tickets erstellt und anschließend deren fortschritt gepflegt
0
180,462
13,932,269,969
IssuesEvent
2020-10-22 06:58:24
OpenMined/PySyft
https://api.github.com/repos/OpenMined/PySyft
closed
Add torch.Tensor.unsqueeze_ to allowlist and test suite
Priority: 2 - High :cold_sweat: Severity: 3 - Medium :unamused: Status: Available :wave: Type: New Feature :heavy_plus_sign: Type: Testing :test_tube:
# Description This issue is a part of Syft 0.3.0 Epic 2: https://github.com/OpenMined/PySyft/issues/3696 In this issue, you will be adding support for remote execution of the torch.Tensor.unsqueeze_ method or property. This might be a really small project (literally a one-liner) or it might require adding significant functionality to PySyft OR to the testing suite in order to make sure the feature is both functional and tested. ## Step 0: Run tests and ./scripts/pre_commit.sh Before you get started with this project, let's make sure you have everything building and testing correctly. Clone the codebase and run: ```pip uninstall syft``` followed by ```pip install -e .``` Then run the pre-commit file (which will also run the tests) ```./scripts/pre_commit.sh``` If all of these tests pass, continue on. If not, make sure you have all the dependencies in requirements.txt installed, etc. ## Step 1: Uncomment your method in the allowlist.py file Inside [allowlist.py](https://github.com/OpenMined/PySyft/blob/syft_0.3.0/src/syft/lib/torch/allowlist.py) you will find a huge dictionary of methods. Find your method and uncomment the line its on. At the time of writing this Issue (WARNING: THIS MAY HAVE CHANGED) the dictionary maps from the string name of the method (in your case 'torch.Tensor.unsqueeze_') to the string representation of the type the method returns. ## Step 2: Run Unit Tests Run the following: ```python setup.py test``` And wait to see if some of the tests fail. Why might the tests fail now? I'm so glad you asked! https://github.com/OpenMined/PySyft/blob/syft_0.3.0/tests/syft/lib/torch/tensor/tensor_remote_method_api_suite_test.py In this file you'll find the torch method test suite. It AUTOMATICALLY loads all methods from the allowlist.py file you modified in the previous step. It attempts to test them. # Step 3: If you get a Failing Test If you get a failing test, this could be for one of a few reasons: ### Reason 1 - The testing suite passed in non-compatible arguments The testing suite is pretty dumb. It literally just has a permutation of possible arguments to pass into every method on torch tensors. So, if one of those permutations doesn't work for your method (aka... perhaps it tries to call your method without any arguments but torch.Tensor.unsqueeze_ actually requires some) then the test will fail if the error hasn't been seen before. If this happens - don't worry! Just look inside the only test in that file and look for the huge lists of error types to ignore. Add your error to the list and keep going!!! *WARNING:* make sure that the testing suite actually tests your method via remote execution once you've gotten all the tests passing. Aka - if the testing suite doesn't have ANY matching argument permutations for your method, then you're literally creating a bunch of unit tests that do absolutely nothing. If this is the case, then ADD MORE ARGUMENT TYPES TO THE TESTING SUITE so that your argument gets run via remote execution. DO NOT CLOSE THIS ISSUE until you can verify that torch.Tensor.unsqueeze_ is actually executed remotely inside of a unit tests (and not skipped). Aka - at least one of the test_all_allowlisted_tensor_methods_work_remotely_on_all_types unit tests with your method should run ALL THE WAY TO THE END (instead of skipping the last part.) *Note:* adding another argument type might require some serialization work if we don't support arguments of that type yet. If so, this is your job to add it to the protobuf files in order to close this issue! ### Reason 2 - torch.Tensor.unsqueeze_ returns a non-supported type If this happens, you've got a little bit of work in front of you. We don't have pointer objects to very many remote object types. So, if your method returns anything other than a single tensor, you probably need to add support for the type it returns (Such as a bool, None, int, or other types). *IMPORTANT:* do NOT return the value itself to the end user!!! Return a pointer object to that type! *NOTE:* at the time of writing - there are several core pieces of Syft not yet working to allow you to return any type other than a torch tensor. If you're not comfortable investigating what those might be - skip this issue and try again later once someone else has solved these issues. ### Reason 3 - There's something else broken Chase those stack traces! Talk to friends in Slack. Look at how other methods are supported. This is a challenging project in a fast moving codebase! And don't forget - if this project seems to complex - there are plenty of others that might be easier.
2.0
Add torch.Tensor.unsqueeze_ to allowlist and test suite - # Description This issue is a part of Syft 0.3.0 Epic 2: https://github.com/OpenMined/PySyft/issues/3696 In this issue, you will be adding support for remote execution of the torch.Tensor.unsqueeze_ method or property. This might be a really small project (literally a one-liner) or it might require adding significant functionality to PySyft OR to the testing suite in order to make sure the feature is both functional and tested. ## Step 0: Run tests and ./scripts/pre_commit.sh Before you get started with this project, let's make sure you have everything building and testing correctly. Clone the codebase and run: ```pip uninstall syft``` followed by ```pip install -e .``` Then run the pre-commit file (which will also run the tests) ```./scripts/pre_commit.sh``` If all of these tests pass, continue on. If not, make sure you have all the dependencies in requirements.txt installed, etc. ## Step 1: Uncomment your method in the allowlist.py file Inside [allowlist.py](https://github.com/OpenMined/PySyft/blob/syft_0.3.0/src/syft/lib/torch/allowlist.py) you will find a huge dictionary of methods. Find your method and uncomment the line its on. At the time of writing this Issue (WARNING: THIS MAY HAVE CHANGED) the dictionary maps from the string name of the method (in your case 'torch.Tensor.unsqueeze_') to the string representation of the type the method returns. ## Step 2: Run Unit Tests Run the following: ```python setup.py test``` And wait to see if some of the tests fail. Why might the tests fail now? I'm so glad you asked! https://github.com/OpenMined/PySyft/blob/syft_0.3.0/tests/syft/lib/torch/tensor/tensor_remote_method_api_suite_test.py In this file you'll find the torch method test suite. It AUTOMATICALLY loads all methods from the allowlist.py file you modified in the previous step. It attempts to test them. # Step 3: If you get a Failing Test If you get a failing test, this could be for one of a few reasons: ### Reason 1 - The testing suite passed in non-compatible arguments The testing suite is pretty dumb. It literally just has a permutation of possible arguments to pass into every method on torch tensors. So, if one of those permutations doesn't work for your method (aka... perhaps it tries to call your method without any arguments but torch.Tensor.unsqueeze_ actually requires some) then the test will fail if the error hasn't been seen before. If this happens - don't worry! Just look inside the only test in that file and look for the huge lists of error types to ignore. Add your error to the list and keep going!!! *WARNING:* make sure that the testing suite actually tests your method via remote execution once you've gotten all the tests passing. Aka - if the testing suite doesn't have ANY matching argument permutations for your method, then you're literally creating a bunch of unit tests that do absolutely nothing. If this is the case, then ADD MORE ARGUMENT TYPES TO THE TESTING SUITE so that your argument gets run via remote execution. DO NOT CLOSE THIS ISSUE until you can verify that torch.Tensor.unsqueeze_ is actually executed remotely inside of a unit tests (and not skipped). Aka - at least one of the test_all_allowlisted_tensor_methods_work_remotely_on_all_types unit tests with your method should run ALL THE WAY TO THE END (instead of skipping the last part.) *Note:* adding another argument type might require some serialization work if we don't support arguments of that type yet. If so, this is your job to add it to the protobuf files in order to close this issue! ### Reason 2 - torch.Tensor.unsqueeze_ returns a non-supported type If this happens, you've got a little bit of work in front of you. We don't have pointer objects to very many remote object types. So, if your method returns anything other than a single tensor, you probably need to add support for the type it returns (Such as a bool, None, int, or other types). *IMPORTANT:* do NOT return the value itself to the end user!!! Return a pointer object to that type! *NOTE:* at the time of writing - there are several core pieces of Syft not yet working to allow you to return any type other than a torch tensor. If you're not comfortable investigating what those might be - skip this issue and try again later once someone else has solved these issues. ### Reason 3 - There's something else broken Chase those stack traces! Talk to friends in Slack. Look at how other methods are supported. This is a challenging project in a fast moving codebase! And don't forget - if this project seems to complex - there are plenty of others that might be easier.
test
add torch tensor unsqueeze to allowlist and test suite description this issue is a part of syft epic in this issue you will be adding support for remote execution of the torch tensor unsqueeze method or property this might be a really small project literally a one liner or it might require adding significant functionality to pysyft or to the testing suite in order to make sure the feature is both functional and tested step run tests and scripts pre commit sh before you get started with this project let s make sure you have everything building and testing correctly clone the codebase and run pip uninstall syft followed by pip install e then run the pre commit file which will also run the tests scripts pre commit sh if all of these tests pass continue on if not make sure you have all the dependencies in requirements txt installed etc step uncomment your method in the allowlist py file inside you will find a huge dictionary of methods find your method and uncomment the line its on at the time of writing this issue warning this may have changed the dictionary maps from the string name of the method in your case torch tensor unsqueeze to the string representation of the type the method returns step run unit tests run the following python setup py test and wait to see if some of the tests fail why might the tests fail now i m so glad you asked in this file you ll find the torch method test suite it automatically loads all methods from the allowlist py file you modified in the previous step it attempts to test them step if you get a failing test if you get a failing test this could be for one of a few reasons reason the testing suite passed in non compatible arguments the testing suite is pretty dumb it literally just has a permutation of possible arguments to pass into every method on torch tensors so if one of those permutations doesn t work for your method aka perhaps it tries to call your method without any arguments but torch tensor unsqueeze actually requires some then the test will fail if the error hasn t been seen before if this happens don t worry just look inside the only test in that file and look for the huge lists of error types to ignore add your error to the list and keep going warning make sure that the testing suite actually tests your method via remote execution once you ve gotten all the tests passing aka if the testing suite doesn t have any matching argument permutations for your method then you re literally creating a bunch of unit tests that do absolutely nothing if this is the case then add more argument types to the testing suite so that your argument gets run via remote execution do not close this issue until you can verify that torch tensor unsqueeze is actually executed remotely inside of a unit tests and not skipped aka at least one of the test all allowlisted tensor methods work remotely on all types unit tests with your method should run all the way to the end instead of skipping the last part note adding another argument type might require some serialization work if we don t support arguments of that type yet if so this is your job to add it to the protobuf files in order to close this issue reason torch tensor unsqueeze returns a non supported type if this happens you ve got a little bit of work in front of you we don t have pointer objects to very many remote object types so if your method returns anything other than a single tensor you probably need to add support for the type it returns such as a bool none int or other types important do not return the value itself to the end user return a pointer object to that type note at the time of writing there are several core pieces of syft not yet working to allow you to return any type other than a torch tensor if you re not comfortable investigating what those might be skip this issue and try again later once someone else has solved these issues reason there s something else broken chase those stack traces talk to friends in slack look at how other methods are supported this is a challenging project in a fast moving codebase and don t forget if this project seems to complex there are plenty of others that might be easier
1
47,792
25,189,514,459
IssuesEvent
2022-11-11 22:12:07
pixiebrix/pixiebrix-extension
https://api.github.com/repos/pixiebrix/pixiebrix-extension
closed
Save blueprint status seems to do nothing/shows inconsistent version status message
bug performance page editor
Context --- - Page Editor shows a warning if the user is editing an old version of the blueprint - https://www.notion.so/pixiebrix/PixieBrix-TaskUs-2022-10-26-5cca06413cde4bceb5af1251f66952f6 - https://pixiebrix.slack.com/archives/C0436P48QHY/p1666801314024519 Discussion --- - This is maybe 2 separate issues: blue save operation indicator, and incorrect version warning indicator - During save can we indicate that a save operation is in effect? Do we disable the save button again until it comes back - @mthek10 did the customer ever get an error? Where they getting success messages? Or was just nothing happening? - They are assigned the deployment for the blueprint. What could be happening here is that our check in the deployment installer to prevent overwriting developer's activated blueprint could be buggy: https://github.com/pixiebrix/pixiebrix-extension/blob/76e7c7f3ef6b8e9e0da3ca8c26b946bf7784ee86/src/utils/deploymentUtils.ts#L77-L77 - Or it's possible they somehow had 2 copies of the blueprint installed (one deployment, one activated manually) so the warning is non-determinate Triage --- - @corinnemayans adding to sprint planning as this can result in lost work Related Issues --- - Potentially related: https://github.com/pixiebrix/pixiebrix-extension/issues/3565
True
Save blueprint status seems to do nothing/shows inconsistent version status message - Context --- - Page Editor shows a warning if the user is editing an old version of the blueprint - https://www.notion.so/pixiebrix/PixieBrix-TaskUs-2022-10-26-5cca06413cde4bceb5af1251f66952f6 - https://pixiebrix.slack.com/archives/C0436P48QHY/p1666801314024519 Discussion --- - This is maybe 2 separate issues: blue save operation indicator, and incorrect version warning indicator - During save can we indicate that a save operation is in effect? Do we disable the save button again until it comes back - @mthek10 did the customer ever get an error? Where they getting success messages? Or was just nothing happening? - They are assigned the deployment for the blueprint. What could be happening here is that our check in the deployment installer to prevent overwriting developer's activated blueprint could be buggy: https://github.com/pixiebrix/pixiebrix-extension/blob/76e7c7f3ef6b8e9e0da3ca8c26b946bf7784ee86/src/utils/deploymentUtils.ts#L77-L77 - Or it's possible they somehow had 2 copies of the blueprint installed (one deployment, one activated manually) so the warning is non-determinate Triage --- - @corinnemayans adding to sprint planning as this can result in lost work Related Issues --- - Potentially related: https://github.com/pixiebrix/pixiebrix-extension/issues/3565
non_test
save blueprint status seems to do nothing shows inconsistent version status message context page editor shows a warning if the user is editing an old version of the blueprint discussion this is maybe separate issues blue save operation indicator and incorrect version warning indicator during save can we indicate that a save operation is in effect do we disable the save button again until it comes back did the customer ever get an error where they getting success messages or was just nothing happening they are assigned the deployment for the blueprint what could be happening here is that our check in the deployment installer to prevent overwriting developer s activated blueprint could be buggy or it s possible they somehow had copies of the blueprint installed one deployment one activated manually so the warning is non determinate triage corinnemayans adding to sprint planning as this can result in lost work related issues potentially related
0
6,315
2,837,671,641
IssuesEvent
2015-05-27 00:04:24
dondi/GRNsight
https://api.github.com/repos/dondi/GRNsight
closed
@kdahlquist to send more test files to @anuvarsh & @NAnguiano
priority 0.5 testing
There may still be more test files (e.g., large matrices) that have not been added to the library. @kdahlquist will relay these for storage on GitHub.
1.0
@kdahlquist to send more test files to @anuvarsh & @NAnguiano - There may still be more test files (e.g., large matrices) that have not been added to the library. @kdahlquist will relay these for storage on GitHub.
test
kdahlquist to send more test files to anuvarsh nanguiano there may still be more test files e g large matrices that have not been added to the library kdahlquist will relay these for storage on github
1
270,591
23,522,629,217
IssuesEvent
2022-08-19 07:45:39
389ds/389-ds-base
https://api.github.com/repos/389ds/389-ds-base
closed
CI - makes replication/acceptance_test.py::test_modify_entry more robust
CI test
**Issue Description** The test 'test_modify_entry' is not reliable because expecting fast replication **Package Version and Platform:** Since 1.3.10 **Steps to Reproduce** run several times replication/acceptance_test.py::test_modify_entry and sometime it fails because an expected value/entry is not present **Expected results** Should be reliable
1.0
CI - makes replication/acceptance_test.py::test_modify_entry more robust - **Issue Description** The test 'test_modify_entry' is not reliable because expecting fast replication **Package Version and Platform:** Since 1.3.10 **Steps to Reproduce** run several times replication/acceptance_test.py::test_modify_entry and sometime it fails because an expected value/entry is not present **Expected results** Should be reliable
test
ci makes replication acceptance test py test modify entry more robust issue description the test test modify entry is not reliable because expecting fast replication package version and platform since steps to reproduce run several times replication acceptance test py test modify entry and sometime it fails because an expected value entry is not present expected results should be reliable
1
262,219
19,767,908,090
IssuesEvent
2022-01-17 06:21:13
yeonhwakim/git-training
https://api.github.com/repos/yeonhwakim/git-training
opened
이슈 실습하기
documentation
- [ ] 이슈발행 - [ ] 이슈 기반 브랜치 생성 - [ ] Pull Request - [ ] 코드리뷰 - [ ] close issue - [ ] merge branch
1.0
이슈 실습하기 - - [ ] 이슈발행 - [ ] 이슈 기반 브랜치 생성 - [ ] Pull Request - [ ] 코드리뷰 - [ ] close issue - [ ] merge branch
non_test
이슈 실습하기 이슈발행 이슈 기반 브랜치 생성 pull request 코드리뷰 close issue merge branch
0
186,544
14,397,281,756
IssuesEvent
2020-12-03 07:54:30
quarkusio/quarkus
https://api.github.com/repos/quarkusio/quarkus
closed
Provide an api to test Quarkus Command Mode apps
area/testing kind/enhancement
**Description** We should provide an api to test Quarkus Command Mode application. @stuartwdouglas pointed me to some internal testing tool that we could use as inspiration: https://github.com/quarkusio/quarkus/blob/11a529e9595f33d22bd4c77082b4d2a07509c5cd/core/test-extension/deployment/src/test/java/io/quarkus/commandmode/SimpleCommandModeTestCase.java IMHO, testing a Command Mode app should be made as easy as testing rest service as they are pretty similar.
1.0
Provide an api to test Quarkus Command Mode apps - **Description** We should provide an api to test Quarkus Command Mode application. @stuartwdouglas pointed me to some internal testing tool that we could use as inspiration: https://github.com/quarkusio/quarkus/blob/11a529e9595f33d22bd4c77082b4d2a07509c5cd/core/test-extension/deployment/src/test/java/io/quarkus/commandmode/SimpleCommandModeTestCase.java IMHO, testing a Command Mode app should be made as easy as testing rest service as they are pretty similar.
test
provide an api to test quarkus command mode apps description we should provide an api to test quarkus command mode application stuartwdouglas pointed me to some internal testing tool that we could use as inspiration imho testing a command mode app should be made as easy as testing rest service as they are pretty similar
1
101,103
16,490,895,544
IssuesEvent
2021-05-25 03:32:39
gmright2/DEFOLD_Gmright_INLINE
https://api.github.com/repos/gmright2/DEFOLD_Gmright_INLINE
opened
CVE-2021-23369 (High) detected in handlebars-4.0.12.tgz
security vulnerability
## CVE-2021-23369 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json</p> <p>Path to vulnerable library: DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/handlebars/package.json,DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - istanbul-0.4.5.tgz (Root Library) - :x: **handlebars-4.0.12.tgz** (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> The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369>CVE-2021-23369</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: handlebars - 4.7.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23369 (High) detected in handlebars-4.0.12.tgz - ## CVE-2021-23369 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.12.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz</a></p> <p>Path to dependency file: DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/package.json</p> <p>Path to vulnerable library: DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/handlebars/package.json,DEFOLD_Gmright_INLINE/Gmright/Milestones/Gmright-market/cordova-plugin-purchase-master/cordova-plugin-purchase-master/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - istanbul-0.4.5.tgz (Root Library) - :x: **handlebars-4.0.12.tgz** (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> The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369>CVE-2021-23369</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: handlebars - 4.7.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file defold gmright inline gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master package json path to vulnerable library defold gmright inline gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules handlebars package json defold gmright inline gmright milestones gmright market cordova plugin purchase master cordova plugin purchase master node modules handlebars package json dependency hierarchy istanbul tgz root library x handlebars tgz vulnerable library vulnerability details the package handlebars before are vulnerable to remote code execution rce when selecting certain compiling options to compile templates coming from an untrusted source 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 handlebars step up your open source security game with whitesource
0
173,205
13,391,142,851
IssuesEvent
2020-09-02 21:54:15
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: backup2TB/n10cpu4 failed
C-test-failure O-roachtest O-robot branch-master release-blocker
[(roachtest).backup2TB/n10cpu4 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2045486&tab=buildLog) on [master@c627e3490d30e8ba88f6c7136717a392a054da4e](https://github.com/cockroachdb/cockroach/commits/c627e3490d30e8ba88f6c7136717a392a054da4e): ``` Wraps: (3) output in run_064558.188_n1_workload_fixtures_import_bank Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2045486-1593324849-20-n10cpu4:1 -- ./workload fixtures import bank --db=bank --payload-bytes=10240 --ranges=0 --csv-server http://localhost:8081 --rows=65104166 --seed=1 {pgurl:1} returned | stderr: | I200628 06:45:59.653097 1 ccl/workloadccl/fixture.go:316 starting import of 1 tables | Error: importing fixture: importing table bank: pq: communication error: rpc error: code = Canceled desc = context canceled | Error: DEAD_ROACH_PROBLEM: exit status 1 | (1) DEAD_ROACH_PROBLEM | Wraps: (2) Node 1. Command with error: | | ``` | | ./workload fixtures import bank --db=bank --payload-bytes=10240 --ranges=0 --csv-server http://localhost:8081 --rows=65104166 --seed=1 {pgurl:1} | | ``` | Wraps: (3) exit status 1 | Error types: (1) errors.Cockroach (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (5) exit status 30 Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError cluster.go:1512,context.go:135,cluster.go:1501,test_runner.go:829: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-2045486-1593324849-20-n10cpu4 --oneshot --ignore-empty-nodes: exit status 1 5: dead 1: 3970 7: 3896 2: 3892 9: 3855 3: 3906 6: 3885 8: 3895 4: 4267 10: 3901 Error: UNCLASSIFIED_PROBLEM: 5: dead (1) UNCLASSIFIED_PROBLEM Wraps: (2) attached stack trace | main.glob..func13 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1115 | main.wrap.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:266 | github.com/spf13/cobra.(*Command).execute | /home/agent/work/.go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:830 | github.com/spf13/cobra.(*Command).ExecuteC | /home/agent/work/.go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914 | github.com/spf13/cobra.(*Command).Execute | /home/agent/work/.go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864 | main.main | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1789 | runtime.main | /usr/local/go/src/runtime/proc.go:203 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1357 Wraps: (3) 3 safe details enclosed Wraps: (4) 5: dead Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *safedetails.withSafeDetails (4) *errors.errorString ``` <details><summary>More</summary><p> Artifacts: [/backup2TB/n10cpu4](https://teamcity.cockroachdb.com/viewLog.html?buildId=2045486&tab=artifacts#/backup2TB/n10cpu4) Related: - #49499 roachtest: backup2TB/n10cpu4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #49478 roachtest: backup2TB/n10cpu4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Abackup2TB%2Fn10cpu4.%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: backup2TB/n10cpu4 failed - [(roachtest).backup2TB/n10cpu4 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2045486&tab=buildLog) on [master@c627e3490d30e8ba88f6c7136717a392a054da4e](https://github.com/cockroachdb/cockroach/commits/c627e3490d30e8ba88f6c7136717a392a054da4e): ``` Wraps: (3) output in run_064558.188_n1_workload_fixtures_import_bank Wraps: (4) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2045486-1593324849-20-n10cpu4:1 -- ./workload fixtures import bank --db=bank --payload-bytes=10240 --ranges=0 --csv-server http://localhost:8081 --rows=65104166 --seed=1 {pgurl:1} returned | stderr: | I200628 06:45:59.653097 1 ccl/workloadccl/fixture.go:316 starting import of 1 tables | Error: importing fixture: importing table bank: pq: communication error: rpc error: code = Canceled desc = context canceled | Error: DEAD_ROACH_PROBLEM: exit status 1 | (1) DEAD_ROACH_PROBLEM | Wraps: (2) Node 1. Command with error: | | ``` | | ./workload fixtures import bank --db=bank --payload-bytes=10240 --ranges=0 --csv-server http://localhost:8081 --rows=65104166 --seed=1 {pgurl:1} | | ``` | Wraps: (3) exit status 1 | Error types: (1) errors.Cockroach (2) *hintdetail.withDetail (3) *exec.ExitError | | stdout: Wraps: (5) exit status 30 Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *exec.ExitError cluster.go:1512,context.go:135,cluster.go:1501,test_runner.go:829: dead node detection: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod monitor teamcity-2045486-1593324849-20-n10cpu4 --oneshot --ignore-empty-nodes: exit status 1 5: dead 1: 3970 7: 3896 2: 3892 9: 3855 3: 3906 6: 3885 8: 3895 4: 4267 10: 3901 Error: UNCLASSIFIED_PROBLEM: 5: dead (1) UNCLASSIFIED_PROBLEM Wraps: (2) attached stack trace | main.glob..func13 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1115 | main.wrap.func1 | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:266 | github.com/spf13/cobra.(*Command).execute | /home/agent/work/.go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:830 | github.com/spf13/cobra.(*Command).ExecuteC | /home/agent/work/.go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914 | github.com/spf13/cobra.(*Command).Execute | /home/agent/work/.go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864 | main.main | /home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachprod/main.go:1789 | runtime.main | /usr/local/go/src/runtime/proc.go:203 | runtime.goexit | /usr/local/go/src/runtime/asm_amd64.s:1357 Wraps: (3) 3 safe details enclosed Wraps: (4) 5: dead Error types: (1) errors.Unclassified (2) *withstack.withStack (3) *safedetails.withSafeDetails (4) *errors.errorString ``` <details><summary>More</summary><p> Artifacts: [/backup2TB/n10cpu4](https://teamcity.cockroachdb.com/viewLog.html?buildId=2045486&tab=artifacts#/backup2TB/n10cpu4) Related: - #49499 roachtest: backup2TB/n10cpu4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-19.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-19.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) - #49478 roachtest: backup2TB/n10cpu4 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Abackup2TB%2Fn10cpu4.%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 failed on wraps output in run workload fixtures import bank wraps home agent work go src github com cockroachdb cockroach bin roachprod run teamcity workload fixtures import bank db bank payload bytes ranges csv server rows seed pgurl returned stderr ccl workloadccl fixture go starting import of tables error importing fixture importing table bank pq communication error rpc error code canceled desc context canceled error dead roach problem exit status dead roach problem wraps node command with error workload fixtures import bank db bank payload bytes ranges csv server rows seed pgurl wraps exit status error types errors cockroach hintdetail withdetail exec exiterror stdout wraps exit status error types withstack withstack safedetails withsafedetails errutil withmessage main withcommanddetails exec exiterror 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 unclassified problem dead unclassified problem wraps attached stack trace main glob home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go main wrap home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go github com cobra command execute home agent work go pkg mod github com cobra command go github com cobra command executec home agent work go pkg mod github com cobra command go github com cobra command execute home agent work go pkg mod github com cobra command go main main home agent work go src github com cockroachdb cockroach pkg cmd roachprod main go runtime main usr local go src runtime proc go runtime goexit usr local go src runtime asm s wraps safe details enclosed wraps dead error types errors unclassified withstack withstack safedetails withsafedetails errors errorstring more artifacts related roachtest failed roachtest failed powered by
1
116,488
9,853,847,563
IssuesEvent
2019-06-19 15:33:16
GoogleCloudPlatform/cloud-opensource-java
https://api.github.com/repos/GoogleCloudPlatform/cloud-opensource-java
closed
Use Google's Maven repository to test
Testing
> if there's a google repository we could point to for testConfigureAdditionalMavenRepositories_addingSpringRepository instead of Spring? E.g. https://dl.google.com/dl/android/maven2/index.html via https://github.com/GoogleCloudPlatform/cloud-opensource-java/pull/729#issuecomment-503119687
1.0
Use Google's Maven repository to test - > if there's a google repository we could point to for testConfigureAdditionalMavenRepositories_addingSpringRepository instead of Spring? E.g. https://dl.google.com/dl/android/maven2/index.html via https://github.com/GoogleCloudPlatform/cloud-opensource-java/pull/729#issuecomment-503119687
test
use google s maven repository to test if there s a google repository we could point to for testconfigureadditionalmavenrepositories addingspringrepository instead of spring e g via
1
56,605
32,075,833,645
IssuesEvent
2023-09-25 10:56:32
benwbrum/fromthepage
https://api.github.com/repos/benwbrum/fromthepage
closed
long-running paged_search query causing outage
performance
See logs ``` I, [2022-04-17T11:05:55.321867 #5361] INFO -- : Started GET "/paged_search?action=search&article_id=62888&authenticity_token=%2F1gtb%2BeWSK5RTbwGqbNVSltaMMZMN5Wq7N2JRKRirUfEWZPQGjga2badEZiZus5%2FLgtB2w4FlMNw2%2BZ28qvekA%3D%3D&collection_id=howitt-and-fison-papers&controller=display" for 112.213.181.216 at 2022-04-17 11:05:55 +0000 I, [2022-04-17T11:05:55.324197 #5361] INFO -- : Processing by DisplayController#paged_search as HTML I, [2022-04-17T11:05:55.324500 #5361] INFO -- : Parameters: {"article_id"=>"62888", "authenticity_token"=>"/1gtb+eWSK5RTbwGqbNVSltaMMZMN5Wq7N2JRKRirUfEWZPQGjga2badEZiZus5/LgtB2w4FlMNw2+Z28qvekA==", "collection_id"=>"howitt-and-fison-papers"} I, [2022-04-17T11:05:55.372183 #5361] INFO -- : Rendering display/paged_search.html.slim within layouts/application I, [2022-04-17T11:05:55.380308 #5361] INFO -- : Rendered shared/_collection_tabs.html.slim (Duration: 3.8ms | Allocations: 1190) I, [2022-04-17T11:08:16.800982 #5361] INFO -- : Rendered display/_pages_view.html.slim (Duration: 141418.8ms | Allocations: 1935484) I, [2022-04-17T11:09:24.918512 #5361] INFO -- : Rendered shared/_pagination.html.slim (Duration: 68116.3ms | Allocations: 10423) I, [2022-04-17T11:09:25.336498 #5361] INFO -- : Rendered article/_article_links.html.slim (Duration: 403.4ms | Allocations: 117479) I, [2022-04-17T11:09:25.380922 #5361] INFO -- : Rendered display/_multi_page.html.slim (Duration: 209999.3ms | Allocations: 2090755) I, [2022-04-17T11:09:25.382131 #5361] INFO -- : Rendered shared/_collection_footer.html.slim (Duration: 0.4ms | Allocations: 51) I, [2022-04-17T11:09:25.382842 #5361] INFO -- : Rendered display/paged_search.html.slim within layouts/application (Duration: 210010.1ms | Allocations: 2095064) I, [2022-04-17T11:09:25.385028 #5361] INFO -- : Rendered layouts/_mixpanel.erb (Duration: 0.2ms | Allocations: 50) I, [2022-04-17T11:09:25.386204 #5361] INFO -- : Rendered layouts/_fb_pixel.erb (Duration: 0.1ms | Allocations: 50) I, [2022-04-17T11:09:25.391019 #5361] INFO -- : Rendered shared/_breadcrumbs.html.slim (Duration: 0.3ms | Allocations: 100) I, [2022-04-17T11:09:25.393953 #5361] INFO -- : Rendered layouts/_ga.erb (Duration: 0.2ms | Allocations: 50) I, [2022-04-17T11:09:25.404912 #5361] INFO -- : Completed 200 OK in 210080ms (Views: 2416.4ms | ActiveRecord: 207632.0ms | Allocations: 2115568) I, [2022-04-17T11:09:25.405401 #5361] INFO -- : Oink Action: display#paged_search ```
True
long-running paged_search query causing outage - See logs ``` I, [2022-04-17T11:05:55.321867 #5361] INFO -- : Started GET "/paged_search?action=search&article_id=62888&authenticity_token=%2F1gtb%2BeWSK5RTbwGqbNVSltaMMZMN5Wq7N2JRKRirUfEWZPQGjga2badEZiZus5%2FLgtB2w4FlMNw2%2BZ28qvekA%3D%3D&collection_id=howitt-and-fison-papers&controller=display" for 112.213.181.216 at 2022-04-17 11:05:55 +0000 I, [2022-04-17T11:05:55.324197 #5361] INFO -- : Processing by DisplayController#paged_search as HTML I, [2022-04-17T11:05:55.324500 #5361] INFO -- : Parameters: {"article_id"=>"62888", "authenticity_token"=>"/1gtb+eWSK5RTbwGqbNVSltaMMZMN5Wq7N2JRKRirUfEWZPQGjga2badEZiZus5/LgtB2w4FlMNw2+Z28qvekA==", "collection_id"=>"howitt-and-fison-papers"} I, [2022-04-17T11:05:55.372183 #5361] INFO -- : Rendering display/paged_search.html.slim within layouts/application I, [2022-04-17T11:05:55.380308 #5361] INFO -- : Rendered shared/_collection_tabs.html.slim (Duration: 3.8ms | Allocations: 1190) I, [2022-04-17T11:08:16.800982 #5361] INFO -- : Rendered display/_pages_view.html.slim (Duration: 141418.8ms | Allocations: 1935484) I, [2022-04-17T11:09:24.918512 #5361] INFO -- : Rendered shared/_pagination.html.slim (Duration: 68116.3ms | Allocations: 10423) I, [2022-04-17T11:09:25.336498 #5361] INFO -- : Rendered article/_article_links.html.slim (Duration: 403.4ms | Allocations: 117479) I, [2022-04-17T11:09:25.380922 #5361] INFO -- : Rendered display/_multi_page.html.slim (Duration: 209999.3ms | Allocations: 2090755) I, [2022-04-17T11:09:25.382131 #5361] INFO -- : Rendered shared/_collection_footer.html.slim (Duration: 0.4ms | Allocations: 51) I, [2022-04-17T11:09:25.382842 #5361] INFO -- : Rendered display/paged_search.html.slim within layouts/application (Duration: 210010.1ms | Allocations: 2095064) I, [2022-04-17T11:09:25.385028 #5361] INFO -- : Rendered layouts/_mixpanel.erb (Duration: 0.2ms | Allocations: 50) I, [2022-04-17T11:09:25.386204 #5361] INFO -- : Rendered layouts/_fb_pixel.erb (Duration: 0.1ms | Allocations: 50) I, [2022-04-17T11:09:25.391019 #5361] INFO -- : Rendered shared/_breadcrumbs.html.slim (Duration: 0.3ms | Allocations: 100) I, [2022-04-17T11:09:25.393953 #5361] INFO -- : Rendered layouts/_ga.erb (Duration: 0.2ms | Allocations: 50) I, [2022-04-17T11:09:25.404912 #5361] INFO -- : Completed 200 OK in 210080ms (Views: 2416.4ms | ActiveRecord: 207632.0ms | Allocations: 2115568) I, [2022-04-17T11:09:25.405401 #5361] INFO -- : Oink Action: display#paged_search ```
non_test
long running paged search query causing outage see logs i info started get paged search action search article id authenticity token collection id howitt and fison papers controller display for at i info processing by displaycontroller paged search as html i info parameters article id authenticity token collection id howitt and fison papers i info rendering display paged search html slim within layouts application i info rendered shared collection tabs html slim duration allocations i info rendered display pages view html slim duration allocations i info rendered shared pagination html slim duration allocations i info rendered article article links html slim duration allocations i info rendered display multi page html slim duration allocations i info rendered shared collection footer html slim duration allocations i info rendered display paged search html slim within layouts application duration allocations i info rendered layouts mixpanel erb duration allocations i info rendered layouts fb pixel erb duration allocations i info rendered shared breadcrumbs html slim duration allocations i info rendered layouts ga erb duration allocations i info completed ok in views activerecord allocations i info oink action display paged search
0
228,218
17,439,160,795
IssuesEvent
2021-08-05 00:43:36
fga-eps-mds/2021-1-Bot
https://api.github.com/repos/fga-eps-mds/2021-1-Bot
closed
Sprint 1 - Criar uma proposta de template para Issues
Time-Capivara documentation
O repositório precisa ser padronizado para as futuras contribuições, por isso, os grupos tem que entrar em acordo em um modelo para as issues futuras. - [x] Formatação em padrão markdown - [x] Linguagem padrão PT-BR - [x] Versionamento do documento - [ ] ~Apresentar a proposta para os demais grupos~ - [x] Fazer ajustes se necessário
1.0
Sprint 1 - Criar uma proposta de template para Issues - O repositório precisa ser padronizado para as futuras contribuições, por isso, os grupos tem que entrar em acordo em um modelo para as issues futuras. - [x] Formatação em padrão markdown - [x] Linguagem padrão PT-BR - [x] Versionamento do documento - [ ] ~Apresentar a proposta para os demais grupos~ - [x] Fazer ajustes se necessário
non_test
sprint criar uma proposta de template para issues o repositório precisa ser padronizado para as futuras contribuições por isso os grupos tem que entrar em acordo em um modelo para as issues futuras formatação em padrão markdown linguagem padrão pt br versionamento do documento apresentar a proposta para os demais grupos fazer ajustes se necessário
0
189,847
14,525,539,597
IssuesEvent
2020-12-14 13:05:12
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Text Alignment is Off for "MINUTES" Text On Scheduling Page
component:ui_next priority:low state:needs_test type:bug
##### ISSUE TYPE - Bug Report ##### ENVIRONMENT * `awx: 7.0.0` * Web Browser: Chrome ##### STEPS TO REPRODUCE Create a schedule for a Job Template, set `REPEATE FREQUENCY` to `Minute`. Text alignment is off for the word `MINUTE` under the `FREQUENCY DETAIL` section, no matter how wide the browser window is: <img width="369" alt="Screen Shot 2019-10-21 at 2 41 32 PM" src="https://user-images.githubusercontent.com/28930622/67234696-943b9700-f413-11e9-800d-545a610529c3.png">
1.0
Text Alignment is Off for "MINUTES" Text On Scheduling Page - ##### ISSUE TYPE - Bug Report ##### ENVIRONMENT * `awx: 7.0.0` * Web Browser: Chrome ##### STEPS TO REPRODUCE Create a schedule for a Job Template, set `REPEATE FREQUENCY` to `Minute`. Text alignment is off for the word `MINUTE` under the `FREQUENCY DETAIL` section, no matter how wide the browser window is: <img width="369" alt="Screen Shot 2019-10-21 at 2 41 32 PM" src="https://user-images.githubusercontent.com/28930622/67234696-943b9700-f413-11e9-800d-545a610529c3.png">
test
text alignment is off for minutes text on scheduling page issue type bug report environment awx web browser chrome steps to reproduce create a schedule for a job template set repeate frequency to minute text alignment is off for the word minute under the frequency detail section no matter how wide the browser window is img width alt screen shot at pm src
1
413,533
12,069,482,600
IssuesEvent
2020-04-16 16:07:34
creativecommons/vue-vocabulary
https://api.github.com/repos/creativecommons/vue-vocabulary
opened
Fix broken badge in the README.md file
aspect:copy bug duration:quickie good first issue improvement:bug priority:low
**Description** With the removal of CircleCI, the corresponding badge in `README.md` is broken. Replace with the GitHub Actions badge as seen in `creativecommons/vocabulary`.
1.0
Fix broken badge in the README.md file - **Description** With the removal of CircleCI, the corresponding badge in `README.md` is broken. Replace with the GitHub Actions badge as seen in `creativecommons/vocabulary`.
non_test
fix broken badge in the readme md file description with the removal of circleci the corresponding badge in readme md is broken replace with the github actions badge as seen in creativecommons vocabulary
0
112,193
9,556,952,268
IssuesEvent
2019-05-03 09:57:02
polkadot-js/api
https://api.github.com/repos/polkadot-js/api
opened
Add tests for api-derive methods
@api-derive [enhancement] [tests]
None of the methods have any tests at the moment. they should gradually be added.
1.0
Add tests for api-derive methods - None of the methods have any tests at the moment. they should gradually be added.
test
add tests for api derive methods none of the methods have any tests at the moment they should gradually be added
1
23,451
4,018,968,354
IssuesEvent
2016-05-16 13:14:53
FreeCodeCamp/FreeCodeCamp
https://api.github.com/repos/FreeCodeCamp/FreeCodeCamp
closed
Similar code written in different style gives error!!
confirmed help wanted tests
Challenge [Generate Random Whole Numbers with JavaScript](https://www.freecodecamp.com/challenges/generate-random-whole-numbers-with-javascript User Agent is: <code>Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36</code>. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ```javascript var randomNumberBetween0and19 = Math.floor(Math.rando m() * 20); function randomWholeNum() { // Only change code below this line. var rand = Math.random() * 10; return Math.floor(rand); // return Math.floor(Math.random() * 10); //works fine //but above doesn't work } ``` ![screen](https://cloud.githubusercontent.com/assets/8591204/15174687/8720c32e-1780-11e6-9b1b-cc40735bb264.jpg)
1.0
Similar code written in different style gives error!! - Challenge [Generate Random Whole Numbers with JavaScript](https://www.freecodecamp.com/challenges/generate-random-whole-numbers-with-javascript User Agent is: <code>Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36</code>. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ```javascript var randomNumberBetween0and19 = Math.floor(Math.rando m() * 20); function randomWholeNum() { // Only change code below this line. var rand = Math.random() * 10; return Math.floor(rand); // return Math.floor(Math.random() * 10); //works fine //but above doesn't work } ``` ![screen](https://cloud.githubusercontent.com/assets/8591204/15174687/8720c32e-1780-11e6-9b1b-cc40735bb264.jpg)
test
similar code written in different style gives error challenge user agent is mozilla windows nt applewebkit khtml like gecko chrome safari please describe how to reproduce this issue and include links to screenshots if possible my code javascript var math floor math rando m function randomwholenum only change code below this line var rand math random return math floor rand return math floor math random works fine but above doesn t work
1
56,997
6,536,127,077
IssuesEvent
2017-08-31 16:55:00
rust-lang-nursery/rust-bindgen
https://api.github.com/repos/rust-lang-nursery/rust-bindgen
closed
Add something like rustc's -Z time-passes
A-testing E-less-easy enhancement help wanted
This would give a high level overview of how long each of our phases are taking, and help inform us where we should generally be focusing our performance investigations on various test cases.
1.0
Add something like rustc's -Z time-passes - This would give a high level overview of how long each of our phases are taking, and help inform us where we should generally be focusing our performance investigations on various test cases.
test
add something like rustc s z time passes this would give a high level overview of how long each of our phases are taking and help inform us where we should generally be focusing our performance investigations on various test cases
1
113,899
9,668,366,980
IssuesEvent
2019-05-21 15:00:41
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: tpchbench/tpchVec/nodes=3/cpu=4/sf=1 failed
C-test-failure O-roachtest O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/9671342fead0509bec0913bae4ae1f244660788e Parameters: To repro, try: ``` # Don't forget to check out a clean suitable branch and experiment with the # stress invocation until the desired results present themselves. For example, # using stress instead of stressrace and passing the '-p' stressflag which # controls concurrency. ./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh cd ~/go/src/github.com/cockroachdb/cockroach && \ stdbuf -oL -eL \ make stressrace TESTS=tpchbench/tpchVec/nodes=3/cpu=4/sf=1 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log ``` Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1298500&tab=buildLog ``` The test failed on branch=release-19.1, cloud=gce: tpchbench.go:93,cluster.go:1812,errgroup.go:57: open tpchVec: no such file or directory cluster.go:1833,tpchbench.go:114,tpchbench.go:190,test.go:1251: Goexit() was called ```
2.0
roachtest: tpchbench/tpchVec/nodes=3/cpu=4/sf=1 failed - SHA: https://github.com/cockroachdb/cockroach/commits/9671342fead0509bec0913bae4ae1f244660788e Parameters: To repro, try: ``` # Don't forget to check out a clean suitable branch and experiment with the # stress invocation until the desired results present themselves. For example, # using stress instead of stressrace and passing the '-p' stressflag which # controls concurrency. ./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh cd ~/go/src/github.com/cockroachdb/cockroach && \ stdbuf -oL -eL \ make stressrace TESTS=tpchbench/tpchVec/nodes=3/cpu=4/sf=1 PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log ``` Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1298500&tab=buildLog ``` The test failed on branch=release-19.1, cloud=gce: tpchbench.go:93,cluster.go:1812,errgroup.go:57: open tpchVec: no such file or directory cluster.go:1833,tpchbench.go:114,tpchbench.go:190,test.go:1251: Goexit() was called ```
test
roachtest tpchbench tpchvec nodes cpu sf failed sha parameters to repro try don t forget to check out a clean suitable branch and experiment with the stress invocation until the desired results present themselves for example using stress instead of stressrace and passing the p stressflag which controls concurrency scripts gceworker sh start scripts gceworker sh mosh cd go src github com cockroachdb cockroach stdbuf ol el make stressrace tests tpchbench tpchvec nodes cpu sf pkg roachtest testtimeout stressflags maxtime timeout tee tmp stress log failed test the test failed on branch release cloud gce tpchbench go cluster go errgroup go open tpchvec no such file or directory cluster go tpchbench go tpchbench go test go goexit was called
1
184,445
14,980,392,549
IssuesEvent
2021-01-28 13:35:37
microsoft/windows-rs
https://api.github.com/repos/microsoft/windows-rs
opened
Add tutorial documenting usage
documentation
While we have several examples of how to use this crate, a simple tutorial with written prose on how to use `windows-rs` would be nice to have. Ideally this tutorial would contain usage of win32, COM, and WinRT APIs.
1.0
Add tutorial documenting usage - While we have several examples of how to use this crate, a simple tutorial with written prose on how to use `windows-rs` would be nice to have. Ideally this tutorial would contain usage of win32, COM, and WinRT APIs.
non_test
add tutorial documenting usage while we have several examples of how to use this crate a simple tutorial with written prose on how to use windows rs would be nice to have ideally this tutorial would contain usage of com and winrt apis
0
107,367
13,453,642,730
IssuesEvent
2020-09-09 01:33:32
usdigitalresponse/neighbor-express
https://api.github.com/repos/usdigitalresponse/neighbor-express
closed
Front-end Development Requests
Epic design no-issue-activity product feature
Allow for: 1. Buttons to route to absolute links 2. Center alignment of text block 3. Rotating testimonials 4. Font adjustment in Quote block from bold and light blue to white. 5. Size adjustment of embedded youtube videos.
1.0
Front-end Development Requests - Allow for: 1. Buttons to route to absolute links 2. Center alignment of text block 3. Rotating testimonials 4. Font adjustment in Quote block from bold and light blue to white. 5. Size adjustment of embedded youtube videos.
non_test
front end development requests allow for buttons to route to absolute links center alignment of text block rotating testimonials font adjustment in quote block from bold and light blue to white size adjustment of embedded youtube videos
0
193,167
14,642,587,307
IssuesEvent
2020-12-25 11:52:59
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
davecheney/benchjuju: src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go; 5 LoC
fresh test tiny
Found a possible issue in [davecheney/benchjuju](https://www.github.com/davecheney/benchjuju) at [src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go](https://github.com/davecheney/benchjuju/blob/43fb99820e9158cabe9141573cf05c874352e988/src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go#L337-L341) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to key at line 338 may start a goroutine [Click here to see the code in its original context.](https://github.com/davecheney/benchjuju/blob/43fb99820e9158cabe9141573cf05c874352e988/src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go#L337-L341) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for _, key := range expected { if c.Check(&key, gc.DeepEquals, k) { c.SucceedNow() } } ``` </details> <details> <summary>Click here to show extra information the analyzer produced.</summary> ``` The following paths through the callgraph could lead to a goroutine: (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) -> (validateNetworks, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (LocalFree, 1) -> (error, 1) -> (Lock, 1) -> (lockLoop, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 0) -> (ConditionallyIncludeMedia, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (setEntityAnnotations, 2) -> (SetAnnotations, 2) -> (run, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (test, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Connect, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) -> (Serve, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIAddressUpdater, 2) -> (NewNotifyWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) -> (put, 3) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) -> (Mkdir, 2) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) -> (put, 3) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (handleRecord, 1) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (write, 3) -> (width, 1) -> (yaml_emitter_set_writer_error, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (inWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (insertChunk, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) -> (rawAppendPacket, 3) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (init, 1) -> (newRunListenerWrapper, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (handleRecord, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (init, 1) -> (newRunListenerWrapper, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewLogger, 2) -> (NewNotifyWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (write, 2) -> (error, 5) -> (IsRequest, 0) -> (appendPacket, 2) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewPeriodicWorker, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Authenticate, 0) -> (NewTimeoutf, 4) -> (createServiceURLs, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (LocalFree, 1) -> (error, 1) -> (Lock, 1) -> (lockLoop, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Stop, 0) -> (run, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 1) -> (ContainerInfo, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Destroy, 0) -> (IsConstructed, 0) -> (rootfs, 0) -> (containerHome, 0) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (uploadImage, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newChangeCertListener, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Handle, 1) -> (Lock, 1) -> (lockLoop, 2) -> (continueFunc, 0) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (getConn, 2) -> (handlePendingDial, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) -> (LogPath, 0) -> (LogPath, 1) -> (dbExec, 4) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) -> (Error, 2) -> (runCharmHook, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (mustNewServer, 0) -> (AddDate, 3) -> (newAPI, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (newSuiteRunner, 2) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Add, 1) -> (Sort, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runUpgradeWorker, 2) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Call, 2) -> (Call, 3) -> (Go, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Handle, 1) -> (Lock, 1) -> (lockLoop, 2) -> (continueFunc, 0) -> (runCharmHook, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newWorker, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (containersShutdown, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewNotifyWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIRoot, 0) -> (RefreshModels, 3) -> (UpdateModel, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ManifoldEx, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (AllocateTo, 3) -> (run, 1) -> (update, 1) -> (DeleteDocument, 3) -> (newServerTransport, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClient, 3) -> (newClient, 4) -> (NewAuthenticator, 2) -> (ackRequest, 1) -> (startPingerIfAgent, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newBpsLoop, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (write, 2) -> (error, 5) -> (IsRequest, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (WaitMinion, 0) -> (waitTicket, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewNotifyWorker, 1) -> (Invoke, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) -> (Serve, 2) -> (serve, 3) -> (setState, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (Prefix, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ModelGet, 0) -> (New, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (uploadImage, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (newSuiteRunner, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Destroy, 0) -> (IsConstructed, 0) -> (rootfs, 0) -> (containerHome, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StopInstances, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (executable, 0) -> (getModuleFileName, 1) -> (syscallGetModuleFileName, 3) -> (isSlash, 1) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) -> (validateNetworks, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (openExistingOrNew, 1) -> (OpenFile, 3) -> (Perm, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) -> (provider, 0) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (debugCheck, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) -> (Error, 2) -> (runCharmHook, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newStateForVersionFn, 1) -> (newStateForVersion, 3) -> (BestAPIVersion, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newBpsLoop, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) -> (ReleaseIpAddress, 1) -> (Push, 3) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (LocalFree, 1) -> (error, 1) -> (Lock, 1) -> (lockLoop, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (Prefix, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (stopWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewManager, 1) -> (Invoke, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newFortress, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) -> (provider, 0) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newRawInstance, 2) -> (CreateInstance, 2) -> (ConfigureExternalIpAddress, 1) -> (SetIdentities, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) -> (Mkdir, 2) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewStringsWorker, 1) -> (Invoke, 1) -> (Work, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Flush, 0) -> (Log, 1) -> (h, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Init, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Handle, 1) -> (Lock, 1) -> (lockLoop, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (mustNewServer, 0) -> (AddDate, 3) -> (newAPI, 2) -> (debugFullCheck, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newBpsLoop, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (newWorker, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Get, 3) -> (get, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 4) -> (Sum, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (RunCommands, 1) -> (Flush, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (serveContent, 6) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (startFunc, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newConnection, 1) -> (Client, 1) -> (TokenSource, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) -> (ReadActionsYaml, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Invoke, 1) -> (Work, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Next, 0) -> (readMarkupDeclaration, 0) -> (readCDATA, 0) -> (readTagAttrVal, 0) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (EnsureDead, 0) -> (isNotDead, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (NewWorker, 7) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) -> (validateNetworks, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) -> (LogPath, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIRoot, 0) -> (RefreshModels, 3) -> (UpdateModel, 4) -> (UpdateModelFunc, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newSession, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Connect, 2) -> (eventSend, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Config, 0) -> (SampleConfig, 0) -> (start, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (test, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) -> (put, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewStringsWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) -> (dialConn, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Flush, 0) -> (Log, 1) -> (h, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DestroyVolumes, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newChangeCertListener, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newRebootWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewSocketListener, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (getConn, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewStringsWorker, 1) -> (Invoke, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ForModel, 1) -> (start, 1) -> (tombDying, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (startFunc, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (rotate, 0) -> (cleanup, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) -> (removeMetadataID, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (checkInvariants, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIRoot, 0) -> (RefreshModels, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Read, 1) -> (ReadFile, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (newWorker, 2) -> (AddCall, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Destroy, 0) -> (IsConstructed, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WatchAll, 0) -> (Register, 1) -> (register, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (test, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newConnection, 1) -> (Client, 1) -> (TokenSource, 1) -> (TokenSource, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (handleRecord, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (AllInstances, 0) -> (ListContainers, 0) -> (ConnectLocal, 1) -> (nameSet, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (getConn, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) -> (doc2resource, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (stopWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (submit, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newDocWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (SetState, 1) -> (run, 1) -> (update, 1) -> (DeleteDocument, 3) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) -> (disconnect, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (DialConfig, 1) -> (NewClient, 2) -> (VisitWebPage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewSimpleWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) -> (ReleaseIpAddress, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) -> (dialConn, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (containersShutdown, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) -> (ReleaseIpAddress, 1) -> (Push, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (newSuiteRunner, 2) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (open, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (RunCommands, 1) -> (Flush, 2) -> (AddStorage, 1) -> (RemovePorts, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (debugCheck, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DestroyVolumes, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newRebootWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (startFunc, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Config, 0) -> (SampleConfig, 0) -> (start, 1) -> (tombDying, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (AllocateTo, 3) -> (run, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newConnection, 1) -> (Client, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (UpdateId, 2) -> (Update, 2) -> (txCommit, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (WaitLeader, 0) -> (waitTicket, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) -> (ReadActionsYaml, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WatchAll, 0) -> (Register, 1) -> (register, 3) -> (newInt64Value, 2) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) -> (LogPath, 0) -> (LogPath, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (FacadeCall, 3) -> (AddCall, 3) -> (deleteFiles, 0) -> (errorf, 4) -> (newBpsLoop, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) -> (removeMetadataID, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Flush, 0) -> (Log, 1) -> (h, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (EnsureDead, 0) -> (isNotDead, 3) -> (isNotDeadWithSession, 2) -> (DeleteDocument, 3) -> (newServerTransport, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Invoke, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (executable, 0) -> (getModuleFileName, 1) -> (syscallGetModuleFileName, 3) -> (isSlash, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) -> (Mkdir, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Authenticate, 0) -> (NewTimeoutf, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Remove, 0) -> (removeOps, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (instances, 0) -> (Instances, 1) -> (startRequests, 0) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) -> (dialConn, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WatchAll, 0) -> (Register, 1) -> (register, 3) -> (newInt64Value, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StopInstances, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (open, 0) -> (close, 1) -> (convertTime, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) -> (rawAppendPacket, 3) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (completeRequest, 3) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClient, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewStringsWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ForModel, 1) -> (start, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewTracker, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) -> (disconnect, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (ModelConfig, 0) -> (FakeConfig, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Config, 0) -> (SampleConfig, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (containersShutdown, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) -> (Serve, 2) -> (serve, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) -> (rawAppendPacket, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) -> (removeMetadataID, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClientConn, 3) -> (newMux, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (setEntityAnnotations, 2) -> (SetAnnotations, 2) -> (run, 1) -> (update, 1) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Seek, 2) -> (getChunk, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (write, 3) -> (width, 1) -> (append, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (runCharmHook, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Authenticate, 0) -> (NewTimeoutf, 4) -> (createServiceURLs, 0) -> (containsString, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Stop, 0) -> (run, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) -> (newSuiteRunner, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (getConn, 2) -> (handlePendingDial, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) -> (newSuiteRunner, 2) -> (matches, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runUpgradeWorker, 2) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClientConn, 3) -> (newMux, 1) -> (AddUint32, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (generateData, 2) -> (incCounter, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) -> (newSuiteRunner, 2) -> (matches, 1) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newFortress, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) -> (provider, 0) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchStrings, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newWorker, 2) -> (NewAPI, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Next, 0) -> (readMarkupDeclaration, 0) -> (readCDATA, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (SetState, 1) -> (run, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 43fb99820e9158cabe9141573cf05c874352e988
1.0
davecheney/benchjuju: src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go; 5 LoC - Found a possible issue in [davecheney/benchjuju](https://www.github.com/davecheney/benchjuju) at [src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go](https://github.com/davecheney/benchjuju/blob/43fb99820e9158cabe9141573cf05c874352e988/src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go#L337-L341) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to key at line 338 may start a goroutine [Click here to see the code in its original context.](https://github.com/davecheney/benchjuju/blob/43fb99820e9158cabe9141573cf05c874352e988/src/github.com/joyent/gosdc/localservices/cloudapi/service_http_test.go#L337-L341) <details> <summary>Click here to show the 5 line(s) of Go which triggered the analyzer.</summary> ```go for _, key := range expected { if c.Check(&key, gc.DeepEquals, k) { c.SucceedNow() } } ``` </details> <details> <summary>Click here to show extra information the analyzer produced.</summary> ``` The following paths through the callgraph could lead to a goroutine: (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) -> (validateNetworks, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (LocalFree, 1) -> (error, 1) -> (Lock, 1) -> (lockLoop, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 0) -> (ConditionallyIncludeMedia, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (setEntityAnnotations, 2) -> (SetAnnotations, 2) -> (run, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (test, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Connect, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) -> (Serve, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIAddressUpdater, 2) -> (NewNotifyWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) -> (put, 3) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) -> (Mkdir, 2) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) -> (put, 3) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (handleRecord, 1) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (write, 3) -> (width, 1) -> (yaml_emitter_set_writer_error, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (inWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (insertChunk, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) -> (rawAppendPacket, 3) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (init, 1) -> (newRunListenerWrapper, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (handleRecord, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (init, 1) -> (newRunListenerWrapper, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewLogger, 2) -> (NewNotifyWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (write, 2) -> (error, 5) -> (IsRequest, 0) -> (appendPacket, 2) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewPeriodicWorker, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Authenticate, 0) -> (NewTimeoutf, 4) -> (createServiceURLs, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (LocalFree, 1) -> (error, 1) -> (Lock, 1) -> (lockLoop, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Stop, 0) -> (run, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 1) -> (ContainerInfo, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Destroy, 0) -> (IsConstructed, 0) -> (rootfs, 0) -> (containerHome, 0) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (uploadImage, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newChangeCertListener, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Handle, 1) -> (Lock, 1) -> (lockLoop, 2) -> (continueFunc, 0) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (getConn, 2) -> (handlePendingDial, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) -> (LogPath, 0) -> (LogPath, 1) -> (dbExec, 4) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) -> (Error, 2) -> (runCharmHook, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (mustNewServer, 0) -> (AddDate, 3) -> (newAPI, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (newSuiteRunner, 2) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DestroyVolumes, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Add, 1) -> (Sort, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runUpgradeWorker, 2) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Call, 2) -> (Call, 3) -> (Go, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Handle, 1) -> (Lock, 1) -> (lockLoop, 2) -> (continueFunc, 0) -> (runCharmHook, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newWorker, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (containersShutdown, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewNotifyWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIRoot, 0) -> (RefreshModels, 3) -> (UpdateModel, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ManifoldEx, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (AllocateTo, 3) -> (run, 1) -> (update, 1) -> (DeleteDocument, 3) -> (newServerTransport, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClient, 3) -> (newClient, 4) -> (NewAuthenticator, 2) -> (ackRequest, 1) -> (startPingerIfAgent, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newBpsLoop, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (write, 2) -> (error, 5) -> (IsRequest, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (WaitMinion, 0) -> (waitTicket, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewNotifyWorker, 1) -> (Invoke, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) -> (Serve, 2) -> (serve, 3) -> (setState, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (Prefix, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ModelGet, 0) -> (New, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (uploadImage, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (newSuiteRunner, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Destroy, 0) -> (IsConstructed, 0) -> (rootfs, 0) -> (containerHome, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StopInstances, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (executable, 0) -> (getModuleFileName, 1) -> (syscallGetModuleFileName, 3) -> (isSlash, 1) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) -> (validateNetworks, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (openExistingOrNew, 1) -> (OpenFile, 3) -> (Perm, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) -> (provider, 0) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (debugCheck, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) -> (Error, 2) -> (runCharmHook, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newStateForVersionFn, 1) -> (newStateForVersion, 3) -> (BestAPIVersion, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newBpsLoop, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) -> (ReleaseIpAddress, 1) -> (Push, 3) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (LocalFree, 1) -> (error, 1) -> (Lock, 1) -> (lockLoop, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (Prefix, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (stopWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (newSession, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewManager, 1) -> (Invoke, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newFortress, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) -> (provider, 0) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newRawInstance, 2) -> (CreateInstance, 2) -> (ConfigureExternalIpAddress, 1) -> (SetIdentities, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) -> (Mkdir, 2) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewStringsWorker, 1) -> (Invoke, 1) -> (Work, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Flush, 0) -> (Log, 1) -> (h, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Init, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Handle, 1) -> (Lock, 1) -> (lockLoop, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (mustNewServer, 0) -> (AddDate, 3) -> (newAPI, 2) -> (debugFullCheck, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newBpsLoop, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (newWorker, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Get, 3) -> (get, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 4) -> (Sum, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (RunCommands, 1) -> (Flush, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (serveContent, 6) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (startFunc, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) -> (disconnect, 0) -> (FormatCloseMessage, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) -> (RoundTrip, 3) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newConnection, 1) -> (Client, 1) -> (TokenSource, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) -> (ReadActionsYaml, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Invoke, 1) -> (Work, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Next, 0) -> (readMarkupDeclaration, 0) -> (readCDATA, 0) -> (readTagAttrVal, 0) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (EnsureDead, 0) -> (isNotDead, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (One, 1) -> (checkQueryError, 2) -> (RecycleSocket, 1) -> (Logout, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (NewWorker, 7) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) -> (validateNetworks, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) -> (LogPath, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIRoot, 0) -> (RefreshModels, 3) -> (UpdateModel, 4) -> (UpdateModelFunc, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newSession, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Connect, 2) -> (eventSend, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Config, 0) -> (SampleConfig, 0) -> (start, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (test, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) -> (run, 2) -> (Snapshot, 3) -> (put, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewStringsWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) -> (dialConn, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Flush, 0) -> (Log, 1) -> (h, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DestroyVolumes, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newChangeCertListener, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (IsInfinity, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newRebootWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewSocketListener, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (getConn, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewStringsWorker, 1) -> (Invoke, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ForModel, 1) -> (start, 1) -> (tombDying, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (startFunc, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (rotate, 0) -> (cleanup, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) -> (removeMetadataID, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (checkInvariants, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewAPIRoot, 0) -> (RefreshModels, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Read, 1) -> (ReadFile, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (newWorker, 2) -> (AddCall, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Destroy, 0) -> (IsConstructed, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WatchAll, 0) -> (Register, 1) -> (register, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (test, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newConnection, 1) -> (Client, 1) -> (TokenSource, 1) -> (TokenSource, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (handleRecord, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (AllInstances, 0) -> (ListContainers, 0) -> (ConnectLocal, 1) -> (nameSet, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Add, 2) -> (newGFp12, 1) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (getConn, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) -> (doc2resource, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (stopWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (submit, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newDocWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (SetState, 1) -> (run, 1) -> (update, 1) -> (DeleteDocument, 3) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (internalCheck, 4) -> (Info, 0) -> (Atoi, 1) -> (Do, 1) -> (disconnect, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (DialConfig, 1) -> (NewClient, 2) -> (VisitWebPage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewSimpleWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) -> (ReleaseIpAddress, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) -> (dialConn, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (containersShutdown, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) -> (ReleaseIpAddress, 1) -> (Push, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Set, 2) -> (applyReplSetConfig, 4) -> (Run, 2) -> (newSuiteRunner, 2) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (open, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (ManifoldEx, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (RunCommands, 1) -> (Flush, 2) -> (AddStorage, 1) -> (RemovePorts, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchStrings, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewBufferedLogWriter, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (debugCheck, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DestroyVolumes, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (newServerTransport, 4) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newRebootWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (startFunc, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) -> (newAuthContext, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Config, 0) -> (SampleConfig, 0) -> (start, 1) -> (tombDying, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (AllocateTo, 3) -> (run, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newConnection, 1) -> (Client, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (UpdateId, 2) -> (Update, 2) -> (txCommit, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (startFunc, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (WaitLeader, 0) -> (waitTicket, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (CombinedOutput, 0) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Get, 1) -> (Notef, 3) -> (noteMask, 2) -> (ReadActionsYaml, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMinUnitsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WatchAll, 0) -> (Register, 1) -> (register, 3) -> (newInt64Value, 2) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) -> (LogPath, 0) -> (LogPath, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (FacadeCall, 3) -> (AddCall, 3) -> (deleteFiles, 0) -> (errorf, 4) -> (newBpsLoop, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newCleanupWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Manifold, 1) -> (wait, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (addMachine, 2) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (WatchModelResources, 0) -> (environResourceWatcher, 0) -> (NewMultiNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) -> (removeMetadataID, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Flush, 0) -> (Log, 1) -> (h, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (EnsureDead, 0) -> (isNotDead, 3) -> (isNotDeadWithSession, 2) -> (DeleteDocument, 3) -> (newServerTransport, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Invoke, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (NewPeriodicWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (executable, 0) -> (getModuleFileName, 1) -> (syscallGetModuleFileName, 3) -> (isSlash, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Wait, 1) -> (run, 6) -> (ExpandEnv, 1) -> (Mkdir, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newRebootWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Authenticate, 0) -> (NewTimeoutf, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Remove, 0) -> (removeOps, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Validate, 0) -> (IsValidCharm, 1) -> (fn, 1) -> (tarjanSort, 1) -> (containersShutdown, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Start, 0) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewRelationUnitsWatcher, 2) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (instances, 0) -> (Instances, 1) -> (startRequests, 0) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (OpenAPIState, 1) -> (apiOpen, 2) -> (Open, 2) -> (open, 3) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Index, 2) -> (index, 1) -> (ExecuteSoap, 3) -> (RequestStore, 0) -> (dialConn, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (NewWorker, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WatchAll, 0) -> (Register, 1) -> (register, 3) -> (newInt64Value, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (StopInstances, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 0) -> (removeOps, 1) -> (removeUnitOps, 2) -> (settingsDecRefOps, 3) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Copy, 2) -> (ref, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (NewErrorWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (resolveMachine, 1) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Write, 1) -> (completeRequest, 3) -> (timeout, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (open, 0) -> (close, 1) -> (convertTime, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (updateAllMachines, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) -> (rawAppendPacket, 3) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (completeRequest, 3) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClient, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (prepare, 2) -> (callUnmarshaler, 2) -> (UnmarshalYAML, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (deviceEventListener, 1) -> (deviceNetworkPriority, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ReleaseAddress, 5) -> (changeAddress, 4) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewStringsWorker, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (ForModel, 1) -> (start, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (writeRecord, 3) -> (Write, 3) -> (insert, 1) -> (push, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewTracker, 3) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Do, 1) -> (disconnect, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newMachineAddressesWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runFunc, 5) -> (forkCall, 5) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (ModelConfig, 0) -> (FakeConfig, 0) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (WatchScope, 0) -> (newRelationScopeWatcher, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (open, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Call, 2) -> (Call, 3) -> (Go, 4) -> (getSerial, 0) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Index, 2) -> (index, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Config, 0) -> (SampleConfig, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 0) -> (NewWorker, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (startFunc, 1) -> (NewManifoldWorker, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (containersShutdown, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (serve, 1) -> (Serve, 2) -> (serve, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (All, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (loop, 0) -> (Println, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 3) -> (dataBytes, 1) -> (hashSum, 2) -> (rawAppendPacket, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newServer, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 3) -> (SetHeader, 1) -> (Add, 2) -> (newGFp12, 1) -> (WrapBase, 1) -> (removeMetadataID, 1) -> (CheckKill, 2) -> (CheckKilled, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newMockNotifyWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (acquire, 1) -> (createAliveFile, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (New, 0) -> (Refresh, 0) -> (unsetSocket, 0) -> (updateOneStorage, 2) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClientConn, 3) -> (newMux, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (setEntityAnnotations, 2) -> (SetAnnotations, 2) -> (run, 1) -> (update, 1) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Open, 1) -> (newFile, 0) -> (Name, 1) -> (Endpoint, 0) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (loop, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (newOpenedPortsWatcher, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Seek, 2) -> (getChunk, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (loop, 1) -> (reportAgentError, 3) -> (HasSubordinates, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (StartInstance, 1) -> (CreateContainer, 4) -> (AddInstance, 1) -> (startInstance, 1) -> (writeWgetTmpFile, 3) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (write, 3) -> (width, 1) -> (append, 5) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (StopInstances, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (WatchMachineErrorRetry, 0) -> (newWatchMachineErrorRetry, 0) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newTestStringsWatcher, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (forkTest, 1) -> (roundUp, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (addUnit, 2) -> (AddUnits, 4) -> (updateUnitStatus, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (doLogin, 2) -> (ServeFinder, 2) -> (newPingTimeout, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Do, 1) -> (disconnect, 0) -> (WriteMessage, 2) -> (isLogging, 0) -> (runCharmHook, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (newcollectionWatcher, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (NewServer, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (ClaimLeader, 0) -> (submit, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Authenticate, 0) -> (NewTimeoutf, 4) -> (createServiceURLs, 0) -> (containsString, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (waitForContainersOrTimeout, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newFlateWriter, 1) -> (NewWriter, 2) -> (addDefaultZonesAndGroups, 0) -> (resetEnv, 2) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (deserialize, 1) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Read, 1) -> (completeRequest, 3) -> (timeout, 1) -> (getOverlappedResult, 4) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Stop, 0) -> (run, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (Reset, 0) -> (DB, 1) -> (Run, 2) -> (newSuiteRunner, 2) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (NewIsolatedStatusWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Manifold, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) -> (newSuiteRunner, 2) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (loop, 0) -> (Println, 2) -> (EncodeToken, 1) -> (isValidDirective, 1) -> (loop, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (getConn, 2) -> (handlePendingDial, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) -> (newSuiteRunner, 2) -> (matches, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (Manifold, 1) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (waitDead, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) -> (test, 1) -> (NewErrorWorker, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Remove, 1) -> (writeOp, 2) -> (writeOpQuery, 4) -> (hasErrMsg, 1) -> (Manifold, 1) -> (wait, 0) -> (getWaiterChannel, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 0) -> (Refresh, 0) -> (UpdateStorage, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (runUpgradeWorker, 2) -> (NewWorker, 7) (Check, 3) -> (Marshal, 0) -> (new, 1) -> (NewCipher, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newStringsHandlerWorker, 4) -> (newTestStringsWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (stopWorker, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newNotifyHandlerWorker, 4) -> (newTestNotifyWatcher, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (format, 0) -> (FormatCharmResource, 1) -> (formatUnit, 1) -> (getAgentStatusInfo, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) -> (newServer, 4) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Close, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (removeSocket, 2) -> (startRequest, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 1) -> (callNext, 5) -> (Int32, 1) -> (perform, 4) -> (newFortress, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (NewClientConn, 3) -> (newMux, 1) -> (AddUint32, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Run, 0) -> (runUpdate, 3) -> (checkSuccess, 3) -> (ControllersDone, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) -> (cancelIoEx, 2) -> (AbendSocket, 1) -> (Init, 0) -> (devLxdServer, 1) -> (hoistReq, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (WrapString, 2) -> (RuneWidth, 1) -> (IsAmbiguousWidth, 1) -> (ct, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (internalCheck, 4) -> (Join, 2) -> (make, 1) -> (Status, 0) -> (MachineStatus, 1) -> (volumeGlobalKey, 1) (Check, 3) -> (Marshal, 0) -> (marshalTuples, 1) -> (Marshal, 1) -> (destroy, 0) -> (yaml_emitter_delete, 1) -> (DropDatabase, 0) -> (RemoveUser, 1) -> (newCluster, 5) -> (syncServersLoop, 0) -> (syncServersIteration, 1) -> (getKnownAddrs, 0) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (generateData, 2) -> (incCounter, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (Ping, 0) -> (Run, 2) -> (newSuiteRunner, 2) -> (matches, 1) -> (CheckKilled, 2) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (newFortress, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Add, 1) -> (Sort, 0) -> (freeTrace, 1) -> (provider, 0) -> (deserialize, 2) -> (deserializeOptions, 2) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (Config, 0) -> (SampleConfig, 0) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newDocWatcher, 2) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (Init, 0) (Check, 3) -> (Marshal, 0) -> (marshalStringList, 1) -> (Marshal, 1) -> (New, 1) -> (HandleFunc, 2) -> (SetAgentStatus, 1) -> (SetStatus, 1) -> (newMachineUnitsWatcher, 1) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (DumpTestLogsAfter, 3) (Check, 3) -> (Marshal, 0) -> (Marshal, 1) -> (finish, 0) -> (, 0) -> (NaN, 0) -> (Hostname, 0) -> (getTrimmed, 1) -> (WatchStrings, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (newWorker, 2) -> (NewAPI, 1) (Check, 3) -> (Marshal, 0) -> (Bytes, 0) -> (FormatInt, 2) -> (Next, 0) -> (readMarkupDeclaration, 0) -> (readCDATA, 0) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (SetState, 1) -> (run, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (New, 2) -> (NewClient, 2) -> (VisitWebPage, 2) -> (getError, 1) -> (newChangeCertListener, 3) (Check, 3) -> (Marshal, 0) -> (MakeAffine, 1) -> (SetOne, 0) -> (init, 0) -> (Inf, 1) -> (ToSlash, 2) -> (StorePointer, 2) -> (serverHandshake, 1) -> (serverAuthenticate, 1) (Check, 3) -> (internalCheck, 4) -> (Check, 2) -> (Verify, 3) -> (WaitSSH, 6) -> (Result, 0) -> (ServerStatus, 0) -> (GetServerConfig, 0) -> (open, 3) -> (heartbeatMonitor, 0) -> (callWithTimeout, 2) ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 43fb99820e9158cabe9141573cf05c874352e988
test
davecheney benchjuju src github com joyent gosdc localservices cloudapi service http test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to key at line may start a goroutine click here to show the line s of go which triggered the analyzer go for key range expected if c check key gc deepequals k c succeednow click here to show extra information the analyzer produced the following paths through the callgraph could lead to a goroutine check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newopenedportswatcher check marshal makeaffine setone new handlefunc setagentstatus setstatus newdocwatcher check marshal bytes formatint new handlefunc setagentstatus setstatus manifold check marshal bytes formatint new handlefunc setagentstatus setstatus destroyvolumes check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus init check internalcheck check verify run callnext perform runfunc forkcall check internalcheck info atoi do disconnect formatclosemessage check internalcheck check verify status machinestatus volumeglobalkey check marshal marshal finish nan hostname gettrimmed newcleanupwatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newserver newauthcontext check internalcheck check verify run callnext perform open heartbeatmonitor callwithtimeout check internalcheck check verify combinedoutput run check internalcheck check verify combinedoutput run runupdate checksuccess check marshal marshal finish nan hostname gettrimmed waitforcontainersortimeout check marshal bytes formatint nan hostname gettrimmed watchscope newrelationscopewatcher check marshal marshal finish nan hostname gettrimmed acquire createalivefile check marshal bytes formatint add sort check internalcheck check verify status machinestatus volumeglobalkey test check internalcheck check verify prepare callunmarshaler unmarshalyaml validatenetworks newerrorworker check marshal bytes formatint localfree error lock lockloop acquire createalivefile check marshal bytes formatint nan hostname gettrimmed loop reportagenterror hassubordinates check marshal bytes formatint remove writeop writeopquery haserrmsg updateallmachines check marshal new newcipher new handlefunc setagentstatus setstatus destroyvolumes check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus destroyvolumes check marshal marshaltuples marshal new handlefunc setagentstatus setstatus loop reportagenterror hassubordinates check marshal bytes formatint new handlefunc setagentstatus setstatus newmocknotifywatcher check marshal marshal finish nan hostname gettrimmed newrelationunitswatcher check marshal bytes formatint remove writeop writeopquery haserrmsg manifold wait check marshal bytes formatint remove writeop writeopquery haserrmsg startinstance createcontainer addinstance startinstance writewgettmpfile check marshal bytes formatint nan hostname gettrimmed newstringshandlerworker newteststringswatcher check internalcheck check verify run callnext perform createcontainer addinstance startinstance writewgettmpfile check internalcheck check verify run callnext perform newserver check marshal makeaffine setone new handlefunc setagentstatus setstatus newserver newauthcontext check marshal new newcipher new handlefunc setagentstatus setstatus newminunitswatcher check marshal marshal finish open newfile name endpoint newbufferedlogwriter check marshal marshal finish loop println encodetoken isvaliddirective newserver check marshal bytes formatint new handlefunc setagentstatus setstatus loop reportagenterror hassubordinates check internalcheck check verify do conditionallyincludemedia check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newcollectionwatcher check marshal marshal finish nan hostname gettrimmed manifold wait getwaiterchannel check marshal makeaffine setone new handlefunc check marshal makeaffine setone config sampleconfig cancelioex abendsocket newbufferedlogwriter check marshal new newcipher new handlefunc setagentstatus setstatus loop check marshal marshal finish nan hostname gettrimmed newserver check marshal makeaffine setone setentityannotations setannotations run check internalcheck check verify set applyreplsetconfig run test checkkill checkkilled check internalcheck check verify connect check marshal marshal finish loop println encodetoken isvaliddirective addunit addunits updateunitstatus check marshal marshal finish newperiodicworker run snapshot check internalcheck check verify loop check marshal bytes formatint nan hostname gettrimmed newerrorworker check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv deviceeventlistener devicenetworkpriority check marshal makeaffine setone init inf toslash storepointer newcluster syncserversloop syncserversiteration check marshal marshal finish nan hostname gettrimmed loop reportagenterror hassubordinates check internalcheck check verify serve serve check marshal marshal finish open newfile name endpoint newserver newauthcontext check marshal makeaffine setone init inf check marshal bytes formatint read completerequest timeout getoverlappedresult newcluster check marshal bytes formatint remove removeops removeunitops settingsdecrefops newerrorworker check marshal marshal finish nan hostname gettrimmed newminunitswatcher check marshal marshal finish loop println encodetoken isvaliddirective newworker check marshal makeaffine setone new refresh unsetsocket updateonestorage newcluster syncserversloop syncserversiteration getknownaddrs newserver check marshal bytes formatint write completerequest timeout getoverlappedresult serverhandshake serverauthenticate check marshal makeaffine setone new check internalcheck check verify newapiaddressupdater newnotifyworker check marshal makeaffine setone init inf toslash storepointer check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newdocwatcher check marshal marshal finish nan hostname gettrimmed newdocwatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus stopinstances check marshal new newcipher new handlefunc setagentstatus check marshal marshal finish loop println encodetoken isvaliddirective newworker check internalcheck check verify new newclient check marshal marshal finish newperiodicworker run snapshot put updateallmachines check marshal marshal finish close cancelioex abendsocket removesocket newcluster check internalcheck check verify one checkqueryerror recyclesocket logout dologin servefinder newpingtimeout check marshal bytes formatint new check marshal bytes formatint remove writeop writeopquery check marshal makeaffine setone new handlefunc setagentstatus setstatus newcollectionwatcher check marshal makeaffine setone init inf toslash storepointer newsession check marshal makeaffine setone new refresh unsetsocket updateonestorage check marshal bytes formatint wait run expandenv mkdir startrequest check marshal bytes formatint new handlefunc setagentstatus setstatus manifold wait check internalcheck check verify newperiodicworker run snapshot put check marshal new newcipher new handlefunc setagentstatus setstatus newmachineaddresseswatcher check marshal marshalstringlist marshal destroy yaml emitter delete dropdatabase removeuser newcluster check marshal marshaltuples marshal new handlefunc check marshal marshal finish nan hostname gettrimmed handlerecord check internalcheck join make write width yaml emitter set writer error check marshal bytes formatint remove removeops removeunitops settingsdecrefops check marshal makeaffine setone new refresh unsetsocket updateonestorage inworker check internalcheck check verify validate isvalidcharm fn tarjansort watchmodelresources environresourcewatcher newmultinotifywatcher check marshal bytes formatint remove removeops removeunitops settingsdecrefops checkkill checkkilled check marshal bytes formatint insertchunk check marshal makeaffine setone new handlefunc setagentstatus setstatus waitdead check marshal bytes formatint new handlefunc setagentstatus setstatus dumptestlogsafter check internalcheck check verify new databytes hashsum rawappendpacket newrelationunitswatcher check internalcheck check verify loop println encodetoken isvaliddirective init newrunlistenerwrapper check marshal bytes formatint new handlefunc setagentstatus setstatus init devlxdserver hoistreq check marshal new newcipher new handlefunc setagentstatus setstatus newdocwatcher check internalcheck check verify run callnext perform environresourcewatcher newmultinotifywatcher check marshal makeaffine setone config sampleconfig cancelioex abendsocket newmocknotifywatcher check marshal bytes formatint nan hostname gettrimmed handlerecord check marshal marshal finish open newfile name endpoint manifold wait getwaiterchannel check marshal marshal finish nan hostname gettrimmed newisolatedstatusworker check marshal marshal finish loop println encodetoken isvaliddirective manifoldex check marshal marshal finish loop println encodetoken isvaliddirective init newrunlistenerwrapper check marshal marshal finish reset db run newsuiterunner forktest roundup check marshal marshal finish new refresh updatestorage updateonestorage newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify newlogger newnotifyworker check marshal makeaffine setone add runewidth check marshal bytes formatint write error isrequest appendpacket deserialize deserialize deserializeoptions check internalcheck check verify newperiodicworker check marshal marshal finish index index executesoap check marshal marshal finish nan hostname gettrimmed newmocknotifywatcher check marshal bytes formatint status machinestatus volumeglobalkey all checkkill checkkilled check marshal bytes formatint nan hostname gettrimmed claimleader submit check marshal bytes formatint nan hostname gettrimmed watchmachineerrorretry newwatchmachineerrorretry check internalcheck check verify authenticate newtimeoutf createserviceurls check marshal bytes formatint localfree error lock lockloop check marshal new newcipher new handlefunc setagentstatus setstatus newopenedportswatcher check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus loop check marshal marshal finish nan hostname gettrimmed newerrorworker check internalcheck check verify stop run check marshal bytes formatint remove writeop writeopquery haserrmsg newbufferedlogwriter check internalcheck check verify run callnext perform newteststringswatcher check internalcheck check verify remove writeop writeopquery haserrmsg deserialize deserializeoptions check marshal marshalstringlist marshal destroy yaml emitter delete dropdatabase removeuser newcluster syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify status containerinfo check marshal marshal finish loop println encodetoken isvaliddirective open check internalcheck check verify destroy isconstructed rootfs containerhome newservertransport check marshal marshal finish nan hostname gettrimmed uploadimage check marshal bytes formatint nan hostname gettrimmed acquire createalivefile check marshal marshaltuples marshal new handlefunc setagentstatus setstatus watchmachineerrorretry newwatchmachineerrorretry check internalcheck check verify run callnext perform startfunc newmanifoldworker check marshal bytes formatint nan hostname gettrimmed addmachine resolvemachine updateunitstatus check marshal bytes formatint remove writeop writeopquery haserrmsg addmachine resolvemachine updateunitstatus check marshal bytes formatint index index check marshal makeaffine setone config sampleconfig cancelioex abendsocket newserver check marshal bytes formatint new handlefunc setagentstatus setstatus newopenedportswatcher check internalcheck check verify loop println encodetoken isvaliddirective newchangecertlistener check internalcheck check verify handle lock lockloop continuefunc createalivefile check marshal makeaffine setone do disconnect writemessage islogging getconn handlependingdial check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newminunitswatcher check marshal marshal finish check internalcheck check verify start logpath logpath dbexec check marshal marshaltuples marshal new handlefunc setagentstatus setstatus loop check marshal marshaltuples marshal new handlefunc setagentstatus setstatus destroyvolumes check marshal marshal finish loop println encodetoken isvaliddirective newteststringswatcher check internalcheck info atoi do disconnect formatclosemessage error runcharmhook check marshal bytes formatint remove writeop writeopquery haserrmsg dumptestlogsafter check marshal marshal finish loop println encodetoken check internalcheck check verify mustnewserver adddate newapi check marshal bytes formatint close cancelioex abendsocket removesocket check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv resolvemachine updateunitstatus check marshal bytes formatint index index executesoap requeststore check marshal new newcipher new handlefunc setagentstatus setstatus newisolatedstatusworker check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newcleanupwatcher check marshal makeaffine setone new handlefunc setagentstatus check internalcheck join make status machinestatus volumeglobalkey test check marshal new newcipher new handlefunc setagentstatus setstatus watchstrings check marshal makeaffine setone add isinfinity roundtrip checkkill checkkilled check internalcheck check verify one checkqueryerror recyclesocket logout checkkill checkkilled check internalcheck check verify run check marshal bytes formatint remove removeops removeunitops settingsdecrefops newservertransport check marshal marshal finish get notef notemask check marshal makeaffine setone new handlefunc setagentstatus setstatus newminunitswatcher check marshal makeaffine setone set applyreplsetconfig run newsuiterunner checkkill checkkilled check marshal marshal finish loop println encodetoken isvaliddirective acquire createalivefile check marshal makeaffine setone do disconnect writemessage islogging init devlxdserver hoistreq check internalcheck check verify run callnext check marshal makeaffine setone new handlefunc setagentstatus setstatus destroyvolumes check marshal new newcipher new handlefunc setagentstatus setstatus init devlxdserver hoistreq check marshal marshaltuples marshal new handlefunc setagentstatus setstatus manifold wait check marshal marshal finish loop println encodetoken isvaliddirective startrequest check internalcheck check verify run runupdate checksuccess controllersdone manifoldex check marshal bytes formatint new handlefunc setagentstatus setstatus waitdead check marshal bytes formatint nan hostname gettrimmed newmachineunitswatcher check internalcheck check verify add sort check marshal makeaffine setone config sampleconfig cancelioex abendsocket addunit addunits updateunitstatus check marshal makeaffine setone init inf toslash storepointer open heartbeatmonitor callwithtimeout check marshal bytes formatint nan hostname gettrimmed newcollectionwatcher check marshal marshal finish nan hostname gettrimmed newsession check marshal bytes formatint new handlefunc setagentstatus setstatus stopworker check marshal bytes formatint nan hostname gettrimmed newserver check marshal makeaffine setone new handlefunc setagentstatus setstatus manifold wait check marshal marshal finish nan hostname gettrimmed forktest roundup check marshal marshal finish nan hostname gettrimmed runupgradeworker newworker check marshal marshal setheader add wrapbase check internalcheck check verify new refresh updatestorage updateonestorage check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus manifold newworker check internalcheck check verify call call go check marshal bytes formatint nan hostname gettrimmed check internalcheck check verify handle lock lockloop continuefunc runcharmhook check internalcheck check verify openapistate apiopen open open open check marshal bytes formatint close cancelioex abendsocket removesocket acquire createalivefile check internalcheck check verify newworker check internalcheck check verify loop println encodetoken isvaliddirective newfortress check internalcheck join make status machinestatus volumeglobalkey test checkkill checkkilled check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv startfunc newmanifoldworker check marshal marshaltuples marshal new handlefunc setagentstatus setstatus check marshal bytes formatint remove writeop writeopquery haserrmsg containersshutdown check marshal bytes formatint write completerequest timeout getoverlappedresult deserialize deserialize deserializeoptions check internalcheck check verify newnotifyworker check internalcheck check verify newapiroot refreshmodels updatemodel check marshal bytes formatint new handlefunc setagentstatus setstatus startrequest check internalcheck check verify new databytes check marshal bytes formatint remove writeop writeopquery haserrmsg claimleader submit check marshal marshalstringlist marshal new handlefunc setagentstatus check marshal bytes formatint nan hostname gettrimmed manifoldex check internalcheck check verify allocateto run update deletedocument newservertransport check internalcheck check verify new newclient visitwebpage geterror newfortress check internalcheck check verify openapistate apiopen open open heartbeatmonitor callwithtimeout check internalcheck check verify validate isvalidcharm fn check marshal bytes formatint new handlefunc setagentstatus setstatus watchmachineerrorretry newwatchmachineerrorretry check marshal bytes formatint remove writeop writeopquery haserrmsg runfunc forkcall check internalcheck check verify newclient newclient newauthenticator ackrequest startpingerifagent newpingtimeout check marshal makeaffine setone new handlefunc setagentstatus setstatus newcleanupwatcher check internalcheck check verify waitssh result serverstatus getserverconfig newtestnotifywatcher check marshal makeaffine setone new refresh unsetsocket check internalcheck check verify run callnext perform deviceeventlistener devicenetworkpriority check marshal bytes formatint format formatcharmresource formatunit getagentstatusinfo newcluster syncserversloop syncserversiteration check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus check marshal bytes formatint new handlefunc setagentstatus setstatus newbufferedlogwriter check marshal bytes formatint nan hostname gettrimmed newrebootwatcher check marshal bytes formatint new handlefunc setagentstatus setstatus newstringshandlerworker newteststringswatcher check marshal marshalstringlist marshal destroy yaml emitter delete dropdatabase removeuser newcluster syncserversloop syncserversiteration check internalcheck check verify newperiodicworker run snapshot check marshal bytes formatint nan hostname gettrimmed newbpsloop check internalcheck check verify waitssh result serverstatus getserverconfig newteststringswatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus manifold newworker check marshal bytes formatint write error isrequest check marshal marshal finish open newfile name endpoint check marshal bytes formatint remove writeop writeopquery haserrmsg newerrorworker check marshal marshal finish loop println encodetoken isvaliddirective waitminion waitticket check internalcheck check verify newnotifyworker invoke check internalcheck check verify serve serve serve setstate check marshal new newcipher new handlefunc setagentstatus setstatus dumptestlogsafter check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newrebootwatcher check marshal bytes formatint nan hostname gettrimmed checkkill checkkilled check marshal makeaffine setone init inf toslash storepointer prefix check internalcheck check verify waitssh result serverstatus getserverconfig startfunc check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newserver check internalcheck check verify modelget new check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newmachineaddresseswatcher check marshal bytes formatint close cancelioex abendsocket removesocket newcluster syncserversloop syncserversiteration getknownaddrs check marshal makeaffine setone new handlefunc setagentstatus setstatus init check marshal bytes formatint new handlefunc setagentstatus setstatus newrebootwatcher check marshal bytes formatint nan hostname gettrimmed newbufferedlogwriter check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newbufferedlogwriter check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv newchangecertlistener check marshal bytes formatint nan hostname gettrimmed uploadimage check marshal bytes formatint nan hostname gettrimmed deserialize deserialize deserializeoptions check marshal marshal finish nan hostname gettrimmed init devlxdserver hoistreq check marshal makeaffine setone new handlefunc setagentstatus setstatus newisolatedstatusworker check marshal bytes formatint nan hostname gettrimmed newserver check marshal bytes formatint remove writeop check marshal makeaffine setone set applyreplsetconfig run newsuiterunner check internalcheck check verify destroy isconstructed rootfs containerhome check marshal bytes formatint nan hostname gettrimmed stopinstances check internalcheck check verify executable getmodulefilename syscallgetmodulefilename isslash open check internalcheck check verify run callnext perform newchangecertlistener check marshal makeaffine setone set applyreplsetconfig run check marshal marshal finish nan hostname check marshal marshal finish reset db run check internalcheck check verify validate isvalidcharm fn tarjansort check marshal bytes formatint remove writeop writeopquery haserrmsg newstringshandlerworker newteststringswatcher check marshal marshal finish open newfile name endpoint init devlxdserver hoistreq check marshal bytes formatint add sort freetrace check internalcheck check verify one checkqueryerror recyclesocket check internalcheck check verify prepare callunmarshaler unmarshalyaml validatenetworks check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newstringshandlerworker newteststringswatcher check marshal bytes formatint openexistingornew openfile perm check marshal marshal finish validate isvalidcharm fn check marshal marshal finish loop println encodetoken isvaliddirective newwatchmachineerrorretry check internalcheck join make status machinestatus volumeglobalkey test newerrorworker check internalcheck check verify add sort freetrace provider deserialize deserializeoptions check marshal new newcipher new handlefunc setagentstatus setstatus manifold wait getwaiterchannel check marshal bytes formatint new handlefunc setagentstatus setstatus newmachineaddresseswatcher check marshal bytes formatint remove writeop writeopquery haserrmsg manifold check marshal bytes formatint call call go getserial newcluster syncserversloop syncserversiteration check internalcheck check verify run callnext perform containersshutdown check internalcheck check verify run callnext perform newworker check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newnotifyhandlerworker newtestnotifywatcher check marshal bytes formatint nan hostname gettrimmed debugcheck check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newopenedportswatcher check internalcheck check verify run callnext perform waitforcontainersortimeout check marshal makeaffine setone new handlefunc setagentstatus setstatus newnotifyhandlerworker newtestnotifywatcher check marshal marshal finish nan hostname gettrimmed newnotifyhandlerworker newtestnotifywatcher check internalcheck check verify run callnext perform resolvemachine updateunitstatus check marshal makeaffine setone config sampleconfig cancelioex abendsocket dumptestlogsafter check marshal makeaffine setone do check internalcheck check verify do disconnect formatclosemessage error runcharmhook check marshal marshal finish loop println encodetoken isvaliddirective resolvemachine updateunitstatus check internalcheck check verify waitssh result serverstatus getserverconfig resolvemachine updateunitstatus check marshal makeaffine setone config sampleconfig cancelioex check internalcheck check verify copy ref runupdate check internalcheck check verify newstateforversionfn newstateforversion bestapiversion check marshal makeaffine setone add runewidth isambiguouswidth check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newserver check marshal marshal finish nan hostname gettrimmed newbpsloop check internalcheck check verify releaseaddress changeaddress releaseipaddress push newsession check marshal marshal finish close cancelioex abendsocket removesocket dologin servefinder newpingtimeout check internalcheck join make localfree error lock lockloop acquire createalivefile check marshal bytes formatint call call go getserial newcluster syncserversloop syncserversiteration getknownaddrs newserver check marshal makeaffine setone new handlefunc setagentstatus setstatus newmachineunitswatcher check internalcheck check verify run callnext perform prefix check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv newworker check marshal bytes formatint read completerequest timeout getoverlappedresult newcluster syncserversloop syncserversiteration getknownaddrs check marshal makeaffine setone add runewidth isambiguouswidth checkkill checkkilled check marshal bytes formatint read completerequest check marshal marshalstringlist marshal destroy yaml emitter delete dropdatabase check marshal marshal finish nan hostname gettrimmed open check marshal marshal finish open newfile name endpoint stopworker check internalcheck check verify run runupdate checksuccess controllersdone newsession check marshal makeaffine setone config sampleconfig cancelioex abendsocket manifold newworker check internalcheck check verify newmanager invoke check internalcheck check verify loop println encodetoken isvaliddirective check marshal makeaffine setone add isinfinity roundtrip newerrorworker check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus stopinstances check marshal marshal finish open newfile name endpoint newstringshandlerworker newteststringswatcher check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus addunit addunits updateunitstatus check marshal makeaffine setone new handlefunc setagentstatus setstatus updateallmachines check marshal marshaltuples marshal new handlefunc setagentstatus setstatus dumptestlogsafter check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newmachineunitswatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus waitdead check internalcheck check verify run callnext perform newservertransport check marshal makeaffine setone config sampleconfig cancelioex abendsocket manifold wait getwaiterchannel check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv newfortress check marshal bytes formatint add sort freetrace provider serverhandshake serverauthenticate check internalcheck check verify set applyreplsetconfig run check internalcheck check verify newrawinstance createinstance configureexternalipaddress setidentities check marshal makeaffine setone new handlefunc setagentstatus setstatus newserver check marshal marshal finish nan hostname gettrimmed waitdead check marshal marshal finish nan hostname gettrimmed newcollectionwatcher check internalcheck check verify run runupdate checksuccess controllersdone newworker check marshal marshal finish validate isvalidcharm fn tarjansort forktest roundup check marshal bytes formatint writerecord write insert push newcluster syncserversloop syncserversiteration getknownaddrs newserver check marshal bytes formatint nan hostname gettrimmed waitdead check marshal bytes formatint remove removeops check marshal bytes formatint wait run expandenv mkdir stopinstances check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus watchstrings check marshal new newcipher new handlefunc setagentstatus setstatus manifold newworker check marshal bytes formatint new handlefunc check marshal marshal finish open newfile check internalcheck check verify get notef notemask check marshal bytes formatint new handlefunc setagentstatus setstatus loop check internalcheck info atoi close cancelioex abendsocket removesocket acquire createalivefile check marshal makeaffine setone add isinfinity roundtrip check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus stopworker check marshal bytes formatint new handlefunc setagentstatus setstatus newserver newauthcontext check internalcheck info atoi do check marshal marshal finish reset db run newsuiterunner containersshutdown check internalcheck check verify run callnext perform newworker check marshal makeaffine setone add runewidth isambiguouswidth newerrorworker check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newisolatedstatusworker check marshal marshal finish open newfile name endpoint manifold check marshal marshal finish newstringsworker invoke work check internalcheck check verify validate isvalidcharm fn tarjansort forktest roundup check marshal makeaffine setone do disconnect check marshal bytes formatint flush log h check internalcheck check verify new newclient visitwebpage geterror startfunc newmanifoldworker check marshal bytes formatint nan hostname gettrimmed addunit addunits updateunitstatus check marshal bytes formatint remove writeop writeopquery haserrmsg init check internalcheck check verify run callnext perform newerrorworker check internalcheck check verify waitssh result serverstatus getserverconfig open check internalcheck check verify handle lock lockloop check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus updateallmachines check marshal makeaffine setone new handlefunc setagentstatus setstatus manifold newworker check marshal marshalstringlist marshal new check marshal bytes formatint status machinestatus volumeglobalkey check internalcheck check verify mustnewserver adddate newapi debugfullcheck check marshal makeaffine setone init inf toslash storepointer newcluster check marshal new newcipher new handlefunc setagentstatus setstatus manifold check marshal makeaffine setone do disconnect writemessage islogging check marshal marshal finish nan hostname gettrimmed manifold wait check marshal marshal finish reset db run newsuiterunner runfunc forkcall check marshal makeaffine setone new handlefunc setagentstatus setstatus manifold check marshal bytes formatint remove writeop writeopquery haserrmsg newbpsloop check marshal marshal finish validate isvalidcharm fn tarjansort runfunc forkcall check marshal bytes formatint read completerequest timeout getoverlappedresult newcluster syncserversloop syncserversiteration check marshal bytes formatint remove writeop writeopquery haserrmsg deserialize deserializeoptions check marshal marshal finish new refresh updatestorage check marshal makeaffine setone new refresh unsetsocket updateonestorage newcluster check marshal marshal finish nan hostname gettrimmed updateallmachines check marshal marshal finish nan hostname gettrimmed newmachineunitswatcher check marshal makeaffine setone config sampleconfig cancelioex abendsocket newserver newauthcontext check marshal bytes formatint nan hostname gettrimmed init devlxdserver hoistreq check marshal marshal finish newworker check marshal marshal finish nan hostname gettrimmed manifold newworker check marshal marshal finish loop check marshal makeaffine setone get get check internalcheck check verify new sum check internalcheck check verify copy ref runupdate checksuccess check marshal bytes formatint nan hostname gettrimmed newminunitswatcher check internalcheck check verify one checkqueryerror recyclesocket logout newerrorworker check marshal makeaffine setone new refresh unsetsocket updateonestorage newcluster syncserversloop syncserversiteration check marshal bytes formatint close cancelioex abendsocket removesocket newcluster syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify runcommands flush check marshal makeaffine setone init inf toslash storepointer servecontent check marshal marshal finish loop println encodetoken isvaliddirective loop reportagenterror hassubordinates check marshal marshal finish reset db run newsuiterunner watchmodelresources environresourcewatcher newmultinotifywatcher check marshal makeaffine setone init inf toslash storepointer open check marshal marshal finish loop println encodetoken isvaliddirective newerrorworker check internalcheck check verify new newclient visitwebpage geterror newworker check marshal new newcipher new handlefunc setagentstatus setstatus newnotifyhandlerworker newtestnotifywatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus manifold wait getwaiterchannel check internalcheck check verify run callnext perform startfunc check internalcheck check verify do disconnect formatclosemessage check marshal makeaffine setone add isinfinity roundtrip deserialize deserialize deserializeoptions check marshal bytes formatint format formatcharmresource formatunit getagentstatusinfo newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify newconnection client tokensource check internalcheck check verify get notef notemask readactionsyaml check marshal bytes formatint status machinestatus volumeglobalkey all newerrorworker check marshal bytes formatint nan hostname gettrimmed newserver newauthcontext check marshal bytes formatint close cancelioex abendsocket removesocket newcluster check internalcheck check verify invoke work check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newrebootwatcher check marshal bytes formatint remove writeop writeopquery haserrmsg watchmodelresources environresourcewatcher newmultinotifywatcher check marshal makeaffine setone config sampleconfig cancelioex abendsocket init check marshal bytes formatint new handlefunc setagentstatus check internalcheck check verify loop println encodetoken isvaliddirective newteststringswatcher check internalcheck check verify copy ref runupdate checksuccess checkkill checkkilled check marshal makeaffine setone do disconnect writemessage check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv check marshal makeaffine setone config sampleconfig cancelioex abendsocket stopworker check marshal marshal finish open newfile name endpoint manifold wait check marshal bytes formatint next readmarkupdeclaration readcdata readtagattrval deserialize deserialize deserializeoptions check marshal new newcipher new handlefunc setagentstatus setstatus loop reportagenterror hassubordinates check internalcheck check verify loop println encodetoken check internalcheck check verify run callnext perform manifoldex check marshal bytes formatint remove writeop writeopquery haserrmsg newserver newauthcontext check internalcheck info atoi close cancelioex abendsocket removesocket dologin servefinder newpingtimeout check marshal bytes formatint nan check marshal bytes formatint new handlefunc setagentstatus setstatus newminunitswatcher check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newbufferedlogwriter check marshal makeaffine setone init inf toslash storepointer newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify ensuredead isnotdead check internalcheck check verify one checkqueryerror recyclesocket logout check internalcheck check verify waitssh result serverstatus getserverconfig newworker check internalcheck check verify prepare callunmarshaler unmarshalyaml validatenetworks checkkill checkkilled check marshal marshal finish open newfile name endpoint addunit addunits updateunitstatus check marshal bytes formatint nan hostname gettrimmed updateallmachines check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newmachineaddresseswatcher check marshal new newcipher new handlefunc setagentstatus setstatus watchmachineerrorretry newwatchmachineerrorretry check marshal bytes formatint wrapstring runewidth isambiguouswidth ct newcluster syncserversloop syncserversiteration getknownaddrs newserver check marshal marshal finish loop println encodetoken isvaliddirective checkkill checkkilled check marshal makeaffine setone do disconnect writemessage islogging deserialize deserialize deserializeoptions check internalcheck check verify start logpath check internalcheck check verify newapiroot refreshmodels updatemodel updatemodelfunc check marshal makeaffine setone new handlefunc setagentstatus setstatus newopenedportswatcher check marshal new newcipher new handlefunc setagentstatus setstatus stopworker check internalcheck check verify copy ref runupdate checksuccess manifoldex check marshal new newcipher new handlefunc setagentstatus setstatus manifold wait check internalcheck check verify run check internalcheck check verify ping run check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newisolatedstatusworker check marshal marshal finish new refresh updatestorage updateonestorage newcluster check internalcheck check verify new newclient visitwebpage geterror newworker check marshal bytes formatint nan hostname gettrimmed dologin servefinder newpingtimeout check internalcheck check verify serve check marshal makeaffine setone new refresh unsetsocket updateonestorage startrequest check marshal bytes formatint nan hostname gettrimmed newsession check internalcheck check verify run callnext perform forkcall check marshal new newcipher new handlefunc setagentstatus setstatus newserver newauthcontext check marshal bytes formatint new handlefunc setagentstatus setstatus addunit addunits updateunitstatus check internalcheck check verify run runupdate checksuccess controllersdone newworker check internalcheck check verify status machinestatus volumeglobalkey test checkkill checkkilled check internalcheck check verify connect eventsend check internalcheck check verify config sampleconfig start check internalcheck check verify waitssh result serverstatus check marshal new newcipher new handlefunc setagentstatus setstatus newmachineunitswatcher check marshal new newcipher new handlefunc setagentstatus setstatus newcollectionwatcher check internalcheck check verify set applyreplsetconfig run test newerrorworker check marshal marshal finish newperiodicworker run snapshot put check marshal bytes formatint nan hostname gettrimmed manifold newworker check marshal marshalstringlist marshal destroy yaml emitter delete dropdatabase removeuser newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify combinedoutput run runupdate check marshal bytes formatint new handlefunc setagentstatus setstatus watchstrings check marshal bytes formatint nan hostname gettrimmed loop check marshal marshaltuples marshal new handlefunc setagentstatus setstatus manifold check marshal marshal finish newstringsworker check internalcheck join make index index check marshal bytes formatint index index executesoap requeststore dialconn check internalcheck check verify loop println encodetoken isvaliddirective resolvemachine updateunitstatus check marshal marshal finish flush log h check marshal makeaffine setone config sampleconfig cancelioex abendsocket newisolatedstatusworker check marshal bytes formatint nan hostname gettrimmed destroyvolumes check internalcheck check verify waitssh result serverstatus getserverconfig newchangecertlistener check internalcheck check verify loop println encodetoken isvaliddirective newworker check marshal makeaffine setone add isinfinity check marshal new newcipher new handlefunc setagentstatus setstatus newcleanupwatcher check marshal marshal finish loop println encodetoken isvaliddirective newrebootwatcher check internalcheck check verify newsocketlistener check marshal bytes formatint new handlefunc setagentstatus setstatus stopinstances check marshal marshaltuples marshal destroy yaml emitter delete dropdatabase removeuser newcluster check marshal makeaffine setone do disconnect writemessage islogging getconn check marshal marshaltuples marshal new check marshal marshal finish newstringsworker invoke check internalcheck check verify formodel start tombdying check marshal marshaltuples marshal new handlefunc setagentstatus setstatus startrequest check internalcheck check verify new check marshal bytes formatint nan hostname gettrimmed watchstrings check marshal marshaltuples marshal new handlefunc setagentstatus setstatus updateallmachines check marshal makeaffine setone new handlefunc setagentstatus setstatus newstringshandlerworker newteststringswatcher check marshal marshal finish nan hostname gettrimmed manifold check internalcheck check verify new newclient visitwebpage geterror startfunc check internalcheck check verify combinedoutput run runupdate checksuccess manifoldex check marshal marshal finish loop println encodetoken isvaliddirective startfunc newmanifoldworker check marshal bytes formatint new handlefunc setagentstatus setstatus manifold wait getwaiterchannel check marshal bytes formatint wrapstring runewidth isambiguouswidth ct newcluster check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus dumptestlogsafter check marshal makeaffine setone config sampleconfig cancelioex abendsocket newstringshandlerworker newteststringswatcher check marshal marshal finish reset db run newsuiterunner dologin servefinder newpingtimeout check marshal bytes formatint rotate cleanup check marshal bytes formatint index index executesoap check marshal makeaffine setone init inf toslash storepointer newrelationunitswatcher check marshal marshal setheader add wrapbase removemetadataid newerrorworker check marshal marshal finish reset db run newsuiterunner syncserversloop syncserversiteration getknownaddrs check internalcheck check verify run callnext check internalcheck check verify loop println encodetoken isvaliddirective startfunc check marshal marshaltuples marshal destroy yaml emitter delete dropdatabase removeuser newcluster syncserversloop syncserversiteration check marshal bytes formatint remove writeop writeopquery haserrmsg newserver check marshal makeaffine setone init inf toslash storepointer watchscope newrelationscopewatcher check marshal bytes formatint writerecord write insert push newcluster syncserversloop syncserversiteration check marshal marshal finish nan hostname gettrimmed watchmodelresources environresourcewatcher newmultinotifywatcher check internalcheck check verify loop println encodetoken isvaliddirective newtestnotifywatcher check marshal marshal finish validate isvalidcharm fn tarjansort watchmodelresources environresourcewatcher newmultinotifywatcher check marshal makeaffine setone checkinvariants check internalcheck check verify newapiroot refreshmodels check internalcheck check verify read readfile check marshal makeaffine setone config sampleconfig cancelioex abendsocket check marshal makeaffine setone new handlefunc setagentstatus setstatus dumptestlogsafter check marshal new newcipher new handlefunc setagentstatus setstatus waitdead check marshal bytes formatint nan hostname gettrimmed startinstance createcontainer addinstance startinstance writewgettmpfile check marshal marshal finish newworker addcall check internalcheck check verify destroy isconstructed check marshal bytes formatint nan hostname gettrimmed manifold wait check marshal bytes formatint write completerequest check internalcheck check verify watchall register register check marshal bytes formatint nan hostname gettrimmed newnotifyhandlerworker newtestnotifywatcher check internalcheck check verify set applyreplsetconfig run test check internalcheck check verify newconnection client tokensource tokensource check marshal makeaffine setone init inf toslash storepointer handlerecord check marshal marshaltuples marshal new handlefunc setagentstatus setstatus init devlxdserver hoistreq check marshal marshal finish new refresh updatestorage updateonestorage check internalcheck check verify allinstances listcontainers connectlocal nameset check marshal makeaffine setone new handlefunc setagentstatus setstatus loop check marshal makeaffine setone new handlefunc setagentstatus setstatus newmachineaddresseswatcher check marshal marshal finish nan hostname gettrimmed newstringshandlerworker newteststringswatcher check marshal marshal finish nan hostname gettrimmed addmachine resolvemachine updateunitstatus check marshal makeaffine setone add runewidth isambiguouswidth deserialize deserialize deserializeoptions check internalcheck check verify run runupdate checksuccess check marshal makeaffine setone init inf toslash storepointer getconn check marshal marshaltuples marshal new handlefunc setagentstatus setstatus init check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newmocknotifywatcher check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv startfunc check marshal marshal finish nan hostname gettrimmed claimleader submit check internalcheck check verify run callnext perform checkkill checkkilled check marshal marshal finish reset db run newsuiterunner syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify get notef notemask check marshal bytes formatint nan hostname gettrimmed stopworker check internalcheck check verify run callnext perform submit check internalcheck check verify run runupdate checksuccess controllersdone checkkilled check marshal marshal finish nan hostname gettrimmed startinstance createcontainer addinstance startinstance writewgettmpfile check marshal bytes formatint new handlefunc setagentstatus setstatus check marshal bytes formatint nan hostname gettrimmed dumptestlogsafter check marshal marshal finish nan hostname gettrimmed manifoldex check marshal marshal finish loop println encodetoken isvaliddirective newdocwatcher check internalcheck check verify setstate run update deletedocument newservertransport check marshal new newcipher new handlefunc setagentstatus setstatus addunit addunits updateunitstatus check internalcheck join make index index executesoap requeststore check marshal makeaffine setone config sampleconfig cancelioex abendsocket manifold check marshal new newcipher new handlefunc setagentstatus setstatus newbufferedlogwriter check marshal marshal finish nan hostname gettrimmed newserver newauthcontext check internalcheck info atoi do disconnect check internalcheck check verify dialconfig newclient visitwebpage check internalcheck check verify new newclient visitwebpage geterror open heartbeatmonitor callwithtimeout check internalcheck check verify newsimpleworker check marshal makeaffine setone init inf toslash check internalcheck check verify releaseaddress changeaddress releaseipaddress check marshal makeaffine setone new handlefunc setagentstatus setstatus newrebootwatcher check marshal bytes formatint remove writeop writeopquery haserrmsg newisolatedstatusworker check marshal marshal finish index index executesoap requeststore dialconn check marshal marshal finish nan hostname gettrimmed startrequest check marshal marshal finish nan hostname gettrimmed containersshutdown check marshal marshal finish open newfile name endpoint newisolatedstatusworker check marshal bytes formatint close cancelioex check internalcheck check verify releaseaddress changeaddress releaseipaddress push check marshal bytes formatint new handlefunc setagentstatus setstatus newnotifyhandlerworker newtestnotifywatcher check marshal makeaffine setone set applyreplsetconfig run newsuiterunner newerrorworker check marshal marshaltuples marshal new handlefunc setagentstatus setstatus watchstrings check marshal marshal finish open newfile name endpoint init check marshal marshaltuples marshal destroy yaml emitter delete dropdatabase removeuser newcluster syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify waitssh result check marshal marshaltuples marshal new handlefunc setagentstatus setstatus stopworker check marshal marshal finish reset db run newsuiterunner syncserversloop syncserversiteration check marshal marshal finish loop println encodetoken isvaliddirective startinstance createcontainer addinstance startinstance writewgettmpfile check marshal marshal finish nan hostname gettrimmed addunit addunits updateunitstatus check marshal makeaffine setone new handlefunc setagentstatus setstatus newbufferedlogwriter check marshal makeaffine setone new handlefunc setagentstatus setstatus startrequest check marshal makeaffine setone new handlefunc setagentstatus setstatus stopinstances check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newdocwatcher check internalcheck check verify new newclient visitwebpage geterror manifoldex check marshal bytes formatint remove writeop writeopquery haserrmsg init devlxdserver hoistreq check marshal bytes formatint open check marshal bytes formatint wait run expandenv check marshal bytes formatint read completerequest timeout check marshal bytes formatint nan hostname gettrimmed newrelationunitswatcher check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv newworker check internalcheck check verify validate isvalidcharm fn tarjansort runfunc forkcall check marshal bytes formatint call call go check internalcheck check verify new newclient visitwebpage check internalcheck check verify waitssh result serverstatus getserverconfig manifoldex check marshal marshal finish new refresh updatestorage updateonestorage newcluster syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify runcommands flush addstorage removeports check marshal makeaffine setone new handlefunc setagentstatus setstatus watchstrings check marshal bytes formatint status machinestatus volumeglobalkey all stopinstances check marshal marshal finish nan hostname gettrimmed newbufferedlogwriter check marshal marshal finish nan hostname gettrimmed debugcheck check marshal marshal finish index index executesoap requeststore check marshal marshal finish nan hostname gettrimmed init check marshal marshal finish nan hostname gettrimmed destroyvolumes check internalcheck check verify remove removeops removeunitops settingsdecrefops newservertransport check marshal makeaffine setone new handlefunc setagentstatus setstatus watchmachineerrorretry newwatchmachineerrorretry check internalcheck join make index index executesoap check marshal marshal finish nan hostname gettrimmed newrebootwatcher check internalcheck check verify run runupdate checksuccess controllersdone startfunc check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups check marshal bytes formatint write completerequest timeout getoverlappedresult check marshal bytes formatint nan hostname gettrimmed newmocknotifywatcher check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newserver newauthcontext check marshal makeaffine setone new handlefunc setagentstatus setstatus loop reportagenterror hassubordinates check marshal bytes formatint remove removeops removeunitops check marshal marshal finish open newfile name endpoint manifold newworker check marshal marshal finish loop println encodetoken isvaliddirective deviceeventlistener devicenetworkpriority check marshal bytes formatint nan hostname gettrimmed watchmodelresources environresourcewatcher newmultinotifywatcher check marshal marshaltuples marshal destroy yaml emitter delete dropdatabase check marshal marshal finish validate isvalidcharm fn tarjansort check internalcheck check verify config sampleconfig start tombdying check marshal bytes formatint nan hostname gettrimmed newcleanupwatcher check marshal bytes formatint remove writeop writeopquery haserrmsg addunit addunits updateunitstatus check internalcheck check verify allocateto run check marshal marshal finish nan hostname gettrimmed check marshal makeaffine setone init inf toslash storepointer newdocwatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newcleanupwatcher check internalcheck check verify copy ref runupdate checksuccess waitforcontainersortimeout check internalcheck check verify loop println encodetoken isvaliddirective startfunc newmanifoldworker check internalcheck check verify newconnection client check marshal makeaffine setone new handlefunc setagentstatus setstatus newmocknotifywatcher check marshal bytes formatint nan hostname gettrimmed newdocwatcher check marshal marshal finish loop println encodetoken isvaliddirective newtestnotifywatcher check marshal bytes formatint nan hostname gettrimmed manifold wait getwaiterchannel check internalcheck check verify check internalcheck check verify new check internalcheck check verify new databytes hashsum check internalcheck check verify updateid update txcommit check marshal bytes formatint new handlefunc setagentstatus setstatus init check marshal marshal finish loop println encodetoken isvaliddirective startfunc check marshal bytes formatint nan hostname gettrimmed startrequest check marshal bytes formatint nan hostname gettrimmed open check internalcheck check verify run callnext perform newtestnotifywatcher check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus manifold wait check internalcheck check verify do check marshal marshal finish loop println encodetoken isvaliddirective waitleader waitticket check marshal makeaffine setone new handlefunc setagentstatus setstatus init devlxdserver hoistreq check marshal bytes formatint wrapstring runewidth isambiguouswidth ct newcluster syncserversloop syncserversiteration check internalcheck check verify combinedoutput run runupdate checksuccess waitforcontainersortimeout check marshal marshal finish reset db run newsuiterunner checkkill checkkilled check marshal makeaffine setone new handlefunc setagentstatus setstatus addunit addunits updateunitstatus check marshal marshal finish get notef notemask readactionsyaml check marshal bytes formatint nan hostname gettrimmed newisolatedstatusworker check marshal bytes formatint remove writeop writeopquery haserrmsg newmocknotifywatcher check marshal new newcipher new handlefunc setagentstatus setstatus newserver check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newminunitswatcher check internalcheck check verify watchall register register newrelationscopewatcher check marshal bytes formatint close cancelioex abendsocket removesocket dologin servefinder newpingtimeout check internalcheck check verify start logpath logpath check marshal makeaffine setone facadecall addcall deletefiles errorf newbpsloop check marshal bytes formatint new handlefunc setagentstatus setstatus newcleanupwatcher check marshal bytes formatint new handlefunc setagentstatus setstatus updateallmachines check marshal bytes formatint remove writeop writeopquery haserrmsg startrequest check marshal makeaffine setone config sampleconfig cancelioex abendsocket newnotifyhandlerworker newtestnotifywatcher check marshal marshalstringlist marshal new handlefunc check marshal marshal finish validate isvalidcharm fn tarjansort containersshutdown check internalcheck check verify new newclient visitwebpage geterror open check marshal bytes formatint nan hostname gettrimmed forktest roundup check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newmocknotifywatcher check marshal makeaffine setone config sampleconfig cancelioex abendsocket manifold wait check marshal marshal finish loop println encodetoken isvaliddirective addmachine resolvemachine updateunitstatus check internalcheck check verify run callnext perform watchmodelresources environresourcewatcher newmultinotifywatcher check marshal makeaffine setone new handlefunc setagentstatus setstatus check marshal marshal setheader add wrapbase removemetadataid check marshal bytes formatint call call go getserial newcluster check internalcheck check verify new newclient visitwebpage geterror newtestnotifywatcher check internalcheck check verify loop println encodetoken isvaliddirective newwatchmachineerrorretry check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv newteststringswatcher check internalcheck check verify run runupdate check internalcheck check verify flush log h check internalcheck check verify waitssh result serverstatus getserverconfig check marshal bytes formatint format formatcharmresource formatunit getagentstatusinfo newcluster check marshal new newcipher new handlefunc setagentstatus setstatus newmocknotifywatcher check marshal bytes formatint close cancelioex abendsocket removesocket newcluster syncserversloop syncserversiteration check marshal makeaffine setone new handlefunc setagentstatus setstatus manifold wait getwaiterchannel check marshal bytes formatint nan hostname gettrimmed open heartbeatmonitor callwithtimeout check marshal marshal finish close cancelioex abendsocket removesocket newcluster syncserversloop syncserversiteration check internalcheck check verify copy ref check marshal marshal finish loop println encodetoken isvaliddirective check internalcheck check verify ensuredead isnotdead isnotdeadwithsession deletedocument newservertransport check internalcheck check verify run runupdate checksuccess controllersdone startfunc newmanifoldworker check marshal marshal finish nan hostname gettrimmed open heartbeatmonitor callwithtimeout check internalcheck check verify invoke check marshal bytes formatint remove writeop writeopquery haserrmsg check marshal bytes formatint new handlefunc setagentstatus setstatus manifold newworker check marshal marshal finish new refresh updatestorage updateonestorage newcluster syncserversloop syncserversiteration check marshal marshal finish newperiodicworker check marshal bytes formatint remove writeop writeopquery haserrmsg forktest roundup check internalcheck check verify executable getmodulefilename syscallgetmodulefilename isslash open heartbeatmonitor callwithtimeout check internalcheck check verify openapistate apiopen open open open heartbeatmonitor callwithtimeout check marshal bytes formatint wait run expandenv mkdir check marshal new newcipher new handlefunc setagentstatus setstatus newrebootwatcher check internalcheck check verify run runupdate checksuccess controllersdone newfortress check internalcheck check verify authenticate newtimeoutf check internalcheck check verify remove removeops check marshal bytes formatint close cancelioex abendsocket check internalcheck check verify validate isvalidcharm fn tarjansort containersshutdown check internalcheck check verify start check marshal marshaltuples marshal new handlefunc setagentstatus check marshal marshal finish loop println encodetoken isvaliddirective newrelationunitswatcher check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newstringshandlerworker newteststringswatcher check marshal marshal finish close cancelioex abendsocket removesocket newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify instances instances startrequests startrequest check internalcheck check verify openapistate apiopen open open check internalcheck join make index index executesoap requeststore dialconn check internalcheck check verify waitssh result serverstatus getserverconfig newworker check marshal bytes formatint remove writeop writeopquery haserrmsg checkkill checkkilled check internalcheck check verify watchall register register check marshal makeaffine setone new handlefunc setagentstatus setstatus stopworker check marshal marshal finish nan hostname gettrimmed stopinstances check internalcheck check verify waitssh result serverstatus getserverconfig deviceeventlistener devicenetworkpriority check internalcheck check verify loop println encodetoken isvaliddirective deviceeventlistener devicenetworkpriority check marshal bytes formatint nan hostname gettrimmed newopenedportswatcher check marshal bytes formatint remove removeops removeunitops settingsdecrefops startrequest check internalcheck check verify copy ref runupdate checksuccess newerrorworker check internalcheck check verify loop println encodetoken isvaliddirective newworker check marshal bytes formatint remove writeop writeopquery haserrmsg newnotifyhandlerworker newtestnotifywatcher check internalcheck check verify new newclient visitwebpage geterror resolvemachine updateunitstatus check marshal marshal finish loop println encodetoken isvaliddirective stopinstances check marshal bytes formatint write completerequest timeout check marshal bytes formatint open close converttime check internalcheck check verify new newclient visitwebpage geterror check marshal new newcipher new handlefunc setagentstatus setstatus updateallmachines check marshal marshal finish nan hostname gettrimmed runfunc forkcall check internalcheck check verify new databytes hashsum rawappendpacket watchscope newrelationscopewatcher check marshal bytes formatint completerequest check marshal new newcipher new check internalcheck check verify newclient check internalcheck check verify prepare callunmarshaler unmarshalyaml check marshal bytes formatint writerecord write insert push newcluster check marshal marshal finish loop println encodetoken isvaliddirective newfortress check internalcheck check verify new newclient visitwebpage geterror deviceeventlistener devicenetworkpriority check marshal makeaffine setone init inf toslash storepointer newcluster syncserversloop syncserversiteration getknownaddrs newserver check marshal marshal finish loop println check internalcheck check verify releaseaddress changeaddress check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus startrequest check marshal marshal finish open newfile name endpoint dumptestlogsafter check marshal marshal finish nan hostname gettrimmed checkkill checkkilled check marshal marshal finish nan hostname gettrimmed watchmachineerrorretry newwatchmachineerrorretry check internalcheck check verify newstringsworker check internalcheck check verify formodel start check marshal bytes formatint nan hostname gettrimmed serverhandshake serverauthenticate check marshal bytes formatint writerecord write insert push newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify newtracker check internalcheck check verify do disconnect check marshal bytes formatint nan hostname gettrimmed newmachineaddresseswatcher check marshal marshal finish nan hostname gettrimmed newmachineaddresseswatcher check marshal bytes formatint nan hostname gettrimmed runfunc forkcall check marshal marshal finish nan hostname gettrimmed watchscope newrelationscopewatcher check marshal marshal finish modelconfig fakeconfig check marshal makeaffine setone do disconnect writemessage islogging init check marshal bytes formatint remove writeop writeopquery haserrmsg stopinstances check marshal marshal finish loop println encodetoken isvaliddirective watchscope newrelationscopewatcher check marshal makeaffine setone init check marshal new newcipher new handlefunc check internalcheck check verify run callnext perform open check marshal bytes formatint call call go getserial newcluster syncserversloop syncserversiteration getknownaddrs check marshal marshal finish index index check internalcheck check verify config sampleconfig check marshal bytes formatint remove writeop writeopquery haserrmsg manifold newworker check internalcheck check verify waitssh result serverstatus getserverconfig startfunc newmanifoldworker check marshal bytes formatint nan hostname gettrimmed containersshutdown check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newcollectionwatcher check internalcheck check verify serve serve serve check marshal marshal finish open newfile name endpoint newserver check marshal marshal finish loop println encodetoken isvaliddirective newchangecertlistener check marshal bytes formatint nan hostname check marshal bytes formatint status machinestatus volumeglobalkey all check marshal marshal finish close cancelioex abendsocket removesocket newcluster syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify loop println check marshal new newcipher new handlefunc setagentstatus setstatus check internalcheck check verify new databytes hashsum rawappendpacket check marshal bytes formatint new handlefunc setagentstatus setstatus newserver check marshal marshal finish nan hostname gettrimmed newserver check marshal marshal setheader add wrapbase removemetadataid checkkill checkkilled check marshal bytes formatint new handlefunc setagentstatus setstatus newcollectionwatcher check marshal marshal finish open newfile name endpoint newmocknotifywatcher check marshal marshal finish close cancelioex abendsocket removesocket acquire createalivefile check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus init devlxdserver hoistreq check marshal makeaffine setone new refresh unsetsocket updateonestorage newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck check verify newclientconn newmux check marshal marshal finish reset db run newsuiterunner newerrorworker check marshal makeaffine setone setentityannotations setannotations run update serverhandshake serverauthenticate check marshal marshal finish open newfile name endpoint newnotifyhandlerworker newtestnotifywatcher check marshal bytes formatint remove writeop writeopquery haserrmsg stopworker check marshal marshal finish nan hostname gettrimmed loop check internalcheck check verify new newclient visitwebpage geterror newserver check marshal marshal finish nan hostname gettrimmed newopenedportswatcher check internalcheck check verify seek getchunk check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus loop reportagenterror hassubordinates check internalcheck check verify run callnext perform startinstance createcontainer addinstance startinstance writewgettmpfile check marshal bytes formatint write width append check marshal new newcipher new handlefunc setagentstatus setstatus stopinstances check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus watchmachineerrorretry newwatchmachineerrorretry check marshal new newcipher new handlefunc setagentstatus setstatus startrequest check internalcheck check verify new newclient visitwebpage geterror newteststringswatcher check internalcheck check verify run callnext perform forktest roundup check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus manifold wait getwaiterchannel check marshal marshaltuples marshal new handlefunc setagentstatus setstatus addunit addunits updateunitstatus check marshal marshal finish nan hostname gettrimmed dologin servefinder newpingtimeout check marshal makeaffine setone do disconnect writemessage islogging runcharmhook check marshal makeaffine setone init inf toslash storepointer deserialize deserialize deserializeoptions check marshal marshal finish loop println encodetoken isvaliddirective newcollectionwatcher check internalcheck check verify waitssh result serverstatus getserverconfig newserver check marshal marshal finish loop println encodetoken isvaliddirective claimleader submit check internalcheck check verify authenticate newtimeoutf createserviceurls containsstring check marshal bytes formatint nan hostname gettrimmed waitforcontainersortimeout check internalcheck check verify newflatewriter newwriter adddefaultzonesandgroups resetenv newtestnotifywatcher check marshal bytes formatint close cancelioex abendsocket removesocket deserialize deserialize deserializeoptions check marshal bytes formatint read completerequest timeout getoverlappedresult deserialize deserialize deserializeoptions check marshal bytes formatint read completerequest timeout getoverlappedresult newcluster syncserversloop syncserversiteration getknownaddrs newserver check marshal marshal finish stop run check marshal marshal finish reset db run newsuiterunner check marshal new newcipher new handlefunc setagentstatus setstatus init check marshal marshal finish loop println encodetoken isvaliddirective open heartbeatmonitor callwithtimeout check marshal marshal finish nan check marshal bytes formatint new handlefunc setagentstatus setstatus newisolatedstatusworker check marshal bytes formatint nan hostname gettrimmed manifold check internalcheck check verify ping run newsuiterunner check marshal marshal finish loop println encodetoken isvaliddirective loop check marshal makeaffine setone init inf toslash storepointer getconn handlependingdial check internalcheck check verify ping run newsuiterunner matches check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus manifold check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus waitdead check internalcheck check verify status machinestatus volumeglobalkey test newerrorworker check marshal bytes formatint remove writeop writeopquery haserrmsg manifold wait getwaiterchannel check internalcheck check verify new refresh updatestorage check marshal bytes formatint nan hostname gettrimmed runupgradeworker newworker check marshal new newcipher new handlefunc setagentstatus setstatus newstringshandlerworker newteststringswatcher check marshal marshal finish nan hostname gettrimmed stopworker check marshal marshaltuples marshal new handlefunc setagentstatus setstatus newnotifyhandlerworker newtestnotifywatcher check marshal bytes formatint format formatcharmresource formatunit getagentstatusinfo newcluster syncserversloop syncserversiteration getknownaddrs newserver check internalcheck check verify run callnext perform check marshal bytes formatint close cancelioex abendsocket removesocket startrequest check internalcheck check verify run callnext perform newfortress check internalcheck check verify newclientconn newmux check internalcheck check verify run runupdate checksuccess controllersdone check marshal bytes formatint new handlefunc setagentstatus setstatus newmachineunitswatcher check marshal makeaffine setone config sampleconfig cancelioex abendsocket init devlxdserver hoistreq check marshal bytes formatint wrapstring runewidth isambiguouswidth ct newcluster syncserversloop syncserversiteration getknownaddrs check internalcheck join make status machinestatus volumeglobalkey check marshal marshaltuples marshal destroy yaml emitter delete dropdatabase removeuser newcluster syncserversloop syncserversiteration getknownaddrs check marshal marshal finish generatedata inccounter check internalcheck check verify ping run newsuiterunner matches checkkilled check internalcheck check verify waitssh result serverstatus getserverconfig newfortress check marshal bytes formatint add sort freetrace provider deserialize deserializeoptions check marshal makeaffine setone config sampleconfig check marshal bytes formatint new handlefunc setagentstatus setstatus newdocwatcher check marshal bytes formatint nan hostname gettrimmed init check marshal marshalstringlist marshal new handlefunc setagentstatus setstatus newmachineunitswatcher check marshal marshal finish nan hostname gettrimmed dumptestlogsafter check marshal marshal finish nan hostname gettrimmed watchstrings check internalcheck check verify newworker newapi check marshal bytes formatint next readmarkupdeclaration readcdata check internalcheck check verify setstate run check internalcheck check verify new newclient visitwebpage geterror newchangecertlistener check marshal makeaffine setone init inf toslash storepointer serverhandshake serverauthenticate check internalcheck check verify waitssh result serverstatus getserverconfig open heartbeatmonitor callwithtimeout leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
84,390
7,919,710,785
IssuesEvent
2018-07-04 18:29:01
DedSecInside/TorBoT
https://api.github.com/repos/DedSecInside/TorBoT
closed
Stop making actual network connections when running tests
ENHANCEMENT MED PRIORITY ON GOING UNITTEST
By either creating mock objects or simply downloading the test data locally and keeping it in a separate `test_data` folder. This will help with increasing the speed of test and not relying on a network connection to run tests. We don't want to touch actual servers while running tests and the tests currently take an unnecessary long amount of time.
1.0
Stop making actual network connections when running tests - By either creating mock objects or simply downloading the test data locally and keeping it in a separate `test_data` folder. This will help with increasing the speed of test and not relying on a network connection to run tests. We don't want to touch actual servers while running tests and the tests currently take an unnecessary long amount of time.
test
stop making actual network connections when running tests by either creating mock objects or simply downloading the test data locally and keeping it in a separate test data folder this will help with increasing the speed of test and not relying on a network connection to run tests we don t want to touch actual servers while running tests and the tests currently take an unnecessary long amount of time
1
612,669
19,027,998,145
IssuesEvent
2021-11-24 07:23:50
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
m.imgur.com - design is broken
browser-firefox-mobile priority-critical engine-gecko
<!-- @browser: Firefox Mobile 94.0 --> <!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:94.0) Gecko/94.0 Firefox/94.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/94414 --> **URL**: https://m.imgur.com/ **Browser / Version**: Firefox Mobile 94.0 **Operating System**: Android 11 **Tested Another Browser**: Yes Other **Problem type**: Design is broken **Description**: Images not loaded **Steps to Reproduce**: Please fix imgur.com. please fix it. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/11/b7447ee0-3f11-42f6-bdbc-f4f88caf9390.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20211028161635</li><li>channel: release</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/11/226e952c-585c-420d-b473-988c6dc0e537) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
m.imgur.com - design is broken - <!-- @browser: Firefox Mobile 94.0 --> <!-- @ua_header: Mozilla/5.0 (Android 11; Mobile; rv:94.0) Gecko/94.0 Firefox/94.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/94414 --> **URL**: https://m.imgur.com/ **Browser / Version**: Firefox Mobile 94.0 **Operating System**: Android 11 **Tested Another Browser**: Yes Other **Problem type**: Design is broken **Description**: Images not loaded **Steps to Reproduce**: Please fix imgur.com. please fix it. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2021/11/b7447ee0-3f11-42f6-bdbc-f4f88caf9390.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20211028161635</li><li>channel: release</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2021/11/226e952c-585c-420d-b473-988c6dc0e537) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_test
m imgur com design is broken url browser version firefox mobile operating system android tested another browser yes other problem type design is broken description images not loaded steps to reproduce please fix imgur com please fix it view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel release hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
99,098
8,690,356,781
IssuesEvent
2018-12-03 21:20:20
MERA-IOT-COURSE/Group3_IoT_Services
https://api.github.com/repos/MERA-IOT-COURSE/Group3_IoT_Services
closed
Setup CI
Status.Review Task.Investigation Task.TestEnv
# Main description Investigate and introduce CI through Travis CI to make code more stable. _Notice:_ unit tests will spend a lot of time with develop in parallel.
1.0
Setup CI - # Main description Investigate and introduce CI through Travis CI to make code more stable. _Notice:_ unit tests will spend a lot of time with develop in parallel.
test
setup ci main description investigate and introduce ci through travis ci to make code more stable notice unit tests will spend a lot of time with develop in parallel
1
347,163
24,887,627,338
IssuesEvent
2022-10-28 09:08:37
tlx02/ped
https://api.github.com/repos/tlx02/ped
opened
The documentation for "find" is inaccurate and confusing
type.DocumentationBug severity.Low
![Screenshot 2022-10-28 at 5.02.31 PM.png](https://raw.githubusercontent.com/tlx02/ped/main/files/5d4e3e9d-6026-465a-a792-96bff3663da3.png) The first line states that this command "finds clients whose names contain any of the given keywords". However, the command can find by other fields as well. Although this is specified in the bullet points, it might be better to specify this in the first statement. find 87438807 and find [Mobile] 87438807 also give the impression that the prefix is optional which is not true <!--session: 1666943956973-132816c6-ac67-47e4-8124-ba667dc5986e--> <!--Version: Web v3.4.4-->
1.0
The documentation for "find" is inaccurate and confusing - ![Screenshot 2022-10-28 at 5.02.31 PM.png](https://raw.githubusercontent.com/tlx02/ped/main/files/5d4e3e9d-6026-465a-a792-96bff3663da3.png) The first line states that this command "finds clients whose names contain any of the given keywords". However, the command can find by other fields as well. Although this is specified in the bullet points, it might be better to specify this in the first statement. find 87438807 and find [Mobile] 87438807 also give the impression that the prefix is optional which is not true <!--session: 1666943956973-132816c6-ac67-47e4-8124-ba667dc5986e--> <!--Version: Web v3.4.4-->
non_test
the documentation for find is inaccurate and confusing the first line states that this command finds clients whose names contain any of the given keywords however the command can find by other fields as well although this is specified in the bullet points it might be better to specify this in the first statement find and find also give the impression that the prefix is optional which is not true
0
603,951
18,674,553,610
IssuesEvent
2021-10-31 10:30:36
gnudatalanguage/gdl
https://api.github.com/repos/gnudatalanguage/gdl
closed
!NULL in a Keyword must be treated as if keyword was absent.
bug priority! !NULL
GDL> toto=Ptr_New(/Allocate_Heap) GDL> a=*toto GDL> plot,dist(10),xrange=a % PLOT: Keyword array parameter XRANGE must have 2 elements. ``` when IDL cleverly ignores such an 'undefined' argument, and behave just as if 'xrange=a' was never present. Such NULL constructs happen mostly in objects replication, so it is no wonder it appeared first in a coyotegraphics procedure see #1143
1.0
!NULL in a Keyword must be treated as if keyword was absent. - GDL> toto=Ptr_New(/Allocate_Heap) GDL> a=*toto GDL> plot,dist(10),xrange=a % PLOT: Keyword array parameter XRANGE must have 2 elements. ``` when IDL cleverly ignores such an 'undefined' argument, and behave just as if 'xrange=a' was never present. Such NULL constructs happen mostly in objects replication, so it is no wonder it appeared first in a coyotegraphics procedure see #1143
non_test
null in a keyword must be treated as if keyword was absent gdl toto ptr new allocate heap gdl a toto gdl plot dist xrange a plot keyword array parameter xrange must have elements when idl cleverly ignores such an undefined argument and behave just as if xrange a was never present such null constructs happen mostly in objects replication so it is no wonder it appeared first in a coyotegraphics procedure see
0
248,474
21,034,818,626
IssuesEvent
2022-03-31 06:42:27
mozilla-mobile/focus-android
https://api.github.com/repos/mozilla-mobile/focus-android
reopened
Intermittent UI test failure - < SafeBrowsingTest. blockPhishingPageTest >
eng:ui-test eng:intermittent-test
### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-focus-android/testlab/histories/bh.2189b040bbce6d5a/matrices/7805666101114109673/executions/bs.354caf4cb83e6d6b/testcases/1) ### Stacktrace: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.mozilla.focus.activity.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:53) at org.mozilla.focus.activity.SafeBrowsingTest$blockPhishingPageTest$2.invoke(SafeBrowsingTest.kt:68) at org.mozilla.focus.activity.SafeBrowsingTest$blockPhishingPageTest$2.invoke(SafeBrowsingTest.kt:67) at org.mozilla.focus.activity.robots.SearchRobot$Transition.loadPage(SearchRobot.kt:111) at org.mozilla.focus.activity.SafeBrowsingTest.blockPhishingPageTest(SafeBrowsingTest.kt:67) ### Build: 3/23 Main
2.0
Intermittent UI test failure - < SafeBrowsingTest. blockPhishingPageTest > - ### Firebase Test Run: [Firebase link](https://console.firebase.google.com/u/0/project/moz-focus-android/testlab/histories/bh.2189b040bbce6d5a/matrices/7805666101114109673/executions/bs.354caf4cb83e6d6b/testcases/1) ### Stacktrace: java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.mozilla.focus.activity.robots.BrowserRobot.verifyPageContent(BrowserRobot.kt:53) at org.mozilla.focus.activity.SafeBrowsingTest$blockPhishingPageTest$2.invoke(SafeBrowsingTest.kt:68) at org.mozilla.focus.activity.SafeBrowsingTest$blockPhishingPageTest$2.invoke(SafeBrowsingTest.kt:67) at org.mozilla.focus.activity.robots.SearchRobot$Transition.loadPage(SearchRobot.kt:111) at org.mozilla.focus.activity.SafeBrowsingTest.blockPhishingPageTest(SafeBrowsingTest.kt:67) ### Build: 3/23 Main
test
intermittent ui test failure firebase test run stacktrace java lang assertionerror at org junit assert fail assert java at org junit assert asserttrue assert java at org junit assert asserttrue assert java at org mozilla focus activity robots browserrobot verifypagecontent browserrobot kt at org mozilla focus activity safebrowsingtest blockphishingpagetest invoke safebrowsingtest kt at org mozilla focus activity safebrowsingtest blockphishingpagetest invoke safebrowsingtest kt at org mozilla focus activity robots searchrobot transition loadpage searchrobot kt at org mozilla focus activity safebrowsingtest blockphishingpagetest safebrowsingtest kt build main
1
223,190
17,572,175,921
IssuesEvent
2021-08-14 23:24:42
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: Chrome X-Pack Security Functional Tests (OpenID Connect).x-pack/test/security_functional/tests/oidc/url_capture·ts - security app - OIDC interactions URL capture "after each" hook for "can login preserving original URL"
failed-test
A test failed on a tracked branch ``` Error: retry.try timeout: Error: Url not found at /dev/shm/workspace/parallel/3/kibana/test/functional/page_objects/common_page.ts:274:15 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at runAttempt (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:27:15) at retryForSuccess (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:66:21) at RetryService.try (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry.ts:31:12) at CommonPageObject.waitUntilUrlIncludes (/dev/shm/workspace/parallel/3/kibana/test/functional/page_objects/common_page.ts:271:5) at Context.<anonymous> (test/security_functional/tests/oidc/url_capture.ts:38:7) at Object.apply (/dev/shm/workspace/parallel/3/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) at onFailure (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:57:13) at RetryService.try (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry.ts:31:12) at CommonPageObject.waitUntilUrlIncludes (/dev/shm/workspace/parallel/3/kibana/test/functional/page_objects/common_page.ts:271:5) at Context.<anonymous> (test/security_functional/tests/oidc/url_capture.ts:38:7) at Object.apply (/dev/shm/workspace/parallel/3/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/16277/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack Security Functional Tests (OpenID Connect).x-pack/test/security_functional/tests/oidc/url_capture·ts","test.name":"security app - OIDC interactions URL capture \"after each\" hook for \"can login preserving original URL\"","test.failCount":1}} -->
1.0
Failing test: Chrome X-Pack Security Functional Tests (OpenID Connect).x-pack/test/security_functional/tests/oidc/url_capture·ts - security app - OIDC interactions URL capture "after each" hook for "can login preserving original URL" - A test failed on a tracked branch ``` Error: retry.try timeout: Error: Url not found at /dev/shm/workspace/parallel/3/kibana/test/functional/page_objects/common_page.ts:274:15 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:95:5) at runAttempt (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:27:15) at retryForSuccess (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:66:21) at RetryService.try (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry.ts:31:12) at CommonPageObject.waitUntilUrlIncludes (/dev/shm/workspace/parallel/3/kibana/test/functional/page_objects/common_page.ts:271:5) at Context.<anonymous> (test/security_functional/tests/oidc/url_capture.ts:38:7) at Object.apply (/dev/shm/workspace/parallel/3/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) at onFailure (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:17:9) at retryForSuccess (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry_for_success.ts:57:13) at RetryService.try (/dev/shm/workspace/parallel/3/kibana/test/common/services/retry/retry.ts:31:12) at CommonPageObject.waitUntilUrlIncludes (/dev/shm/workspace/parallel/3/kibana/test/functional/page_objects/common_page.ts:271:5) at Context.<anonymous> (test/security_functional/tests/oidc/url_capture.ts:38:7) at Object.apply (/dev/shm/workspace/parallel/3/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+master/16277/) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack Security Functional Tests (OpenID Connect).x-pack/test/security_functional/tests/oidc/url_capture·ts","test.name":"security app - OIDC interactions URL capture \"after each\" hook for \"can login preserving original URL\"","test.failCount":1}} -->
test
failing test chrome x pack security functional tests openid connect x pack test security functional tests oidc url capture·ts security app oidc interactions url capture after each hook for can login preserving original url a test failed on a tracked branch error retry try timeout error url not found at dev shm workspace parallel kibana test functional page objects common page ts at runmicrotasks at processticksandrejections internal process task queues js at runattempt dev shm workspace parallel kibana test common services retry retry for success ts at retryforsuccess dev shm workspace parallel kibana test common services retry retry for success ts at retryservice try dev shm workspace parallel kibana test common services retry retry ts at commonpageobject waituntilurlincludes dev shm workspace parallel kibana test functional page objects common page ts at context test security functional tests oidc url capture ts at object apply dev shm workspace parallel kibana node modules kbn test target node functional test runner lib mocha wrap function js at onfailure dev shm workspace parallel kibana test common services retry retry for success ts at retryforsuccess dev shm workspace parallel kibana test common services retry retry for success ts at retryservice try dev shm workspace parallel kibana test common services retry retry ts at commonpageobject waituntilurlincludes dev shm workspace parallel kibana test functional page objects common page ts at context test security functional tests oidc url capture ts at object apply dev shm workspace parallel kibana node modules kbn test target node functional test runner lib mocha wrap function js first failure
1
334,313
29,830,655,167
IssuesEvent
2023-06-18 08:20:50
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix linalg.test_vander
Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix linalg.test_vander - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5050600622/jobs/9061509354" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |paddle|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
test
fix linalg test vander tensorflow img src torch img src numpy img src jax img src paddle img src
1
27,323
4,300,793,602
IssuesEvent
2016-07-20 03:29:40
exercism/todo
https://api.github.com/repos/exercism/todo
closed
Extract shared inputs/outputs for exercise Tournament
shared-test-data
Goal: https://github.com/exercism/todo/issues/13 -------------- **Skillset:** This is mostly a matter of reading code (test suites) in several languages and creating some JSON. --------------- Create a file `tournament.json` containing the inputs and expected outputs for Tournament. Tournament has been implemented in the following languages: - https://github.com/exercism/xcsharp/tree/master/tournament - https://github.com/exercism/xgo/tree/master/tournament - https://github.com/exercism/xrust/tree/master/tournament - https://github.com/exercism/xswift/tree/master/tournament See the following files for some examples: - https://github.com/exercism/x-common/blob/master/bob.json - https://github.com/exercism/x-common/blob/master/clock.json - https://github.com/exercism/x-common/blob/master/custom-set.json - https://github.com/exercism/x-common/blob/master/gigasecond.json - https://github.com/exercism/x-common/blob/master/hamming.json - https://github.com/exercism/x-common/blob/master/leap.json
1.0
Extract shared inputs/outputs for exercise Tournament - Goal: https://github.com/exercism/todo/issues/13 -------------- **Skillset:** This is mostly a matter of reading code (test suites) in several languages and creating some JSON. --------------- Create a file `tournament.json` containing the inputs and expected outputs for Tournament. Tournament has been implemented in the following languages: - https://github.com/exercism/xcsharp/tree/master/tournament - https://github.com/exercism/xgo/tree/master/tournament - https://github.com/exercism/xrust/tree/master/tournament - https://github.com/exercism/xswift/tree/master/tournament See the following files for some examples: - https://github.com/exercism/x-common/blob/master/bob.json - https://github.com/exercism/x-common/blob/master/clock.json - https://github.com/exercism/x-common/blob/master/custom-set.json - https://github.com/exercism/x-common/blob/master/gigasecond.json - https://github.com/exercism/x-common/blob/master/hamming.json - https://github.com/exercism/x-common/blob/master/leap.json
test
extract shared inputs outputs for exercise tournament goal skillset this is mostly a matter of reading code test suites in several languages and creating some json create a file tournament json containing the inputs and expected outputs for tournament tournament has been implemented in the following languages see the following files for some examples
1
16,254
30,605,555,738
IssuesEvent
2023-07-23 00:29:31
AlanPJob/marketplace-api
https://api.github.com/repos/AlanPJob/marketplace-api
opened
REQ - User registration
requirement
The system must provide a registration form where users can enter information such as name, e-mail, password, address and telephone. # Acceptance Criteria: ### _***Scenario:***_ Registration of a new user _**Given:**_ The user is not registered in the system _**When:**_ The user registers valid information _**Then:**_ The system stores this information
1.0
REQ - User registration - The system must provide a registration form where users can enter information such as name, e-mail, password, address and telephone. # Acceptance Criteria: ### _***Scenario:***_ Registration of a new user _**Given:**_ The user is not registered in the system _**When:**_ The user registers valid information _**Then:**_ The system stores this information
non_test
req user registration the system must provide a registration form where users can enter information such as name e mail password address and telephone acceptance criteria scenario registration of a new user given the user is not registered in the system when the user registers valid information then the system stores this information
0
8,350
2,981,984,625
IssuesEvent
2015-07-17 07:44:38
code-newbies/ruby-monday-blog
https://api.github.com/repos/code-newbies/ruby-monday-blog
closed
As visitors to our site, we want to see a landing page
Beginner enhancement Test Pending
A landing page will provide users with a welcome message / info to our app. This will require setting up a static_pages controller along with an index page. Edit routes.rb to make this index page the root page. Design of index page will be a separate ticket. For now leave with a < h1 > header with copy: "Welcome to the Ruby-Monday blog!"
1.0
As visitors to our site, we want to see a landing page - A landing page will provide users with a welcome message / info to our app. This will require setting up a static_pages controller along with an index page. Edit routes.rb to make this index page the root page. Design of index page will be a separate ticket. For now leave with a < h1 > header with copy: "Welcome to the Ruby-Monday blog!"
test
as visitors to our site we want to see a landing page a landing page will provide users with a welcome message info to our app this will require setting up a static pages controller along with an index page edit routes rb to make this index page the root page design of index page will be a separate ticket for now leave with a header with copy welcome to the ruby monday blog
1
53,759
6,343,519,635
IssuesEvent
2017-07-27 17:49:13
librosa/librosa
https://api.github.com/repos/librosa/librosa
closed
Update test environment
testing
#### Description Travis is moving from ubuntu-precise to ubuntu-trusty. This has just started breaking several builds on downstream projects, and will likely cause trouble for us since we have `ffmpeg` as an install requirement (and this does not work on trusty). Additionally, there seem to be some irreconcilable dependency conflicts with python 3.4 and scipy/numba, so maybe we should just sunset the 3.4 builds altogether. (Or at least skip the 3.4+numba configuration until they right things.)
1.0
Update test environment - #### Description Travis is moving from ubuntu-precise to ubuntu-trusty. This has just started breaking several builds on downstream projects, and will likely cause trouble for us since we have `ffmpeg` as an install requirement (and this does not work on trusty). Additionally, there seem to be some irreconcilable dependency conflicts with python 3.4 and scipy/numba, so maybe we should just sunset the 3.4 builds altogether. (Or at least skip the 3.4+numba configuration until they right things.)
test
update test environment description travis is moving from ubuntu precise to ubuntu trusty this has just started breaking several builds on downstream projects and will likely cause trouble for us since we have ffmpeg as an install requirement and this does not work on trusty additionally there seem to be some irreconcilable dependency conflicts with python and scipy numba so maybe we should just sunset the builds altogether or at least skip the numba configuration until they right things
1
318,535
27,311,428,052
IssuesEvent
2023-02-24 12:31:03
hazelcast/hazelcast-cpp-client
https://api.github.com/repos/hazelcast/hazelcast-cpp-client
closed
ClientMapTestWithDifferentConfigs/ClientMapTest.testExecuteOnKey/0 occasionally crashes on github actions. [API-1808]
Type: Test-Failure to-jira
C++ compiler version: msvc-14.2 Hazelcast Cpp client version: 5.0.0 Hazelcast server version: 5.1.3 Number of the clients: - Cluster size, i.e. the number of Hazelcast cluster members: - OS version (Windows/Linux/OSX): Windows Please attach relevant logs and files for client and server side. #### Expected behaviour Pass test #### Actual behaviour Crashes on test #### Steps to reproduce the behaviour It might be a different test but this is what I suspected. Here is the [link](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/3784657210/jobs/6434122026). [ClientMapTestWithDifferentConfigs_ClientMapTest.testExecuteOnKey.txt](https://github.com/hazelcast/hazelcast-cpp-client/files/10313064/ClientMapTestWithDifferentConfigs_ClientMapTest.testExecuteOnKey.txt)
1.0
ClientMapTestWithDifferentConfigs/ClientMapTest.testExecuteOnKey/0 occasionally crashes on github actions. [API-1808] - C++ compiler version: msvc-14.2 Hazelcast Cpp client version: 5.0.0 Hazelcast server version: 5.1.3 Number of the clients: - Cluster size, i.e. the number of Hazelcast cluster members: - OS version (Windows/Linux/OSX): Windows Please attach relevant logs and files for client and server side. #### Expected behaviour Pass test #### Actual behaviour Crashes on test #### Steps to reproduce the behaviour It might be a different test but this is what I suspected. Here is the [link](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/3784657210/jobs/6434122026). [ClientMapTestWithDifferentConfigs_ClientMapTest.testExecuteOnKey.txt](https://github.com/hazelcast/hazelcast-cpp-client/files/10313064/ClientMapTestWithDifferentConfigs_ClientMapTest.testExecuteOnKey.txt)
test
clientmaptestwithdifferentconfigs clientmaptest testexecuteonkey occasionally crashes on github actions c compiler version msvc hazelcast cpp client version hazelcast server version number of the clients cluster size i e the number of hazelcast cluster members os version windows linux osx windows please attach relevant logs and files for client and server side expected behaviour pass test actual behaviour crashes on test steps to reproduce the behaviour it might be a different test but this is what i suspected here is the
1
147,049
23,159,311,785
IssuesEvent
2022-07-29 15:55:35
cov-lineages/pango-designation
https://api.github.com/repos/cov-lineages/pango-designation
closed
Potential BA.1*/BA.2* recombinant, either XM-like, or potentially a sublineage of XM? (99 sequences as of 2022-07-20 mainly in Germany)
designated recombinant
### Description **Recombinant between**: BA.1.1* & BA.2* **Earliest sequence**: 2022/04/29 (Germany-BE) **Most recent sequence**: 2022/06/06 (Denmark) **Countries circulating**: mainly Germany (51/68 seqs), and also found in Denmark, Slovenia, Netherland, Portugal andSwitzerland. **Likely breakpoint**: between 17413 and 19953 (NSP13/NSP15) **Mutations on branch:** A2865G (ORF1a:E867G), G21586T (S:L8F) **Conserved Nuc mutations** (those in red frames are likely from BA.1*): ![image](https://user-images.githubusercontent.com/86835836/173472734-0502fac0-4766-4f91-b51c-922086ff0524.png) **Cov-spectrum query**: A2865G, G21586T, 5386G, 29510C **GISAID query**: NSP3_E49G, N_S413R, Spike_A27S, Spike_L8F ### Evidence **Usher tree:** ![image](https://user-images.githubusercontent.com/86835836/173486117-db8ed908-4419-4530-9d5b-77f1643c60bd.png) https://nextstrain.org/fetch/genome.ucsc.edu/trash/ct/subtreeAuspice1_genome_3a954_7825c0.json?branchLabel=aa%20mutations&c=gt-nuc_2865&label=nuc%20mutations:T2470C **Discussion:** Although, as shown above, this cluster of potential recombinants is assigned as XM by Usher, is also placed perfectly as a sub-branch of XM, and shares identical breakpoint as XM, I however hypothesize that it might be the result of another independent recombination event, considering: - XM in itself does not have any private mutations to be distinguished from potential similar recombinants, and the breakpoint (between NSP13/NSP15) is a "hotspot" according to my personal monitoring of BA.1/BA.2 recombination clusters during recent months; - The 2 additional private mutations, namely **A2865G (ORF1a:E867G)** and **G21586T (S:L8F)**, are both very rare. There were a total of **10 sequences** with **ORF1a:E867G** and BA.1* backbone, and a total of **89 sequences** with **S:L8F** and BA.2* backbone collected before 2022-04-29 on GISAID; ![image](https://user-images.githubusercontent.com/86835836/173517533-01fb65d2-03b6-4610-a919-c023a11b7702.png) Therefore, if we assume this cluster acquired these 2 mutations from some putative parents rather than evolved by itself, then the earlist sequence in Europe with S:L8F and BA.2* backbone was collected on 2022-02-21 (hCoV-19/Denmark/DCGC-393349/2022 / EPI_ISL_10509819), which is the same as the emergence of XM (#472 ). Also, if this cluster is a sub-branch of XM, I believe it might still be worth a designation, as it has a significant relative growth advantage over either XM or BA.2* in recent 2 months in Europe, according to cov-spectrum: ![image](https://user-images.githubusercontent.com/86835836/173521711-b34ec6f6-6916-4d95-8563-0de3db11c892.png) ![image](https://user-images.githubusercontent.com/86835836/173522002-2712564c-c874-4097-8ff0-ab14b2c4e3c9.png) (the advantage is even greater if the comparison is confined in Germany instead of Europe). ### Genomes: EPI_ISL_12632240, EPI_ISL_12646725, EPI_ISL_12648634, EPI_ISL_12649028, EPI_ISL_12668111, EPI_ISL_12675802, EPI_ISL_12678136, EPI_ISL_12729433, EPI_ISL_12730147, EPI_ISL_12730151, EPI_ISL_12730791, EPI_ISL_12730811, EPI_ISL_12739081, EPI_ISL_12742721, EPI_ISL_12780574, EPI_ISL_12780883, EPI_ISL_12823755, EPI_ISL_12823805, EPI_ISL_12823809, EPI_ISL_12824249, EPI_ISL_12824754, EPI_ISL_12824769-12824770, EPI_ISL_12828684, EPI_ISL_12828722, EPI_ISL_12918634, EPI_ISL_12997854, EPI_ISL_12998136, EPI_ISL_13004518, EPI_ISL_13004673, EPI_ISL_13009900, EPI_ISL_13014999, EPI_ISL_13015858, EPI_ISL_13015870, EPI_ISL_13015943, EPI_ISL_13016068, EPI_ISL_13030564, EPI_ISL_13034759, EPI_ISL_13036023, EPI_ISL_13066765, EPI_ISL_13067112, EPI_ISL_13068455, EPI_ISL_13141676, EPI_ISL_13143660, EPI_ISL_13177903, EPI_ISL_13229818-13229819, EPI_ISL_13235435, EPI_ISL_13235484, EPI_ISL_13237159, EPI_ISL_13237480, EPI_ISL_13239240, EPI_ISL_13239694, EPI_ISL_13239880, EPI_ISL_13241511, EPI_ISL_13241729, EPI_ISL_13241947, EPI_ISL_13244850, EPI_ISL_13247945, EPI_ISL_13248855, EPI_ISL_13248932, EPI_ISL_13249473, EPI_ISL_13251056, EPI_ISL_13253275, EPI_ISL_13266095, EPI_ISL_13266110, EPI_ISL_13267629, EPI_ISL_13268218
1.0
Potential BA.1*/BA.2* recombinant, either XM-like, or potentially a sublineage of XM? (99 sequences as of 2022-07-20 mainly in Germany) - ### Description **Recombinant between**: BA.1.1* & BA.2* **Earliest sequence**: 2022/04/29 (Germany-BE) **Most recent sequence**: 2022/06/06 (Denmark) **Countries circulating**: mainly Germany (51/68 seqs), and also found in Denmark, Slovenia, Netherland, Portugal andSwitzerland. **Likely breakpoint**: between 17413 and 19953 (NSP13/NSP15) **Mutations on branch:** A2865G (ORF1a:E867G), G21586T (S:L8F) **Conserved Nuc mutations** (those in red frames are likely from BA.1*): ![image](https://user-images.githubusercontent.com/86835836/173472734-0502fac0-4766-4f91-b51c-922086ff0524.png) **Cov-spectrum query**: A2865G, G21586T, 5386G, 29510C **GISAID query**: NSP3_E49G, N_S413R, Spike_A27S, Spike_L8F ### Evidence **Usher tree:** ![image](https://user-images.githubusercontent.com/86835836/173486117-db8ed908-4419-4530-9d5b-77f1643c60bd.png) https://nextstrain.org/fetch/genome.ucsc.edu/trash/ct/subtreeAuspice1_genome_3a954_7825c0.json?branchLabel=aa%20mutations&c=gt-nuc_2865&label=nuc%20mutations:T2470C **Discussion:** Although, as shown above, this cluster of potential recombinants is assigned as XM by Usher, is also placed perfectly as a sub-branch of XM, and shares identical breakpoint as XM, I however hypothesize that it might be the result of another independent recombination event, considering: - XM in itself does not have any private mutations to be distinguished from potential similar recombinants, and the breakpoint (between NSP13/NSP15) is a "hotspot" according to my personal monitoring of BA.1/BA.2 recombination clusters during recent months; - The 2 additional private mutations, namely **A2865G (ORF1a:E867G)** and **G21586T (S:L8F)**, are both very rare. There were a total of **10 sequences** with **ORF1a:E867G** and BA.1* backbone, and a total of **89 sequences** with **S:L8F** and BA.2* backbone collected before 2022-04-29 on GISAID; ![image](https://user-images.githubusercontent.com/86835836/173517533-01fb65d2-03b6-4610-a919-c023a11b7702.png) Therefore, if we assume this cluster acquired these 2 mutations from some putative parents rather than evolved by itself, then the earlist sequence in Europe with S:L8F and BA.2* backbone was collected on 2022-02-21 (hCoV-19/Denmark/DCGC-393349/2022 / EPI_ISL_10509819), which is the same as the emergence of XM (#472 ). Also, if this cluster is a sub-branch of XM, I believe it might still be worth a designation, as it has a significant relative growth advantage over either XM or BA.2* in recent 2 months in Europe, according to cov-spectrum: ![image](https://user-images.githubusercontent.com/86835836/173521711-b34ec6f6-6916-4d95-8563-0de3db11c892.png) ![image](https://user-images.githubusercontent.com/86835836/173522002-2712564c-c874-4097-8ff0-ab14b2c4e3c9.png) (the advantage is even greater if the comparison is confined in Germany instead of Europe). ### Genomes: EPI_ISL_12632240, EPI_ISL_12646725, EPI_ISL_12648634, EPI_ISL_12649028, EPI_ISL_12668111, EPI_ISL_12675802, EPI_ISL_12678136, EPI_ISL_12729433, EPI_ISL_12730147, EPI_ISL_12730151, EPI_ISL_12730791, EPI_ISL_12730811, EPI_ISL_12739081, EPI_ISL_12742721, EPI_ISL_12780574, EPI_ISL_12780883, EPI_ISL_12823755, EPI_ISL_12823805, EPI_ISL_12823809, EPI_ISL_12824249, EPI_ISL_12824754, EPI_ISL_12824769-12824770, EPI_ISL_12828684, EPI_ISL_12828722, EPI_ISL_12918634, EPI_ISL_12997854, EPI_ISL_12998136, EPI_ISL_13004518, EPI_ISL_13004673, EPI_ISL_13009900, EPI_ISL_13014999, EPI_ISL_13015858, EPI_ISL_13015870, EPI_ISL_13015943, EPI_ISL_13016068, EPI_ISL_13030564, EPI_ISL_13034759, EPI_ISL_13036023, EPI_ISL_13066765, EPI_ISL_13067112, EPI_ISL_13068455, EPI_ISL_13141676, EPI_ISL_13143660, EPI_ISL_13177903, EPI_ISL_13229818-13229819, EPI_ISL_13235435, EPI_ISL_13235484, EPI_ISL_13237159, EPI_ISL_13237480, EPI_ISL_13239240, EPI_ISL_13239694, EPI_ISL_13239880, EPI_ISL_13241511, EPI_ISL_13241729, EPI_ISL_13241947, EPI_ISL_13244850, EPI_ISL_13247945, EPI_ISL_13248855, EPI_ISL_13248932, EPI_ISL_13249473, EPI_ISL_13251056, EPI_ISL_13253275, EPI_ISL_13266095, EPI_ISL_13266110, EPI_ISL_13267629, EPI_ISL_13268218
non_test
potential ba ba recombinant either xm like or potentially a sublineage of xm sequences as of mainly in germany description recombinant between ba ba earliest sequence germany be most recent sequence denmark countries circulating mainly germany seqs and also found in denmark slovenia netherland portugal andswitzerland likely breakpoint between and mutations on branch s conserved nuc mutations those in red frames are likely from ba cov spectrum query gisaid query n spike spike evidence usher tree discussion although as shown above this cluster of potential recombinants is assigned as xm by usher is also placed perfectly as a sub branch of xm and shares identical breakpoint as xm i however hypothesize that it might be the result of another independent recombination event considering xm in itself does not have any private mutations to be distinguished from potential similar recombinants and the breakpoint between is a hotspot according to my personal monitoring of ba ba recombination clusters during recent months the additional private mutations namely and s are both very rare there were a total of sequences with and ba backbone and a total of sequences with s and ba backbone collected before on gisaid therefore if we assume this cluster acquired these mutations from some putative parents rather than evolved by itself then the earlist sequence in europe with s and ba backbone was collected on hcov denmark dcgc epi isl which is the same as the emergence of xm also if this cluster is a sub branch of xm i believe it might still be worth a designation as it has a significant relative growth advantage over either xm or ba in recent months in europe according to cov spectrum the advantage is even greater if the comparison is confined in germany instead of europe genomes epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl epi isl
0
122,485
16,133,328,833
IssuesEvent
2021-04-29 08:36:01
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
reopened
New info, warning, danger colors
design refresh team/frontend-platform team/product-design
To implement notices and alerts, we needed to add a 4th color value to each of the semantic colors: ``` primary-04 / Light - #E1F0FF success-04 / Light - #EBFAEE info-04 / Light - #EAFAFC warning-04 / Light - #FFF7E1 danger-04 / Light - #FBEAEA secondary-04 / Light - #F1F4F9 merged-04 / Light - #EEE9FD primary-04 / Dark - #03284F success-04 / Dark - #054410 info-04 / Dark- #025762 warning-04 / Dark - #3D2904 danger-04 / Dark - #3D0A0A secondary-04 / Dark - #545967 merged-04 / Dark - #1F0A5C ``` Additionally a 2nd link color was required to ensure the blue links have accessible contrast on notices: ``` link-color-2 / Light - #0766CC link-color-2 / Dark - #70B0F3 ``` ![image](https://user-images.githubusercontent.com/539268/115486513-aadecc00-a20b-11eb-8ecc-43d7a5471223.png)
2.0
New info, warning, danger colors - To implement notices and alerts, we needed to add a 4th color value to each of the semantic colors: ``` primary-04 / Light - #E1F0FF success-04 / Light - #EBFAEE info-04 / Light - #EAFAFC warning-04 / Light - #FFF7E1 danger-04 / Light - #FBEAEA secondary-04 / Light - #F1F4F9 merged-04 / Light - #EEE9FD primary-04 / Dark - #03284F success-04 / Dark - #054410 info-04 / Dark- #025762 warning-04 / Dark - #3D2904 danger-04 / Dark - #3D0A0A secondary-04 / Dark - #545967 merged-04 / Dark - #1F0A5C ``` Additionally a 2nd link color was required to ensure the blue links have accessible contrast on notices: ``` link-color-2 / Light - #0766CC link-color-2 / Dark - #70B0F3 ``` ![image](https://user-images.githubusercontent.com/539268/115486513-aadecc00-a20b-11eb-8ecc-43d7a5471223.png)
non_test
new info warning danger colors to implement notices and alerts we needed to add a color value to each of the semantic colors primary light success light ebfaee info light eafafc warning light danger light fbeaea secondary light merged light primary dark success dark info dark warning dark danger dark secondary dark merged dark additionally a link color was required to ensure the blue links have accessible contrast on notices link color light link color dark
0
297,358
25,724,362,999
IssuesEvent
2022-12-07 15:41:43
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Ensure consistency of PHP settings across tests.
Automated testing ⭐️ Sitewide CMS Quality Assurance
## Description I'm seeing some weird discrepancies in errors reported via some environments vs. others. I'm assuming this is because of `error_reporting` having different values in some environments than others. I should double-check this and bring them inline. We don't have a `dev` environment anymore and `staging` should match `prod`, so this is really just for Tugboat and GHA. ## Acceptance Criteria - [ ] GHA (various actions) and Tugboat are tuned to report errors similarly.
1.0
Ensure consistency of PHP settings across tests. - ## Description I'm seeing some weird discrepancies in errors reported via some environments vs. others. I'm assuming this is because of `error_reporting` having different values in some environments than others. I should double-check this and bring them inline. We don't have a `dev` environment anymore and `staging` should match `prod`, so this is really just for Tugboat and GHA. ## Acceptance Criteria - [ ] GHA (various actions) and Tugboat are tuned to report errors similarly.
test
ensure consistency of php settings across tests description i m seeing some weird discrepancies in errors reported via some environments vs others i m assuming this is because of error reporting having different values in some environments than others i should double check this and bring them inline we don t have a dev environment anymore and staging should match prod so this is really just for tugboat and gha acceptance criteria gha various actions and tugboat are tuned to report errors similarly
1
711,668
24,472,200,148
IssuesEvent
2022-10-07 21:21:47
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
closed
[rstmgr/clkmgr] Update DV environment and add SVAs
Component:DV Priority:P2 IP:clkmgr IP:rstmgr Milestone:V2
The following two PRs add "clock gated" / "reset asserted" output to the clock and reset managers: https://github.com/lowRISC/opentitan/pull/8418 https://github.com/lowRISC/opentitan/pull/8419 These are simple "ON / OFF" indication signals, but they are encoded with a multibit type for security reasons, since they are used by the alert handler to temporarily turn off the background ping checks (see also [this document](https://docs.google.com/document/d/1MHksAy_p3yQ4kYbQC3zlOutIvTBffuVCaP53LAy5zUM/edit#heading=h.l7qwxjui9ien) for more info). A simple SVA check will probably suffice.
1.0
[rstmgr/clkmgr] Update DV environment and add SVAs - The following two PRs add "clock gated" / "reset asserted" output to the clock and reset managers: https://github.com/lowRISC/opentitan/pull/8418 https://github.com/lowRISC/opentitan/pull/8419 These are simple "ON / OFF" indication signals, but they are encoded with a multibit type for security reasons, since they are used by the alert handler to temporarily turn off the background ping checks (see also [this document](https://docs.google.com/document/d/1MHksAy_p3yQ4kYbQC3zlOutIvTBffuVCaP53LAy5zUM/edit#heading=h.l7qwxjui9ien) for more info). A simple SVA check will probably suffice.
non_test
update dv environment and add svas the following two prs add clock gated reset asserted output to the clock and reset managers these are simple on off indication signals but they are encoded with a multibit type for security reasons since they are used by the alert handler to temporarily turn off the background ping checks see also for more info a simple sva check will probably suffice
0
265,702
23,190,908,708
IssuesEvent
2022-08-01 12:35:25
gravitee-io/issues
https://api.github.com/repos/gravitee-io/issues
closed
Better select plan based on subscription
type: bug project: APIM p2 loop quantum status: in test Geckos archpim
Since https://github.com/gravitee-io/issues/issues/6528, selection of the subscription during the security chain execution is not perfect. When dealing with multiple plans based on the same security type, the policy is applied prior to retrieve the associated subscription that needs to checked (same security type -> JWT and Oauth2 are both based on Authorization bearer token). This is not optimal because, in some circumstances, it can select a subscription that is not linked to the plan that has been executed. We must rethink the way plans are selected and executed by reordering the different steps: 1. extract the information which identify the caller (clientId, apikey, ...) 2. identify the subscription 3. identify the plan associated to the subscription 4. execute the plan
1.0
Better select plan based on subscription - Since https://github.com/gravitee-io/issues/issues/6528, selection of the subscription during the security chain execution is not perfect. When dealing with multiple plans based on the same security type, the policy is applied prior to retrieve the associated subscription that needs to checked (same security type -> JWT and Oauth2 are both based on Authorization bearer token). This is not optimal because, in some circumstances, it can select a subscription that is not linked to the plan that has been executed. We must rethink the way plans are selected and executed by reordering the different steps: 1. extract the information which identify the caller (clientId, apikey, ...) 2. identify the subscription 3. identify the plan associated to the subscription 4. execute the plan
test
better select plan based on subscription since selection of the subscription during the security chain execution is not perfect when dealing with multiple plans based on the same security type the policy is applied prior to retrieve the associated subscription that needs to checked same security type jwt and are both based on authorization bearer token this is not optimal because in some circumstances it can select a subscription that is not linked to the plan that has been executed we must rethink the way plans are selected and executed by reordering the different steps extract the information which identify the caller clientid apikey identify the subscription identify the plan associated to the subscription execute the plan
1
96,553
8,617,574,843
IssuesEvent
2018-11-20 06:17:48
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
opened
projecttesting20 : ApiV1EventsOrgeventsGetQueryParamPagesizeEmptyValue
projecttesting20
Project : projecttesting20 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=OTIxMjZlNjEtMzQyMi00NWNhLWExZWQtMzYzYTI0NDc0N2Nh; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Tue, 20 Nov 2018 06:17:45 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/events/orgevents?pageSize= Request : Response : { "timestamp" : "2018-11-20T06:17:45.957+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/events/orgevents" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] --- FX Bot ---
1.0
projecttesting20 : ApiV1EventsOrgeventsGetQueryParamPagesizeEmptyValue - Project : projecttesting20 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=OTIxMjZlNjEtMzQyMi00NWNhLWExZWQtMzYzYTI0NDc0N2Nh; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Tue, 20 Nov 2018 06:17:45 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/events/orgevents?pageSize= Request : Response : { "timestamp" : "2018-11-20T06:17:45.957+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/events/orgevents" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] --- FX Bot ---
test
project 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 events orgevents logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot
1
62,466
6,797,463,552
IssuesEvent
2017-11-01 23:02:41
rook/rook
https://api.github.com/repos/rook/rook
opened
Add longhaul test for object store.
test
we need to add longhaul test for object store, that creates a object store, object users and buckets. And then perfor CURD operations on buckets for extended period of time under load.
1.0
Add longhaul test for object store. - we need to add longhaul test for object store, that creates a object store, object users and buckets. And then perfor CURD operations on buckets for extended period of time under load.
test
add longhaul test for object store we need to add longhaul test for object store that creates a object store object users and buckets and then perfor curd operations on buckets for extended period of time under load
1
322,151
27,585,780,291
IssuesEvent
2023-03-08 19:39:02
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: X-Pack Endpoint API Integration Tests.x-pack/test/security_solution_endpoint_api_int/apis/resolver/tree·ts - Endpoint plugin Resolver tests Resolver tree descendant events should support returning multiple descendant trees when multiple nodes are requested at different levels without ancestry field
failed-test Team:Threat Hunting Team: SecuritySolution Team:Threat Hunting:Investigations
A test failed on a tracked branch ``` Error: expected 1 to equal 0 at Assertion.assert (expect.js:100:11) at Assertion.apply (expect.js:227:8) at Assertion.be (expect.js:69:22) at verifyChildren (common.ts:315:57) at verifyTree (common.ts:392:3) at Context.<anonymous> (tree.ts:476:19) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Object.apply (wrap_function.js:73:16) ``` First failure: [CI Build - 8.7](https://buildkite.com/elastic/kibana-on-merge/builds/26744#018637f5-f3b8-45bd-83b2-b152ac6f0808) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Endpoint API Integration Tests.x-pack/test/security_solution_endpoint_api_int/apis/resolver/tree·ts","test.name":"Endpoint plugin Resolver tests Resolver tree descendant events should support returning multiple descendant trees when multiple nodes are requested at different levels without ancestry field","test.failCount":8}} -->
1.0
Failing test: X-Pack Endpoint API Integration Tests.x-pack/test/security_solution_endpoint_api_int/apis/resolver/tree·ts - Endpoint plugin Resolver tests Resolver tree descendant events should support returning multiple descendant trees when multiple nodes are requested at different levels without ancestry field - A test failed on a tracked branch ``` Error: expected 1 to equal 0 at Assertion.assert (expect.js:100:11) at Assertion.apply (expect.js:227:8) at Assertion.be (expect.js:69:22) at verifyChildren (common.ts:315:57) at verifyTree (common.ts:392:3) at Context.<anonymous> (tree.ts:476:19) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Object.apply (wrap_function.js:73:16) ``` First failure: [CI Build - 8.7](https://buildkite.com/elastic/kibana-on-merge/builds/26744#018637f5-f3b8-45bd-83b2-b152ac6f0808) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Endpoint API Integration Tests.x-pack/test/security_solution_endpoint_api_int/apis/resolver/tree·ts","test.name":"Endpoint plugin Resolver tests Resolver tree descendant events should support returning multiple descendant trees when multiple nodes are requested at different levels without ancestry field","test.failCount":8}} -->
test
failing test x pack endpoint api integration tests x pack test security solution endpoint api int apis resolver tree·ts endpoint plugin resolver tests resolver tree descendant events should support returning multiple descendant trees when multiple nodes are requested at different levels without ancestry field a test failed on a tracked branch error expected to equal at assertion assert expect js at assertion apply expect js at assertion be expect js at verifychildren common ts at verifytree common ts at context tree ts at runmicrotasks at processticksandrejections node internal process task queues at object apply wrap function js first failure
1
592,194
17,872,146,284
IssuesEvent
2021-09-06 17:25:13
kubernetes/minikube
https://api.github.com/repos/kubernetes/minikube
closed
Upgrade software versions on the minikube ISO
priority/important-longterm area/guest-vm kind/improvement
Tracker for some separate issues, regarding ISO: - [x] Upgrade Buildroot, from 2020.02 to 2021.02 - ~2020.02.12~ (EOL) - 2021.02.4 (LTS) - [ ] Upgrade Docker and other container runtimes - runc v1.0.1 ✓ - containerd v1.4.9 ✓ - docker 20.10.8 ✓ - buildkit 0.9.0 ✓ - ~~(crun 0.20.1) _(alternative to runc)_~~ - ~~cri-o 1.20.3~~ - ~~podman 3.1.2~~ - ~~(buildah 1.20.1)~~ _(included in podman)_ PRs: ~~**#11688**~~ #12268 ~#11593~ #12122 ~#11594~ #12032 #11595 #11679 #11727 EDIT: PR #11688 was reverted in #11799 due to #11810
1.0
Upgrade software versions on the minikube ISO - Tracker for some separate issues, regarding ISO: - [x] Upgrade Buildroot, from 2020.02 to 2021.02 - ~2020.02.12~ (EOL) - 2021.02.4 (LTS) - [ ] Upgrade Docker and other container runtimes - runc v1.0.1 ✓ - containerd v1.4.9 ✓ - docker 20.10.8 ✓ - buildkit 0.9.0 ✓ - ~~(crun 0.20.1) _(alternative to runc)_~~ - ~~cri-o 1.20.3~~ - ~~podman 3.1.2~~ - ~~(buildah 1.20.1)~~ _(included in podman)_ PRs: ~~**#11688**~~ #12268 ~#11593~ #12122 ~#11594~ #12032 #11595 #11679 #11727 EDIT: PR #11688 was reverted in #11799 due to #11810
non_test
upgrade software versions on the minikube iso tracker for some separate issues regarding iso upgrade buildroot from to eol lts upgrade docker and other container runtimes runc ✓ containerd ✓ docker ✓ buildkit ✓ crun alternative to runc cri o podman buildah included in podman prs edit pr was reverted in due to
0
4,254
6,499,925,167
IssuesEvent
2017-08-23 00:25:37
aws/aws-sdk-js
https://api.github.com/repos/aws/aws-sdk-js
closed
CognitoIdentityServiceProvider.globalSignOut() is unable to revoke IdToken
Service / API
Function `CognitoIdentityServiceProvider.globalSignOut({AccessToken})` revokes all tokens **except for** `IdToken`. Shouldn't it be revoked too? The `IdToken` is commonly used in `ApiGateway` `Cognito User Pool Authorizer`. Revoking it with remaining tokens would make it much easier to block access to resources with this token after user signs out.
1.0
CognitoIdentityServiceProvider.globalSignOut() is unable to revoke IdToken - Function `CognitoIdentityServiceProvider.globalSignOut({AccessToken})` revokes all tokens **except for** `IdToken`. Shouldn't it be revoked too? The `IdToken` is commonly used in `ApiGateway` `Cognito User Pool Authorizer`. Revoking it with remaining tokens would make it much easier to block access to resources with this token after user signs out.
non_test
cognitoidentityserviceprovider globalsignout is unable to revoke idtoken function cognitoidentityserviceprovider globalsignout accesstoken revokes all tokens except for idtoken shouldn t it be revoked too the idtoken is commonly used in apigateway cognito user pool authorizer revoking it with remaining tokens would make it much easier to block access to resources with this token after user signs out
0
26,332
4,216,424,277
IssuesEvent
2016-06-30 09:13:36
CloudOpting/cloudopting-manager
https://api.github.com/repos/CloudOpting/cloudopting-manager
closed
Create a drawing for ilustrate the interficies between cloudopting modules
help wanted in testing
Create a drawing for ilustrate the interficies between cloudopting modules
1.0
Create a drawing for ilustrate the interficies between cloudopting modules - Create a drawing for ilustrate the interficies between cloudopting modules
test
create a drawing for ilustrate the interficies between cloudopting modules create a drawing for ilustrate the interficies between cloudopting modules
1
93,895
10,779,197,643
IssuesEvent
2019-11-04 10:03:49
systemd/systemd
https://api.github.com/repos/systemd/systemd
closed
sd_event_run man page problems
documentation 📖
**systemd version the issue has been seen with** > 243 <!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! --> <!-- For older version please use distribution trackers (see https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md#filing-issues). --> **Used distribution** > https://www.freedesktop.org/software/systemd/man/sd_event_loop.html# **Expected behaviour you didn't see** > useful links for systemd(1) and GLib Main Event Loop **Unexpected behaviour you saw** > the referenced page for systemd(1) doesn't mention events at all so its difficult to see the relevance. The supplied link for GLib Main Event Loop returns 403 Forbidden, which is at least as unhelpful **Steps to reproduce the problem** go to the page and click on the links
1.0
sd_event_run man page problems - **systemd version the issue has been seen with** > 243 <!-- **NOTE:** Do not submit bug reports about anything but the two most recently released systemd versions upstream! --> <!-- For older version please use distribution trackers (see https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md#filing-issues). --> **Used distribution** > https://www.freedesktop.org/software/systemd/man/sd_event_loop.html# **Expected behaviour you didn't see** > useful links for systemd(1) and GLib Main Event Loop **Unexpected behaviour you saw** > the referenced page for systemd(1) doesn't mention events at all so its difficult to see the relevance. The supplied link for GLib Main Event Loop returns 403 Forbidden, which is at least as unhelpful **Steps to reproduce the problem** go to the page and click on the links
non_test
sd event run man page problems systemd version the issue has been seen with used distribution expected behaviour you didn t see useful links for systemd and glib main event loop unexpected behaviour you saw the referenced page for systemd doesn t mention events at all so its difficult to see the relevance the supplied link for glib main event loop returns forbidden which is at least as unhelpful steps to reproduce the problem go to the page and click on the links
0
269,700
23,460,086,187
IssuesEvent
2022-08-16 12:25:47
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
opened
Release 4.3.7 - Release Candidate 1 - Service
team/cicd release test
### Packages tests metrics information | | | |---------------------------------|--------------------------------------------| | **Main release candidate issue** | #14562 | | **Main packages metrics issue** | #14643 | | **Version** | 4.3.7 | | **Release candidate #** | RC1 | | **Tag** | https://github.com/wazuh/wazuh/tree/v4.3.7-rc1 | ### Packages used - Repository: `packages-dev.wazuh.com` - Package path: `pre-release` - Package revision: `1` --- | System | Test Result | Build | | :-- | :--: | :--: | | CentOS 6 | ⚫ | -- | | CentOS 7 | ⚫ | -- | | Ubuntu Trusty | ⚫ | -- | | Ubuntu Bionic | ⚫ | -- | Legend: Pending/In progress: 🕐 Test not launched: ⚫ Test failed: 🔴 Test success: 🟢 Need review: 🟡
1.0
Release 4.3.7 - Release Candidate 1 - Service - ### Packages tests metrics information | | | |---------------------------------|--------------------------------------------| | **Main release candidate issue** | #14562 | | **Main packages metrics issue** | #14643 | | **Version** | 4.3.7 | | **Release candidate #** | RC1 | | **Tag** | https://github.com/wazuh/wazuh/tree/v4.3.7-rc1 | ### Packages used - Repository: `packages-dev.wazuh.com` - Package path: `pre-release` - Package revision: `1` --- | System | Test Result | Build | | :-- | :--: | :--: | | CentOS 6 | ⚫ | -- | | CentOS 7 | ⚫ | -- | | Ubuntu Trusty | ⚫ | -- | | Ubuntu Bionic | ⚫ | -- | Legend: Pending/In progress: 🕐 Test not launched: ⚫ Test failed: 🔴 Test success: 🟢 Need review: 🟡
test
release release candidate service packages tests metrics information main release candidate issue main packages metrics issue version release candidate tag packages used repository packages dev wazuh com package path pre release package revision system test result build centos ⚫ centos ⚫ ubuntu trusty ⚫ ubuntu bionic ⚫ legend pending in progress 🕐 test not launched ⚫ test failed 🔴 test success 🟢 need review 🟡
1
522
2,502,314,940
IssuesEvent
2015-01-09 07:10:21
fossology/fossology
https://api.github.com/repos/fossology/fossology
opened
Reduce UI yellow path block
Category: UI Component: Rank Component: Tester Priority: High Status: New Tracker: Enhancement
--- Author Name: **Silvano Cirujano Cuesta** Original Redmine Issue: 6879, http://www.fossology.org/issues/6879 Original Date: 2014/04/08 Original Assignee: Silvano Cirujano Cuesta --- Below the top part of the webpages that is persistent all over the UI a yellow block appears in some views. That block shows the path of the file/folder being viewed and the possible views to select from the current view. !UI_path.png! The left part showing the path uses 1. one line for the folder, 1. one line for each archiving level (in the shown case one archiving level is the compression with bzip) and 1. the line with the last archiving level shows the path inside of the archive. Resulting in the shown example in four lines. Since screens are nowadays much wider than higher and that yellow block is empty to the right of the mentioned paths, presenting all the mentioned path information in one single line would help to optimize the used space.
1.0
Reduce UI yellow path block - --- Author Name: **Silvano Cirujano Cuesta** Original Redmine Issue: 6879, http://www.fossology.org/issues/6879 Original Date: 2014/04/08 Original Assignee: Silvano Cirujano Cuesta --- Below the top part of the webpages that is persistent all over the UI a yellow block appears in some views. That block shows the path of the file/folder being viewed and the possible views to select from the current view. !UI_path.png! The left part showing the path uses 1. one line for the folder, 1. one line for each archiving level (in the shown case one archiving level is the compression with bzip) and 1. the line with the last archiving level shows the path inside of the archive. Resulting in the shown example in four lines. Since screens are nowadays much wider than higher and that yellow block is empty to the right of the mentioned paths, presenting all the mentioned path information in one single line would help to optimize the used space.
test
reduce ui yellow path block author name silvano cirujano cuesta original redmine issue original date original assignee silvano cirujano cuesta below the top part of the webpages that is persistent all over the ui a yellow block appears in some views that block shows the path of the file folder being viewed and the possible views to select from the current view ui path png the left part showing the path uses one line for the folder one line for each archiving level in the shown case one archiving level is the compression with bzip and the line with the last archiving level shows the path inside of the archive resulting in the shown example in four lines since screens are nowadays much wider than higher and that yellow block is empty to the right of the mentioned paths presenting all the mentioned path information in one single line would help to optimize the used space
1
16,433
3,521,359,079
IssuesEvent
2016-01-13 01:22:08
FreeCodeCamp/FreeCodeCamp
https://api.github.com/repos/FreeCodeCamp/FreeCodeCamp
closed
Waypoint: Logical Order in If Else Statements - Small Mistake in the Tests Explanation?
easy help wanted QA tests
Challenge [Waypoint: Logical Order in If Else Statements](http://www.freecodecamp.com/challenges/waypoint-logical-order-in-if-else-statements#?solution=function%20myTest(val)%20%7B%0A%20%20if(val%20%3C%205)%20%7B%0A%20%20%20%20return%20%22Less%20than%205%22%3B%0A%20%20%7D%20else%20if(val%20%3C%2010)%20%7B%0A%20%20%20%20return%20%22Less%20than%2010%22%3B%0A%20%20%7D%20else%20%7B%0A%20%20%20%20return%20%22Greater%20than%20or%20equal%20to%2010%20test%22%3B%0A%20%20%7D%0A%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%2F%2F%20Change%20this%20value%20to%20test%0AmyTest(7)%3B%0A) has an issue. User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0</code>. My code: ```javascript function myTest(val) { if(val < 5) { return "Less than 5"; } else if(val < 10) { return "Less than 10"; } else { return "Greater than or equal to 10"; } } // Change this value to test myTest(7); ``` It is only a minor mistake but the first Test being done to check the code says `>myTest(5) should return "Less than 5"` - Im pretty sure it should say `>myTest(4) should return "Less than 5"` tho since 5 isnt less than 5. This seems to be only a mistake in this Text and not in the test itself since the correct code is accepted.
1.0
Waypoint: Logical Order in If Else Statements - Small Mistake in the Tests Explanation? - Challenge [Waypoint: Logical Order in If Else Statements](http://www.freecodecamp.com/challenges/waypoint-logical-order-in-if-else-statements#?solution=function%20myTest(val)%20%7B%0A%20%20if(val%20%3C%205)%20%7B%0A%20%20%20%20return%20%22Less%20than%205%22%3B%0A%20%20%7D%20else%20if(val%20%3C%2010)%20%7B%0A%20%20%20%20return%20%22Less%20than%2010%22%3B%0A%20%20%7D%20else%20%7B%0A%20%20%20%20return%20%22Greater%20than%20or%20equal%20to%2010%20test%22%3B%0A%20%20%7D%0A%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%2F%2F%20Change%20this%20value%20to%20test%0AmyTest(7)%3B%0A) has an issue. User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0</code>. My code: ```javascript function myTest(val) { if(val < 5) { return "Less than 5"; } else if(val < 10) { return "Less than 10"; } else { return "Greater than or equal to 10"; } } // Change this value to test myTest(7); ``` It is only a minor mistake but the first Test being done to check the code says `>myTest(5) should return "Less than 5"` - Im pretty sure it should say `>myTest(4) should return "Less than 5"` tho since 5 isnt less than 5. This seems to be only a mistake in this Text and not in the test itself since the correct code is accepted.
test
waypoint logical order in if else statements small mistake in the tests explanation challenge has an issue user agent is mozilla windows nt rv gecko firefox my code javascript function mytest val if val return less than else if val return less than else return greater than or equal to change this value to test mytest it is only a minor mistake but the first test being done to check the code says mytest should return less than im pretty sure it should say mytest should return less than tho since isnt less than this seems to be only a mistake in this text and not in the test itself since the correct code is accepted
1
634,066
20,323,576,559
IssuesEvent
2022-02-18 02:24:30
Unity-Technologies/com.unity.netcode.gameobjects
https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects
closed
NetworkObject CheckObjectVisibility delegate not invoked for connecting clients
type:bug priority:critical stat:backlog
**Describe the bug** When spawning objects on the server and supplying a value for the CheckObjectVisibility delegate, this delegate is not being invoked when clients subsequently connect, causing the client to potentially see objects they shouldn't. **To Reproduce** Steps to reproduce the behavior: 1. Build and run a server that spawns one network object on launch, and provide a value for the CheckObjectVisibility delegate like the following: `networkObject.CheckObjectVisibility = (clientId) => { return false; };` 2. Start a client and connect to the server 3. Observe the spawned object from the server will be visible, despite the documentation stating that the CheckObjectVisibility callback should be invoked for each object when a new client connects **Expected outcome** The object would not be visible to any connecting clients, as the CheckObjectVisibility condition will always return false. **Additional notes** I believe I know why this issue occurs, but while I was able to make some changes that appear to fix it locally, I'm not confident there isn't some other underlying issues I haven't noticed yet. What I did notice was that in NetworkSpawnManager there is the following method: ```C# internal void UpdateObservedNetworkObjects(ulong clientId) { foreach (var sobj in SpawnedObjectsList) { if (sobj.CheckObjectVisibility == null || NetworkManager.IsServer) { if (!sobj.Observers.Contains(clientId)) { sobj.Observers.Add(clientId); } } else { if (sobj.CheckObjectVisibility(clientId)) { sobj.Observers.Add(clientId); } else if (sobj.Observers.Contains(clientId)) { sobj.Observers.Remove(clientId); } } } } ``` However because this only ever appears to be called by the server, the first condition will always return true and the CheckObjectVisibility callback will never be invoked here. After changing this from `NetworkManager.IsServer` to `NetworkManager.ServerClientId == clientId`, the callback began to be invoked as inspected, and only when it returned true would the connecting client be added to the observers list for the object. The second issue was that, even with the above condition, the client was still actually receiving instructions from the server to instantiate the objects they shouldn't have visibility for, which caused the objects to be visible for the client but they wouldn't receive any other network events for them such as a network variable change. I was able to fix this by changing the following block in SceneEventData from: ```C# internal void AddSpawnedNetworkObjects() { m_NetworkObjectsSync = m_NetworkManager.SpawnManager.SpawnedObjectsList.ToList(); m_NetworkObjectsSync.Sort(SortNetworkObjects); } ``` to: ```C# internal void AddSpawnedNetworkObjects() { m_NetworkObjectsSync = m_NetworkManager.SpawnManager.SpawnedObjectsList.Where(x => x.Observers.Contains(TargetClientId)).ToList(); m_NetworkObjectsSync.Sort(SortNetworkObjects); } ``` so that the server filters the objects to only the ones the client is actually observing before sending them the scene event data. As I mentioned I'm not sure this is a "proper" fix or not, but it may at least help further investigation into the issue. **Environment:** - OS: Windows 10 - Unity Version: 2021.2.0b15 - Netcode Version: develop - Netcode Commit: 3720b3b879f91b8a02400b8394fda4cdeeda6c90
1.0
NetworkObject CheckObjectVisibility delegate not invoked for connecting clients - **Describe the bug** When spawning objects on the server and supplying a value for the CheckObjectVisibility delegate, this delegate is not being invoked when clients subsequently connect, causing the client to potentially see objects they shouldn't. **To Reproduce** Steps to reproduce the behavior: 1. Build and run a server that spawns one network object on launch, and provide a value for the CheckObjectVisibility delegate like the following: `networkObject.CheckObjectVisibility = (clientId) => { return false; };` 2. Start a client and connect to the server 3. Observe the spawned object from the server will be visible, despite the documentation stating that the CheckObjectVisibility callback should be invoked for each object when a new client connects **Expected outcome** The object would not be visible to any connecting clients, as the CheckObjectVisibility condition will always return false. **Additional notes** I believe I know why this issue occurs, but while I was able to make some changes that appear to fix it locally, I'm not confident there isn't some other underlying issues I haven't noticed yet. What I did notice was that in NetworkSpawnManager there is the following method: ```C# internal void UpdateObservedNetworkObjects(ulong clientId) { foreach (var sobj in SpawnedObjectsList) { if (sobj.CheckObjectVisibility == null || NetworkManager.IsServer) { if (!sobj.Observers.Contains(clientId)) { sobj.Observers.Add(clientId); } } else { if (sobj.CheckObjectVisibility(clientId)) { sobj.Observers.Add(clientId); } else if (sobj.Observers.Contains(clientId)) { sobj.Observers.Remove(clientId); } } } } ``` However because this only ever appears to be called by the server, the first condition will always return true and the CheckObjectVisibility callback will never be invoked here. After changing this from `NetworkManager.IsServer` to `NetworkManager.ServerClientId == clientId`, the callback began to be invoked as inspected, and only when it returned true would the connecting client be added to the observers list for the object. The second issue was that, even with the above condition, the client was still actually receiving instructions from the server to instantiate the objects they shouldn't have visibility for, which caused the objects to be visible for the client but they wouldn't receive any other network events for them such as a network variable change. I was able to fix this by changing the following block in SceneEventData from: ```C# internal void AddSpawnedNetworkObjects() { m_NetworkObjectsSync = m_NetworkManager.SpawnManager.SpawnedObjectsList.ToList(); m_NetworkObjectsSync.Sort(SortNetworkObjects); } ``` to: ```C# internal void AddSpawnedNetworkObjects() { m_NetworkObjectsSync = m_NetworkManager.SpawnManager.SpawnedObjectsList.Where(x => x.Observers.Contains(TargetClientId)).ToList(); m_NetworkObjectsSync.Sort(SortNetworkObjects); } ``` so that the server filters the objects to only the ones the client is actually observing before sending them the scene event data. As I mentioned I'm not sure this is a "proper" fix or not, but it may at least help further investigation into the issue. **Environment:** - OS: Windows 10 - Unity Version: 2021.2.0b15 - Netcode Version: develop - Netcode Commit: 3720b3b879f91b8a02400b8394fda4cdeeda6c90
non_test
networkobject checkobjectvisibility delegate not invoked for connecting clients describe the bug when spawning objects on the server and supplying a value for the checkobjectvisibility delegate this delegate is not being invoked when clients subsequently connect causing the client to potentially see objects they shouldn t to reproduce steps to reproduce the behavior build and run a server that spawns one network object on launch and provide a value for the checkobjectvisibility delegate like the following networkobject checkobjectvisibility clientid return false start a client and connect to the server observe the spawned object from the server will be visible despite the documentation stating that the checkobjectvisibility callback should be invoked for each object when a new client connects expected outcome the object would not be visible to any connecting clients as the checkobjectvisibility condition will always return false additional notes i believe i know why this issue occurs but while i was able to make some changes that appear to fix it locally i m not confident there isn t some other underlying issues i haven t noticed yet what i did notice was that in networkspawnmanager there is the following method c internal void updateobservednetworkobjects ulong clientid foreach var sobj in spawnedobjectslist if sobj checkobjectvisibility null networkmanager isserver if sobj observers contains clientid sobj observers add clientid else if sobj checkobjectvisibility clientid sobj observers add clientid else if sobj observers contains clientid sobj observers remove clientid however because this only ever appears to be called by the server the first condition will always return true and the checkobjectvisibility callback will never be invoked here after changing this from networkmanager isserver to networkmanager serverclientid clientid the callback began to be invoked as inspected and only when it returned true would the connecting client be added to the observers list for the object the second issue was that even with the above condition the client was still actually receiving instructions from the server to instantiate the objects they shouldn t have visibility for which caused the objects to be visible for the client but they wouldn t receive any other network events for them such as a network variable change i was able to fix this by changing the following block in sceneeventdata from c internal void addspawnednetworkobjects m networkobjectssync m networkmanager spawnmanager spawnedobjectslist tolist m networkobjectssync sort sortnetworkobjects to c internal void addspawnednetworkobjects m networkobjectssync m networkmanager spawnmanager spawnedobjectslist where x x observers contains targetclientid tolist m networkobjectssync sort sortnetworkobjects so that the server filters the objects to only the ones the client is actually observing before sending them the scene event data as i mentioned i m not sure this is a proper fix or not but it may at least help further investigation into the issue environment os windows unity version netcode version develop netcode commit
0
216,874
16,821,898,531
IssuesEvent
2021-06-17 14:01:15
microsoft/appcenter
https://api.github.com/repos/microsoft/appcenter
closed
dSyms removal, page for unit tests and push notifications
diagnostics feature request push test
**Describe the solution you'd like** - Possibility to remove unwanted dSYM files - Dedicated page to analyze unit tests - Push Notifications
1.0
dSyms removal, page for unit tests and push notifications - **Describe the solution you'd like** - Possibility to remove unwanted dSYM files - Dedicated page to analyze unit tests - Push Notifications
test
dsyms removal page for unit tests and push notifications describe the solution you d like possibility to remove unwanted dsym files dedicated page to analyze unit tests push notifications
1
143,489
19,182,561,559
IssuesEvent
2021-12-04 17:02:58
iamkishan98/Node-react-app
https://api.github.com/repos/iamkishan98/Node-react-app
opened
CVE-2021-33587 (High) detected in css-what-3.4.2.tgz
security vulnerability
## CVE-2021-33587 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>css-what-3.4.2.tgz</b></p></summary> <p>a CSS selector parser</p> <p>Library home page: <a href="https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz">https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz</a></p> <p>Path to dependency file: Node-react-app/ex-tracker/package.json</p> <p>Path to vulnerable library: Node-react-app/ex-tracker/node_modules/svgo/node_modules/css-what/package.json</p> <p> Dependency Hierarchy: - react-scripts-4.0.3.tgz (Root Library) - webpack-5.5.0.tgz - plugin-svgo-5.5.0.tgz - svgo-1.3.2.tgz - css-select-2.1.0.tgz - :x: **css-what-3.4.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/iamkishan98/Node-react-app/commit/6d0cc3b9f1e796dc7d105b50580898b040624b1e">6d0cc3b9f1e796dc7d105b50580898b040624b1e</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The css-what package 4.0.0 through 5.0.0 for Node.js does not ensure that attribute parsing has Linear Time Complexity relative to the size of the input. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33587>CVE-2021-33587</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-33587">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33587</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: css-what - 5.0.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-33587 (High) detected in css-what-3.4.2.tgz - ## CVE-2021-33587 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>css-what-3.4.2.tgz</b></p></summary> <p>a CSS selector parser</p> <p>Library home page: <a href="https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz">https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz</a></p> <p>Path to dependency file: Node-react-app/ex-tracker/package.json</p> <p>Path to vulnerable library: Node-react-app/ex-tracker/node_modules/svgo/node_modules/css-what/package.json</p> <p> Dependency Hierarchy: - react-scripts-4.0.3.tgz (Root Library) - webpack-5.5.0.tgz - plugin-svgo-5.5.0.tgz - svgo-1.3.2.tgz - css-select-2.1.0.tgz - :x: **css-what-3.4.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/iamkishan98/Node-react-app/commit/6d0cc3b9f1e796dc7d105b50580898b040624b1e">6d0cc3b9f1e796dc7d105b50580898b040624b1e</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The css-what package 4.0.0 through 5.0.0 for Node.js does not ensure that attribute parsing has Linear Time Complexity relative to the size of the input. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33587>CVE-2021-33587</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-33587">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33587</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: css-what - 5.0.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 css what tgz cve high severity vulnerability vulnerable library css what tgz a css selector parser library home page a href path to dependency file node react app ex tracker package json path to vulnerable library node react app ex tracker node modules svgo node modules css what package json dependency hierarchy react scripts tgz root library webpack tgz plugin svgo tgz svgo tgz css select tgz x css what tgz vulnerable library found in head commit a href found in base branch main vulnerability details the css what package through for node js does not ensure that attribute parsing has linear time complexity relative to the size of the input 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 css what step up your open source security game with whitesource
0
422,233
12,268,800,529
IssuesEvent
2020-05-07 13:07:39
ZsgsDesign/NOJ
https://api.github.com/repos/ZsgsDesign/NOJ
closed
WenYan Lang Support
New Feature Priority 4 (Low) Wont Fix
A programming language for the ancient Chinese would be supported. - Compiler - Highlighter Special thank to [LingDong-/wenyan-lang](https://github.com/LingDong-/wenyan-lang).
1.0
WenYan Lang Support - A programming language for the ancient Chinese would be supported. - Compiler - Highlighter Special thank to [LingDong-/wenyan-lang](https://github.com/LingDong-/wenyan-lang).
non_test
wenyan lang support a programming language for the ancient chinese would be supported compiler highlighter special thank to
0
196,768
14,889,162,680
IssuesEvent
2021-01-20 20:59:28
cma-open/cmatools
https://api.github.com/repos/cma-open/cmatools
opened
Move tests directory within package
S.Quick (< day) bug cmatools testing
Relates to recent testing issues Relates to updated advice re package and test structure See https://github.com/pandas-dev/pandas https://github.com/pandas-dev/pandas/tree/master/pandas/tests https://github.com/SciTools/iris/tree/master/lib/iris/tests
1.0
Move tests directory within package - Relates to recent testing issues Relates to updated advice re package and test structure See https://github.com/pandas-dev/pandas https://github.com/pandas-dev/pandas/tree/master/pandas/tests https://github.com/SciTools/iris/tree/master/lib/iris/tests
test
move tests directory within package relates to recent testing issues relates to updated advice re package and test structure see
1
65,393
8,806,022,933
IssuesEvent
2018-12-27 00:20:46
gregorbj/VisionEval
https://api.github.com/repos/gregorbj/VisionEval
closed
Design Doc note to limit R-Libraries
documentation
With increased discussion of installation issues, there has been a suggestion that we try to get ahead and push new developers to" minimize new R-libraries, and reuse of R-libraries used by existing VE modules". As such, I'm suggesting we include this quoted text in these wiki locations. Does this make sense? 1- the [Model System Design Documentation](https://github.com/gregorbj/VisionEval/blob/master/api/model_system_design.md) (possibly Sec 3 under "Operating System Independence" bullet?) 2- Explicitly mention Libraries in [Contributor Review Criteria](https://github.com/gregorbj/VisionEval/wiki/Contribution-Review-Criteria) #1, "Consistent with Design Specs"
1.0
Design Doc note to limit R-Libraries - With increased discussion of installation issues, there has been a suggestion that we try to get ahead and push new developers to" minimize new R-libraries, and reuse of R-libraries used by existing VE modules". As such, I'm suggesting we include this quoted text in these wiki locations. Does this make sense? 1- the [Model System Design Documentation](https://github.com/gregorbj/VisionEval/blob/master/api/model_system_design.md) (possibly Sec 3 under "Operating System Independence" bullet?) 2- Explicitly mention Libraries in [Contributor Review Criteria](https://github.com/gregorbj/VisionEval/wiki/Contribution-Review-Criteria) #1, "Consistent with Design Specs"
non_test
design doc note to limit r libraries with increased discussion of installation issues there has been a suggestion that we try to get ahead and push new developers to minimize new r libraries and reuse of r libraries used by existing ve modules as such i m suggesting we include this quoted text in these wiki locations does this make sense the possibly sec under operating system independence bullet explicitly mention libraries in consistent with design specs
0
271,320
23,595,544,479
IssuesEvent
2022-08-23 18:52:42
deckhouse/deckhouse
https://api.github.com/repos/deckhouse/deckhouse
closed
Local Helm tests do not work
type/bug area/testing
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that matches the one I want to file, without success. ### Version v1.24.17 ### Expected Behavior Helm tests work when running go test in the template_tests directories. ### Actual Behavior Tests fail on modules that are split into multiple editions. ### Steps To Reproduce _No response_ ### Additional Information This behavior has emerged when we split the deckhouse into multiple editions. We build them into one container via [this](https://github.com/deckhouse/deckhouse/blob/main/tools/build.go) logic. Consider abstracting this logic enough to be used inside the helm tests runner to perform necessary relocations before running tests. ### Logs _No response_
1.0
Local Helm tests do not work - ### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/deckhouse/deckhouse/issues) for an issue that matches the one I want to file, without success. ### Version v1.24.17 ### Expected Behavior Helm tests work when running go test in the template_tests directories. ### Actual Behavior Tests fail on modules that are split into multiple editions. ### Steps To Reproduce _No response_ ### Additional Information This behavior has emerged when we split the deckhouse into multiple editions. We build them into one container via [this](https://github.com/deckhouse/deckhouse/blob/main/tools/build.go) logic. Consider abstracting this logic enough to be used inside the helm tests runner to perform necessary relocations before running tests. ### Logs _No response_
test
local helm tests do not work preflight checklist i agree to follow the that this project adheres to i have searched the for an issue that matches the one i want to file without success version expected behavior helm tests work when running go test in the template tests directories actual behavior tests fail on modules that are split into multiple editions steps to reproduce no response additional information this behavior has emerged when we split the deckhouse into multiple editions we build them into one container via logic consider abstracting this logic enough to be used inside the helm tests runner to perform necessary relocations before running tests logs no response
1