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

No Safari experimental run since January 14 #50203

Open
jrobbins opened this issue Jan 21, 2025 · 2 comments
Open

No Safari experimental run since January 14 #50203

jrobbins opened this issue Jan 21, 2025 · 2 comments

Comments

@jrobbins
Copy link

No successful Safari experimental run since January 14 (wpt.fyi view).

@gsnedders could you take a look?

@Loirooriol
Copy link
Contributor

Loirooriol commented Jan 22, 2025

The Azure pipelines in PRs are also broken, e.g. https://dev.azure.com/web-platform-tests/wpt/_build/results?buildId=132251&view=logs&j=bf8f5026-3d1f-5955-26be-17f9e1ef0bb3&t=f2f2a672-3250-5564-df22-32ed9c3bfd05

ERROR WebDriver was not accessible within 30 seconds.
ERROR Traceback (most recent call last):
 File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/browsers/base.py", line 373, in _run_server
   wait_for_service(
 File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/environment.py", line 377, in wait_for_service
   raise OSError("Service is unavailable: %s:%i" % addr)
OSError: Service is unavailable: 127.0.0.1:49309

ERROR Failure during init:
Traceback (most recent call last):
 File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/testrunner.py", line 261, in init
   self.browser.start(group_metadata=group_metadata, **self.browser_settings)
 File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/browsers/base.py", line 339, in start
   self._run_server(group_metadata, **kwargs)
 File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/browsers/base.py", line 373, in _run_server
   wait_for_service(
 File "/Users/runner/work/1/s/tools/wptrunner/wptrunner/environment.py", line 377, in wait_for_service
   raise OSError("Service is unavailable: %s:%i" % addr)
OSError: Service is unavailable: 127.0.0.1:49309

@past
Copy link
Member

past commented Jan 24, 2025

In a more recent run I see failures to download STP. Maybe the path changed?

INFO:install:Finding STP download URLs
INFO:install:Found STP URLs for macOS ==15.*, ==14.*
INFO:install:Downloading Safari from https://secure-appldnld.apple.com/STP/072-59528-20250123-74f36bd7-72dd-4fe4-b374-379581fe4a68/SafariTechnologyPreview.dmg
Traceback (most recent call last):
  File "/Users/runner/work/1/s/./wpt", line 10, in <module>
    wpt.main()
  File "/Users/runner/work/1/s/tools/wpt/wpt.py", line 233, in main
    rv = script(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/runner/work/1/s/tools/wpt/install.py", line 96, in run
    install(browser, kwargs["component"], destination, channel, logger=logger,
  File "/Users/runner/work/1/s/tools/wpt/install.py", line 125, in install
    path = getattr(browser_cls(logger), method)(dest=destination, channel=channel, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/runner/work/1/s/tools/wpt/browser.py", line 2065, in download
    image_path = self._download_image(stp_downloads, tmpdir, system_version)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/runner/work/1/s/tools/wpt/browser.py", line 1987, in _download_image
    resp = get(chosen_url)
           ^^^^^^^^^^^^^^^
  File "/Users/runner/work/1/s/tools/wpt/utils.py", line 109, in get
    resp.raise_for_status()
  File "/Users/runner/work/1/s/_venv3/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://secure-appldnld.apple.com/STP/072-59528-20250123-74f36bd7-72dd-4fe4-b374-379581fe4a68/SafariTechnologyPreview.dmg

##[error]Bash exited with code '1'.
Finishing: Install Safari Technology Preview

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

No branches or pull requests

3 participants