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

[PoC] for shared Analytics no data view #112424

Closed
wants to merge 1 commit into from

Conversation

ryankeairns
Copy link
Contributor

@ryankeairns ryankeairns commented Sep 16, 2021

Summary

This is a proof of concept PR to suggest what we might do for #112109

Note: this shows the centralized template but does not show a centralized 'service' for checking the isNewKibanaInstance state. To the contrary, I've just copy/pasted the logic from the Overview page which reinforces the need to centralize this check as it will otherwise exist in every app and opens us up to inconsistencies for when the no-data view will display.

Preview of no-data view in Discover

Screen Shot 2021-09-15 at 12 32 48 PM

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 16, 2021

💔 Build Failed

Failed CI Steps


Test Failures

Kibana Pipeline / jest / Jest Tests.src/plugins/discover/public/application/apps/main.DiscoverMainApp renders

Link to Jenkins

Standard Out

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


Stack Trace

TypeError: Cannot read property 'basePath' of undefined
    at AnalyticsNoData (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/src/plugins/kibana_react/public/page_template/analytics_no_data/analytics_no_data.tsx:25:29)
    at renderWithHooks (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:16260:18)
    at mountIndeterminateComponent (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:18794:13)
    at beginWork$1 (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:20162:16)
    at HTMLUnknownElement.callCallback (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:336:14)
    at HTMLUnknownElement.callTheUserObjectsOperation (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/generated/EventListener.js:26:30)
    at innerInvokeEventListeners (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:318:25)
    at invokeEventListeners (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:274:3)
    at HTMLUnknownElementImpl._dispatch (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:221:9)
    at HTMLUnknownElementImpl.dispatchEvent (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:94:17)
    at HTMLUnknownElement.dispatchEvent (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:231:34)
    at Object.invokeGuardedCallbackDev (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:385:16)
    at invokeGuardedCallback (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:440:31)
    at beginWork$$1 (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:25780:7)
    at performUnitOfWork (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:24698:12)
    at workLoopSync (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:24671:22)
    at performSyncWorkOnRoot (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:24270:11)
    at scheduleUpdateOnFiber (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:23698:7)
    at updateContainer (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:27103:3)
    at /var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:27528:7
    at unbatchedUpdates (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:24433:12)
    at legacyRenderSubtreeIntoContainer (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:27527:5)
    at Object.render (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:27608:10)
    at fn (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:488:26)
    at /var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:405:37
    at batchedUpdates$1 (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom.development.js:24386:12)
    at Object.act (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1092:14)
    at wrapAct (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:405:13)
    at Object.render (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:474:16)
    at new ReactWrapper (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/enzyme/src/ReactWrapper.js:115:16)
    at mount (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/enzyme/src/mount.js:10:10)
    at mountWithIntl (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/@kbn/test/target_node/jest/utils/enzyme_helpers.js:95:28)
    at Object.<anonymous> (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/src/plugins/discover/public/application/apps/main/discover_main_app.test.tsx:37:23)
    at Object.asyncJestTest (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:106:37)
    at /var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/queueRunner.js:45:12
    at new Promise (<anonymous>)
    at mapper (/var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/queueRunner.js:28:19)
    at /var/lib/jenkins/workspace/elastic+kibana+pipeline-pull-request/kibana/node_modules/jest-jasmine2/build/queueRunner.js:75:41
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_state·ts.dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: new charts library
[00:00:00]             └-> "before all" hook in "new charts library"
[00:00:00]             └-> "before all" hook in "new charts library"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Loading "mappings.json"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]               │ info progress: 10820
[00:00:12]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:12]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:12]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:13]               │ debg applying update to kibana config: {"visualization:visualize:legacyChartsLibrary":false,"visualization:visualize:legacyPieChartsLibrary":false}
[00:00:14]             └-: dashboard state
[00:00:14]               └-> "before all" hook for "Overriding colors on an area chart is preserved"
[00:00:14]               └-> "before all" hook for "Overriding colors on an area chart is preserved"
[00:00:14]                 │ debg -- isNewChartsLibraryEnabled = true
[00:00:14]                 │ debg load kibana index with visualizations and log data
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Loading "mappings.json"
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Loading "data.json.gz"
[00:00:14]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_task_manager_8.0.0_001/zBGi2_tOSdCa8FhChPH4ZA] deleting index
[00:00:14]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_8.0.0_001/wUpqzGIYTAuUUQbz4VOj1g] deleting index
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Deleted existing index ".kibana_8.0.0_001"
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Created index ".kibana_1"
[00:00:14]                 │ debg [test/functional/fixtures/es_archiver/dashboard/legacy] ".kibana_1" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Indexed 9 docs into ".kibana"
[00:00:14]                 │ debg Migrating saved objects
[00:00:14]                 │ proc [kibana]   log   [15:00:22.992] [info][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 3ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:22.997] [info][savedobjects-service] [.kibana] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 11ms.
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_task_manager_8.0.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:00:14]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.002] [info][savedobjects-service] [.kibana] WAIT_FOR_YELLOW_SOURCE -> CHECK_UNKNOWN_DOCUMENTS. took: 5ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.014] [info][savedobjects-service] [.kibana] CHECK_UNKNOWN_DOCUMENTS -> SET_SOURCE_WRITE_BLOCK. took: 12ms.
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] adding block write to indices [[.kibana_1/4BrfvBZDSGe9oIxPQSPFhA]]
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] completed adding block write to indices [.kibana_1]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.091] [info][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> MARK_VERSION_INDEX_READY. took: 99ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.111] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CALCULATE_EXCLUDE_FILTERS. took: 97ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.118] [info][savedobjects-service] [.kibana] CALCULATE_EXCLUDE_FILTERS -> CREATE_REINDEX_TEMP. took: 7ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.132] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 41ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.133] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 144ms
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:14]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.191] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP_OPEN_PIT. took: 73ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.207] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_OPEN_PIT -> REINDEX_SOURCE_TO_TEMP_READ. took: 16ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.223] [info][savedobjects-service] [.kibana] Starting to process 9 documents.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.223] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_READ -> REINDEX_SOURCE_TO_TEMP_INDEX. took: 16ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.242] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_INDEX -> REINDEX_SOURCE_TO_TEMP_INDEX_BULK. took: 19ms.
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg] update_mapping [_doc]
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg] update_mapping [_doc]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.321] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_INDEX_BULK -> REINDEX_SOURCE_TO_TEMP_READ. took: 79ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.331] [info][savedobjects-service] [.kibana] Processed 9 documents out of 9.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.331] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_READ -> REINDEX_SOURCE_TO_TEMP_CLOSE_PIT. took: 10ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.338] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_CLOSE_PIT -> SET_TEMP_WRITE_BLOCK. took: 7ms.
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] adding block write to indices [[.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg]]
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.384] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 46ms.
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:14]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] create_mapping
[00:00:14]                 │ proc [kibana]   log   [15:00:23.536] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> REFRESH_TARGET. took: 152ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.545] [info][savedobjects-service] [.kibana] REFRESH_TARGET -> OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT. took: 9ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.549] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT -> OUTDATED_DOCUMENTS_SEARCH_READ. took: 4ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.563] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_READ -> OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT. took: 14ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.566] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT -> UPDATE_TARGET_MAPPINGS. took: 3ms.
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.647] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 81ms.
[00:00:15]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.tasks] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:00:15]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.tasks]
[00:00:15]                 │ info [o.e.t.LoggingTaskListener] [node-01] 1542 finished with response BulkByScrollResponse[took=30.9ms,timed_out=false,sliceId=null,updated=9,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:15]                 │ proc [kibana]   log   [15:00:23.767] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 120ms.
[00:00:15]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg] deleting index
[00:00:15]                 │ proc [kibana]   log   [15:00:23.806] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 39ms.
[00:00:15]                 │ proc [kibana]   log   [15:00:23.807] [info][savedobjects-service] [.kibana] Migration completed after 821ms
[00:00:15]                 │ debg [test/functional/fixtures/es_archiver/dashboard/legacy] Migrated Kibana index after loading Kibana data
[00:00:15]                 │ debg [test/functional/fixtures/es_archiver/dashboard/legacy] Ensured that default space exists in .kibana
[00:00:15]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true,"visualization:visualize:legacyPieChartsLibrary":true}
[00:00:15]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:00:17]                 │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:00:18]                 │ debg navigating to dashboard url: http://localhost:6111/app/dashboards#/list
[00:00:18]                 │ debg navigate to: http://localhost:6111/app/dashboards#/list
[00:00:19]                 │ debg browser[INFO] http://localhost:6111/app/dashboards?_t=1631804427500#/list 281 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:00:19]                 │
[00:00:19]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:19]                 │ debg ... sleep(700) start
[00:00:20]                 │ debg ... sleep(700) end
[00:00:20]                 │ debg returned from get, calling refresh
[00:00:20]                 │ debg browser[INFO] http://localhost:6111/app/dashboards?_t=1631804427500#/list 281 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:00:20]                 │
[00:00:20]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:20]                 │ debg currentUrl = http://localhost:6111/app/dashboards#/list
[00:00:20]                 │          appUrl = http://localhost:6111/app/dashboards#/list
[00:00:20]                 │ debg TestSubjects.find(kibanaChrome)
[00:00:20]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:22]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:00:22]                 │ debg ... sleep(501) start
[00:00:23]                 │ debg ... sleep(501) end
[00:00:23]                 │ debg in navigateTo url = http://localhost:6111/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:23]                 │ debg isGlobalLoadingIndicatorVisible
[00:00:23]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:00:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:00:23]                 │ debg browser[INFO] http://localhost:6111/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 281 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:00:23]                 │
[00:00:23]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:24]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:00:25]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:00:25]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:00:25]                 │ debg applying update to kibana config: {"visualization:visualize:legacyChartsLibrary":false,"visualization:visualize:legacyPieChartsLibrary":false}
[00:00:25]               └-> Overriding colors on an area chart is preserved
[00:00:25]                 └-> "before each" hook: global before each for "Overriding colors on an area chart is preserved"
[00:00:25]                 │ debg gotoDashboardLandingPage
[00:00:25]                 │ debg onDashboardLandingPage
[00:00:25]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:00:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:00:27]                 │ debg browser[INFO] http://localhost:6111/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 281 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:00:27]                 │
[00:00:27]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:27]                 │ debg TestSubjects.exists(newItemButton)
[00:00:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:00:30]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:00:33]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:36]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:39]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:39]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:00:39]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:00:39]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:00:39]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:00:39]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:00:42]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:00:42]                 │ debg waitForRenderComplete
[00:00:42]                 │ debg in getSharedItemsCount
[00:00:42]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:00:42]                 │ debg Renderable.waitForRender for 0 elements
[00:00:42]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:00:53]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:00:54]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:00:54]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:00:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:00:54]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:00:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:00:54]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:00:54]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:00:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:00:54]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:00:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:54]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:00:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:00:55]                 │ debg Find.waitForElementStale with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:56]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:00:56]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:56]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:56]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:56]                 │ debg Waiting up to 20000ms for Timepicker popover to close...
[00:00:56]                 │ debg TestSubjects.exists(superDatePickerAbsoluteDateInput)
[00:00:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=2500
[00:00:56]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerAbsoluteDateInput"] is not displayed
[00:00:59]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:00]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:01:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:01:02]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:01:03]                 │ debg TestSubjects.click(querySubmitButton)
[00:01:03]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:03]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:03]                 │ debg Find.waitForElementStale with timeout=10000
[00:01:03]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:03]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:03]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:03]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:03]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:03]                 │ debg --- retry.tryForTime error: [data-test-subj="visTypeXyChart"] is not displayed
[00:01:04]                 │ debg -- isNewLibraryChart = false
[00:01:04]                 │ debg DashboardAddPanel.addEmbeddable, name: Visualization漢字 AreaChart, type: visualization
[00:01:04]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:01:04]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:01:04]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:04]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:06]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:01:07]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:01:07]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:01:07]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:07]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:07]                 │ debg ... sleep(500) start
[00:01:07]                 │ debg ... sleep(500) end
[00:01:07]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:01:07]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:07]                 │ debg DashboardAddPanel.addToFilter(visualization)
[00:01:07]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:01:08]                 │ debg DashboardAddPanel.toggleFilter
[00:01:08]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:01:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:01:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:01:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:01:08]                 │ debg DashboardAddPanel.toggleFilter
[00:01:08]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:01:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:01:09]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Visualization漢字 AreaChart")
[00:01:09]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:01:09]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:01:09]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:01:09]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:01:10]                 │ debg TestSubjects.click(savedObjectTitleVisualization漢字-AreaChart)
[00:01:10]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleVisualization漢字-AreaChart"]') with timeout=10000
[00:01:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization漢字-AreaChart"]') with timeout=10000
[00:01:10]                 │ debg TestSubjects.exists(addObjectToDashboardSuccess)
[00:01:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="addObjectToDashboardSuccess"]') with timeout=2500
[00:01:10]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.async-search] creating index, cause [auto(bulk api)], templates [], shards [1]/[0]
[00:01:11]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:01:12]                 │ debg --- retry.tryForTime error: [data-test-subj="addObjectToDashboardSuccess"] is not displayed
[00:01:13]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:01:13]                 │ debg Closing flyout dashboardAddPanel
[00:01:13]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:01:13]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:01:13]                 │ debg Waiting up to 20000ms for flyout closed...
[00:01:13]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:01:14]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:01:15]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:15]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:15]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:15]                 │ debg -- isNewLibraryChart = true
[00:01:15]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:01:15]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:15]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:15]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:01:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:01:15]                 │ debg entering new title
[00:01:15]                 │ debg TestSubjects.setValue(savedObjectTitle, Overridden colors - new charts library)
[00:01:15]                 │ debg TestSubjects.click(savedObjectTitle)
[00:01:15]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:15]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:01:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:01:15]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:01:18]                 │ debg --- retry.tryForTime error: [data-test-subj="saveAsNewCheckbox"] is not displayed
[00:01:18]                 │ debg DashboardPage.clickSave
[00:01:18]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:01:18]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:18]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:18]                 │ debg Find.waitForElementStale with timeout=10000
[00:01:18]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:01:19]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:01:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:01:19]                 │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:01:19]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:01:19]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:19]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:19]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:19]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:21]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:21]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:21]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:22]                 │ debg Waiting for save modal to close
[00:01:22]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:01:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:01:24]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:01:25]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:27]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:28]                 │ debg clickCancelOutOfEditMode
[00:01:28]                 │ debg getIsInViewMode
[00:01:28]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:30]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:31]                 │ debg Waiting up to 20000ms for leave edit mode button enabled...
[00:01:31]                 │ debg TestSubjects.find(dashboardViewOnlyMode)
[00:01:31]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:31]                 │ debg TestSubjects.click(dashboardViewOnlyMode)
[00:01:31]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:31]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:31]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:01:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:01:33]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:01:34]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:34]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:35]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:36]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:36]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:36]                 │ debg Switching to edit mode
[00:01:36]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:36]                 │ debg TestSubjects.click(dashboardEditMode)
[00:01:36]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:36]                 │ debg Waiting up to 20000ms for in edit mode...
[00:01:36]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:01:36]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:01:36]                 │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:01:36]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:01:36]                 │ debg TestSubjects.click(querySubmitButton)
[00:01:36]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:36]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:01:36]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:36]                 │ debg -- firstCount=1
[00:01:36]                 │ debg ... sleep(2000) start
[00:01:38]                 │ debg ... sleep(2000) end
[00:01:38]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:38]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:38]                 │ debg -- secondCount=2
[00:01:39]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:39]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:39]                 │ debg -- firstCount=2
[00:01:39]                 │ debg ... sleep(2000) start
[00:01:41]                 │ debg ... sleep(2000) end
[00:01:41]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:41]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:41]                 │ debg -- secondCount=2
[00:01:41]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:41]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:41]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:41]                 │ debg -- isNewLibraryChart = true
[00:01:41]                 │ debg Find.findByCssSelector('[data-title="Visualization漢字 AreaChart"]') with timeout=10000
[00:01:41]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:01:41]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:41]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:41]                 │ debg -- firstCount=2
[00:01:41]                 │ debg ... sleep(2000) start
[00:01:43]                 │ debg ... sleep(2000) end
[00:01:43]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:43]                 │ debg -- secondCount=2
[00:01:43]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:43]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:43]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:43]                 │ debg -- isNewLibraryChart = true
[00:01:43]                 │ debg TestSubjects.exists(visColorPickerColor-#d36086)
[00:01:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visColorPickerColor-#d36086"]') with timeout=2500
[00:01:43]                 │ debg TestSubjects.click(visColorPickerColor-#d36086)
[00:01:43]                 │ debg Find.clickByCssSelector('[data-test-subj="visColorPickerColor-#d36086"]') with timeout=10000
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="visColorPickerColor-#d36086"]') with timeout=10000
[00:01:43]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:01:43]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:43]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:01:43]                 │ debg entering new title
[00:01:43]                 │ debg TestSubjects.setValue(savedObjectTitle, Overridden colors - new charts library)
[00:01:43]                 │ debg TestSubjects.click(savedObjectTitle)
[00:01:43]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:44]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:01:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:01:44]                 │ debg saveAsNewCheckbox: false
[00:01:44]                 │ debg TestSubjects.find(saveAsNewCheckbox)
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:01:44]                 │ debg Flipping save as new checkbox
[00:01:44]                 │ debg TestSubjects.find(saveAsNewCheckbox)
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:01:44]                 │ debg DashboardPage.clickSave
[00:01:44]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:01:44]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:44]                 │ debg Find.waitForElementStale with timeout=10000
[00:01:45]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:01:45]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:01:45]                 │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:01:45]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:01:45]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:45]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:45]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:45]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:45]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:47]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:47]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:47]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:47]                 │ debg Waiting for save modal to close
[00:01:47]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:01:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:01:50]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:01:50]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:53]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:53]                 │ debg clickCancelOutOfEditMode
[00:01:53]                 │ debg getIsInViewMode
[00:01:53]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:56]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:56]                 │ debg Waiting up to 20000ms for leave edit mode button enabled...
[00:01:56]                 │ debg TestSubjects.find(dashboardViewOnlyMode)
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:56]                 │ debg TestSubjects.click(dashboardViewOnlyMode)
[00:01:56]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:56]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:01:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:01:59]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:00]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:00]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:01]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:02]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:02]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:02]                 │ debg gotoDashboardLandingPage
[00:02:02]                 │ debg onDashboardLandingPage
[00:02:02]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:04]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:02:07]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:08]                 │ debg clickDashboardBreadcrumbLink
[00:02:08]                 │ debg TestSubjects.click(breadcrumb dashboardListingBreadcrumb first)
[00:02:08]                 │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:08]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:02:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:02:10]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:11]                 │ debg expectExistsDashboardLandingPage
[00:02:11]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:02:11]                 │ debg Load Saved Dashboard Overridden colors - new charts library
[00:02:11]                 │ debg gotoDashboardLandingPage
[00:02:11]                 │ debg onDashboardLandingPage
[00:02:11]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:11]                 │ debg searchForItemWithName: Overridden colors - new charts library
[00:02:11]                 │ debg TestSubjects.find(tableListSearchBox)
[00:02:11]                 │ debg Find.findByCssSelector('[data-test-subj="tableListSearchBox"]') with timeout=10000
[00:02:11]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:11]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:13]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:13]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:13]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:13]                 │ debg TestSubjects.click(dashboardListingTitleLink-Overridden-colors---new-charts-library)
[00:02:13]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-Overridden-colors---new-charts-library"]') with timeout=10000
[00:02:13]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-Overridden-colors---new-charts-library"]') with timeout=10000
[00:02:13]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:13]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:15]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:16]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:16]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:16]                 │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:02:16]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:02:16]                 │ debg -- isNewChartsLibraryEnabled = true
[00:02:16]                 │ debg QueryBar.submitQuery
[00:02:16]                 │ debg TestSubjects.click(queryInput)
[00:02:16]                 │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:02:16]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:16]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:18]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:18]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:18]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:18]                 │ debg -- isNewChartsLibraryEnabled = true
[00:02:18]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:02:18]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:02:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:02:18]                 │ debg -- isNewLibraryChart = true
[00:02:18]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:02:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=2500
[00:02:19]                 │ debg TestSubjects.findAll(visTypeXyChart)
[00:02:19]                 │ debg Find.allByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=10000
[00:02:19]                 └- ✓ pass  (1.0m) "dashboard app new charts library dashboard state Overriding colors on an area chart is preserved"
[00:02:19]               └-> Saved search with no changes will update when the saved object changes
[00:02:19]                 └-> "before each" hook: global before each for "Saved search with no changes will update when the saved object changes"
[00:02:19]                 │ debg gotoDashboardLandingPage
[00:02:19]                 │ debg onDashboardLandingPage
[00:02:19]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:21]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:02:24]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:25]                 │ debg clickDashboardBreadcrumbLink
[00:02:25]                 │ debg TestSubjects.click(breadcrumb dashboardListingBreadcrumb first)
[00:02:25]                 │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:25]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:25]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:02:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:02:27]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:28]                 │ debg expectExistsDashboardLandingPage
[00:02:28]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:02:28]                 │ debg click "Discover" app link
[00:02:28]                 │ debg TestSubjects.exists(collapsibleNav)
[00:02:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:02:30]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:02:31]                 │ debg TestSubjects.click(toggleNavButton)
[00:02:31]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:02:31]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:02:31]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:02:34]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:02:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:02:36]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:37]                 │ debg TestSubjects.exists(top-nav)
[00:02:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:40]                 │ debg --- retry.try error: Local nav not visible yet
[00:02:40]                 │ debg TestSubjects.exists(top-nav)
[00:02:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:43]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:43]                 │ debg --- retry.try failed again with the same message...
[00:02:44]                 │ debg TestSubjects.exists(top-nav)
[00:02:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:46]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:47]                 │ debg --- retry.try failed again with the same message...
[00:02:47]                 │ debg TestSubjects.exists(top-nav)
[00:02:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:50]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:51]                 │ debg --- retry.try failed again with the same message...
[00:02:51]                 │ debg TestSubjects.exists(top-nav)
[00:02:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:54]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:54]                 │ debg --- retry.try failed again with the same message...
[00:02:55]                 │ debg TestSubjects.exists(top-nav)
[00:02:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:57]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:58]                 │ debg --- retry.try failed again with the same message...
[00:02:58]                 │ debg TestSubjects.exists(top-nav)
[00:02:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:01]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:01]                 │ debg --- retry.try failed again with the same message...
[00:03:02]                 │ debg TestSubjects.exists(top-nav)
[00:03:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:04]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:05]                 │ debg --- retry.try failed again with the same message...
[00:03:05]                 │ debg TestSubjects.exists(top-nav)
[00:03:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:08]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:08]                 │ debg --- retry.try failed again with the same message...
[00:03:09]                 │ debg TestSubjects.exists(top-nav)
[00:03:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:11]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:12]                 │ debg --- retry.try failed again with the same message...
[00:03:12]                 │ debg TestSubjects.exists(top-nav)
[00:03:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:15]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:15]                 │ debg --- retry.try failed again with the same message...
[00:03:16]                 │ debg TestSubjects.exists(top-nav)
[00:03:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:18]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:19]                 │ debg --- retry.try failed again with the same message...
[00:03:19]                 │ debg TestSubjects.exists(top-nav)
[00:03:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:22]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:22]                 │ debg --- retry.try failed again with the same message...
[00:03:23]                 │ debg TestSubjects.exists(top-nav)
[00:03:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:25]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:26]                 │ debg --- retry.try failed again with the same message...
[00:03:26]                 │ debg TestSubjects.exists(top-nav)
[00:03:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:29]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:29]                 │ debg --- retry.try failed again with the same message...
[00:03:30]                 │ debg TestSubjects.exists(top-nav)
[00:03:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:32]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:33]                 │ debg --- retry.try failed again with the same message...
[00:03:33]                 │ debg TestSubjects.exists(top-nav)
[00:03:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:36]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:36]                 │ debg --- retry.try failed again with the same message...
[00:03:37]                 │ debg TestSubjects.exists(top-nav)
[00:03:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:40]                 │ debg --- retry.try failed again with the same message...
[00:03:40]                 │ debg TestSubjects.exists(top-nav)
[00:03:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:43]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:43]                 │ debg --- retry.try failed again with the same message...
[00:03:44]                 │ debg TestSubjects.exists(top-nav)
[00:03:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:46]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:47]                 │ debg --- retry.try failed again with the same message...
[00:03:47]                 │ debg TestSubjects.exists(top-nav)
[00:03:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:50]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:50]                 │ debg --- retry.try failed again with the same message...
[00:03:51]                 │ debg TestSubjects.exists(top-nav)
[00:03:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:54]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:54]                 │ debg --- retry.try failed again with the same message...
[00:03:55]                 │ debg TestSubjects.exists(top-nav)
[00:03:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:57]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:58]                 │ debg --- retry.try failed again with the same message...
[00:03:58]                 │ debg TestSubjects.exists(top-nav)
[00:03:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:01]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:01]                 │ debg --- retry.try failed again with the same message...
[00:04:02]                 │ debg TestSubjects.exists(top-nav)
[00:04:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:04]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:05]                 │ debg --- retry.try failed again with the same message...
[00:04:05]                 │ debg TestSubjects.exists(top-nav)
[00:04:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:08]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:08]                 │ debg --- retry.try failed again with the same message...
[00:04:09]                 │ debg TestSubjects.exists(top-nav)
[00:04:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:11]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:12]                 │ debg --- retry.try failed again with the same message...
[00:04:12]                 │ debg TestSubjects.exists(top-nav)
[00:04:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:15]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:15]                 │ debg --- retry.try failed again with the same message...
[00:04:16]                 │ debg TestSubjects.exists(top-nav)
[00:04:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:18]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:19]                 │ debg --- retry.try failed again with the same message...
[00:04:19]                 │ debg TestSubjects.exists(top-nav)
[00:04:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:22]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:22]                 │ debg --- retry.try failed again with the same message...
[00:04:23]                 │ debg TestSubjects.exists(top-nav)
[00:04:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:25]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:26]                 │ debg --- retry.try failed again with the same message...
[00:04:26]                 │ debg TestSubjects.exists(top-nav)
[00:04:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:29]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:29]                 │ debg --- retry.try failed again with the same message...
[00:04:30]                 │ debg TestSubjects.exists(top-nav)
[00:04:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:32]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:33]                 │ debg --- retry.try failed again with the same message...
[00:04:33]                 │ debg TestSubjects.exists(top-nav)
[00:04:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:36]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:36]                 │ debg --- retry.try failed again with the same message...
[00:04:37]                 │ debg TestSubjects.exists(top-nav)
[00:04:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:40]                 │ debg --- retry.try failed again with the same message...
[00:04:40]                 │ info Taking screenshot "/dev/shm/workspace/parallel/1/kibana/test/functional/screenshots/failure/dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes.png"
[00:04:40]                 │ info Current URL is: http://localhost:6111/app/discover#/?_g=(filters:!(),query:(language:kuery,query:%27%27),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(columns:!(),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!(!(%27@timestamp%27,desc)))
[00:04:41]                 │ info Saving page source to: /dev/shm/workspace/parallel/1/kibana/test/functional/failure_debug/html/dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes.html
[00:04:41]                 └- ✖ fail: dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes
[00:04:41]                 │      retry.try timeout: Error: Local nav not visible yet
[00:04:41]                 │     at /dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:385:15
[00:04:41]                 │     at runAttempt (/dev/shm/workspace/parallel/1/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:04:41]                 │     at retryForSuccess (/dev/shm/workspace/parallel/1/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:04:41]                 │     at RetryService.try (/dev/shm/workspace/parallel/1/kibana/test/common/services/retry/retry.ts:31:12)
[00:04:41]                 │     at CommonPageObject.waitForTopNavToBeVisible (/dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:382:5)
[00:04:41]                 │     at HeaderPageObject.clickDiscover (/dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/header_page.ts:24:5)
[00:04:41]                 │     at Context.<anonymous> (/dev/shm/workspace/parallel/1/kibana/test/functional/apps/dashboard/dashboard_state.ts:104:7)
[00:04:41]                 │     at Object.apply (/dev/shm/workspace/parallel/1/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:04:41]                 │   Error: retry.try timeout: Error: Local nav not visible yet
[00:04:41]                 │       at /dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:385:15
[00:04:41]                 │       at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
[00:04:41]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
[00:04:41]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:04:41]                 │       at CommonPageObject.waitForTopNavToBeVisible (test/functional/page_objects/common_page.ts:382:5)
[00:04:41]                 │       at HeaderPageObject.clickDiscover (test/functional/page_objects/header_page.ts:24:5)
[00:04:41]                 │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:104:7)
[00:04:41]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:04:41]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:04:41]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:04:41]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:04:41]                 │       at CommonPageObject.waitForTopNavToBeVisible (test/functional/page_objects/common_page.ts:382:5)
[00:04:41]                 │       at HeaderPageObject.clickDiscover (test/functional/page_objects/header_page.ts:24:5)
[00:04:41]                 │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:104:7)
[00:04:41]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:04:41]                 │ 
[00:04:41]                 │ 

Stack Trace

Error: retry.try timeout: Error: Local nav not visible yet
    at /dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:385:15
    at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at CommonPageObject.waitForTopNavToBeVisible (test/functional/page_objects/common_page.ts:382:5)
    at HeaderPageObject.clickDiscover (test/functional/page_objects/header_page.ts:24:5)
    at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:104:7)
    at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at CommonPageObject.waitForTopNavToBeVisible (test/functional/page_objects/common_page.ts:382:5)
    at HeaderPageObject.clickDiscover (test/functional/page_objects/header_page.ts:24:5)
    at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:104:7)
    at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

Kibana Pipeline / general / Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_state·ts.dashboard app new charts library dashboard state "after all" hook for "Saved search will update when the query is changed in the URL"

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook in "dashboard app"
[00:00:00]           └-: new charts library
[00:00:00]             └-> "before all" hook in "new charts library"
[00:00:00]             └-> "before all" hook in "new charts library"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Loading "mappings.json"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Loading "data.json.gz"
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.22] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.22][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.22][0]]"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.22"
[00:00:00]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.22" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.20] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.20][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.20][0]]"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.20"
[00:00:00]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.20" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:00]               │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [logstash-2015.09.21] creating index, cause [api], templates [], shards [1]/[0]
[00:00:00]               │ info [o.e.c.r.a.AllocationService] [node-01] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[logstash-2015.09.21][0]]])." previous.health="YELLOW" reason="shards started [[logstash-2015.09.21][0]]"
[00:00:00]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Created index "logstash-2015.09.21"
[00:00:00]               │ debg [test/functional/fixtures/es_archiver/logstash_functional] "logstash-2015.09.21" settings {"index":{"analysis":{"analyzer":{"url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:10]               │ info progress: 10820
[00:00:12]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4633 docs into "logstash-2015.09.22"
[00:00:12]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4757 docs into "logstash-2015.09.20"
[00:00:12]               │ info [test/functional/fixtures/es_archiver/logstash_functional] Indexed 4614 docs into "logstash-2015.09.21"
[00:00:13]               │ debg applying update to kibana config: {"visualization:visualize:legacyChartsLibrary":false,"visualization:visualize:legacyPieChartsLibrary":false}
[00:00:14]             └-: dashboard state
[00:00:14]               └-> "before all" hook for "Overriding colors on an area chart is preserved"
[00:00:14]               └-> "before all" hook for "Overriding colors on an area chart is preserved"
[00:00:14]                 │ debg -- isNewChartsLibraryEnabled = true
[00:00:14]                 │ debg load kibana index with visualizations and log data
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Loading "mappings.json"
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Loading "data.json.gz"
[00:00:14]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_task_manager_8.0.0_001/zBGi2_tOSdCa8FhChPH4ZA] deleting index
[00:00:14]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_8.0.0_001/wUpqzGIYTAuUUQbz4VOj1g] deleting index
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Deleted existing index ".kibana_8.0.0_001"
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1]
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Created index ".kibana_1"
[00:00:14]                 │ debg [test/functional/fixtures/es_archiver/dashboard/legacy] ".kibana_1" settings {"index":{"number_of_replicas":"1","number_of_shards":"1"}}
[00:00:14]                 │ info [test/functional/fixtures/es_archiver/dashboard/legacy] Indexed 9 docs into ".kibana"
[00:00:14]                 │ debg Migrating saved objects
[00:00:14]                 │ proc [kibana]   log   [15:00:22.992] [info][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 3ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:22.997] [info][savedobjects-service] [.kibana] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 11ms.
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_task_manager_8.0.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:00:14]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.002] [info][savedobjects-service] [.kibana] WAIT_FOR_YELLOW_SOURCE -> CHECK_UNKNOWN_DOCUMENTS. took: 5ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.014] [info][savedobjects-service] [.kibana] CHECK_UNKNOWN_DOCUMENTS -> SET_SOURCE_WRITE_BLOCK. took: 12ms.
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] adding block write to indices [[.kibana_1/4BrfvBZDSGe9oIxPQSPFhA]]
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] completed adding block write to indices [.kibana_1]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.091] [info][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> MARK_VERSION_INDEX_READY. took: 99ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.111] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CALCULATE_EXCLUDE_FILTERS. took: 97ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.118] [info][savedobjects-service] [.kibana] CALCULATE_EXCLUDE_FILTERS -> CREATE_REINDEX_TEMP. took: 7ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.132] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 41ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.133] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 144ms
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:00:14]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.191] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP_OPEN_PIT. took: 73ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.207] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_OPEN_PIT -> REINDEX_SOURCE_TO_TEMP_READ. took: 16ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.223] [info][savedobjects-service] [.kibana] Starting to process 9 documents.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.223] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_READ -> REINDEX_SOURCE_TO_TEMP_INDEX. took: 16ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.242] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_INDEX -> REINDEX_SOURCE_TO_TEMP_INDEX_BULK. took: 19ms.
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg] update_mapping [_doc]
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg] update_mapping [_doc]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.321] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_INDEX_BULK -> REINDEX_SOURCE_TO_TEMP_READ. took: 79ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.331] [info][savedobjects-service] [.kibana] Processed 9 documents out of 9.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.331] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_READ -> REINDEX_SOURCE_TO_TEMP_CLOSE_PIT. took: 10ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.338] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_CLOSE_PIT -> SET_TEMP_WRITE_BLOCK. took: 7ms.
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] adding block write to indices [[.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg]]
[00:00:14]                 │ info [o.e.c.m.MetadataIndexStateService] [node-01] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.384] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 46ms.
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:00:14]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:00:14]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] create_mapping
[00:00:14]                 │ proc [kibana]   log   [15:00:23.536] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> REFRESH_TARGET. took: 152ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.545] [info][savedobjects-service] [.kibana] REFRESH_TARGET -> OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT. took: 9ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.549] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_OPEN_PIT -> OUTDATED_DOCUMENTS_SEARCH_READ. took: 4ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.563] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_READ -> OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT. took: 14ms.
[00:00:14]                 │ proc [kibana]   log   [15:00:23.566] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH_CLOSE_PIT -> UPDATE_TARGET_MAPPINGS. took: 3ms.
[00:00:14]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:00:14]                 │ proc [kibana]   log   [15:00:23.647] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 81ms.
[00:00:15]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.tasks] creating index, cause [auto(bulk api)], templates [], shards [1]/[1]
[00:00:15]                 │ info [o.e.c.r.a.AllocationService] [node-01] updating number_of_replicas to [0] for indices [.tasks]
[00:00:15]                 │ info [o.e.t.LoggingTaskListener] [node-01] 1542 finished with response BulkByScrollResponse[took=30.9ms,timed_out=false,sliceId=null,updated=9,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:00:15]                 │ proc [kibana]   log   [15:00:23.767] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 120ms.
[00:00:15]                 │ info [o.e.c.m.MetadataDeleteIndexService] [node-01] [.kibana_8.0.0_reindex_temp/pmRwX09qTnGzWncT8ST6Pg] deleting index
[00:00:15]                 │ proc [kibana]   log   [15:00:23.806] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 39ms.
[00:00:15]                 │ proc [kibana]   log   [15:00:23.807] [info][savedobjects-service] [.kibana] Migration completed after 821ms
[00:00:15]                 │ debg [test/functional/fixtures/es_archiver/dashboard/legacy] Migrated Kibana index after loading Kibana data
[00:00:15]                 │ debg [test/functional/fixtures/es_archiver/dashboard/legacy] Ensured that default space exists in .kibana
[00:00:15]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true,"visualization:visualize:legacyPieChartsLibrary":true}
[00:00:15]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:00:17]                 │ debg replacing kibana config doc: {"defaultIndex":"logstash-*"}
[00:00:18]                 │ debg navigating to dashboard url: http://localhost:6111/app/dashboards#/list
[00:00:18]                 │ debg navigate to: http://localhost:6111/app/dashboards#/list
[00:00:19]                 │ debg browser[INFO] http://localhost:6111/app/dashboards?_t=1631804427500#/list 281 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:00:19]                 │
[00:00:19]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:19]                 │ debg ... sleep(700) start
[00:00:20]                 │ debg ... sleep(700) end
[00:00:20]                 │ debg returned from get, calling refresh
[00:00:20]                 │ debg browser[INFO] http://localhost:6111/app/dashboards?_t=1631804427500#/list 281 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:00:20]                 │
[00:00:20]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:20]                 │ debg currentUrl = http://localhost:6111/app/dashboards#/list
[00:00:20]                 │          appUrl = http://localhost:6111/app/dashboards#/list
[00:00:20]                 │ debg TestSubjects.find(kibanaChrome)
[00:00:20]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:00:22]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:00:22]                 │ debg ... sleep(501) start
[00:00:23]                 │ debg ... sleep(501) end
[00:00:23]                 │ debg in navigateTo url = http://localhost:6111/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:00:23]                 │ debg isGlobalLoadingIndicatorVisible
[00:00:23]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:00:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:00:23]                 │ debg browser[INFO] http://localhost:6111/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 281 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:00:23]                 │
[00:00:23]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:24]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:00:25]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:00:25]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:00:25]                 │ debg applying update to kibana config: {"visualization:visualize:legacyChartsLibrary":false,"visualization:visualize:legacyPieChartsLibrary":false}
[00:00:25]               └-> Overriding colors on an area chart is preserved
[00:00:25]                 └-> "before each" hook: global before each for "Overriding colors on an area chart is preserved"
[00:00:25]                 │ debg gotoDashboardLandingPage
[00:00:25]                 │ debg onDashboardLandingPage
[00:00:25]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:00:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:00:27]                 │ debg browser[INFO] http://localhost:6111/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now)) 281 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:00:27]                 │
[00:00:27]                 │ debg browser[INFO] http://localhost:6111/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:00:27]                 │ debg TestSubjects.exists(newItemButton)
[00:00:27]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:00:30]                 │ debg --- retry.tryForTime error: [data-test-subj="newItemButton"] is not displayed
[00:00:33]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:36]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:39]                 │ debg --- retry.tryForTime failed again with the same message...
[00:00:39]                 │ debg TestSubjects.click(createDashboardPromptButton)
[00:00:39]                 │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:00:39]                 │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:00:39]                 │ debg TestSubjects.exists(dashboardCreateConfirm)
[00:00:39]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardCreateConfirm"]') with timeout=2500
[00:00:42]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardCreateConfirm"] is not displayed
[00:00:42]                 │ debg waitForRenderComplete
[00:00:42]                 │ debg in getSharedItemsCount
[00:00:42]                 │ debg Find.findByCssSelector('[data-shared-items-count]') with timeout=10000
[00:00:42]                 │ debg Renderable.waitForRender for 0 elements
[00:00:42]                 │ debg Find.allByCssSelector('[data-render-complete="true"]') with timeout=10000
[00:00:53]                 │ debg Find.allByCssSelector('[data-loading]') with timeout=1000
[00:00:54]                 │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:00:54]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:00:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:00:54]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:00:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:00:54]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:00:54]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:00:54]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:00:54]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:00:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:54]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:00:54]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:54]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:54]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:00:55]                 │ debg Find.waitForElementStale with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:00:55]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:55]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:55]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:56]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:00:56]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:00:56]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:56]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:00:56]                 │ debg Waiting up to 20000ms for Timepicker popover to close...
[00:00:56]                 │ debg TestSubjects.exists(superDatePickerAbsoluteDateInput)
[00:00:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=2500
[00:00:56]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerAbsoluteDateInput"] is not displayed
[00:00:59]                 │ debg --- retry.tryForTime failed again with the same message...
[00:01:00]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:01:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:01:02]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:01:03]                 │ debg TestSubjects.click(querySubmitButton)
[00:01:03]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:03]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:03]                 │ debg Find.waitForElementStale with timeout=10000
[00:01:03]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:03]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:03]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:03]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:03]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:03]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:03]                 │ debg --- retry.tryForTime error: [data-test-subj="visTypeXyChart"] is not displayed
[00:01:04]                 │ debg -- isNewLibraryChart = false
[00:01:04]                 │ debg DashboardAddPanel.addEmbeddable, name: Visualization漢字 AreaChart, type: visualization
[00:01:04]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:01:04]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:01:04]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:04]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:06]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:01:07]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:01:07]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:01:07]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:07]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:01:07]                 │ debg ... sleep(500) start
[00:01:07]                 │ debg ... sleep(500) end
[00:01:07]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:01:07]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:07]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:01:07]                 │ debg DashboardAddPanel.addToFilter(visualization)
[00:01:07]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:01:08]                 │ debg DashboardAddPanel.toggleFilter
[00:01:08]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:01:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:01:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:01:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:01:08]                 │ debg DashboardAddPanel.toggleFilter
[00:01:08]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:01:08]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:01:08]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:01:09]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Visualization漢字 AreaChart")
[00:01:09]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:01:09]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:01:09]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:01:09]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:01:10]                 │ debg TestSubjects.click(savedObjectTitleVisualization漢字-AreaChart)
[00:01:10]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleVisualization漢字-AreaChart"]') with timeout=10000
[00:01:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleVisualization漢字-AreaChart"]') with timeout=10000
[00:01:10]                 │ debg TestSubjects.exists(addObjectToDashboardSuccess)
[00:01:10]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="addObjectToDashboardSuccess"]') with timeout=2500
[00:01:10]                 │ info [o.e.c.m.MetadataCreateIndexService] [node-01] [.async-search] creating index, cause [auto(bulk api)], templates [], shards [1]/[0]
[00:01:11]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:01:12]                 │ debg --- retry.tryForTime error: [data-test-subj="addObjectToDashboardSuccess"] is not displayed
[00:01:13]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:01:13]                 │ debg Closing flyout dashboardAddPanel
[00:01:13]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:01:13]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:01:13]                 │ debg Waiting up to 20000ms for flyout closed...
[00:01:13]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:01:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:01:14]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:01:15]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:15]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:15]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:15]                 │ debg -- isNewLibraryChart = true
[00:01:15]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:01:15]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:15]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:15]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:01:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:01:15]                 │ debg entering new title
[00:01:15]                 │ debg TestSubjects.setValue(savedObjectTitle, Overridden colors - new charts library)
[00:01:15]                 │ debg TestSubjects.click(savedObjectTitle)
[00:01:15]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:15]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:15]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:01:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:01:15]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:01:18]                 │ debg --- retry.tryForTime error: [data-test-subj="saveAsNewCheckbox"] is not displayed
[00:01:18]                 │ debg DashboardPage.clickSave
[00:01:18]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:01:18]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:18]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:18]                 │ debg Find.waitForElementStale with timeout=10000
[00:01:18]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_8.0.0_001/DFufFMBjTiaUlBXCFYAyDQ] update_mapping [_doc]
[00:01:19]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:01:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:01:19]                 │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:01:19]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:01:19]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:19]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:19]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:19]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:21]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:21]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:21]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:22]                 │ debg Waiting for save modal to close
[00:01:22]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:01:22]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:01:24]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:01:25]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:27]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:28]                 │ debg clickCancelOutOfEditMode
[00:01:28]                 │ debg getIsInViewMode
[00:01:28]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:30]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:31]                 │ debg Waiting up to 20000ms for leave edit mode button enabled...
[00:01:31]                 │ debg TestSubjects.find(dashboardViewOnlyMode)
[00:01:31]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:31]                 │ debg TestSubjects.click(dashboardViewOnlyMode)
[00:01:31]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:31]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:31]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:01:31]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:01:33]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:01:34]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:34]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:35]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:36]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:36]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:36]                 │ debg Switching to edit mode
[00:01:36]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:36]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:36]                 │ debg TestSubjects.click(dashboardEditMode)
[00:01:36]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=10000
[00:01:36]                 │ debg Waiting up to 20000ms for in edit mode...
[00:01:36]                 │ debg TestSubjects.findAll(embeddablePanel)
[00:01:36]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanel"]') with timeout=2500
[00:01:36]                 │ debg TestSubjects.findAll(embeddablePanelToggleMenuIcon)
[00:01:36]                 │ debg Find.allByCssSelector('[data-test-subj="embeddablePanelToggleMenuIcon"]') with timeout=2500
[00:01:36]                 │ debg TestSubjects.click(querySubmitButton)
[00:01:36]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:01:36]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:01:36]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:36]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:36]                 │ debg -- firstCount=1
[00:01:36]                 │ debg ... sleep(2000) start
[00:01:38]                 │ debg ... sleep(2000) end
[00:01:38]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:38]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:38]                 │ debg -- secondCount=2
[00:01:39]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:39]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:39]                 │ debg -- firstCount=2
[00:01:39]                 │ debg ... sleep(2000) start
[00:01:41]                 │ debg ... sleep(2000) end
[00:01:41]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:41]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:41]                 │ debg -- secondCount=2
[00:01:41]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:41]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:41]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:41]                 │ debg -- isNewLibraryChart = true
[00:01:41]                 │ debg Find.findByCssSelector('[data-title="Visualization漢字 AreaChart"]') with timeout=10000
[00:01:41]                 │ debg Waiting up to 20000ms for rendering count to stabilize...
[00:01:41]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:41]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:41]                 │ debg -- firstCount=2
[00:01:41]                 │ debg ... sleep(2000) start
[00:01:43]                 │ debg ... sleep(2000) end
[00:01:43]                 │ debg TestSubjects.find(visualizationLoader)
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="visualizationLoader"]') with timeout=10000
[00:01:43]                 │ debg -- secondCount=2
[00:01:43]                 │ debg -- isNewChartsLibraryEnabled = true
[00:01:43]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:01:43]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:01:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:01:43]                 │ debg -- isNewLibraryChart = true
[00:01:43]                 │ debg TestSubjects.exists(visColorPickerColor-#d36086)
[00:01:43]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visColorPickerColor-#d36086"]') with timeout=2500
[00:01:43]                 │ debg TestSubjects.click(visColorPickerColor-#d36086)
[00:01:43]                 │ debg Find.clickByCssSelector('[data-test-subj="visColorPickerColor-#d36086"]') with timeout=10000
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="visColorPickerColor-#d36086"]') with timeout=10000
[00:01:43]                 │ debg TestSubjects.click(dashboardSaveMenuItem)
[00:01:43]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardSaveMenuItem"]') with timeout=10000
[00:01:43]                 │ debg TestSubjects.find(savedObjectSaveModal)
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=10000
[00:01:43]                 │ debg entering new title
[00:01:43]                 │ debg TestSubjects.setValue(savedObjectTitle, Overridden colors - new charts library)
[00:01:43]                 │ debg TestSubjects.click(savedObjectTitle)
[00:01:43]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:43]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitle"]') with timeout=10000
[00:01:44]                 │ debg TestSubjects.exists(saveAsNewCheckbox)
[00:01:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=2500
[00:01:44]                 │ debg saveAsNewCheckbox: false
[00:01:44]                 │ debg TestSubjects.find(saveAsNewCheckbox)
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:01:44]                 │ debg Flipping save as new checkbox
[00:01:44]                 │ debg TestSubjects.find(saveAsNewCheckbox)
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="saveAsNewCheckbox"]') with timeout=10000
[00:01:44]                 │ debg DashboardPage.clickSave
[00:01:44]                 │ debg TestSubjects.click(confirmSaveSavedObjectButton)
[00:01:44]                 │ debg Find.clickByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:44]                 │ debg Find.findByCssSelector('[data-test-subj="confirmSaveSavedObjectButton"]') with timeout=10000
[00:01:44]                 │ debg Find.waitForElementStale with timeout=10000
[00:01:45]                 │ debg TestSubjects.exists(saveDashboardSuccess)
[00:01:45]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="saveDashboardSuccess"]') with timeout=120000
[00:01:45]                 │ debg Find.findByCssSelector('.euiToast') with timeout=60000
[00:01:45]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:01:45]                 │ debg Find.clickByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:45]                 │ debg Find.findByCssSelector('.euiToast__closeButton') with timeout=10000
[00:01:45]                 │ debg isGlobalLoadingIndicatorVisible
[00:01:45]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:01:45]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:01:47]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:01:47]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:01:47]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:01:47]                 │ debg Waiting for save modal to close
[00:01:47]                 │ debg TestSubjects.exists(savedObjectSaveModal)
[00:01:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="savedObjectSaveModal"]') with timeout=2500
[00:01:50]                 │ debg --- retry.tryForTime error: [data-test-subj="savedObjectSaveModal"] is not displayed
[00:01:50]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:50]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:53]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:53]                 │ debg clickCancelOutOfEditMode
[00:01:53]                 │ debg getIsInViewMode
[00:01:53]                 │ debg TestSubjects.exists(dashboardEditMode)
[00:01:53]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardEditMode"]') with timeout=2500
[00:01:56]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardEditMode"] is not displayed
[00:01:56]                 │ debg Waiting up to 20000ms for leave edit mode button enabled...
[00:01:56]                 │ debg TestSubjects.find(dashboardViewOnlyMode)
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:56]                 │ debg TestSubjects.click(dashboardViewOnlyMode)
[00:01:56]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:56]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardViewOnlyMode"]') with timeout=10000
[00:01:56]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:01:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:01:59]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:00]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:00]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:00]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:01]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:02]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:02]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:02]                 │ debg gotoDashboardLandingPage
[00:02:02]                 │ debg onDashboardLandingPage
[00:02:02]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:04]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:02:07]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:08]                 │ debg clickDashboardBreadcrumbLink
[00:02:08]                 │ debg TestSubjects.click(breadcrumb dashboardListingBreadcrumb first)
[00:02:08]                 │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:08]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:08]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:02:08]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:02:10]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:11]                 │ debg expectExistsDashboardLandingPage
[00:02:11]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:02:11]                 │ debg Load Saved Dashboard Overridden colors - new charts library
[00:02:11]                 │ debg gotoDashboardLandingPage
[00:02:11]                 │ debg onDashboardLandingPage
[00:02:11]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:11]                 │ debg searchForItemWithName: Overridden colors - new charts library
[00:02:11]                 │ debg TestSubjects.find(tableListSearchBox)
[00:02:11]                 │ debg Find.findByCssSelector('[data-test-subj="tableListSearchBox"]') with timeout=10000
[00:02:11]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:11]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:11]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:13]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:13]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:13]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:13]                 │ debg TestSubjects.click(dashboardListingTitleLink-Overridden-colors---new-charts-library)
[00:02:13]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardListingTitleLink-Overridden-colors---new-charts-library"]') with timeout=10000
[00:02:13]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardListingTitleLink-Overridden-colors---new-charts-library"]') with timeout=10000
[00:02:13]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:13]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:13]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:15]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:16]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:16]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:16]                 │ debg TestSubjects.missingOrFail(dashboardLandingPage)
[00:02:16]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=10000
[00:02:16]                 │ debg -- isNewChartsLibraryEnabled = true
[00:02:16]                 │ debg QueryBar.submitQuery
[00:02:16]                 │ debg TestSubjects.click(queryInput)
[00:02:16]                 │ debg Find.clickByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:02:16]                 │ debg Find.findByCssSelector('[data-test-subj="queryInput"]') with timeout=10000
[00:02:16]                 │ debg isGlobalLoadingIndicatorVisible
[00:02:16]                 │ debg TestSubjects.exists(globalLoadingIndicator)
[00:02:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:02:18]                 │ debg --- retry.tryForTime error: [data-test-subj="globalLoadingIndicator"] is not displayed
[00:02:18]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:02:18]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:02:18]                 │ debg -- isNewChartsLibraryEnabled = true
[00:02:18]                 │ debg Find.existsByCssSelector('.visLib__chart') with timeout=1
[00:02:18]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:02:18]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=1
[00:02:18]                 │ debg -- isNewLibraryChart = true
[00:02:18]                 │ debg TestSubjects.exists(visTypeXyChart)
[00:02:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=2500
[00:02:19]                 │ debg TestSubjects.findAll(visTypeXyChart)
[00:02:19]                 │ debg Find.allByCssSelector('[data-test-subj="visTypeXyChart"]') with timeout=10000
[00:02:19]                 └- ✓ pass  (1.0m) "dashboard app new charts library dashboard state Overriding colors on an area chart is preserved"
[00:02:19]               └-> Saved search with no changes will update when the saved object changes
[00:02:19]                 └-> "before each" hook: global before each for "Saved search with no changes will update when the saved object changes"
[00:02:19]                 │ debg gotoDashboardLandingPage
[00:02:19]                 │ debg onDashboardLandingPage
[00:02:19]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:02:21]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:02:24]                 │ debg --- retry.tryForTime failed again with the same message...
[00:02:25]                 │ debg clickDashboardBreadcrumbLink
[00:02:25]                 │ debg TestSubjects.click(breadcrumb dashboardListingBreadcrumb first)
[00:02:25]                 │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:25]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:02:25]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:02:25]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:02:27]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:28]                 │ debg expectExistsDashboardLandingPage
[00:02:28]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:02:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=120000
[00:02:28]                 │ debg click "Discover" app link
[00:02:28]                 │ debg TestSubjects.exists(collapsibleNav)
[00:02:28]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="collapsibleNav"]') with timeout=2500
[00:02:30]                 │ debg --- retry.tryForTime error: [data-test-subj="collapsibleNav"] is not displayed
[00:02:31]                 │ debg TestSubjects.click(toggleNavButton)
[00:02:31]                 │ debg Find.clickByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="toggleNavButton"]') with timeout=10000
[00:02:31]                 │ debg TestSubjects.find(collapsibleNavGroup-kibana)
[00:02:31]                 │ debg Find.findByCssSelector('[data-test-subj="collapsibleNavGroup-kibana"]') with timeout=10000
[00:02:31]                 │ debg Find.existsByCssSelector('[data-test-subj=collapsibleNav] > button') with timeout=2500
[00:02:34]                 │ debg TestSubjects.exists(confirmModalTitleText)
[00:02:34]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="confirmModalTitleText"]') with timeout=2500
[00:02:36]                 │ debg --- retry.tryForTime error: [data-test-subj="confirmModalTitleText"] is not displayed
[00:02:37]                 │ debg TestSubjects.exists(top-nav)
[00:02:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:40]                 │ debg --- retry.try error: Local nav not visible yet
[00:02:40]                 │ debg TestSubjects.exists(top-nav)
[00:02:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:43]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:43]                 │ debg --- retry.try failed again with the same message...
[00:02:44]                 │ debg TestSubjects.exists(top-nav)
[00:02:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:46]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:47]                 │ debg --- retry.try failed again with the same message...
[00:02:47]                 │ debg TestSubjects.exists(top-nav)
[00:02:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:50]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:51]                 │ debg --- retry.try failed again with the same message...
[00:02:51]                 │ debg TestSubjects.exists(top-nav)
[00:02:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:54]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:54]                 │ debg --- retry.try failed again with the same message...
[00:02:55]                 │ debg TestSubjects.exists(top-nav)
[00:02:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:02:57]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:02:58]                 │ debg --- retry.try failed again with the same message...
[00:02:58]                 │ debg TestSubjects.exists(top-nav)
[00:02:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:01]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:01]                 │ debg --- retry.try failed again with the same message...
[00:03:02]                 │ debg TestSubjects.exists(top-nav)
[00:03:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:04]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:05]                 │ debg --- retry.try failed again with the same message...
[00:03:05]                 │ debg TestSubjects.exists(top-nav)
[00:03:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:08]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:08]                 │ debg --- retry.try failed again with the same message...
[00:03:09]                 │ debg TestSubjects.exists(top-nav)
[00:03:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:11]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:12]                 │ debg --- retry.try failed again with the same message...
[00:03:12]                 │ debg TestSubjects.exists(top-nav)
[00:03:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:15]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:15]                 │ debg --- retry.try failed again with the same message...
[00:03:16]                 │ debg TestSubjects.exists(top-nav)
[00:03:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:18]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:19]                 │ debg --- retry.try failed again with the same message...
[00:03:19]                 │ debg TestSubjects.exists(top-nav)
[00:03:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:22]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:22]                 │ debg --- retry.try failed again with the same message...
[00:03:23]                 │ debg TestSubjects.exists(top-nav)
[00:03:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:25]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:26]                 │ debg --- retry.try failed again with the same message...
[00:03:26]                 │ debg TestSubjects.exists(top-nav)
[00:03:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:29]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:29]                 │ debg --- retry.try failed again with the same message...
[00:03:30]                 │ debg TestSubjects.exists(top-nav)
[00:03:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:32]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:33]                 │ debg --- retry.try failed again with the same message...
[00:03:33]                 │ debg TestSubjects.exists(top-nav)
[00:03:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:36]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:36]                 │ debg --- retry.try failed again with the same message...
[00:03:37]                 │ debg TestSubjects.exists(top-nav)
[00:03:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:40]                 │ debg --- retry.try failed again with the same message...
[00:03:40]                 │ debg TestSubjects.exists(top-nav)
[00:03:40]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:43]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:43]                 │ debg --- retry.try failed again with the same message...
[00:03:44]                 │ debg TestSubjects.exists(top-nav)
[00:03:44]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:46]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:47]                 │ debg --- retry.try failed again with the same message...
[00:03:47]                 │ debg TestSubjects.exists(top-nav)
[00:03:47]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:50]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:50]                 │ debg --- retry.try failed again with the same message...
[00:03:51]                 │ debg TestSubjects.exists(top-nav)
[00:03:51]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:54]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:54]                 │ debg --- retry.try failed again with the same message...
[00:03:55]                 │ debg TestSubjects.exists(top-nav)
[00:03:55]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:03:57]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:03:58]                 │ debg --- retry.try failed again with the same message...
[00:03:58]                 │ debg TestSubjects.exists(top-nav)
[00:03:58]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:01]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:01]                 │ debg --- retry.try failed again with the same message...
[00:04:02]                 │ debg TestSubjects.exists(top-nav)
[00:04:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:04]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:05]                 │ debg --- retry.try failed again with the same message...
[00:04:05]                 │ debg TestSubjects.exists(top-nav)
[00:04:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:08]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:08]                 │ debg --- retry.try failed again with the same message...
[00:04:09]                 │ debg TestSubjects.exists(top-nav)
[00:04:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:11]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:12]                 │ debg --- retry.try failed again with the same message...
[00:04:12]                 │ debg TestSubjects.exists(top-nav)
[00:04:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:15]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:15]                 │ debg --- retry.try failed again with the same message...
[00:04:16]                 │ debg TestSubjects.exists(top-nav)
[00:04:16]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:18]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:19]                 │ debg --- retry.try failed again with the same message...
[00:04:19]                 │ debg TestSubjects.exists(top-nav)
[00:04:19]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:22]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:22]                 │ debg --- retry.try failed again with the same message...
[00:04:23]                 │ debg TestSubjects.exists(top-nav)
[00:04:23]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:25]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:26]                 │ debg --- retry.try failed again with the same message...
[00:04:26]                 │ debg TestSubjects.exists(top-nav)
[00:04:26]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:29]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:29]                 │ debg --- retry.try failed again with the same message...
[00:04:30]                 │ debg TestSubjects.exists(top-nav)
[00:04:30]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:32]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:33]                 │ debg --- retry.try failed again with the same message...
[00:04:33]                 │ debg TestSubjects.exists(top-nav)
[00:04:33]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:36]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:36]                 │ debg --- retry.try failed again with the same message...
[00:04:37]                 │ debg TestSubjects.exists(top-nav)
[00:04:37]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="top-nav"]') with timeout=2500
[00:04:39]                 │ debg --- retry.tryForTime error: [data-test-subj="top-nav"] is not displayed
[00:04:40]                 │ debg --- retry.try failed again with the same message...
[00:04:40]                 │ info Taking screenshot "/dev/shm/workspace/parallel/1/kibana/test/functional/screenshots/failure/dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes.png"
[00:04:40]                 │ info Current URL is: http://localhost:6111/app/discover#/?_g=(filters:!(),query:(language:kuery,query:%27%27),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(columns:!(),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!(!(%27@timestamp%27,desc)))
[00:04:41]                 │ info Saving page source to: /dev/shm/workspace/parallel/1/kibana/test/functional/failure_debug/html/dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes.html
[00:04:41]                 └- ✖ fail: dashboard app new charts library dashboard state Saved search with no changes will update when the saved object changes
[00:04:41]                 │      retry.try timeout: Error: Local nav not visible yet
[00:04:41]                 │     at /dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:385:15
[00:04:41]                 │     at runAttempt (/dev/shm/workspace/parallel/1/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:04:41]                 │     at retryForSuccess (/dev/shm/workspace/parallel/1/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:04:41]                 │     at RetryService.try (/dev/shm/workspace/parallel/1/kibana/test/common/services/retry/retry.ts:31:12)
[00:04:41]                 │     at CommonPageObject.waitForTopNavToBeVisible (/dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:382:5)
[00:04:41]                 │     at HeaderPageObject.clickDiscover (/dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/header_page.ts:24:5)
[00:04:41]                 │     at Context.<anonymous> (/dev/shm/workspace/parallel/1/kibana/test/functional/apps/dashboard/dashboard_state.ts:104:7)
[00:04:41]                 │     at Object.apply (/dev/shm/workspace/parallel/1/kibana/node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:04:41]                 │   Error: retry.try timeout: Error: Local nav not visible yet
[00:04:41]                 │       at /dev/shm/workspace/parallel/1/kibana/test/functional/page_objects/common_page.ts:385:15
[00:04:41]                 │       at runAttempt (test/common/services/retry/retry_for_success.ts:27:15)
[00:04:41]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:66:21)
[00:04:41]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:04:41]                 │       at CommonPageObject.waitForTopNavToBeVisible (test/functional/page_objects/common_page.ts:382:5)
[00:04:41]                 │       at HeaderPageObject.clickDiscover (test/functional/page_objects/header_page.ts:24:5)
[00:04:41]                 │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:104:7)
[00:04:41]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:04:41]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:04:41]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:04:41]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:04:41]                 │       at CommonPageObject.waitForTopNavToBeVisible (test/functional/page_objects/common_page.ts:382:5)
[00:04:41]                 │       at HeaderPageObject.clickDiscover (test/functional/page_objects/header_page.ts:24:5)
[00:04:41]                 │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:104:7)
[00:04:41]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:04:41]                 │ 
[00:04:41]                 │ 
[00:04:41]               └-> "after all" hook for "Saved search will update when the query is changed in the URL"
[00:04:41]                 │ debg gotoDashboardLandingPage
[00:04:41]                 │ debg onDashboardLandingPage
[00:04:41]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:04:41]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:04:43]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardLandingPage"] is not displayed
[00:04:46]                 │ debg --- retry.tryForTime failed again with the same message...
[00:04:47]                 │ debg clickDashboardBreadcrumbLink
[00:04:47]                 │ debg TestSubjects.click(breadcrumb dashboardListingBreadcrumb first)
[00:04:47]                 │ debg Find.clickByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:04:47]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:04:47]                 │ info [o.e.c.m.MetadataMappingService] [node-01] [.kibana_task_manager_8.0.0_001/wZCtIZAjRQSW8O97URuAdQ] update_mapping [_doc]
[00:04:57]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:04:57]                 │      Wait timed out after 10049ms
[00:04:57]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:05:07]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:05:07]                 │      Wait timed out after 10004ms
[00:05:08]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:05:18]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:05:18]                 │      Wait timed out after 10018ms
[00:05:18]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:05:28]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:05:28]                 │      Wait timed out after 10024ms
[00:05:29]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:05:39]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:05:39]                 │      Wait timed out after 10038ms
[00:05:39]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:05:49]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:05:49]                 │      Wait timed out after 10012ms
[00:05:50]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:06:00]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:00]                 │      Wait timed out after 10025ms
[00:06:00]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:06:10]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:10]                 │      Wait timed out after 10049ms
[00:06:11]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:06:21]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:21]                 │      Wait timed out after 10036ms
[00:06:21]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:06:31]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:31]                 │      Wait timed out after 10009ms
[00:06:32]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:06:42]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:42]                 │      Wait timed out after 10005ms
[00:06:42]                 │ debg Find.findByCssSelector('[data-test-subj="breadcrumb dashboardListingBreadcrumb first"]') with timeout=10000
[00:06:52]                 │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:52]                 │      Wait timed out after 10055ms
[00:06:53]                 │ info Taking screenshot "/dev/shm/workspace/parallel/1/kibana/test/functional/screenshots/failure/dashboard app new charts library dashboard state _after all_ hook for _Saved search will update when the query is changed in the URL_.png"
[00:06:53]                 │ info Current URL is: http://localhost:6111/app/discover#/?_g=(filters:!(),query:(language:kuery,query:%27%27),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(columns:!(),filters:!(),index:%27logstash-*%27,interval:auto,query:(language:kuery,query:%27%27),sort:!(!(%27@timestamp%27,desc)))
[00:06:53]                 │ info Saving page source to: /dev/shm/workspace/parallel/1/kibana/test/functional/failure_debug/html/dashboard app new charts library dashboard state _after all_ hook for _Saved search will update when the query is changed in the URL_.html
[00:06:53]                 └- ✖ fail: dashboard app new charts library dashboard state "after all" hook for "Saved search will update when the query is changed in the URL"
[00:06:53]                 │      Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
[00:06:53]                 │ Wait timed out after 10055ms
[00:06:53]                 │     at /dev/shm/workspace/parallel/1/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:06:53]                 │     at runMicrotasks (<anonymous>)
[00:06:53]                 │     at processTicksAndRejections (internal/process/task_queues.js:95:5)
[00:06:53]                 │       at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
[00:06:53]                 │       at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
[00:06:53]                 │       at RetryService.try (test/common/services/retry/retry.ts:31:12)
[00:06:53]                 │       at Proxy.clickByCssSelector (test/functional/services/common/find.ts:360:5)
[00:06:53]                 │       at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:5)
[00:06:53]                 │       at DashboardPageObject.clickDashboardBreadcrumbLink (test/functional/page_objects/dashboard_page.ts:164:5)
[00:06:53]                 │       at DashboardPageObject.gotoDashboardLandingPage (test/functional/page_objects/dashboard_page.ts:178:7)
[00:06:53]                 │       at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:60:7)
[00:06:53]                 │       at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)
[00:06:53]                 │ 
[00:06:53]                 │ 

Stack Trace

Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="breadcrumb dashboardListingBreadcrumb first"])
Wait timed out after 10055ms
    at /dev/shm/workspace/parallel/1/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at onFailure (test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (test/common/services/retry/retry_for_success.ts:57:13)
    at RetryService.try (test/common/services/retry/retry.ts:31:12)
    at Proxy.clickByCssSelector (test/functional/services/common/find.ts:360:5)
    at TestSubjects.click (test/functional/services/common/test_subjects.ts:105:5)
    at DashboardPageObject.clickDashboardBreadcrumbLink (test/functional/page_objects/dashboard_page.ts:164:5)
    at DashboardPageObject.gotoDashboardLandingPage (test/functional/page_objects/dashboard_page.ts:178:7)
    at Context.<anonymous> (test/functional/apps/dashboard/dashboard_state.ts:60:7)
    at Object.apply (node_modules/@kbn/test/target_node/functional_test_runner/lib/mocha/wrap_function.js:87:16)

and 16 more failures, only showing the first 3.

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
kibanaReact 403 405 +2

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
kibanaReact 262 263 +1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
discover 525.5KB 526.0KB +455.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
kibanaReact 168.2KB 168.9KB +755.0B
Unknown metric groups

API count

id before after diff
kibanaReact 299 300 +1

References to deprecated APIs

id before after diff
discover 1024 1025 +1

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants