Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KP] Fix Headers timeout issue #81140

Merged
merged 9 commits into from
Oct 22, 2020

Conversation

mshustov
Copy link
Contributor

@mshustov mshustov commented Oct 20, 2020

Summary

Temporary workaround for #73849 will be released in v7.10.0 #73849 (comment) until #61587 is merged and released in v7.11.0

Checklist

For maintainers

@mshustov mshustov added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc release_note:fix v8.0.0 v7.11.0 v7.10.1 labels Oct 20, 2020
@mshustov mshustov requested a review from a team as a code owner October 20, 2020 12:08
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@mshustov mshustov changed the title Issue 73849 headers timeout [KP] Fix Headers timeout issue Oct 20, 2020
Comment on lines 76 to 79
await performRequest();
const defaultHeadersTimeout = 40_000;
await delay(defaultHeadersTimeout + oneSec);
await performRequest();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no assertions in the test, the test is ensuring that the calls to performRequest do not fails du to the fix, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@mshustov mshustov requested a review from kobelb October 21, 2020 09:54
@mshustov mshustov mentioned this pull request Oct 21, 2020
@@ -50,6 +50,8 @@ configService.atPath.mockReturnValue(
allowFromAnyIp: true,
ipAllowlist: [],
},
keepaliveTimeout: 120_000,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

});
}

await performRequest();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your test code makes my original recreation look like 💩.

@mshustov mshustov merged commit 38a8063 into elastic:master Oct 22, 2020
@mshustov mshustov deleted the issue-73849-headers-timeout branch October 22, 2020 09:10
mshustov added a commit to mshustov/kibana that referenced this pull request Oct 22, 2020
* temp fix request headers bug. issue 73849

* add a focused test

* move test to FTR

* adjust types

* some minors

* small adjustments
mshustov added a commit to mshustov/kibana that referenced this pull request Oct 22, 2020
* temp fix request headers bug. issue 73849

* add a focused test

* move test to FTR

* adjust types

* some minors

* small adjustments
gmmorris added a commit to gmmorris/kibana that referenced this pull request Oct 22, 2020
* master: (63 commits)
  [KP] Fix Headers timeout issue (elastic#81140)
  [ML] Functional tests - stabilize typing with checks service method (elastic#81338)
  tabify - support docs (elastic#80351)
  [Security Solution][Detections] Look-back time logic fix (elastic#81383)
  [Workplace Search] Add top-level tests for Groups (elastic#81215)
  [Fleet] Fix agent action observable for long polling (elastic#81376)
  [Maps] fix feature tooltip remains open when zoom level change hides layer (elastic#81373)
  skip flaky suite (elastic#78689)
  chore(NA): add spec-to-console and plugin-helpers as devOnly dependencies (elastic#81357)
  Ensure some data is returned (elastic#81375)
  Change dumb-init to tini (elastic#81126)
  [Reporting/Tech Debt] Convert PdfMaker class to TypeScript (elastic#81242)
  Use Storybook Controls instead of Knobs (elastic#80705)
  [junit] make sure that report paths are unique (elastic#81255)
  bump elastic/elasticsearch-js version to 7.10.0-rc1 (elastic#81288)
  run ssl tests on CI (elastic#81320)
  Fix alert defaults (elastic#81207)
  [ML] DF Analytics wizard: ensure user can set mml manually or select to use given estimate (elastic#81078)
  Add UI notifier to indicate secret fields and to remember / reenter values (elastic#80657)
  [Monitoring] Use async/await (elastic#81200)
  ...
mshustov added a commit that referenced this pull request Oct 22, 2020
* temp fix request headers bug. issue 73849

* add a focused test

* move test to FTR

* adjust types

* some minors

* small adjustments
mshustov added a commit that referenced this pull request Oct 22, 2020
* temp fix request headers bug. issue 73849

* add a focused test

* move test to FTR

* adjust types

* some minors

* small adjustments
@kobelb
Copy link
Contributor

kobelb commented Nov 12, 2020

This fix made it into the 7.10.0 release, updating the labels/description accordingly.

@kibanamachine
Copy link
Contributor

💔 Build Failed

Failed CI Steps


Test Failures

X-Pack API Integration Tests.x-pack/test/api_integration/apis/management/rollup/rollup·js.apis management rollup jobs Index patterns should return the date, numeric and keyword fields when an index pattern matches indices

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has not failed recently on tracked branches

[00:00:00]       │
[00:00:00]         └-: apis
[00:00:00]           └-> "before all" hook
[00:04:15]           └-: management
[00:04:15]             └-> "before all" hook
[00:04:30]             └-: rollup
[00:04:30]               └-> "before all" hook
[00:04:30]               └-: jobs
[00:04:30]                 └-> "before all" hook
[00:04:30]                 └-: Index patterns
[00:04:30]                   └-> "before all" hook
[00:04:30]                   └-> should return the date, numeric and keyword fields when an index pattern matches indices
[00:04:30]                     └-> "before each" hook: global before each
[00:04:30]                     │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [qfftimio-1605202050115] creating index, cause [api], templates [], shards [1]/[1]
[00:04:30]                     └- ✖ fail: apis management rollup jobs Index patterns should return the date, numeric and keyword fields when an index pattern matches indices
[00:04:30]                     │       Error: expected { doesMatchIndices: true,
[00:04:30]                     │   doesMatchRollupIndices: false,
[00:04:30]                     │   dateFields: [ 'testCreatedField' ],
[00:04:30]                     │   numericFields: [ '_doc_count', 'testTotalField' ],
[00:04:30]                     │   keywordFields: [ 'testTagField' ] } to sort of equal { dateFields: [ 'testCreatedField' ],
[00:04:30]                     │   keywordFields: [ 'testTagField' ],
[00:04:30]                     │   numericFields: [ 'testTotalField' ],
[00:04:30]                     │   doesMatchIndices: true,
[00:04:30]                     │   doesMatchRollupIndices: false }
[00:04:30]                     │       + expected - actual
[00:04:30]                     │ 
[00:04:30]                     │          "keywordFields": [
[00:04:30]                     │            "testTagField"
[00:04:30]                     │          ]
[00:04:30]                     │          "numericFields": [
[00:04:30]                     │       -    "_doc_count"
[00:04:30]                     │            "testTotalField"
[00:04:30]                     │          ]
[00:04:30]                     │        }
[00:04:30]                     │       
[00:04:30]                     │       at Assertion.assert (/dev/shm/workspace/parallel/13/kibana/packages/kbn-expect/expect.js:100:11)
[00:04:30]                     │       at Assertion.eql (/dev/shm/workspace/parallel/13/kibana/packages/kbn-expect/expect.js:244:8)
[00:04:30]                     │       at Context.it (test/api_integration/apis/management/rollup/rollup.js:48:25)
[00:04:30]                     │ 
[00:04:30]                     │ 

Stack Trace

{ Error: expected { doesMatchIndices: true,
  doesMatchRollupIndices: false,
  dateFields: [ 'testCreatedField' ],
  numericFields: [ '_doc_count', 'testTotalField' ],
  keywordFields: [ 'testTagField' ] } to sort of equal { dateFields: [ 'testCreatedField' ],
  keywordFields: [ 'testTagField' ],
  numericFields: [ 'testTotalField' ],
  doesMatchIndices: true,
  doesMatchRollupIndices: false }
    at Assertion.assert (/dev/shm/workspace/parallel/13/kibana/packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (/dev/shm/workspace/parallel/13/kibana/packages/kbn-expect/expect.js:244:8)
    at Context.it (test/api_integration/apis/management/rollup/rollup.js:48:25)
  actual:
   '{\n  "dateFields": [\n    "testCreatedField"\n  ]\n  "doesMatchIndices": true\n  "doesMatchRollupIndices": false\n  "keywordFields": [\n    "testTagField"\n  ]\n  "numericFields": [\n    "_doc_count"\n    "testTotalField"\n  ]\n}',
  expected:
   '{\n  "dateFields": [\n    "testCreatedField"\n  ]\n  "doesMatchIndices": true\n  "doesMatchRollupIndices": false\n  "keywordFields": [\n    "testTagField"\n  ]\n  "numericFields": [\n    "testTotalField"\n  ]\n}',
  showDiff: true }

Chrome UI Functional Tests.test/functional/apps/discover/_doc_table·ts.discover app discover doc table add and remove columns should remove columns from the table

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 1 times on tracked branches: https://github.com/elastic/kibana/issues/82445

[00:00:00]       │
[00:00:00]         └-: discover app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-> "before all" hook
[00:08:14]           └-: discover doc table
[00:08:14]             └-> "before all" hook
[00:08:14]             └-> "before all" hook
[00:08:14]               │ debg load kibana index with default index pattern
[00:08:14]               │ info [discover] Loading "mappings.json"
[00:08:14]               │ info [discover] Loading "data.json.gz"
[00:08:14]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_3/nGXWrOP3T4OaKi5a6xta6Q] deleting index
[00:08:14]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/fcoTwwdLRoub0mlKdVZY-g] deleting index
[00:08:14]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_1/7cv0H1_PQ3qasvvKPFqpEg] deleting index
[00:08:14]               │ info [discover] Deleted existing index [".kibana_2",".kibana_1",".kibana_3"]
[00:08:14]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:08:14]               │ info [discover] Created index ".kibana"
[00:08:14]               │ debg [discover] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:08:14]               │ info [discover] Indexed 2 docs into ".kibana"
[00:08:14]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana/rYNR_fWAQHunaeg2py9Ptg] update_mapping [_doc]
[00:08:14]               │ debg Migrating saved objects
[00:08:14]               │ proc [kibana]   log   [17:26:56.983] [info][savedobjects-service] Creating index .kibana_2.
[00:08:14]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:08:14]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] updating number_of_replicas to [0] for indices [.kibana_2]
[00:08:14]               │ proc [kibana]   log   [17:26:57.037] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:08:14]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:08:14]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] updating number_of_replicas to [0] for indices [.kibana_1]
[00:08:14]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] 4340 finished with response BulkByScrollResponse[took=21.7ms,timed_out=false,sliceId=null,updated=0,created=2,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:08:15]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana/rYNR_fWAQHunaeg2py9Ptg] deleting index
[00:08:15]               │ proc [kibana]   log   [17:26:57.360] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:08:15]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/Q4DcXNndTMCmKuVorarIAw] update_mapping [_doc]
[00:08:15]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/Q4DcXNndTMCmKuVorarIAw] update_mapping [_doc]
[00:08:15]               │ proc [kibana]   log   [17:26:57.423] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:08:15]               │ proc [kibana]   log   [17:26:57.446] [info][savedobjects-service] Finished in 464ms.
[00:08:15]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:08:15]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/Q4DcXNndTMCmKuVorarIAw] update_mapping [_doc]
[00:08:16]               │ info [logstash_functional] Loading "mappings.json"
[00:08:16]               │ info [logstash_functional] Loading "data.json.gz"
[00:08:16]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.22"
[00:08:16]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.20"
[00:08:16]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.21"
[00:08:17]               │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:08:18]               │ debg discover doc table
[00:08:18]               │ debg navigating to discover url: http://localhost:61241/app/discover#/
[00:08:18]               │ debg navigate to: http://localhost:61241/app/discover#/
[00:08:18]               │ debg browser[INFO] http://localhost:61241/app/discover?_t=1605202021037#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:08:18]               │
[00:08:18]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:18]               │ debg ... sleep(700) start
[00:08:19]               │ debg ... sleep(700) end
[00:08:19]               │ debg returned from get, calling refresh
[00:08:19]               │ debg currentUrl = http://localhost:61241/app/discover#/
[00:08:19]               │          appUrl = http://localhost:61241/app/discover#/
[00:08:19]               │ debg TestSubjects.find(kibanaChrome)
[00:08:19]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:08:20]               │ debg browser[INFO] http://localhost:61241/app/discover?_t=1605202021037#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:08:20]               │
[00:08:20]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:08:20]               │ debg ... sleep(501) start
[00:08:20]               │ debg ... sleep(501) end
[00:08:20]               │ debg in navigateTo url = http://localhost:61241/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(columns:!(_source),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:08:20]               │ debg --- retry.try error: URL changed, waiting for it to settle
[00:08:21]               │ debg ... sleep(501) start
[00:08:21]               │ debg ... sleep(501) end
[00:08:21]               │ debg in navigateTo url = http://localhost:61241/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(columns:!(_source),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:08:21]               │ debg TestSubjects.exists(statusPageContainer)
[00:08:21]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:08:24]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:08:25]             └-> should show the first 50 rows by default
[00:08:25]               └-> "before each" hook: global before each
[00:08:25]               └-> "before each" hook
[00:08:25]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:08:25]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:25]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:08:25]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:08:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:08:25]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:08:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:08:25]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:08:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:25]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:25]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:25]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:08:25]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:25]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:08:25]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:25]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:25]                 │ debg Find.waitForElementStale with timeout=10000
[00:08:26]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:26]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:26]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:26]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:26]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:26]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:08:26]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:26]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:26]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:26]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:08:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:08:29]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:08:29]                 │ debg TestSubjects.click(querySubmitButton)
[00:08:29]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:29]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:29]                 │ debg Find.waitForElementStale with timeout=10000
[00:08:30]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:30]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:30]               │ debg isGlobalLoadingIndicatorVisible
[00:08:30]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:30]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:30]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:30]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:32]               │ debg TestSubjects.findAll(docTableRow)
[00:08:32]               │ debg Find.allByCssSelector('[data-test-subj="docTableRow"]') with timeout=10000
[00:08:32]               └- ✓ pass  (2.8s) "discover app discover doc table should show the first 50 rows by default"
[00:08:32]             └-> should refresh the table content when changing time window
[00:08:32]               └-> "before each" hook: global before each
[00:08:32]               └-> "before each" hook
[00:08:32]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:08:32]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:32]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:32]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:32]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:08:35]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:08:35]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:08:35]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:08:35]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:08:35]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:35]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:36]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:36]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:36]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:36]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:08:36]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:36]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:08:36]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:36]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:36]                 │ debg Find.waitForElementStale with timeout=10000
[00:08:37]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:37]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:37]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:37]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:37]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:37]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:37]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:37]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:08:37]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:37]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:37]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:37]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:08:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:08:40]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:08:40]                 │ debg TestSubjects.click(querySubmitButton)
[00:08:40]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:40]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:40]                 │ debg Find.waitForElementStale with timeout=10000
[00:08:42]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:42]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:42]               │ debg isGlobalLoadingIndicatorVisible
[00:08:42]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:42]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:44]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:08:44]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:44]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:44]               │ debg TestSubjects.findAll(docTableRow)
[00:08:44]               │ debg Find.allByCssSelector('[data-test-subj="docTableRow"]') with timeout=10000
[00:08:45]               │ debg Setting absolute range to Sep 20, 2015 @ 23:00:00.000 to Sep 20, 2015 @ 23:14:00.000
[00:08:45]               │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:45]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:45]               │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:45]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:08:48]               │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:08:48]               │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:08:48]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:08:48]               │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:08:48]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:48]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:08:48]               │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:48]               │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:48]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:48]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:49]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:49]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:49]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:49]               │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 20, 2015 @ 23:14:00.000)
[00:08:49]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:49]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:49]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:49]               │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:08:49]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:49]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:08:49]               │ debg Find.waitForElementStale with timeout=10000
[00:08:49]               │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:08:49]               │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:08:49]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:49]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:08:50]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:50]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:50]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:50]               │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 20, 2015 @ 23:00:00.000)
[00:08:50]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:08:50]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:50]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:08:50]               │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:08:50]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:08:52]               │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:08:53]               │ debg TestSubjects.click(querySubmitButton)
[00:08:53]               │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:53]               │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:08:54]               │ debg Find.waitForElementStale with timeout=10000
[00:08:55]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:55]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:55]               │ debg TestSubjects.missingOrFail(loadingSpinner)
[00:08:55]               │ debg Find.waitForDeletedByCssSelector('[data-test-subj="loadingSpinner"]') with timeout=100000
[00:08:55]               │ debg isGlobalLoadingIndicatorVisible
[00:08:55]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:08:55]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:08:57]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:08:57]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:08:57]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:08:57]               │ debg TestSubjects.findAll(docTableRow)
[00:08:57]               │ debg Find.allByCssSelector('[data-test-subj="docTableRow"]') with timeout=10000
[00:08:57]               └- ✓ pass  (15.0s) "discover app discover doc table should refresh the table content when changing time window"
[00:08:57]             └-> should load up to 500 rows when scrolling at the end of the table
[00:08:57]               └-> "before each" hook: global before each
[00:08:57]               └-> "before each" hook
[00:08:57]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:08:57]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:08:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:08:57]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:08:57]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:09:00]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:09:00]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:09:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:09:00]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:09:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:01]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:09:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:01]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:09:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:01]                 │ debg Find.waitForElementStale with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:02]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:02]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:02]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:02]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:09:02]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:02]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:02]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:02]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:04]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:05]                 │ debg TestSubjects.click(querySubmitButton)
[00:09:05]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:05]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:05]                 │ debg Find.waitForElementStale with timeout=10000
[00:09:05]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:05]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:05]               │ debg isGlobalLoadingIndicatorVisible
[00:09:05]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:05]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:06]               │ debg --- retry.tryForTime error: stale element reference: element is not attached to the page document
[00:09:06]               │        (Session info: headless chrome=86.0.4240.111)
[00:09:08]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:09]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:09]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:09]               │ debg TestSubjects.findAll(docTableRow)
[00:09:09]               │ debg Find.allByCssSelector('[data-test-subj="docTableRow"]') with timeout=10000
[00:09:09]               │ debg TestSubjects.find(discoverSkipTableButton)
[00:09:09]               │ debg Find.findByCssSelector('[data-test-subj="discoverSkipTableButton"]') with timeout=10000
[00:09:15]               │ debg isGlobalLoadingIndicatorVisible
[00:09:15]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:09:15]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:09:16]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:09:17]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:17]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:17]               │ debg TestSubjects.findAll(docTableRow)
[00:09:17]               │ debg Find.allByCssSelector('[data-test-subj="docTableRow"]') with timeout=10000
[00:09:26]               └- ✓ pass  (21.1s) "discover app discover doc table should load up to 500 rows when scrolling at the end of the table"
[00:09:26]             └-> should go the end of the table when using the accessible Skip button
[00:09:26]               └-> "before each" hook: global before each
[00:09:26]               └-> "before each" hook
[00:09:26]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:09:26]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:09:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:09:26]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:09:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:09:29]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:09:29]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:09:29]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:09:29]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:09:29]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:29]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:09:30]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:30]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:30]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:30]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:30]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:30]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:30]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:30]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:09:30]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:30]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:30]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:31]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:09:31]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:31]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:09:31]                 │ debg Find.waitForElementStale with timeout=10000
[00:09:33]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:09:34]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:09:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:09:34]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:09:34]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:34]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:09:34]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:09:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:09:37]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:09:37]                 │ debg TestSubjects.click(querySubmitButton)
[00:09:37]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:37]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:09:38]                 │ debg Find.waitForElementStale with timeout=10000
[00:09:39]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:09:39]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:09:40]               │ debg TestSubjects.find(discoverSkipTableButton)
[00:09:40]               │ debg Find.findByCssSelector('[data-test-subj="discoverSkipTableButton"]') with timeout=10000
[00:09:45]               │ debg TestSubjects.find(discoverDocTableFooter)
[00:09:45]               │ debg Find.findByCssSelector('[data-test-subj="discoverDocTableFooter"]') with timeout=10000
[00:09:45]               │ debg These are the first 500 documents matching your search, refine your search to see others.
[00:09:45]               │      Back to top.
[00:09:45]               └- ✓ pass  (4.9s) "discover app discover doc table should go the end of the table when using the accessible Skip button"
[00:09:45]             └-: expand a document row
[00:09:45]               └-> "before all" hook
[00:10:08]             └-: add and remove columns
[00:10:08]               └-> "before all" hook
[00:10:08]               └-> should add more columns to the table
[00:10:08]                 └-> "before each" hook: global before each
[00:10:08]                 └-> "before each" hook
[00:10:08]                   │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:10:08]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:10:08]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:10:08]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:10:08]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:10:11]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:10:12]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:10:12]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:10:12]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:10:12]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:12]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:12]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:12]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:12]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:12]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:12]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:10:12]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:12]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:12]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:10:12]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:10:12]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:10:12]                   │ debg Find.waitForElementStale with timeout=10000
[00:10:13]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:13]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:13]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:13]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:13]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:13]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:13]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:13]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:10:13]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:13]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:13]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:13]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:10:13]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:10:15]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:10:16]                   │ debg TestSubjects.click(querySubmitButton)
[00:10:16]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:10:16]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:10:16]                   │ debg Find.waitForElementStale with timeout=10000
[00:10:17]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:17]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:18]                 │ debg TestSubjects.find(fieldFilterSearchInput)
[00:10:18]                 │ debg Find.findByCssSelector('[data-test-subj="fieldFilterSearchInput"]') with timeout=10000
[00:10:18]                 │ debg add a phpmemory column
[00:10:18]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:10:18]                 │ debg TestSubjects.find(field-phpmemory)
[00:10:18]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:10:18]                 │ debg TestSubjects.click(fieldToggle-phpmemory)
[00:10:18]                 │ debg Find.clickByCssSelector('[data-test-subj="fieldToggle-phpmemory"]') with timeout=10000
[00:10:18]                 │ debg Find.findByCssSelector('[data-test-subj="fieldToggle-phpmemory"]') with timeout=10000
[00:10:19]                 │ debg isGlobalLoadingIndicatorVisible
[00:10:19]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:10:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:10:19]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:19]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:20]                 │ debg Find.findByCssSelector('thead > tr:nth-child(1)') with timeout=10000
[00:10:20]                 └- ✓ pass  (1.9s) "discover app discover doc table add and remove columns should add more columns to the table"
[00:10:20]               └-> "after each" hook
[00:10:20]                 │ debg TestSubjects.find(fieldList-selected)
[00:10:20]                 │ debg Find.findByCssSelector('[data-test-subj="fieldList-selected"]') with timeout=10000
[00:10:20]                 │ debg TestSubjects.descendantExists(field-phpmemory)
[00:10:20]                 │ debg Find.descendantExistsByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=2500
[00:10:20]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:10:20]                 │ debg TestSubjects.find(field-phpmemory)
[00:10:20]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:10:20]                 │ debg TestSubjects.click(fieldToggle-phpmemory)
[00:10:20]                 │ debg Find.clickByCssSelector('[data-test-subj="fieldToggle-phpmemory"]') with timeout=10000
[00:10:20]                 │ debg Find.findByCssSelector('[data-test-subj="fieldToggle-phpmemory"]') with timeout=10000
[00:10:21]                 │ debg isGlobalLoadingIndicatorVisible
[00:10:21]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:10:21]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:10:21]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:21]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:21]                 │ debg TestSubjects.find(fieldList-selected)
[00:10:21]                 │ debg Find.findByCssSelector('[data-test-subj="fieldList-selected"]') with timeout=10000
[00:10:21]                 │ debg TestSubjects.descendantExists(field-ip)
[00:10:21]                 │ debg Find.descendantExistsByCssSelector('[data-test-subj="field-ip"]') with timeout=2500
[00:10:31]                 │ debg isGlobalLoadingIndicatorVisible
[00:10:31]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:10:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:10:32]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:10:33]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:33]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:33]               └-> should remove columns from the table
[00:10:33]                 └-> "before each" hook: global before each
[00:10:33]                 └-> "before each" hook
[00:10:33]                   │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:10:33]                   │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:10:33]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:10:33]                   │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:10:33]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:10:36]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerShowDatesButton"] is not displayed
[00:10:36]                   │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:10:36]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:10:36]                   │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:10:36]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:10:36]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:36]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:36]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:36]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:36]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:36]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:10:36]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:36]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:36]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:37]                   │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:10:37]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:10:37]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:10:37]                   │ debg Find.waitForElementStale with timeout=10000
[00:10:37]                   │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:10:37]                   │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:10:37]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:37]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:10:37]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:37]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:37]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:37]                   │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:10:37]                   │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:10:37]                   │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:37]                   │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:10:38]                   │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:10:38]                   │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:10:40]                   │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:10:41]                   │ debg TestSubjects.click(querySubmitButton)
[00:10:41]                   │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:10:41]                   │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:10:41]                   │ debg Find.waitForElementStale with timeout=10000
[00:10:42]                   │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:10:42]                   │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:10:42]                 │ debg TestSubjects.find(fieldFilterSearchInput)
[00:10:42]                 │ debg Find.findByCssSelector('[data-test-subj="fieldFilterSearchInput"]') with timeout=10000
[00:10:42]                 │ debg TestSubjects.find(fieldFilterSearchInput)
[00:10:42]                 │ debg Find.findByCssSelector('[data-test-subj="fieldFilterSearchInput"]') with timeout=10000
[00:10:43]                 │ debg add a phpmemory column
[00:10:43]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:10:43]                 │ debg TestSubjects.find(field-phpmemory)
[00:10:43]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:10:53]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:10:53]                 │      Wait timed out after 10035ms
[00:10:53]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:10:53]                 │ debg TestSubjects.find(field-phpmemory)
[00:10:53]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:11:03]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:11:03]                 │      Wait timed out after 10013ms
[00:11:04]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:11:04]                 │ debg TestSubjects.find(field-phpmemory)
[00:11:04]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:11:14]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:11:14]                 │      Wait timed out after 10027ms
[00:11:14]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:11:14]                 │ debg TestSubjects.find(field-phpmemory)
[00:11:14]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:11:24]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:11:24]                 │      Wait timed out after 10017ms
[00:11:25]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:11:25]                 │ debg TestSubjects.find(field-phpmemory)
[00:11:25]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:11:35]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:11:35]                 │      Wait timed out after 10052ms
[00:11:36]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:11:36]                 │ debg TestSubjects.find(field-phpmemory)
[00:11:36]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:11:46]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:11:46]                 │      Wait timed out after 10040ms
[00:11:46]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:11:46]                 │ debg TestSubjects.find(field-phpmemory)
[00:11:46]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:11:56]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:11:56]                 │      Wait timed out after 10015ms
[00:11:57]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:11:57]                 │ debg TestSubjects.find(field-phpmemory)
[00:11:57]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:12:07]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:12:07]                 │      Wait timed out after 10029ms
[00:12:07]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:12:07]                 │ debg TestSubjects.find(field-phpmemory)
[00:12:07]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:12:17]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:12:17]                 │      Wait timed out after 10020ms
[00:12:18]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:12:18]                 │ debg TestSubjects.find(field-phpmemory)
[00:12:18]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:12:28]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:12:28]                 │      Wait timed out after 10019ms
[00:12:28]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:12:28]                 │ debg TestSubjects.find(field-phpmemory)
[00:12:28]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:12:38]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:12:38]                 │      Wait timed out after 10037ms
[00:12:39]                 │ debg TestSubjects.moveMouseTo(field-phpmemory)
[00:12:39]                 │ debg TestSubjects.find(field-phpmemory)
[00:12:39]                 │ debg Find.findByCssSelector('[data-test-subj="field-phpmemory"]') with timeout=10000
[00:12:49]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:12:49]                 │      Wait timed out after 10028ms
[00:12:49]                 │ info Taking screenshot "/dev/shm/workspace/parallel/24/kibana/test/functional/screenshots/failure/discover app discover doc table add and remove columns should remove columns from the table.png"
[00:12:49]                 │ info Current URL is: http://localhost:61241/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(columns:!(_source),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!())
[00:12:49]                 │ info Saving page source to: /dev/shm/workspace/parallel/24/kibana/test/functional/failure_debug/html/discover app discover doc table add and remove columns should remove columns from the table.html
[00:12:49]                 └- ✖ fail: discover app discover doc table add and remove columns should remove columns from the table
[00:12:49]                 │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
[00:12:49]                 │ Wait timed out after 10028ms
[00:12:49]                 │     at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:12:49]                 │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:12:49]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:12:49]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:12:49]                 │ 
[00:12:49]                 │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="field-phpmemory"])
Wait timed out after 10028ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

Chrome UI Functional Tests.test/functional/apps/getting_started/_shakespeare·js.Getting Started Shakespeare should configure Terms aggregation on play_name

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 1 times on tracked branches: https://github.com/elastic/kibana/issues/54118

[00:00:00]       │
[00:18:03]         └-: Getting Started 
[00:18:03]           └-> "before all" hook
[00:18:03]           └-> "before all" hook
[00:18:03]           └-: Shakespeare
[00:18:03]             └-> "before all" hook
[00:18:03]             └-> "before all" hook
[00:18:03]               │ debg Load empty_kibana and Shakespeare Getting Started data
[00:18:03]               │      https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html
[00:18:03]               │ info [empty_kibana] Loading "mappings.json"
[00:18:03]               │ info [empty_kibana] Loading "data.json.gz"
[00:18:03]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_3/rVxRQhraTN2MQ7jo2MGqGg] deleting index
[00:18:03]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_5/Mzcx9nVbTKuM6wbKB3PduA] deleting index
[00:18:03]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_1/yApAH272QjamCD82UDbPcw] deleting index
[00:18:03]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_4/E9ye27nmS9KHENMENB47_w] deleting index
[00:18:03]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/gzm3vbLtSeSkA0c6v9SS4A] deleting index
[00:18:03]               │ info [empty_kibana] Deleted existing index [".kibana_5",".kibana_2",".kibana_1",".kibana_4",".kibana_3"]
[00:18:03]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana] creating index, cause [api], templates [], shards [1]/[1]
[00:18:03]               │ info [empty_kibana] Created index ".kibana"
[00:18:03]               │ debg [empty_kibana] ".kibana" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:18:03]               │ info [empty_kibana] Indexed 1 docs into ".kibana"
[00:18:03]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana/DWUxRXowRESpV0c9sE5fHQ] update_mapping [_doc]
[00:18:03]               │ debg Migrating saved objects
[00:18:03]               │ proc [kibana]   log   [17:14:23.375] [info][savedobjects-service] Creating index .kibana_2.
[00:18:03]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1]
[00:18:03]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] updating number_of_replicas to [0] for indices [.kibana_2]
[00:18:03]               │ proc [kibana]   log   [17:14:23.410] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:18:03]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:18:03]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] updating number_of_replicas to [0] for indices [.kibana_1]
[00:18:03]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] 9034 finished with response BulkByScrollResponse[took=13.1ms,timed_out=false,sliceId=null,updated=0,created=1,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:18:04]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana/DWUxRXowRESpV0c9sE5fHQ] deleting index
[00:18:04]               │ proc [kibana]   log   [17:14:23.719] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:18:04]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/OtrPGjwaQ-utEfSFmu5DbQ] update_mapping [_doc]
[00:18:04]               │ proc [kibana]   log   [17:14:23.744] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:18:04]               │ proc [kibana]   log   [17:14:23.767] [info][savedobjects-service] Finished in 394ms.
[00:18:04]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:18:05]               │ debg Load shakespeare data
[00:18:05]               │ info [getting_started/shakespeare] Loading "mappings.json"
[00:18:05]               │ info [getting_started/shakespeare] Loading "data.json.gz"
[00:18:05]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [shakespeare] creating index, cause [api], templates [], shards [5]/[1]
[00:18:06]               │ info [getting_started/shakespeare] Created index "shakespeare"
[00:18:06]               │ debg [getting_started/shakespeare] "shakespeare" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:18:06]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [shakespeare/9cFXS-0lTLmuwNX2eSe8CQ] update_mapping [_doc]
[00:18:14]               │ info [getting_started/shakespeare] Indexed 111396 docs into "shakespeare"
[00:18:14]             └-> should create shakespeare index pattern
[00:18:14]               └-> "before each" hook: global before each
[00:18:14]               │ debg navigating to settings url: http://localhost:61241/app/management
[00:18:14]               │ debg navigate to: http://localhost:61241/app/management
[00:18:15]               │ debg browser[INFO] http://localhost:61241/app/management?_t=1605201274425 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:18:15]               │
[00:18:15]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:15]               │ debg ... sleep(700) start
[00:18:15]               │ debg ... sleep(700) end
[00:18:15]               │ debg returned from get, calling refresh
[00:18:16]               │ debg browser[INFO] http://localhost:61241/app/management?_t=1605201274425 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:18:16]               │
[00:18:16]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:16]               │ debg currentUrl = http://localhost:61241/app/management
[00:18:16]               │          appUrl = http://localhost:61241/app/management
[00:18:16]               │ debg TestSubjects.find(kibanaChrome)
[00:18:16]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:18:16]               │ debg ... sleep(501) start
[00:18:16]               │ debg ... sleep(501) end
[00:18:16]               │ debg in navigateTo url = http://localhost:61241/app/management
[00:18:16]               │ debg TestSubjects.exists(statusPageContainer)
[00:18:16]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:18:19]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:18:19]               │ debg Create shakespeare index pattern
[00:18:19]               │ debg isGlobalLoadingIndicatorVisible
[00:18:19]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:19]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:21]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:21]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:21]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:21]               │ debg clickKibanaIndexPatterns link
[00:18:21]               │ debg TestSubjects.click(indexPatterns)
[00:18:21]               │ debg Find.clickByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:18:21]               │ debg Find.findByCssSelector('[data-test-subj="indexPatterns"]') with timeout=10000
[00:18:21]               │ debg isGlobalLoadingIndicatorVisible
[00:18:21]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:21]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:23]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:23]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:23]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:23]               │ debg Find.existsByLinkText('shakespeare')  with timeout=2500
[00:18:26]               │ debg isGlobalLoadingIndicatorVisible
[00:18:26]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:26]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:28]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:28]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:28]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:28]               │ debg TestSubjects.click(createIndexPatternButton)
[00:18:28]               │ debg Find.clickByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:18:28]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:18:28]               │ debg isGlobalLoadingIndicatorVisible
[00:18:28]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:28]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:30]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:30]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:30]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:30]               │ debg setIndexPatternField(shakespeare)
[00:18:30]               │ debg TestSubjects.find(createIndexPatternNameInput)
[00:18:30]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternNameInput"]') with timeout=10000
[00:18:32]               │ debg setIndexPatternField set to shakespeare
[00:18:32]               │ debg ... sleep(2000) start
[00:18:34]               │ debg ... sleep(2000) end
[00:18:34]               │ debg TestSubjects.find(createIndexPatternGoToStep2Button)
[00:18:34]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternGoToStep2Button"]') with timeout=10000
[00:18:34]               │ debg ... sleep(2000) start
[00:18:36]               │ debg ... sleep(2000) end
[00:18:36]               │ debg TestSubjects.find(createIndexPatternButton)
[00:18:36]               │ debg Find.findByCssSelector('[data-test-subj="createIndexPatternButton"]') with timeout=10000
[00:18:36]               │ debg isGlobalLoadingIndicatorVisible
[00:18:36]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:36]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:36]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xxl-1605199144713364972] [.kibana_2/OtrPGjwaQ-utEfSFmu5DbQ] update_mapping [_doc]
[00:18:36]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:36]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:37]               │ info currentUrl http://localhost:61241/app/management/kibana/indexPatterns/patterns/95ebeea0-250a-11eb-9840-1d2a7236ce76#/?_a=(tab:indexedFields)
[00:18:37]               │ debg Index pattern created: http://localhost:61241/app/management/kibana/indexPatterns/patterns/95ebeea0-250a-11eb-9840-1d2a7236ce76#/?_a=(tab:indexedFields)
[00:18:37]               │ debg index pattern ID:  ?_a=(tab:indexedFields)
[00:18:37]               │ debg TestSubjects.getVisibleText(indexPatternTitle)
[00:18:37]               │ debg TestSubjects.find(indexPatternTitle)
[00:18:37]               │ debg Find.findByCssSelector('[data-test-subj="indexPatternTitle"]') with timeout=10000
[00:18:37]               └- ✓ pass  (22.5s) "Getting Started  Shakespeare should create shakespeare index pattern"
[00:18:37]             └-> should create initial vertical bar chart
[00:18:37]               └-> "before each" hook: global before each
[00:18:37]               │ debg create shakespeare vertical bar chart
[00:18:37]               │ debg navigating to visualize url: http://localhost:61241/app/visualize#/
[00:18:37]               │ debg navigate to: http://localhost:61241/app/visualize#/
[00:18:37]               │ debg browser[INFO] http://localhost:61241/app/visualize?_t=1605201296937#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:18:37]               │
[00:18:37]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:37]               │ debg ... sleep(700) start
[00:18:38]               │ debg ... sleep(700) end
[00:18:38]               │ debg returned from get, calling refresh
[00:18:38]               │ debg browser[INFO] http://localhost:61241/app/visualize?_t=1605201296937#/ 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:18:38]               │
[00:18:38]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:18:38]               │ debg currentUrl = http://localhost:61241/app/visualize#/
[00:18:38]               │          appUrl = http://localhost:61241/app/visualize#/
[00:18:38]               │ debg TestSubjects.find(kibanaChrome)
[00:18:38]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:18:38]               │ debg ... sleep(501) start
[00:18:39]               │ debg ... sleep(501) end
[00:18:39]               │ debg in navigateTo url = http://localhost:61241/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:18:39]               │ debg --- retry.try error: URL changed, waiting for it to settle
[00:18:39]               │ debg ... sleep(501) start
[00:18:40]               │ debg ... sleep(501) end
[00:18:40]               │ debg in navigateTo url = http://localhost:61241/app/visualize#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:18:40]               │ debg TestSubjects.exists(statusPageContainer)
[00:18:40]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:18:43]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:18:43]               │ debg isGlobalLoadingIndicatorVisible
[00:18:43]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:43]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:45]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:45]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:45]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:45]               │ debg TestSubjects.exists(newItemButton)
[00:18:45]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:18:48]               │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:18:51]               │ debg --- retry.tryForTime failed again with the same message...
[00:18:54]               │ debg --- retry.tryForTime failed again with the same message...
[00:18:57]               │ debg --- retry.tryForTime failed again with the same message...
[00:18:57]               │ debg TestSubjects.click(createVisualizationPromptButton)
[00:18:57]               │ debg Find.clickByCssSelector('[data-test-subj="createVisualizationPromptButton"]') with timeout=10000
[00:18:57]               │ debg Find.findByCssSelector('[data-test-subj="createVisualizationPromptButton"]') with timeout=10000
[00:18:57]               │ debg TestSubjects.find(visNewDialogTypes)
[00:18:57]               │ debg Find.findByCssSelector('[data-test-subj="visNewDialogTypes"]') with timeout=10000
[00:18:57]               │ debg TestSubjects.click(visType-histogram)
[00:18:57]               │ debg Find.clickByCssSelector('[data-test-subj="visType-histogram"]') with timeout=10000
[00:18:57]               │ debg Find.findByCssSelector('[data-test-subj="visType-histogram"]') with timeout=10000
[00:18:57]               │ debg isGlobalLoadingIndicatorVisible
[00:18:57]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:18:57]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:18:59]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:18:59]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:18:59]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:18:59]               │ debg TestSubjects.click(savedObjectTitleshakespeare)
[00:18:59]               │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleshakespeare"]') with timeout=10000
[00:18:59]               │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleshakespeare"]') with timeout=10000
[00:19:00]               │ debg isGlobalLoadingIndicatorVisible
[00:19:00]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:19:00]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:19:00]               │ debg browser[INFO] http://localhost:61241/app/visualize#/create?type=histogram&indexPattern=95ebeea0-250a-11eb-9840-1d2a7236ce76 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:19:00]               │
[00:19:00]               │ debg browser[INFO] http://localhost:61241/bootstrap.js 42:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:19:01]               │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:19:02]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:19:02]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:19:02]               │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:19:02]               │ debg TestSubjects.find(visualizationLoader)
[00:19:02]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:02]               │ debg -- firstCount=1
[00:19:02]               │ debg ... sleep(2000) start
[00:19:04]               │ debg ... sleep(2000) end
[00:19:04]               │ debg TestSubjects.find(visualizationLoader)
[00:19:04]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:04]               │ debg -- secondCount=1
[00:19:04]               │ debg Find.findByCssSelector('.visualization') with timeout=10000
[00:19:04]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:04]               │ debg maxYLabel = 120000, maxYLabelYPosition = 202.40625
[00:19:04]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:04]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:04]               │ debg data=111396
[00:19:04]               │ debg data.length=1
[00:19:04]               └- ✓ pass  (26.9s) "Getting Started  Shakespeare should create initial vertical bar chart"
[00:19:04]             └-> should configure metric Unique Count Speaking Parts
[00:19:04]               └-> "before each" hook: global before each
[00:19:04]               │ debg Metric = Unique Count, speaker, Speaking Parts
[00:19:04]               │ debg Find.findByCssSelector('button[aria-controls="visEditorAggAccordion1"]') with timeout=10000
[00:19:04]               │ debg toggle visEditorAggAccordion1 expand = false
[00:19:04]               │ debg toggle visEditorAggAccordion1 click()
[00:19:04]               │ debg Find.findByCssSelector('#visEditorAggAccordion1 [data-test-subj="defaultEditorAggSelect"]') with timeout=10000
[00:19:04]               │ debg comboBox.setElement, value: Unique Count
[00:19:04]               │ debg comboBox.isOptionSelected, value: Unique Count
[00:19:06]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:06]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:06]               │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Unique Count"]') with timeout=2500
[00:19:07]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:07]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:09]               │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:19:10]               │ debg Find.findByCssSelector('#visEditorAggAccordion1 [data-test-subj="visDefaultEditorField"]') with timeout=10000
[00:19:10]               │ debg comboBox.setElement, value: speaker
[00:19:10]               │ debg comboBox.isOptionSelected, value: speaker
[00:19:12]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:12]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:12]               │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="speaker"]') with timeout=2500
[00:19:12]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:12]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:15]               │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:19:15]               │ debg TestSubjects.find(visEditorStringInput1customLabel)
[00:19:15]               │ debg Find.findByCssSelector('[data-test-subj="visEditorStringInput1customLabel"]') with timeout=10000
[00:19:15]               │ debg TestSubjects.find(visualizationLoader)
[00:19:15]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:16]               │ debg Before Rendering count 1
[00:19:16]               │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:19:16]               │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:19:16]               │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:19:16]               │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [2]...
[00:19:16]               │ debg TestSubjects.find(visualizationLoader)
[00:19:16]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:16]               │ debg -- currentRenderingCount=1
[00:19:16]               │ debg TestSubjects.find(visualizationLoader)
[00:19:16]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:16]               │ debg -- currentRenderingCount=2
[00:19:16]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:16]               │ debg maxYLabel = 1000, maxYLabelYPosition = 202.40625
[00:19:16]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:17]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:17]               │ debg data=935
[00:19:17]               │ debg data.length=1
[00:19:17]               │ debg Find.findByCssSelector('.y-axis-div .y-axis-title text') with timeout=10000
[00:19:17]               └- ✓ pass  (12.7s) "Getting Started  Shakespeare should configure metric Unique Count Speaking Parts"
[00:19:17]             └-> should configure Terms aggregation on play_name
[00:19:17]               └-> "before each" hook: global before each
[00:19:17]               │ debg TestSubjects.click(visEditorAdd_buckets)
[00:19:17]               │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_buckets"]') with timeout=10000
[00:19:17]               │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_buckets"]') with timeout=10000
[00:19:17]               │ debg TestSubjects.click(visEditorAdd_buckets_X-axis)
[00:19:17]               │ debg Find.clickByCssSelector('[data-test-subj="visEditorAdd_buckets_X-axis"]') with timeout=10000
[00:19:17]               │ debg Find.findByCssSelector('[data-test-subj="visEditorAdd_buckets_X-axis"]') with timeout=10000
[00:19:17]               │ debg Aggregation = Terms
[00:19:17]               │ debg Find.findByCssSelector('
[00:19:17]               │                [data-test-subj="bucketsAggGroup"]
[00:19:17]               │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:19:17]               │                
[00:19:17]               │                [data-test-subj="defaultEditorAggSelect"]
[00:19:17]               │              ') with timeout=10000
[00:19:17]               │ debg comboBox.setElement, value: Terms
[00:19:17]               │ debg comboBox.isOptionSelected, value: Terms
[00:19:19]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:19]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:19]               │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="Terms"]') with timeout=2500
[00:19:19]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:19]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:22]               │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:19:22]               │ debg ... sleep(500) start
[00:19:23]               │ debg ... sleep(500) end
[00:19:23]               │ debg Field = play_name
[00:19:23]               │ debg selectField play_name
[00:19:23]               │ debg Find.findByCssSelector('
[00:19:23]               │                [data-test-subj="bucketsAggGroup"]
[00:19:23]               │                [data-test-subj^="visEditorAggAccordion"].euiAccordion-isOpen
[00:19:23]               │                [data-test-subj="visAggEditorParams"]
[00:19:23]               │                
[00:19:23]               │                [data-test-subj="visDefaultEditorField"]
[00:19:23]               │              ') with timeout=10000
[00:19:23]               │ debg comboBox.setElement, value: play_name
[00:19:23]               │ debg comboBox.isOptionSelected, value: play_name
[00:19:25]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:25]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:25]               │ debg Find.allByCssSelector('.euiFilterSelectItem[title^="play_name"]') with timeout=2500
[00:19:25]               │ debg TestSubjects.exists(~comboBoxOptionsList)
[00:19:25]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj~="comboBoxOptionsList"]') with timeout=2500
[00:19:28]               │ debg --- retry.tryForTime error: [data-test-subj~="comboBoxOptionsList"] is not displayed
[00:19:28]               │ debg TestSubjects.find(visualizationLoader)
[00:19:28]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:28]               │ debg Before Rendering count 4
[00:19:28]               │ debg TestSubjects.clickWhenNotDisabled(visualizeEditorRenderButton)
[00:19:28]               │ debg Find.clickByCssSelectorWhenNotDisabled('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:19:28]               │ debg Find.findByCssSelector('[data-test-subj="visualizeEditorRenderButton"]') with timeout=10000
[00:19:29]               │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [5]...
[00:19:29]               │ debg TestSubjects.find(visualizationLoader)
[00:19:29]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:29]               │ debg -- currentRenderingCount=4
[00:19:29]               │ debg TestSubjects.find(visualizationLoader)
[00:19:29]               │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:19:29]               │ debg -- currentRenderingCount=5
[00:19:29]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:29]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:29]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:29]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:29]               │ debg data=65,62,55,53,51
[00:19:29]               │ debg data.length=5
[00:19:29]               │ debg --- retry.try error: expected [ 65, 62, 55, 53, 51 ] to sort of equal [ 71, 65, 62, 55, 55 ]
[00:19:30]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:30]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:30]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:30]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:30]               │ debg data=65,62,55,53,51
[00:19:30]               │ debg data.length=5
[00:19:30]               │ debg --- retry.try failed again with the same message...
[00:19:31]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:31]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:31]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:31]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:31]               │ debg data=65,62,55,53,51
[00:19:31]               │ debg data.length=5
[00:19:31]               │ debg --- retry.try failed again with the same message...
[00:19:31]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:31]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:31]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:31]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:31]               │ debg data=65,62,55,53,51
[00:19:31]               │ debg data.length=5
[00:19:31]               │ debg --- retry.try failed again with the same message...
[00:19:32]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:32]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:32]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:32]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:32]               │ debg data=65,62,55,53,51
[00:19:32]               │ debg data.length=5
[00:19:32]               │ debg --- retry.try failed again with the same message...
[00:19:32]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:32]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:32]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:32]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:32]               │ debg data=65,62,55,53,51
[00:19:32]               │ debg data.length=5
[00:19:32]               │ debg --- retry.try failed again with the same message...
[00:19:33]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:33]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:33]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:33]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:33]               │ debg data=65,62,55,53,51
[00:19:33]               │ debg data.length=5
[00:19:33]               │ debg --- retry.try failed again with the same message...
[00:19:33]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:33]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:33]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:33]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:33]               │ debg data=65,62,55,53,51
[00:19:33]               │ debg data.length=5
[00:19:33]               │ debg --- retry.try failed again with the same message...
[00:19:34]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:34]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:34]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:34]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:34]               │ debg data=65,62,55,53,51
[00:19:34]               │ debg data.length=5
[00:19:34]               │ debg --- retry.try failed again with the same message...
[00:19:35]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:35]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:35]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:35]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:35]               │ debg data=65,62,55,53,51
[00:19:35]               │ debg data.length=5
[00:19:35]               │ debg --- retry.try failed again with the same message...
[00:19:35]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:35]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:35]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:35]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:35]               │ debg data=65,62,55,53,51
[00:19:35]               │ debg data.length=5
[00:19:35]               │ debg --- retry.try failed again with the same message...
[00:19:36]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:36]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:36]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:36]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:36]               │ debg data=65,62,55,53,51
[00:19:36]               │ debg data.length=5
[00:19:36]               │ debg --- retry.try failed again with the same message...
[00:19:36]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:36]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:36]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:36]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:36]               │ debg data=65,62,55,53,51
[00:19:36]               │ debg data.length=5
[00:19:36]               │ debg --- retry.try failed again with the same message...
[00:19:37]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:37]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:37]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:37]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:37]               │ debg data=65,62,55,53,51
[00:19:37]               │ debg data.length=5
[00:19:37]               │ debg --- retry.try failed again with the same message...
[00:19:37]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:37]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:37]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:37]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:37]               │ debg data=65,62,55,53,51
[00:19:37]               │ debg data.length=5
[00:19:37]               │ debg --- retry.try failed again with the same message...
[00:19:38]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:38]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:38]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:38]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:38]               │ debg data=65,62,55,53,51
[00:19:38]               │ debg data.length=5
[00:19:38]               │ debg --- retry.try failed again with the same message...
[00:19:39]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:39]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:39]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:39]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:39]               │ debg data=65,62,55,53,51
[00:19:39]               │ debg data.length=5
[00:19:39]               │ debg --- retry.try failed again with the same message...
[00:19:39]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:39]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:39]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:39]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:39]               │ debg data=65,62,55,53,51
[00:19:39]               │ debg data.length=5
[00:19:39]               │ debg --- retry.try failed again with the same message...
[00:19:40]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:40]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:40]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:40]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:40]               │ debg data=65,62,55,53,51
[00:19:40]               │ debg data.length=5
[00:19:40]               │ debg --- retry.try failed again with the same message...
[00:19:40]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:40]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:40]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:40]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:40]               │ debg data=65,62,55,53,51
[00:19:40]               │ debg data.length=5
[00:19:40]               │ debg --- retry.try failed again with the same message...
[00:19:41]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:41]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:41]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:41]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:41]               │ debg data=65,62,55,53,51
[00:19:41]               │ debg data.length=5
[00:19:41]               │ debg --- retry.try failed again with the same message...
[00:19:41]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:41]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:41]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:41]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:41]               │ debg data=65,62,55,53,51
[00:19:41]               │ debg data.length=5
[00:19:41]               │ debg --- retry.try failed again with the same message...
[00:19:42]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:42]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:42]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:42]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:42]               │ debg data=65,62,55,53,51
[00:19:42]               │ debg data.length=5
[00:19:42]               │ debg --- retry.try failed again with the same message...
[00:19:43]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:43]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:43]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:43]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:43]               │ debg data=65,62,55,53,51
[00:19:43]               │ debg data.length=5
[00:19:43]               │ debg --- retry.try failed again with the same message...
[00:19:43]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:43]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:43]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:43]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:43]               │ debg data=65,62,55,53,51
[00:19:43]               │ debg data.length=5
[00:19:43]               │ debg --- retry.try failed again with the same message...
[00:19:44]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:44]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:44]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:44]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:44]               │ debg data=65,62,55,53,51
[00:19:44]               │ debg data.length=5
[00:19:44]               │ debg --- retry.try failed again with the same message...
[00:19:44]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:44]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:44]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:44]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:44]               │ debg data=65,62,55,53,51
[00:19:44]               │ debg data.length=5
[00:19:44]               │ debg --- retry.try failed again with the same message...
[00:19:45]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:45]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:45]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:45]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:45]               │ debg data=65,62,55,53,51
[00:19:45]               │ debg data.length=5
[00:19:45]               │ debg --- retry.try failed again with the same message...
[00:19:45]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:45]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:45]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:45]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:45]               │ debg data=65,62,55,53,51
[00:19:45]               │ debg data.length=5
[00:19:45]               │ debg --- retry.try failed again with the same message...
[00:19:46]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:46]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:46]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:46]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:46]               │ debg data=65,62,55,53,51
[00:19:46]               │ debg data.length=5
[00:19:46]               │ debg --- retry.try failed again with the same message...
[00:19:47]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:47]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:47]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:47]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:47]               │ debg data=65,62,55,53,51
[00:19:47]               │ debg data.length=5
[00:19:47]               │ debg --- retry.try failed again with the same message...
[00:19:47]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:47]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:47]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:47]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:47]               │ debg data=65,62,55,53,51
[00:19:47]               │ debg data.length=5
[00:19:47]               │ debg --- retry.try failed again with the same message...
[00:19:48]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:48]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:48]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:48]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:48]               │ debg data=65,62,55,53,51
[00:19:48]               │ debg data.length=5
[00:19:48]               │ debg --- retry.try failed again with the same message...
[00:19:48]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:48]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:48]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:48]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:48]               │ debg data=65,62,55,53,51
[00:19:48]               │ debg data.length=5
[00:19:48]               │ debg --- retry.try failed again with the same message...
[00:19:49]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:49]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:49]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:49]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:49]               │ debg data=65,62,55,53,51
[00:19:49]               │ debg data.length=5
[00:19:49]               │ debg --- retry.try failed again with the same message...
[00:19:49]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:49]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:49]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:49]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:49]               │ debg data=65,62,55,53,51
[00:19:49]               │ debg data.length=5
[00:19:49]               │ debg --- retry.try failed again with the same message...
[00:19:50]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:50]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:50]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:50]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:50]               │ debg data=65,62,55,53,51
[00:19:50]               │ debg data.length=5
[00:19:50]               │ debg --- retry.try failed again with the same message...
[00:19:51]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:51]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:51]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:51]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:51]               │ debg data=65,62,55,53,51
[00:19:51]               │ debg data.length=5
[00:19:51]               │ debg --- retry.try failed again with the same message...
[00:19:51]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:51]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:51]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:51]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:51]               │ debg data=65,62,55,53,51
[00:19:51]               │ debg data.length=5
[00:19:51]               │ debg --- retry.try failed again with the same message...
[00:19:52]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:52]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:52]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:52]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:52]               │ debg data=65,62,55,53,51
[00:19:52]               │ debg data.length=5
[00:19:52]               │ debg --- retry.try failed again with the same message...
[00:19:52]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:52]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:52]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:52]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:52]               │ debg data=65,62,55,53,51
[00:19:52]               │ debg data.length=5
[00:19:52]               │ debg --- retry.try failed again with the same message...
[00:19:53]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:53]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:53]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:53]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:53]               │ debg data=65,62,55,53,51
[00:19:53]               │ debg data.length=5
[00:19:53]               │ debg --- retry.try failed again with the same message...
[00:19:53]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:53]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:53]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:53]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:53]               │ debg data=65,62,55,53,51
[00:19:53]               │ debg data.length=5
[00:19:53]               │ debg --- retry.try failed again with the same message...
[00:19:54]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:54]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:54]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:54]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:54]               │ debg data=65,62,55,53,51
[00:19:54]               │ debg data.length=5
[00:19:54]               │ debg --- retry.try failed again with the same message...
[00:19:55]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:55]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:55]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:55]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:55]               │ debg data=65,62,55,53,51
[00:19:55]               │ debg data.length=5
[00:19:55]               │ debg --- retry.try failed again with the same message...
[00:19:55]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:55]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:55]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:55]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:55]               │ debg data=65,62,55,53,51
[00:19:55]               │ debg data.length=5
[00:19:55]               │ debg --- retry.try failed again with the same message...
[00:19:56]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:56]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:56]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:56]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:56]               │ debg data=65,62,55,53,51
[00:19:56]               │ debg data.length=5
[00:19:56]               │ debg --- retry.try failed again with the same message...
[00:19:56]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:56]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:56]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:56]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:56]               │ debg data=65,62,55,53,51
[00:19:56]               │ debg data.length=5
[00:19:56]               │ debg --- retry.try failed again with the same message...
[00:19:57]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:57]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:57]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:57]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:57]               │ debg data=65,62,55,53,51
[00:19:57]               │ debg data.length=5
[00:19:57]               │ debg --- retry.try failed again with the same message...
[00:19:57]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:57]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:57]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:57]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:57]               │ debg data=65,62,55,53,51
[00:19:57]               │ debg data.length=5
[00:19:57]               │ debg --- retry.try failed again with the same message...
[00:19:58]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:58]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:58]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:58]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:58]               │ debg data=65,62,55,53,51
[00:19:58]               │ debg data.length=5
[00:19:58]               │ debg --- retry.try failed again with the same message...
[00:19:59]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:59]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:59]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:59]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:59]               │ debg data=65,62,55,53,51
[00:19:59]               │ debg data.length=5
[00:19:59]               │ debg --- retry.try failed again with the same message...
[00:19:59]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:19:59]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:19:59]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:19:59]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:19:59]               │ debg data=65,62,55,53,51
[00:19:59]               │ debg data.length=5
[00:19:59]               │ debg --- retry.try failed again with the same message...
[00:20:00]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:00]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:00]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:00]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:00]               │ debg data=65,62,55,53,51
[00:20:00]               │ debg data.length=5
[00:20:00]               │ debg --- retry.try failed again with the same message...
[00:20:00]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:00]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:00]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:00]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:00]               │ debg data=65,62,55,53,51
[00:20:00]               │ debg data.length=5
[00:20:00]               │ debg --- retry.try failed again with the same message...
[00:20:01]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:01]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:01]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:01]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:01]               │ debg data=65,62,55,53,51
[00:20:01]               │ debg data.length=5
[00:20:01]               │ debg --- retry.try failed again with the same message...
[00:20:01]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:01]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:01]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:01]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:01]               │ debg data=65,62,55,53,51
[00:20:01]               │ debg data.length=5
[00:20:01]               │ debg --- retry.try failed again with the same message...
[00:20:02]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:02]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:02]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:02]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:02]               │ debg data=65,62,55,53,51
[00:20:02]               │ debg data.length=5
[00:20:02]               │ debg --- retry.try failed again with the same message...
[00:20:03]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:03]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:03]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:03]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:03]               │ debg data=65,62,55,53,51
[00:20:03]               │ debg data.length=5
[00:20:03]               │ debg --- retry.try failed again with the same message...
[00:20:03]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:03]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:03]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:03]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:03]               │ debg data=65,62,55,53,51
[00:20:03]               │ debg data.length=5
[00:20:03]               │ debg --- retry.try failed again with the same message...
[00:20:04]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:04]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:04]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:04]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:04]               │ debg data=65,62,55,53,51
[00:20:04]               │ debg data.length=5
[00:20:04]               │ debg --- retry.try failed again with the same message...
[00:20:04]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:04]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:04]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:04]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:04]               │ debg data=65,62,55,53,51
[00:20:04]               │ debg data.length=5
[00:20:04]               │ debg --- retry.try failed again with the same message...
[00:20:05]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:05]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:05]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:05]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:05]               │ debg data=65,62,55,53,51
[00:20:05]               │ debg data.length=5
[00:20:05]               │ debg --- retry.try failed again with the same message...
[00:20:05]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:05]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:05]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:05]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:05]               │ debg data=65,62,55,53,51
[00:20:05]               │ debg data.length=5
[00:20:05]               │ debg --- retry.try failed again with the same message...
[00:20:06]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:06]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:06]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:06]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:06]               │ debg data=65,62,55,53,51
[00:20:06]               │ debg data.length=5
[00:20:06]               │ debg --- retry.try failed again with the same message...
[00:20:07]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:07]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:07]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:07]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:07]               │ debg data=65,62,55,53,51
[00:20:07]               │ debg data.length=5
[00:20:07]               │ debg --- retry.try failed again with the same message...
[00:20:07]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:07]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:07]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:07]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:07]               │ debg data=65,62,55,53,51
[00:20:07]               │ debg data.length=5
[00:20:07]               │ debg --- retry.try failed again with the same message...
[00:20:08]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:08]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:08]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:08]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:08]               │ debg data=65,62,55,53,51
[00:20:08]               │ debg data.length=5
[00:20:08]               │ debg --- retry.try failed again with the same message...
[00:20:08]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:08]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:08]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:08]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:08]               │ debg data=65,62,55,53,51
[00:20:08]               │ debg data.length=5
[00:20:08]               │ debg --- retry.try failed again with the same message...
[00:20:09]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:09]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:09]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:09]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:09]               │ debg data=65,62,55,53,51
[00:20:09]               │ debg data.length=5
[00:20:09]               │ debg --- retry.try failed again with the same message...
[00:20:09]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:09]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:09]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:09]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:09]               │ debg data=65,62,55,53,51
[00:20:09]               │ debg data.length=5
[00:20:09]               │ debg --- retry.try failed again with the same message...
[00:20:10]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:10]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:10]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:10]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:10]               │ debg data=65,62,55,53,51
[00:20:10]               │ debg data.length=5
[00:20:10]               │ debg --- retry.try failed again with the same message...
[00:20:10]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:11]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:11]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:11]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:11]               │ debg data=65,62,55,53,51
[00:20:11]               │ debg data.length=5
[00:20:11]               │ debg --- retry.try failed again with the same message...
[00:20:11]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:11]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:11]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:11]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:11]               │ debg data=65,62,55,53,51
[00:20:11]               │ debg data.length=5
[00:20:11]               │ debg --- retry.try failed again with the same message...
[00:20:12]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:12]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:12]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:12]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:12]               │ debg data=65,62,55,53,51
[00:20:12]               │ debg data.length=5
[00:20:12]               │ debg --- retry.try failed again with the same message...
[00:20:12]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:12]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:12]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:12]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:12]               │ debg data=65,62,55,53,51
[00:20:12]               │ debg data.length=5
[00:20:12]               │ debg --- retry.try failed again with the same message...
[00:20:13]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:13]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:13]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:13]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:13]               │ debg data=65,62,55,53,51
[00:20:13]               │ debg data.length=5
[00:20:13]               │ debg --- retry.try failed again with the same message...
[00:20:13]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:13]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:13]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:13]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:13]               │ debg data=65,62,55,53,51
[00:20:13]               │ debg data.length=5
[00:20:13]               │ debg --- retry.try failed again with the same message...
[00:20:14]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:14]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:14]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:14]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:14]               │ debg data=65,62,55,53,51
[00:20:14]               │ debg data.length=5
[00:20:14]               │ debg --- retry.try failed again with the same message...
[00:20:14]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:15]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:15]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:15]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:15]               │ debg data=65,62,55,53,51
[00:20:15]               │ debg data.length=5
[00:20:15]               │ debg --- retry.try failed again with the same message...
[00:20:15]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:15]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:15]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:15]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:15]               │ debg data=65,62,55,53,51
[00:20:15]               │ debg data.length=5
[00:20:15]               │ debg --- retry.try failed again with the same message...
[00:20:16]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:16]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:16]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:16]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:16]               │ debg data=65,62,55,53,51
[00:20:16]               │ debg data.length=5
[00:20:16]               │ debg --- retry.try failed again with the same message...
[00:20:16]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:16]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:16]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:16]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:16]               │ debg data=65,62,55,53,51
[00:20:16]               │ debg data.length=5
[00:20:16]               │ debg --- retry.try failed again with the same message...
[00:20:17]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:17]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:17]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:17]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:17]               │ debg data=65,62,55,53,51
[00:20:17]               │ debg data.length=5
[00:20:17]               │ debg --- retry.try failed again with the same message...
[00:20:17]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:17]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:17]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:17]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:17]               │ debg data=65,62,55,53,51
[00:20:17]               │ debg data.length=5
[00:20:17]               │ debg --- retry.try failed again with the same message...
[00:20:18]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:18]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:18]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:18]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:18]               │ debg data=65,62,55,53,51
[00:20:18]               │ debg data.length=5
[00:20:18]               │ debg --- retry.try failed again with the same message...
[00:20:18]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:19]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:19]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:19]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:19]               │ debg data=65,62,55,53,51
[00:20:19]               │ debg data.length=5
[00:20:19]               │ debg --- retry.try failed again with the same message...
[00:20:19]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:19]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:19]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:19]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:19]               │ debg data=65,62,55,53,51
[00:20:19]               │ debg data.length=5
[00:20:19]               │ debg --- retry.try failed again with the same message...
[00:20:20]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:20]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:20]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:20]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:20]               │ debg data=65,62,55,53,51
[00:20:20]               │ debg data.length=5
[00:20:20]               │ debg --- retry.try failed again with the same message...
[00:20:20]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:20]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:20]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:20]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:20]               │ debg data=65,62,55,53,51
[00:20:20]               │ debg data.length=5
[00:20:20]               │ debg --- retry.try failed again with the same message...
[00:20:21]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:21]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:21]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:21]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:21]               │ debg data=65,62,55,53,51
[00:20:21]               │ debg data.length=5
[00:20:21]               │ debg --- retry.try failed again with the same message...
[00:20:21]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:21]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:21]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:21]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:21]               │ debg data=65,62,55,53,51
[00:20:21]               │ debg data.length=5
[00:20:21]               │ debg --- retry.try failed again with the same message...
[00:20:22]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:22]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:22]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:22]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:22]               │ debg data=65,62,55,53,51
[00:20:22]               │ debg data.length=5
[00:20:22]               │ debg --- retry.try failed again with the same message...
[00:20:22]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:23]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:23]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:23]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:23]               │ debg data=65,62,55,53,51
[00:20:23]               │ debg data.length=5
[00:20:23]               │ debg --- retry.try failed again with the same message...
[00:20:23]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:23]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:23]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:23]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:23]               │ debg data=65,62,55,53,51
[00:20:23]               │ debg data.length=5
[00:20:23]               │ debg --- retry.try failed again with the same message...
[00:20:24]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:24]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:24]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:24]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:24]               │ debg data=65,62,55,53,51
[00:20:24]               │ debg data.length=5
[00:20:24]               │ debg --- retry.try failed again with the same message...
[00:20:24]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:24]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:24]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:24]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:24]               │ debg data=65,62,55,53,51
[00:20:24]               │ debg data.length=5
[00:20:24]               │ debg --- retry.try failed again with the same message...
[00:20:25]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:25]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:25]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:25]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:25]               │ debg data=65,62,55,53,51
[00:20:25]               │ debg data.length=5
[00:20:25]               │ debg --- retry.try failed again with the same message...
[00:20:25]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:25]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:25]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:25]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:25]               │ debg data=65,62,55,53,51
[00:20:25]               │ debg data.length=5
[00:20:25]               │ debg --- retry.try failed again with the same message...
[00:20:26]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:26]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:26]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:26]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:26]               │ debg data=65,62,55,53,51
[00:20:26]               │ debg data.length=5
[00:20:26]               │ debg --- retry.try failed again with the same message...
[00:20:27]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:27]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:27]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:27]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:27]               │ debg data=65,62,55,53,51
[00:20:27]               │ debg data.length=5
[00:20:27]               │ debg --- retry.try failed again with the same message...
[00:20:27]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:27]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:27]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:27]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:27]               │ debg data=65,62,55,53,51
[00:20:27]               │ debg data.length=5
[00:20:27]               │ debg --- retry.try failed again with the same message...
[00:20:28]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:28]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:28]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:28]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:28]               │ debg data=65,62,55,53,51
[00:20:28]               │ debg data.length=5
[00:20:28]               │ debg --- retry.try failed again with the same message...
[00:20:28]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:28]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:28]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:28]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:28]               │ debg data=65,62,55,53,51
[00:20:28]               │ debg data.length=5
[00:20:28]               │ debg --- retry.try failed again with the same message...
[00:20:29]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:29]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:29]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:29]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:29]               │ debg data=65,62,55,53,51
[00:20:29]               │ debg data.length=5
[00:20:29]               │ debg --- retry.try failed again with the same message...
[00:20:29]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:29]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:29]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:29]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:29]               │ debg data=65,62,55,53,51
[00:20:29]               │ debg data.length=5
[00:20:29]               │ debg --- retry.try failed again with the same message...
[00:20:30]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:30]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:30]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:30]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:30]               │ debg data=65,62,55,53,51
[00:20:30]               │ debg data.length=5
[00:20:30]               │ debg --- retry.try failed again with the same message...
[00:20:31]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:31]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:31]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:31]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:31]               │ debg data=65,62,55,53,51
[00:20:31]               │ debg data.length=5
[00:20:31]               │ debg --- retry.try failed again with the same message...
[00:20:31]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:31]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:31]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:31]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:31]               │ debg data=65,62,55,53,51
[00:20:31]               │ debg data.length=5
[00:20:31]               │ debg --- retry.try failed again with the same message...
[00:20:32]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:32]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:32]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:32]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:32]               │ debg data=65,62,55,53,51
[00:20:32]               │ debg data.length=5
[00:20:32]               │ debg --- retry.try failed again with the same message...
[00:20:32]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:32]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:32]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:32]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:32]               │ debg data=65,62,55,53,51
[00:20:32]               │ debg data.length=5
[00:20:32]               │ debg --- retry.try failed again with the same message...
[00:20:33]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:33]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:33]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:33]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:33]               │ debg data=65,62,55,53,51
[00:20:33]               │ debg data.length=5
[00:20:33]               │ debg --- retry.try failed again with the same message...
[00:20:33]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:33]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:33]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:33]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:34]               │ debg data=65,62,55,53,51
[00:20:34]               │ debg data.length=5
[00:20:34]               │ debg --- retry.try failed again with the same message...
[00:20:34]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:34]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:34]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:34]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:34]               │ debg data=65,62,55,53,51
[00:20:34]               │ debg data.length=5
[00:20:34]               │ debg --- retry.try failed again with the same message...
[00:20:35]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:35]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:35]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:35]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:35]               │ debg data=65,62,55,53,51
[00:20:35]               │ debg data.length=5
[00:20:35]               │ debg --- retry.try failed again with the same message...
[00:20:35]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:35]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:35]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:35]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:35]               │ debg data=65,62,55,53,51
[00:20:35]               │ debg data.length=5
[00:20:35]               │ debg --- retry.try failed again with the same message...
[00:20:36]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:36]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:36]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:36]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:36]               │ debg data=65,62,55,53,51
[00:20:36]               │ debg data.length=5
[00:20:36]               │ debg --- retry.try failed again with the same message...
[00:20:36]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:36]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:36]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:36]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:36]               │ debg data=65,62,55,53,51
[00:20:36]               │ debg data.length=5
[00:20:36]               │ debg --- retry.try failed again with the same message...
[00:20:37]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:37]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:37]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:37]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:37]               │ debg data=65,62,55,53,51
[00:20:37]               │ debg data.length=5
[00:20:37]               │ debg --- retry.try failed again with the same message...
[00:20:37]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:37]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:37]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:37]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:38]               │ debg data=65,62,55,53,51
[00:20:38]               │ debg data.length=5
[00:20:38]               │ debg --- retry.try failed again with the same message...
[00:20:38]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:38]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:38]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:38]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:38]               │ debg data=65,62,55,53,51
[00:20:38]               │ debg data.length=5
[00:20:38]               │ debg --- retry.try failed again with the same message...
[00:20:39]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:39]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:39]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:39]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:39]               │ debg data=65,62,55,53,51
[00:20:39]               │ debg data.length=5
[00:20:39]               │ debg --- retry.try failed again with the same message...
[00:20:39]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:39]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:39]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:39]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:39]               │ debg data=65,62,55,53,51
[00:20:39]               │ debg data.length=5
[00:20:39]               │ debg --- retry.try failed again with the same message...
[00:20:40]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:40]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:40]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:40]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:40]               │ debg data=65,62,55,53,51
[00:20:40]               │ debg data.length=5
[00:20:40]               │ debg --- retry.try failed again with the same message...
[00:20:40]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:40]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:40]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:40]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:40]               │ debg data=65,62,55,53,51
[00:20:40]               │ debg data.length=5
[00:20:40]               │ debg --- retry.try failed again with the same message...
[00:20:41]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:41]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:41]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:41]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:41]               │ debg data=65,62,55,53,51
[00:20:41]               │ debg data.length=5
[00:20:41]               │ debg --- retry.try failed again with the same message...
[00:20:41]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:41]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:41]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:41]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:42]               │ debg data=65,62,55,53,51
[00:20:42]               │ debg data.length=5
[00:20:42]               │ debg --- retry.try failed again with the same message...
[00:20:42]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:42]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:42]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:42]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:42]               │ debg data=65,62,55,53,51
[00:20:42]               │ debg data.length=5
[00:20:42]               │ debg --- retry.try failed again with the same message...
[00:20:43]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:43]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:43]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:43]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:43]               │ debg data=65,62,55,53,51
[00:20:43]               │ debg data.length=5
[00:20:43]               │ debg --- retry.try failed again with the same message...
[00:20:43]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:43]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:43]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:43]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:43]               │ debg data=65,62,55,53,51
[00:20:43]               │ debg data.length=5
[00:20:43]               │ debg --- retry.try failed again with the same message...
[00:20:44]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:44]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:44]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:44]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:44]               │ debg data=65,62,55,53,51
[00:20:44]               │ debg data.length=5
[00:20:44]               │ debg --- retry.try failed again with the same message...
[00:20:44]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:44]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:44]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:44]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:44]               │ debg data=65,62,55,53,51
[00:20:44]               │ debg data.length=5
[00:20:44]               │ debg --- retry.try failed again with the same message...
[00:20:45]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:45]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:45]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:45]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:45]               │ debg data=65,62,55,53,51
[00:20:45]               │ debg data.length=5
[00:20:45]               │ debg --- retry.try failed again with the same message...
[00:20:45]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:46]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:46]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:46]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:46]               │ debg data=65,62,55,53,51
[00:20:46]               │ debg data.length=5
[00:20:46]               │ debg --- retry.try failed again with the same message...
[00:20:46]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:46]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:46]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:46]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:46]               │ debg data=65,62,55,53,51
[00:20:46]               │ debg data.length=5
[00:20:46]               │ debg --- retry.try failed again with the same message...
[00:20:47]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:47]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:47]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:47]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:47]               │ debg data=65,62,55,53,51
[00:20:47]               │ debg data.length=5
[00:20:47]               │ debg --- retry.try failed again with the same message...
[00:20:47]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:47]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:47]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:47]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:47]               │ debg data=65,62,55,53,51
[00:20:47]               │ debg data.length=5
[00:20:47]               │ debg --- retry.try failed again with the same message...
[00:20:48]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:48]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:48]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:48]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:48]               │ debg data=65,62,55,53,51
[00:20:48]               │ debg data.length=5
[00:20:48]               │ debg --- retry.try failed again with the same message...
[00:20:48]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:48]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:48]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:48]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:48]               │ debg data=65,62,55,53,51
[00:20:48]               │ debg data.length=5
[00:20:48]               │ debg --- retry.try failed again with the same message...
[00:20:49]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:49]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:49]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:49]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:49]               │ debg data=65,62,55,53,51
[00:20:49]               │ debg data.length=5
[00:20:49]               │ debg --- retry.try failed again with the same message...
[00:20:50]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:50]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:50]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:50]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:50]               │ debg data=65,62,55,53,51
[00:20:50]               │ debg data.length=5
[00:20:50]               │ debg --- retry.try failed again with the same message...
[00:20:50]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:50]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:50]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:50]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:50]               │ debg data=65,62,55,53,51
[00:20:50]               │ debg data.length=5
[00:20:50]               │ debg --- retry.try failed again with the same message...
[00:20:51]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:51]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:51]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:51]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:51]               │ debg data=65,62,55,53,51
[00:20:51]               │ debg data.length=5
[00:20:51]               │ debg --- retry.try failed again with the same message...
[00:20:51]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:51]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:51]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:51]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:51]               │ debg data=65,62,55,53,51
[00:20:51]               │ debg data.length=5
[00:20:51]               │ debg --- retry.try failed again with the same message...
[00:20:52]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:52]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:52]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:52]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:52]               │ debg data=65,62,55,53,51
[00:20:52]               │ debg data.length=5
[00:20:52]               │ debg --- retry.try failed again with the same message...
[00:20:52]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:52]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:52]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:52]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:52]               │ debg data=65,62,55,53,51
[00:20:52]               │ debg data.length=5
[00:20:52]               │ debg --- retry.try failed again with the same message...
[00:20:53]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:53]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:53]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:53]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:53]               │ debg data=65,62,55,53,51
[00:20:53]               │ debg data.length=5
[00:20:53]               │ debg --- retry.try failed again with the same message...
[00:20:54]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:54]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:54]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:54]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:54]               │ debg data=65,62,55,53,51
[00:20:54]               │ debg data.length=5
[00:20:54]               │ debg --- retry.try failed again with the same message...
[00:20:54]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:54]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:54]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:54]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:54]               │ debg data=65,62,55,53,51
[00:20:54]               │ debg data.length=5
[00:20:54]               │ debg --- retry.try failed again with the same message...
[00:20:55]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:55]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:55]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:55]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:55]               │ debg data=65,62,55,53,51
[00:20:55]               │ debg data.length=5
[00:20:55]               │ debg --- retry.try failed again with the same message...
[00:20:55]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:55]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:55]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:55]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:55]               │ debg data=65,62,55,53,51
[00:20:55]               │ debg data.length=5
[00:20:55]               │ debg --- retry.try failed again with the same message...
[00:20:56]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:56]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:56]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:56]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:56]               │ debg data=65,62,55,53,51
[00:20:56]               │ debg data.length=5
[00:20:56]               │ debg --- retry.try failed again with the same message...
[00:20:56]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:56]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:56]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:57]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:57]               │ debg data=65,62,55,53,51
[00:20:57]               │ debg data.length=5
[00:20:57]               │ debg --- retry.try failed again with the same message...
[00:20:57]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:57]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:57]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:57]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:57]               │ debg data=65,62,55,53,51
[00:20:57]               │ debg data.length=5
[00:20:57]               │ debg --- retry.try failed again with the same message...
[00:20:58]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:58]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:58]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:58]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:58]               │ debg data=65,62,55,53,51
[00:20:58]               │ debg data.length=5
[00:20:58]               │ debg --- retry.try failed again with the same message...
[00:20:58]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:58]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:58]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:58]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:58]               │ debg data=65,62,55,53,51
[00:20:58]               │ debg data.length=5
[00:20:58]               │ debg --- retry.try failed again with the same message...
[00:20:59]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:59]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:59]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:59]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:59]               │ debg data=65,62,55,53,51
[00:20:59]               │ debg data.length=5
[00:20:59]               │ debg --- retry.try failed again with the same message...
[00:20:59]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:20:59]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:20:59]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:20:59]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:20:59]               │ debg data=65,62,55,53,51
[00:20:59]               │ debg data.length=5
[00:20:59]               │ debg --- retry.try failed again with the same message...
[00:21:00]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:00]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:00]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:00]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:00]               │ debg data=65,62,55,53,51
[00:21:00]               │ debg data.length=5
[00:21:00]               │ debg --- retry.try failed again with the same message...
[00:21:01]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:01]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:01]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:01]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:01]               │ debg data=65,62,55,53,51
[00:21:01]               │ debg data.length=5
[00:21:01]               │ debg --- retry.try failed again with the same message...
[00:21:01]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:01]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:01]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:01]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:01]               │ debg data=65,62,55,53,51
[00:21:01]               │ debg data.length=5
[00:21:01]               │ debg --- retry.try failed again with the same message...
[00:21:02]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:02]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:02]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:02]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:02]               │ debg data=65,62,55,53,51
[00:21:02]               │ debg data.length=5
[00:21:02]               │ debg --- retry.try failed again with the same message...
[00:21:02]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:02]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:02]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:02]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:02]               │ debg data=65,62,55,53,51
[00:21:02]               │ debg data.length=5
[00:21:02]               │ debg --- retry.try failed again with the same message...
[00:21:03]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:03]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:03]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:03]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:03]               │ debg data=65,62,55,53,51
[00:21:03]               │ debg data.length=5
[00:21:03]               │ debg --- retry.try failed again with the same message...
[00:21:03]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:03]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:03]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:04]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:04]               │ debg data=65,62,55,53,51
[00:21:04]               │ debg data.length=5
[00:21:04]               │ debg --- retry.try failed again with the same message...
[00:21:04]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:04]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:04]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:04]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:04]               │ debg data=65,62,55,53,51
[00:21:04]               │ debg data.length=5
[00:21:04]               │ debg --- retry.try failed again with the same message...
[00:21:05]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:05]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:05]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:05]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:05]               │ debg data=65,62,55,53,51
[00:21:05]               │ debg data.length=5
[00:21:05]               │ debg --- retry.try failed again with the same message...
[00:21:05]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:05]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:05]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:05]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:05]               │ debg data=65,62,55,53,51
[00:21:05]               │ debg data.length=5
[00:21:05]               │ debg --- retry.try failed again with the same message...
[00:21:06]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:06]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:06]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:06]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:06]               │ debg data=65,62,55,53,51
[00:21:06]               │ debg data.length=5
[00:21:06]               │ debg --- retry.try failed again with the same message...
[00:21:06]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:06]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:06]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:06]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:06]               │ debg data=65,62,55,53,51
[00:21:06]               │ debg data.length=5
[00:21:06]               │ debg --- retry.try failed again with the same message...
[00:21:07]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:07]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:07]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:07]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:07]               │ debg data=65,62,55,53,51
[00:21:07]               │ debg data.length=5
[00:21:07]               │ debg --- retry.try failed again with the same message...
[00:21:07]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:08]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:08]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:08]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:08]               │ debg data=65,62,55,53,51
[00:21:08]               │ debg data.length=5
[00:21:08]               │ debg --- retry.try failed again with the same message...
[00:21:08]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:08]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:08]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:08]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:08]               │ debg data=65,62,55,53,51
[00:21:08]               │ debg data.length=5
[00:21:08]               │ debg --- retry.try failed again with the same message...
[00:21:09]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:09]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:09]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:09]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:09]               │ debg data=65,62,55,53,51
[00:21:09]               │ debg data.length=5
[00:21:09]               │ debg --- retry.try failed again with the same message...
[00:21:09]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:09]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:09]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:09]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:09]               │ debg data=65,62,55,53,51
[00:21:09]               │ debg data.length=5
[00:21:09]               │ debg --- retry.try failed again with the same message...
[00:21:10]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:10]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:10]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:10]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:10]               │ debg data=65,62,55,53,51
[00:21:10]               │ debg data.length=5
[00:21:10]               │ debg --- retry.try failed again with the same message...
[00:21:10]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:10]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:10]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:10]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:10]               │ debg data=65,62,55,53,51
[00:21:10]               │ debg data.length=5
[00:21:10]               │ debg --- retry.try failed again with the same message...
[00:21:11]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:11]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:11]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:11]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:11]               │ debg data=65,62,55,53,51
[00:21:11]               │ debg data.length=5
[00:21:11]               │ debg --- retry.try failed again with the same message...
[00:21:12]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:12]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:12]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:12]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:12]               │ debg data=65,62,55,53,51
[00:21:12]               │ debg data.length=5
[00:21:12]               │ debg --- retry.try failed again with the same message...
[00:21:12]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:12]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:12]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:12]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:12]               │ debg data=65,62,55,53,51
[00:21:12]               │ debg data.length=5
[00:21:12]               │ debg --- retry.try failed again with the same message...
[00:21:13]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:13]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:13]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:13]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:13]               │ debg data=65,62,55,53,51
[00:21:13]               │ debg data.length=5
[00:21:13]               │ debg --- retry.try failed again with the same message...
[00:21:13]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:13]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:13]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:13]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:13]               │ debg data=65,62,55,53,51
[00:21:13]               │ debg data.length=5
[00:21:13]               │ debg --- retry.try failed again with the same message...
[00:21:14]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:14]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:14]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:14]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:14]               │ debg data=65,62,55,53,51
[00:21:14]               │ debg data.length=5
[00:21:14]               │ debg --- retry.try failed again with the same message...
[00:21:14]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:14]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:14]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:14]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:14]               │ debg data=65,62,55,53,51
[00:21:14]               │ debg data.length=5
[00:21:14]               │ debg --- retry.try failed again with the same message...
[00:21:15]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:15]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:15]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:15]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:15]               │ debg data=65,62,55,53,51
[00:21:15]               │ debg data.length=5
[00:21:15]               │ debg --- retry.try failed again with the same message...
[00:21:16]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:16]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:16]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:16]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:16]               │ debg data=65,62,55,53,51
[00:21:16]               │ debg data.length=5
[00:21:16]               │ debg --- retry.try failed again with the same message...
[00:21:16]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:16]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:16]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:16]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:16]               │ debg data=65,62,55,53,51
[00:21:16]               │ debg data.length=5
[00:21:16]               │ debg --- retry.try failed again with the same message...
[00:21:17]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:17]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:17]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:17]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:17]               │ debg data=65,62,55,53,51
[00:21:17]               │ debg data.length=5
[00:21:17]               │ debg --- retry.try failed again with the same message...
[00:21:17]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:17]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:17]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:17]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:17]               │ debg data=65,62,55,53,51
[00:21:17]               │ debg data.length=5
[00:21:17]               │ debg --- retry.try failed again with the same message...
[00:21:18]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:18]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:18]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:18]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:18]               │ debg data=65,62,55,53,51
[00:21:18]               │ debg data.length=5
[00:21:18]               │ debg --- retry.try failed again with the same message...
[00:21:18]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:18]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:18]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:18]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:18]               │ debg data=65,62,55,53,51
[00:21:18]               │ debg data.length=5
[00:21:18]               │ debg --- retry.try failed again with the same message...
[00:21:19]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:19]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:19]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:19]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:19]               │ debg data=65,62,55,53,51
[00:21:19]               │ debg data.length=5
[00:21:19]               │ debg --- retry.try failed again with the same message...
[00:21:20]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:20]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:20]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:20]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:20]               │ debg data=65,62,55,53,51
[00:21:20]               │ debg data.length=5
[00:21:20]               │ debg --- retry.try failed again with the same message...
[00:21:20]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:20]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:20]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:20]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:20]               │ debg data=65,62,55,53,51
[00:21:20]               │ debg data.length=5
[00:21:20]               │ debg --- retry.try failed again with the same message...
[00:21:21]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:21]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:21]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:21]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:21]               │ debg data=65,62,55,53,51
[00:21:21]               │ debg data.length=5
[00:21:21]               │ debg --- retry.try failed again with the same message...
[00:21:21]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:21]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:21]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:21]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:21]               │ debg data=65,62,55,53,51
[00:21:21]               │ debg data.length=5
[00:21:21]               │ debg --- retry.try failed again with the same message...
[00:21:22]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:22]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:22]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:22]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:22]               │ debg data=65,62,55,53,51
[00:21:22]               │ debg data.length=5
[00:21:22]               │ debg --- retry.try failed again with the same message...
[00:21:22]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:22]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:22]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:22]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:22]               │ debg data=65,62,55,53,51
[00:21:22]               │ debg data.length=5
[00:21:22]               │ debg --- retry.try failed again with the same message...
[00:21:23]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:23]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:23]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:23]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:23]               │ debg data=65,62,55,53,51
[00:21:23]               │ debg data.length=5
[00:21:23]               │ debg --- retry.try failed again with the same message...
[00:21:24]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:24]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:24]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:24]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:24]               │ debg data=65,62,55,53,51
[00:21:24]               │ debg data.length=5
[00:21:24]               │ debg --- retry.try failed again with the same message...
[00:21:24]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:24]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:24]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:24]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:24]               │ debg data=65,62,55,53,51
[00:21:24]               │ debg data.length=5
[00:21:24]               │ debg --- retry.try failed again with the same message...
[00:21:25]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:25]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:25]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:25]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:25]               │ debg data=65,62,55,53,51
[00:21:25]               │ debg data.length=5
[00:21:25]               │ debg --- retry.try failed again with the same message...
[00:21:25]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:25]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:25]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:25]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:25]               │ debg data=65,62,55,53,51
[00:21:25]               │ debg data.length=5
[00:21:25]               │ debg --- retry.try failed again with the same message...
[00:21:26]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:26]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:26]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:26]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:26]               │ debg data=65,62,55,53,51
[00:21:26]               │ debg data.length=5
[00:21:26]               │ debg --- retry.try failed again with the same message...
[00:21:26]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:26]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:26]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:26]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:26]               │ debg data=65,62,55,53,51
[00:21:26]               │ debg data.length=5
[00:21:26]               │ debg --- retry.try failed again with the same message...
[00:21:27]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:27]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:27]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:27]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:27]               │ debg data=65,62,55,53,51
[00:21:27]               │ debg data.length=5
[00:21:27]               │ debg --- retry.try failed again with the same message...
[00:21:28]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:28]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:28]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:28]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:28]               │ debg data=65,62,55,53,51
[00:21:28]               │ debg data.length=5
[00:21:28]               │ debg --- retry.try failed again with the same message...
[00:21:28]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:28]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:28]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:28]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:28]               │ debg data=65,62,55,53,51
[00:21:28]               │ debg data.length=5
[00:21:28]               │ debg --- retry.try failed again with the same message...
[00:21:29]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:29]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:29]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:29]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:29]               │ debg data=65,62,55,53,51
[00:21:29]               │ debg data.length=5
[00:21:29]               │ debg --- retry.try failed again with the same message...
[00:21:29]               │ debg Find.findByCssSelector('div.visAxis__splitAxes--y > div > svg > g.ValueAxis-1 > g:last-of-type.tick') with timeout=10000
[00:21:29]               │ debg maxYLabel = 60, maxYLabelYPosition = 235.8677978515625
[00:21:29]               │ debg Find.findByCssSelector('div.visAxis__column--y.visAxis__column--left  > div > div > svg:nth-child(2) > g > g:nth-child(1).tick') with timeout=10000
[00:21:29]               │ debg Find.findByCssSelector('div.chart') with timeout=10000
[00:21:29]               │ debg data=65,62,55,53,51
[00:21:29]               │ debg data.length=5
[00:21:29]               │ debg --- retry.try failed again with the same message...
[00:21:30]               │ info Taking screenshot "/dev/shm/workspace/parallel/24/kibana/test/functional/screenshots/failure/Getting Started  Shakespeare should configure Terms aggregation on play_name.png"
[00:21:30]               │ info Current URL is: http://localhost:61241/app/visualize#/create?type=histogram&indexPattern=95ebeea0-250a-11eb-9840-1d2a7236ce76&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))&_a=(filters:!(),linked:!f,query:(language:kuery,query:%27%27),uiState:(),vis:(aggs:!((enabled:!t,id:%271%27,params:(customLabel:%27Speaking%20Parts%27,field:speaker),schema:metric,type:cardinality),(enabled:!t,id:%272%27,params:(field:play_name,missingBucket:!f,missingBucketLabel:Missing,order:desc,orderBy:%271%27,otherBucket:!f,otherBucketLabel:Other,size:5),schema:segment,type:terms)),params:(addLegend:!t,addTimeMarker:!f,addTooltip:!t,categoryAxes:!((id:CategoryAxis-1,labels:(filter:!t,show:!t,truncate:100),position:bottom,scale:(type:linear),show:!t,style:(),title:(),type:category)),grid:(categoryLines:!f),labels:(show:!f),legendPosition:right,seriesParams:!((data:(id:%271%27,label:%27Speaking%20Parts%27),drawLinesBetweenPoints:!t,lineWidth:2,mode:stacked,show:!t,showCircles:!t,type:histogram,valueAxis:ValueAxis-1)),thresholdLine:(color:%23E7664C,show:!f,style:full,value:10,width:1),times:!(),type:histogram,valueAxes:!((id:ValueAxis-1,labels:(filter:!f,rotate:0,show:!t,truncate:100),name:LeftAxis-1,position:left,scale:(mode:normal,type:linear),show:!t,style:(),title:(text:%27Speaking%20Parts%27),type:value))),title:%27%27,type:histogram))
[00:21:30]               │ info Saving page source to: /dev/shm/workspace/parallel/24/kibana/test/functional/failure_debug/html/Getting Started  Shakespeare should configure Terms aggregation on play_name.html
[00:21:30]               └- ✖ fail: Getting Started  Shakespeare should configure Terms aggregation on play_name
[00:21:30]               │      retry.try timeout: Error: expected [ 65, 62, 55, 53, 51 ] to sort of equal [ 71, 65, 62, 55, 55 ]
[00:21:30]               │     at Assertion.assert (/dev/shm/workspace/parallel/24/kibana/packages/kbn-expect/expect.js:100:11)
[00:21:30]               │     at Assertion.eql (/dev/shm/workspace/parallel/24/kibana/packages/kbn-expect/expect.js:244:8)
[00:21:30]               │     at retry.try (/dev/shm/workspace/parallel/24/kibana/test/functional/apps/getting_started/_shakespeare.js:139:25)
[00:21:30]               │     at process._tickCallback (internal/process/next_tick.js:68:7)
[00:21:30]               │   Error: retry.try timeout: Error: expected [ 65, 62, 55, 53, 51 ] to sort of equal [ 71, 65, 62, 55, 55 ]
[00:21:30]               │       at Assertion.assert (packages/kbn-expect/expect.js:100:11)
[00:21:30]               │       at Assertion.eql (packages/kbn-expect/expect.js:244:8)
[00:21:30]               │       at retry.try (test/functional/apps/getting_started/_shakespeare.js:139:25)
[00:21:30]               │       at process._tickCallback (internal/process/next_tick.js:68:7)
[00:21:30]               │       at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
[00:21:30]               │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)
[00:21:30]               │ 
[00:21:30]               │ 

Stack Trace

Error: retry.try timeout: Error: expected [ 65, 62, 55, 53, 51 ] to sort of equal [ 71, 65, 62, 55, 55 ]
    at Assertion.assert (packages/kbn-expect/expect.js:100:11)
    at Assertion.eql (packages/kbn-expect/expect.js:244:8)
    at retry.try (test/functional/apps/getting_started/_shakespeare.js:139:25)
    at process._tickCallback (internal/process/next_tick.js:68:7)
    at onFailure (test/common/services/retry/retry_for_success.ts:28:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:68:13)

Metrics [docs]

Saved Objects .kibana field count

Every field in each saved object type adds overhead to Elasticsearch. Kibana needs to keep the total field count below Elasticsearch's default limit of 1000 fields. Only specify field mappings for the fields you wish to search on or query. See https://www.elastic.co/guide/en/kibana/master/development-plugin-saved-objects.html#_mappings

id before after diff
_doc_count - 1 +1
fleet-agents 25 23 -2
ingest-outputs 11 10 -1
ingest-package-policies 35 30 -5
lens 7 6 -1
total -8

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:fix Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.10.0 v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants