Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2025

This PR contains the following updates:

Package Type Update Change
chrome_standalone oci_pull digest 1b809a9 -> 16b16f3

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added B-build Includes scripting, bazel and CI integrations B-dependencies Pull requests that update a dependency file labels Jan 30, 2025
@qodo-merge-pro
Copy link
Contributor

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: CI - GitHub / Ruby / Local Tests (firefox, macos) / Local Tests (firefox, macos)

Failed stage: Run Bazel [❌]

Failed test name: Selenium::WebDriver::ActionBuilder#scroll_by

Failure summary:

The action failed in the Firefox WebDriver tests, specifically in the ActionBuilder test suite. The
main failure was in the scroll_by test where the footer element was expected to be in viewport after
scrolling, but it wasn't (got false when expecting true). Additionally, there were several related
pending tests with MoveTargetOutOfBoundsError issues in Firefox, suggesting broader problems with
scrolling and viewport calculations in Firefox WebDriver.

Relevant error logs:
1:  ##[group]Operating System
2:  macOS
...

681:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_1.log)
682:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 74s local, disk-cache
683:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 110s local, disk-cache
684:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 112s local, disk-cache
685:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_2.log)
686:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 113s local, disk-cache
687:  �[32m[1,320 / 1,321]�[0m 23 / 30 tests;�[0m Testing //rb/spec/integration/selenium/webdriver:action_builder-firefox; 150s local, disk-cache
688:  �[31m�[1mFAIL: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (see /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test.log)
689:  �[31m�[1mFAILED: �[0m//rb/spec/integration/selenium/webdriver:action_builder-firefox (Summary)
...

728:  moves one element to another
729:  #drag_and_drop_by
730:  moves one element a provided distance
731:  #move_to_location
732:  moves pointer to specified coordinates
733:  pen stylus
734:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
735:  #scroll_to
736:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
737:  #scroll_by
738:  scrolls by given amount (FAILED - 1)
739:  #scroll_from
740:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
741:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
742:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
743:  scrolls by given amount with offset
744:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
745:  Pending: (Failures listed here are expected and do not affect your suite's status)
746:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
747:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
748:  Failure/Error: actions.perform
749:  Selenium::WebDriver::Error::UnknownError:
750:  Error: Unimplemented pointerMove for pointerType pen
751:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
752:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

757:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
758:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
759:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
760:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
761:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
762:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block (3 levels) in <module:WebDriver>'
763:  # ------------------
764:  # --- Caused by: ---
765:  # Selenium::WebDriver::Error::WebDriverError:
766:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
767:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
768:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
769:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
770:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
771:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
772:  Failure/Error: driver.action.scroll_to(iframe).perform
773:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
774:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
775:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
776:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

781:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
782:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
783:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
784:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
785:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
786:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block (3 levels) in <module:WebDriver>'
787:  # ------------------
788:  # --- Caused by: ---
789:  # Selenium::WebDriver::Error::WebDriverError:
790:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
791:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
792:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
793:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
794:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
795:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
796:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
797:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
798:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
799:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
800:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
801:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
802:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

807:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
808:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
809:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
810:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
811:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
812:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:339:in `block (3 levels) in <module:WebDriver>'
813:  # ------------------
814:  # --- Caused by: ---
815:  # Selenium::WebDriver::Error::WebDriverError:
816:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
817:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
818:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
819:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
820:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
821:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
822:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
823:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
824:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
825:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
826:  Move target (632, 2952) is out of bounds of viewport dimensions (1280, 788)
827:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
828:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

833:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
834:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
835:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
836:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
837:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
838:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:353:in `block (3 levels) in <module:WebDriver>'
839:  # ------------------
840:  # --- Caused by: ---
841:  # Selenium::WebDriver::Error::WebDriverError:
842:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
843:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
844:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
845:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
846:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
847:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
848:  Failures:
849:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
850:  Failure/Error: expect(in_viewport?(footer)).to be true
851:  expected true
852:  got false
853:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:328:in `block (3 levels) in <module:WebDriver>'
854:  Finished in 1 minute 12.37 seconds (files took 0.17153 seconds to load)
855:  27 examples, 1 failure, 4 pending
856:  Failed examples:
...

893:  moves one element to another
894:  #drag_and_drop_by
895:  moves one element a provided distance
896:  #move_to_location
897:  moves pointer to specified coordinates
898:  pen stylus
899:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
900:  #scroll_to
901:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
902:  #scroll_by
903:  scrolls by given amount (FAILED - 1)
904:  #scroll_from
905:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
906:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
907:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
908:  scrolls by given amount with offset
909:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
910:  Pending: (Failures listed here are expected and do not affect your suite's status)
911:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
912:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
913:  Failure/Error: actions.perform
914:  Selenium::WebDriver::Error::UnknownError:
915:  Error: Unimplemented pointerMove for pointerType pen
916:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
917:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

922:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
923:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
924:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
925:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
926:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
927:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block (3 levels) in <module:WebDriver>'
928:  # ------------------
929:  # --- Caused by: ---
930:  # Selenium::WebDriver::Error::WebDriverError:
931:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
932:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
933:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
934:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
935:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
936:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
937:  Failure/Error: driver.action.scroll_to(iframe).perform
938:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
939:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
940:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
941:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

946:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
947:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
948:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
949:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
950:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
951:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block (3 levels) in <module:WebDriver>'
952:  # ------------------
953:  # --- Caused by: ---
954:  # Selenium::WebDriver::Error::WebDriverError:
955:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
956:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
957:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
958:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
959:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
960:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
961:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
962:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
963:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
964:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
965:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
966:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
967:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

972:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
973:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
974:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
975:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
976:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
977:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:339:in `block (3 levels) in <module:WebDriver>'
978:  # ------------------
979:  # --- Caused by: ---
980:  # Selenium::WebDriver::Error::WebDriverError:
981:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
982:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
983:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
984:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
985:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
986:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
987:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
988:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
989:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
990:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
991:  Move target (632, 2952) is out of bounds of viewport dimensions (1280, 788)
992:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
993:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

998:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
999:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
1000:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1001:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
1002:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
1003:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:353:in `block (3 levels) in <module:WebDriver>'
1004:  # ------------------
1005:  # --- Caused by: ---
1006:  # Selenium::WebDriver::Error::WebDriverError:
1007:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
1008:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
1009:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
1010:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
1011:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
1012:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
1013:  Failures:
1014:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
1015:  Failure/Error: expect(in_viewport?(footer)).to be true
1016:  expected true
1017:  got false
1018:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:328:in `block (3 levels) in <module:WebDriver>'
1019:  Finished in 37.82 seconds (files took 0.19101 seconds to load)
1020:  27 examples, 1 failure, 4 pending
1021:  Failed examples:
...

1058:  moves one element to another
1059:  #drag_and_drop_by
1060:  moves one element a provided distance
1061:  #move_to_location
1062:  moves pointer to specified coordinates
1063:  pen stylus
1064:  sets pointer event properties (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};)
1065:  #scroll_to
1066:  scrolls to element (PENDING: Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};)
1067:  #scroll_by
1068:  scrolls by given amount (FAILED - 1)
1069:  #scroll_from
1070:  scrolls from element by given amount (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
1071:  scrolls from element by given amount with offset (PENDING: Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};)
1072:  raises MoveTargetOutOfBoundsError when origin offset from element is out of viewport
1073:  scrolls by given amount with offset
1074:  raises MoveTargetOutOfBoundsError when origin offset is out of viewport
1075:  Pending: (Failures listed here are expected and do not affect your suite's status)
1076:  1) Selenium::WebDriver::ActionBuilder pen stylus sets pointer event properties
1077:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"Unknown pointerType"};
1078:  Failure/Error: actions.perform
1079:  Selenium::WebDriver::Error::UnknownError:
1080:  Error: Unimplemented pointerMove for pointerType pen
1081:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1082:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

1087:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1088:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
1089:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1090:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
1091:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
1092:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:280:in `block (3 levels) in <module:WebDriver>'
1093:  # ------------------
1094:  # --- Caused by: ---
1095:  # Selenium::WebDriver::Error::WebDriverError:
1096:  #   pointerMove@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2393:11
1097:  performPointerMoveStep@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1628:31
1098:  dispatch/<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1595:20
1099:  moveOverTime/transitions<@chrome://remote/content/shared/webdriver/Actions.sys.mjs:2320:9
1100:  2) Selenium::WebDriver::ActionBuilder#scroll_to scrolls to element
1101:  # Test guarded; Guarded by {:browser=>:firefox, :reason=>"incorrect MoveTargetOutOfBoundsError"};
1102:  Failure/Error: driver.action.scroll_to(iframe).perform
1103:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
1104:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
1105:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1106:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

1111:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1112:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
1113:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1114:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
1115:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
1116:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:313:in `block (3 levels) in <module:WebDriver>'
1117:  # ------------------
1118:  # --- Caused by: ---
1119:  # Selenium::WebDriver::Error::WebDriverError:
1120:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
1121:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
1122:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
1123:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
1124:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
1125:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
1126:  3) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount
1127:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
1128:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
1129:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
1130:  Move target (410, 2898) is out of bounds of viewport dimensions (1280, 788)
1131:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1132:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

1137:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1138:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
1139:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1140:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
1141:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
1142:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:339:in `block (3 levels) in <module:WebDriver>'
1143:  # ------------------
1144:  # --- Caused by: ---
1145:  # Selenium::WebDriver::Error::WebDriverError:
1146:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
1147:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
1148:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
1149:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
1150:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
1151:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
1152:  4) Selenium::WebDriver::ActionBuilder#scroll_from scrolls from element by given amount with offset
1153:  # Test guarded; Guarded by {:browser=>[:firefox, :safari], :reason=>"incorrect MoveTargetOutOfBoundsError"};
1154:  Failure/Error: driver.action.scroll_from(scroll_origin, 0, 200).perform
1155:  Selenium::WebDriver::Error::MoveTargetOutOfBoundsError:
1156:  Move target (632, 2952) is out of bounds of viewport dimensions (1280, 788)
1157:  # ./rb/lib/selenium/webdriver/remote/response.rb:63:in `add_cause'
1158:  # ./rb/lib/selenium/webdriver/remote/response.rb:41:in `error'
...

1163:  # ./rb/lib/selenium/webdriver/remote/http/default.rb:103:in `request'
1164:  # ./rb/lib/selenium/webdriver/remote/http/common.rb:68:in `call'
1165:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:685:in `execute'
1166:  # ./rb/lib/selenium/webdriver/remote/bridge.rb:413:in `send_actions'
1167:  # ./rb/lib/selenium/webdriver/common/action_builder.rb:198:in `perform'
1168:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:353:in `block (3 levels) in <module:WebDriver>'
1169:  # ------------------
1170:  # --- Caused by: ---
1171:  # Selenium::WebDriver::Error::WebDriverError:
1172:  #   RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8
1173:  WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5
1174:  MoveTargetOutOfBoundsError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:479:5
1175:  assertTargetInViewPort@chrome://remote/content/shared/webdriver/Actions.sys.mjs:3097:11
1176:  #assertInViewPortFromContent@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:90:17
1177:  dispatch@chrome://remote/content/shared/webdriver/Actions.sys.mjs:1824:11
1178:  Failures:
1179:  1) Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
1180:  Failure/Error: expect(in_viewport?(footer)).to be true
1181:  expected true
1182:  got false
1183:  # ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:328:in `block (3 levels) in <module:WebDriver>'
1184:  Finished in 37.86 seconds (files took 0.15181 seconds to load)
1185:  27 examples, 1 failure, 4 pending
1186:  Failed examples:
1187:  rspec ./rb/spec/integration/selenium/webdriver/action_builder_spec.rb:320 # Selenium::WebDriver::ActionBuilder#scroll_by scrolls by given amount
1188:  ================================================================================
1189:  �[32mINFO: �[0mFound 30 test targets...
1190:  �[32mINFO: �[0mElapsed time: 206.386s, Critical Path: 153.61s
1191:  �[32mINFO: �[0m1327 processes: 634 disk cache hit, 681 internal, 7 darwin-sandbox, 5 local.
1192:  �[32mINFO: �[0mBuild completed, 1 test FAILED, 1327 total actions
1193:  //rb/spec/integration/selenium/webdriver:bidi-firefox           �[0m�[32m(cached) PASSED�[0m in 8.2s
1194:  //rb/spec/integration/selenium/webdriver:devtools-firefox       �[0m�[32m(cached) PASSED�[0m in 303.2s
1195:  //rb/spec/integration/selenium/webdriver:driver-firefox         �[0m�[32m(cached) PASSED�[0m in 46.6s
1196:  //rb/spec/integration/selenium/webdriver:element-firefox        �[0m�[32m(cached) PASSED�[0m in 42.0s
1197:  //rb/spec/integration/selenium/webdriver:error-firefox          �[0m�[32m(cached) PASSED�[0m in 16.7s
...

1214:  //rb/spec/integration/selenium/webdriver/bidi:log_inspector-firefox �[0m�[32m(cached) PASSED�[0m in 6.6s
1215:  //rb/spec/integration/selenium/webdriver/bidi:network-firefox   �[0m�[32m(cached) PASSED�[0m in 6.8s
1216:  //rb/spec/integration/selenium/webdriver/bidi:script-firefox    �[0m�[32m(cached) PASSED�[0m in 6.9s
1217:  //rb/spec/integration/selenium/webdriver/firefox:driver-firefox �[0m�[32m(cached) PASSED�[0m in 41.3s
1218:  //rb/spec/integration/selenium/webdriver/firefox:profile-firefox �[0m�[32m(cached) PASSED�[0m in 29.0s
1219:  //rb/spec/integration/selenium/webdriver/firefox:service-firefox �[0m�[32m(cached) PASSED�[0m in 18.1s
1220:  //rb/spec/integration/selenium/webdriver/remote:driver-firefox  �[0m�[32m(cached) PASSED�[0m in 6.0s
1221:  //rb/spec/integration/selenium/webdriver/remote:element-firefox �[0m�[32m(cached) PASSED�[0m in 23.9s
1222:  //rb/spec/integration/selenium/webdriver:action_builder-firefox          �[0m�[31m�[1mFAILED�[0m in 3 out of 3 in 73.0s
1223:  Stats over 3 runs: max = 73.0s, min = 38.4s, avg = 49.9s, dev = 16.3s
1224:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test.log
1225:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_1.log
1226:  /Users/runner/.bazel/execroot/_main/bazel-out/darwin_arm64-fastbuild/testlogs/rb/spec/integration/selenium/webdriver/action_builder-firefox/test_attempts/attempt_2.log
1227:  Executed 1 out of 30 tests: 29 tests pass and �[0m�[31m�[1m1 fails locally�[0m.
1228:  There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
1229:  �[0m
1230:  ##[error]Process completed with exit code 3.
...

1232:  ##[group]Save cache for external-_main~pin_browsers_extension~mac_firefox
1233:  [command]/opt/homebrew/bin/gtar --posix -cf cache.tzst --exclude cache.tzst -P -C /Users/runner/work/selenium/selenium --files-from manifest.txt --delay-directory-restore --use-compress-program zstdmt
1234:  Cache Size: ~452 MB (473581329 B)
1235:  Cache saved successfully
1236:  Successfully saved cache
1237:  ##[endgroup]
1238:  ##[group]Save cache for external-rules_ruby~~ruby~bundle
1239:  [command]/opt/homebrew/bin/gtar --posix -cf cache.tzst --exclude cache.tzst -P -C /Users/runner/work/selenium/selenium --files-from manifest.txt --delay-directory-restore --use-compress-program zstdmt
1240:  Failed to save: Unable to reserve cache with key setup-bazel-2-darwin-external-rules_ruby~~ruby~bundle-fb850fe4e91ea7c50187abb0ca9d86a1defc41a8840a85dc31e4906d083c6e31, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/renovate/chrome_standalone, Key: setup-bazel-2-darwin-external-rules_ruby~~ruby~bundle-fb850fe4e91ea7c50187abb0ca9d86a1defc41a8840a85dc31e4906d083c6e31, Version: 04feac9243b0b88417d0bd9fc7e27eb20152a9e013688bdbcc1f2b14c501596f

@diemol diemol closed this Jan 30, 2025
@diemol diemol deleted the renovate/chrome_standalone branch January 30, 2025 10:59
@renovate
Copy link
Contributor Author

renovate bot commented Jan 30, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for the chrome_standalone 16b16f3 update again.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B-build Includes scripting, bazel and CI integrations B-dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants