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

chore(NA): upgrades iBazel to v0.15.10 #97489

Merged
merged 4 commits into from
Apr 20, 2021

Conversation

mistic
Copy link
Member

@mistic mistic commented Apr 19, 2021

One step forward on #69706

That PR upgrades iBazel into its latest version which allow us to pass --show_result flag when watching as well as using the new watcher implementation.

@mistic mistic added chore Team:Operations Team label for Operations Team v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.13.0 auto-backport Deprecated - use backport:version if exact versions are needed labels Apr 19, 2021
@mistic mistic requested a review from a team as a code owner April 19, 2021 16:20
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@mistic mistic mentioned this pull request Apr 19, 2021
23 tasks
Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

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

LGTM, though I'm curious if there's a reason it lists every package on every build rather than just the packages which were updated?

image

Is there maybe a way we can tell it to watch the individual build targets rather than the root build target or something?

@mistic
Copy link
Member Author

mistic commented Apr 20, 2021

@spalger it just shows/logs everything that is assured to be in an up to date/built state after running the target. I can disable the show_results on watch for now if we consider it too disturbing.

@spalger
Copy link
Contributor

spalger commented Apr 20, 2021

I can disable the show_results on watch for now if we consider it too disturbing.

I don't think that's necessary, but what about the other question

Is there maybe a way we can tell it to watch the individual build targets rather than the root build target or something?

I'm guessing, but I wonder if since were watching the overall //packages:build target that iBazel is printing that command (and the targets it points to) every time it runs it. If we watch the individual //packages:*:build targets could that maybe lead to us only seeing the updated packages in each change?

@mistic
Copy link
Member Author

mistic commented Apr 20, 2021

We cannot use //packages:*:build on the Bazel cli as it is not supported. Passing all of the packages build target individually into the CLI (separated by spaces) will make --show_results=1 useless as it only works if the resulting ran target is at max equal to 1 (in that case will be equal to the number of packages). Even if we increase the --show_result value set value, the only thing we will be able to see is an output stating that each target is now up to date. I think it might exist a chance I can improve this using https://github.com/ash2k/bazel-tools/tree/master/multirun, I need to check it out later

@mistic

This comment has been minimized.

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / general / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/sync_colors·ts.dashboard sync colors should sync colors on dashboard by default

Link to Jenkins

Standard Out

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

[00:00:00]       │
[00:00:00]         └-: dashboard
[00:00:00]           └-> "before all" hook in "dashboard"
[00:19:11]           └-: sync colors
[00:19:11]             └-> "before all" hook for "should sync colors on dashboard by default"
[00:19:11]             └-> "before all" hook for "should sync colors on dashboard by default"
[00:19:11]               │ info [logstash_functional] Loading "mappings.json"
[00:19:11]               │ info [logstash_functional] Loading "data.json.gz"
[00:19:11]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.22"
[00:19:11]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.20"
[00:19:11]               │ info [logstash_functional] Skipped restore for existing index "logstash-2015.09.21"
[00:19:12]               │ info [lens/basic] Loading "mappings.json"
[00:19:12]               │ info [lens/basic] Loading "data.json"
[00:19:12]               │ info [lens/basic] Loading "data.json.gz"
[00:19:12]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_task_manager_8.0.0_001/N4qThiIlSM-tF0RHkpk3Cw] deleting index
[00:19:12]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_pre6.5.0_001/MPXwPMhXTQuTBVRU9xqtHw] deleting index
[00:19:12]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_001/N-nPb8-eS0CE81b7Cre4_A] deleting index
[00:19:12]               │ info [lens/basic] Deleted existing index ".kibana_8.0.0_001"
[00:19:12]               │ info [lens/basic] Deleted existing index ".kibana_task_manager_8.0.0_001"
[00:19:12]               │ info [lens/basic] Deleted existing index ".kibana_pre6.5.0_001"
[00:19:12]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_1] creating index, cause [api], templates [], shards [1]/[0]
[00:19:12]               │ info [lens/basic] Created index ".kibana_1"
[00:19:12]               │ debg [lens/basic] ".kibana_1" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:19:12]               │ info [lens/basic] Indexed 24 docs into ".kibana_1"
[00:19:12]               │ debg Migrating saved objects
[00:19:12]               │ proc [kibana]   log   [16:51:20.449] [info][savedobjects-service] [.kibana_task_manager] INIT -> CREATE_NEW_TARGET. took: 4ms.
[00:19:12]               │ proc [kibana]   log   [16:51:20.456] [info][savedobjects-service] [.kibana] INIT -> WAIT_FOR_YELLOW_SOURCE. took: 12ms.
[00:19:12]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_task_manager_8.0.0_001] creating index, cause [api], templates [], shards [1]/[1]
[00:19:12]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] updating number_of_replicas to [0] for indices [.kibana_task_manager_8.0.0_001]
[00:19:12]               │ proc [kibana]   log   [16:51:20.464] [info][savedobjects-service] [.kibana] WAIT_FOR_YELLOW_SOURCE -> SET_SOURCE_WRITE_BLOCK. took: 8ms.
[00:19:12]               │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] adding block write to indices [[.kibana_1/AzH0xnSNQIC1oHJlWfOkCA]]
[00:19:12]               │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] completed adding block write to indices [.kibana_1]
[00:19:12]               │ proc [kibana]   log   [16:51:20.514] [info][savedobjects-service] [.kibana_task_manager] CREATE_NEW_TARGET -> MARK_VERSION_INDEX_READY. took: 65ms.
[00:19:12]               │ proc [kibana]   log   [16:51:20.525] [info][savedobjects-service] [.kibana] SET_SOURCE_WRITE_BLOCK -> CREATE_REINDEX_TEMP. took: 61ms.
[00:19:12]               │ proc [kibana]   log   [16:51:20.535] [info][savedobjects-service] [.kibana_task_manager] MARK_VERSION_INDEX_READY -> DONE. took: 21ms.
[00:19:12]               │ proc [kibana]   log   [16:51:20.535] [info][savedobjects-service] [.kibana_task_manager] Migration completed after 90ms
[00:19:12]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_reindex_temp] creating index, cause [api], templates [], shards [1]/[1]
[00:19:12]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] updating number_of_replicas to [0] for indices [.kibana_8.0.0_reindex_temp]
[00:19:12]               │ proc [kibana]   log   [16:51:20.578] [info][savedobjects-service] [.kibana] CREATE_REINDEX_TEMP -> REINDEX_SOURCE_TO_TEMP. took: 53ms.
[00:19:12]               │ proc [kibana]   log   [16:51:20.587] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP -> REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK. took: 9ms.
[00:19:12]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_reindex_temp/xYiFQVixT6O1ER_uCse_4Q] update_mapping [_doc]
[00:19:12]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_reindex_temp/xYiFQVixT6O1ER_uCse_4Q] update_mapping [_doc]
[00:19:12]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_reindex_temp/xYiFQVixT6O1ER_uCse_4Q] update_mapping [_doc]
[00:19:12]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] 31458 finished with response BulkByScrollResponse[took=70ms,timed_out=false,sliceId=null,updated=0,created=12,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:19:12]               │ proc [kibana]   log   [16:51:20.694] [info][savedobjects-service] [.kibana] REINDEX_SOURCE_TO_TEMP_WAIT_FOR_TASK -> SET_TEMP_WRITE_BLOCK. took: 107ms.
[00:19:12]               │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] adding block write to indices [[.kibana_8.0.0_reindex_temp/xYiFQVixT6O1ER_uCse_4Q]]
[00:19:12]               │ info [o.e.c.m.MetadataIndexStateService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] completed adding block write to indices [.kibana_8.0.0_reindex_temp]
[00:19:12]               │ proc [kibana]   log   [16:51:20.724] [info][savedobjects-service] [.kibana] SET_TEMP_WRITE_BLOCK -> CLONE_TEMP_TO_TARGET. took: 30ms.
[00:19:12]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] applying create index request using existing index [.kibana_8.0.0_reindex_temp] metadata
[00:19:12]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_001] creating index, cause [clone_index], templates [], shards [1]/[1]
[00:19:12]               │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] updating number_of_replicas to [0] for indices [.kibana_8.0.0_001]
[00:19:12]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_001/T1g3W256RlGYIYNjZqZVDw] create_mapping
[00:19:12]               │ proc [kibana]   log   [16:51:20.806] [info][savedobjects-service] [.kibana] CLONE_TEMP_TO_TARGET -> OUTDATED_DOCUMENTS_SEARCH. took: 82ms.
[00:19:12]               │ proc [kibana]   log   [16:51:20.815] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> OUTDATED_DOCUMENTS_TRANSFORM. took: 9ms.
[00:19:13]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_001/T1g3W256RlGYIYNjZqZVDw] update_mapping [_doc]
[00:19:13]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_001/T1g3W256RlGYIYNjZqZVDw] update_mapping [_doc]
[00:19:13]               │ proc [kibana]   log   [16:51:21.758] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_TRANSFORM -> OUTDATED_DOCUMENTS_SEARCH. took: 943ms.
[00:19:13]               │ proc [kibana]   log   [16:51:21.768] [info][savedobjects-service] [.kibana] OUTDATED_DOCUMENTS_SEARCH -> UPDATE_TARGET_MAPPINGS. took: 10ms.
[00:19:13]               │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_001/T1g3W256RlGYIYNjZqZVDw] update_mapping [_doc]
[00:19:13]               │ proc [kibana]   log   [16:51:21.816] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS -> UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK. took: 48ms.
[00:19:13]               │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] 31536 finished with response BulkByScrollResponse[took=21.7ms,timed_out=false,sliceId=null,updated=12,created=0,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:19:14]               │ proc [kibana]   log   [16:51:21.928] [info][savedobjects-service] [.kibana] UPDATE_TARGET_MAPPINGS_WAIT_FOR_TASK -> MARK_VERSION_INDEX_READY. took: 112ms.
[00:19:14]               │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-centos-tests-xxl-1618934388383791205] [.kibana_8.0.0_reindex_temp/xYiFQVixT6O1ER_uCse_4Q] deleting index
[00:19:14]               │ proc [kibana]   log   [16:51:21.974] [info][savedobjects-service] [.kibana] MARK_VERSION_INDEX_READY -> DONE. took: 46ms.
[00:19:14]               │ proc [kibana]   log   [16:51:21.975] [info][savedobjects-service] [.kibana] Migration completed after 1531ms
[00:19:14]               │ debg [lens/basic] Migrated Kibana index after loading Kibana data
[00:19:14]               │ debg [lens/basic] Ensured that default space exists in .kibana
[00:19:14]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:19:15]               │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC","visualization:visualize:legacyChartsLibrary":true}
[00:19:16]             └-> should sync colors on dashboard by default
[00:19:16]               └-> "before each" hook: global before each for "should sync colors on dashboard by default"
[00:19:16]               │ debg navigating to dashboard url: http://localhost:6121/app/dashboards#/list
[00:19:16]               │ debg navigate to: http://localhost:6121/app/dashboards#/list
[00:19:17]               │ debg browser[INFO] http://localhost:6121/app/dashboards?_t=1618937484787#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:19:17]               │
[00:19:17]               │ debg browser[INFO] http://localhost:6121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:19:17]               │ debg ... sleep(700) start
[00:19:17]               │ debg ... sleep(700) end
[00:19:17]               │ debg returned from get, calling refresh
[00:19:18]               │ debg browser[INFO] http://localhost:6121/app/dashboards?_t=1618937484787#/list 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:19:18]               │
[00:19:18]               │ debg browser[INFO] http://localhost:6121/bootstrap.js 41:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:19:18]               │ debg currentUrl = http://localhost:6121/app/dashboards#/list
[00:19:18]               │          appUrl = http://localhost:6121/app/dashboards#/list
[00:19:18]               │ debg TestSubjects.find(kibanaChrome)
[00:19:18]               │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:19:19]               │ debg ... sleep(501) start
[00:19:19]               │ debg ... sleep(501) end
[00:19:19]               │ debg in navigateTo url = http://localhost:6121/app/dashboards#/list?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:19:19]               │ debg TestSubjects.exists(statusPageContainer)
[00:19:19]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:19:22]               │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:19:22]               │ debg TestSubjects.click(createDashboardPromptButton)
[00:19:22]               │ debg Find.clickByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:19:22]               │ debg Find.findByCssSelector('[data-test-subj="createDashboardPromptButton"]') with timeout=10000
[00:19:23]               │ debg DashboardAddPanel.clickAddNewPanelButton
[00:19:23]               │ debg TestSubjects.click(dashboardAddNewPanelButton)
[00:19:23]               │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddNewPanelButton"]') with timeout=10000
[00:19:23]               │ debg Find.findByCssSelector('[data-test-subj="dashboardAddNewPanelButton"]') with timeout=10000
[00:19:23]               │ debg ... sleep(500) start
[00:19:23]               │ debg ... sleep(500) end
[00:19:23]               │ debg isGlobalLoadingIndicatorVisible
[00:19:23]               │ debg TestSubjects.exists(globalLoadingIndicator)
[00:19:23]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="globalLoadingIndicator"]') with timeout=1500
[00:19:23]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:19:23]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:19:24]               │ debg lensPage.goToTimeRange()
[00:19:24]               │ debg TestSubjects.exists(noDataPopoverDismissButton)
[00:19:24]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="noDataPopoverDismissButton"]') with timeout=2500
[00:19:26]               │ debg --- retry.tryForTime error: [data-test-subj="noDataPopoverDismissButton"] is not displayed
[00:19:27]               │ debg Setting absolute range to Sep 19, 2015 @ 06:31:44.000 to Sep 23, 2015 @ 18:31:44.000
[00:19:27]               │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:19:27]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:19:27]               │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:19:27]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:19:27]               │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:19:27]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:19:27]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:19:27]               │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:19:27]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:19:27]               │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:19:27]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:27]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:19:27]               │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:19:27]               │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:19:27]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:19:27]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:19:27]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:19:27]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:27]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:27]               │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 23, 2015 @ 18:31:44.000)
[00:19:27]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:19:27]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:27]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:28]               │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:19:28]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:19:28]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:19:28]               │ debg Find.waitForElementStale with timeout=10000
[00:19:28]               │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:19:28]               │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:19:28]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:19:28]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:19:28]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:19:28]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:28]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:28]               │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Sep 19, 2015 @ 06:31:44.000)
[00:19:28]               │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:19:28]               │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:28]               │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:19:29]               │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:19:29]               │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:19:31]               │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:19:32]               │ debg TestSubjects.click(querySubmitButton)
[00:19:32]               │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:19:32]               │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:19:32]               │ debg Find.waitForElementStale with timeout=10000
[00:19:32]               │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:19:32]               │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:19:32]               │ debg lensPage.configureDimension([object Object])
[00:19:32]               │ debg TestSubjects.click(lns-layerPanel-0 > lnsXY_yDimensionPanel > lns-empty-dimension)
[00:19:32]               │ debg Find.clickByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:19:32]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:19:42]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:19:42]               │      Wait timed out after 10039ms
[00:19:43]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:19:53]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:19:53]               │      Wait timed out after 10006ms
[00:19:53]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:20:03]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:20:03]               │      Wait timed out after 10010ms
[00:20:04]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:20:14]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:20:14]               │      Wait timed out after 10039ms
[00:20:14]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:20:24]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:20:24]               │      Wait timed out after 10016ms
[00:20:25]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:20:35]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:20:35]               │      Wait timed out after 10051ms
[00:20:35]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:20:45]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:20:45]               │      Wait timed out after 10049ms
[00:20:46]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:20:56]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:20:56]               │      Wait timed out after 10027ms
[00:20:56]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:21:06]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:06]               │      Wait timed out after 10058ms
[00:21:07]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:21:17]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:17]               │      Wait timed out after 10026ms
[00:21:17]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:21:27]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:27]               │      Wait timed out after 10046ms
[00:21:28]               │ debg Find.findByCssSelector('[data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"]') with timeout=10000
[00:21:38]               │ debg --- retry.try error: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:38]               │      Wait timed out after 10009ms
[00:21:39]               │ debg --- retry.try error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:39]               │      Wait timed out after 10009ms
[00:21:39]               │          at /dev/shm/workspace/parallel/2/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:21:39]               │          at runMicrotasks (<anonymous>)
[00:21:39]               │          at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:21:39]               │ info Taking screenshot "/dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/screenshots/failure/dashboard sync colors should sync colors on dashboard by default.png"
[00:21:39]               │ info Current URL is: http://localhost:6121/app/dashboards#/create?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272015-09-19T06:31:44.000Z%27,to:%272015-09-23T18:31:44.000Z%27))&_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:%27%27),tags:!(),timeRestore:!f,title:%27%27,viewMode:edit)
[00:21:39]               │ info Saving page source to: /dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/failure_debug/html/dashboard sync colors should sync colors on dashboard by default.html
[00:21:39]               └- ✖ fail: dashboard sync colors should sync colors on dashboard by default
[00:21:39]               │      retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:39]               │ Wait timed out after 10009ms
[00:21:39]               │     at /dev/shm/workspace/parallel/2/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:21:39]               │     at runMicrotasks (<anonymous>)
[00:21:39]               │     at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:21:39]               │     at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:21:39]               │     at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:21:39]               │     at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
[00:21:39]               │     at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/find.ts:420:7)
[00:21:39]               │     at TestSubjects.click (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/test_subjects.ts:109:7)
[00:21:39]               │     at /dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/page_objects/lens_page.ts:114:9
[00:21:39]               │     at runAttempt (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:21:39]               │     at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:21:39]               │     at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
[00:21:39]               │     at Object.configureDimension (/dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/page_objects/lens_page.ts:113:7)
[00:21:39]               │     at Context.<anonymous> (/dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/apps/dashboard/sync_colors.ts:55:7)
[00:21:39]               │     at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:21:39]               │   Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
[00:21:39]               │   Wait timed out after 10009ms
[00:21:39]               │       at /dev/shm/workspace/parallel/2/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
[00:21:39]               │       at runMicrotasks (<anonymous>)
[00:21:39]               │       at processTicksAndRejections (internal/process/task_queues.js:93:5)
[00:21:39]               │       at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:21:39]               │       at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:21:39]               │       at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
[00:21:39]               │       at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/find.ts:420:7)
[00:21:39]               │       at TestSubjects.click (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/test_subjects.ts:109:7)
[00:21:39]               │       at /dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/page_objects/lens_page.ts:114:9
[00:21:39]               │       at runAttempt (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:27:15)
[00:21:39]               │       at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:66:21)
[00:21:39]               │       at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
[00:21:39]               │       at Object.configureDimension (test/functional/page_objects/lens_page.ts:113:7)
[00:21:39]               │       at Context.<anonymous> (test/functional/apps/dashboard/sync_colors.ts:55:7)
[00:21:39]               │       at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:21:39]               │       at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9)
[00:21:39]               │       at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13)
[00:21:39]               │       at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
[00:21:39]               │       at Object.configureDimension (test/functional/page_objects/lens_page.ts:113:7)
[00:21:39]               │       at Context.<anonymous> (test/functional/apps/dashboard/sync_colors.ts:55:7)
[00:21:39]               │       at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
[00:21:39]               │ 
[00:21:39]               │ 

Stack Trace

Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="lns-layerPanel-0"] [data-test-subj="lnsXY_yDimensionPanel"] [data-test-subj="lns-empty-dimension"])
Wait timed out after 10009ms
    at /dev/shm/workspace/parallel/2/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13)
    at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
    at Proxy.clickByCssSelector (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/find.ts:420:7)
    at TestSubjects.click (/dev/shm/workspace/parallel/2/kibana/test/functional/services/common/test_subjects.ts:109:7)
    at /dev/shm/workspace/parallel/2/kibana/x-pack/test/functional/page_objects/lens_page.ts:114:9
    at runAttempt (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:27:15)
    at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:66:21)
    at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
    at Object.configureDimension (test/functional/page_objects/lens_page.ts:113:7)
    at Context.<anonymous> (test/functional/apps/dashboard/sync_colors.ts:55:7)
    at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)
    at onFailure (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:17:9)
    at retryForSuccess (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry_for_success.ts:57:13)
    at Retry.try (/dev/shm/workspace/parallel/2/kibana/test/common/services/retry/retry.ts:32:14)
    at Object.configureDimension (test/functional/page_objects/lens_page.ts:113:7)
    at Context.<anonymous> (test/functional/apps/dashboard/sync_colors.ts:55:7)
    at Object.apply (/dev/shm/workspace/parallel/2/kibana/node_modules/@kbn/test/src/functional_test_runner/lib/mocha/wrap_function.js:73:16)

Metrics [docs]

✅ unchanged

History

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

@mistic mistic merged commit 660af0f into elastic:master Apr 20, 2021
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Apr 20, 2021
* chore(NA): upgrade into last ibazel version

* chore(NA): upgrade into latest ibazel version

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
7.x

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Apr 20, 2021
* chore(NA): upgrade into last ibazel version

* chore(NA): upgrade into latest ibazel version

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
madirey pushed a commit to madirey/kibana that referenced this pull request May 11, 2021
* chore(NA): upgrade into last ibazel version

* chore(NA): upgrade into latest ibazel version

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed chore release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v7.13.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants