Bug 217438 - REGRESSION (r268080): [test-webkitpy] Mojave bots failing to install python-dateutil-2.8.1
Summary: REGRESSION (r268080): [test-webkitpy] Mojave bots failing to install python-d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-07 12:38 PDT by Ryan Haddad
Modified: 2020-10-07 14:50 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.61 KB, patch)
2020-10-07 13:52 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2020-10-07 12:38:26 PDT
Checking autoinstalled packages ...
Checking imports ...
Downloading python-dateutil-2.8.1...
Installing python-dateutil-2.8.1...
Failed to install python-dateutil-2.8.1!
Traceback (most recent call last):
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/webkitpy/test/main.py", line 328, in <module>
    sys.exit(main())
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/webkitpy/test/main.py", line 75, in main
    return not tester.run()
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/webkitpy/test/main.py", line 148, in run
    return self._run_tests(names)
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/webkitpy/test/main.py", line 179, in _run_tests
    if not self._check_imports(names):
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/webkitpy/test/main.py", line 262, in _check_imports
    __import__(name)
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py", line 56, in <module>
    from webkitscmpy import local
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py", line 4, in <module>
    from webkitscmpy.local.svn import Svn
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py", line 32, in <module>
    from dateutil import tz
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 480, in find_module
    cls.install(name)
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 465, in install
    return to_install.install()
  File "/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 266, in install
    stderr=devnull,
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python', '/var/folders/5s/g6812g5j4dv3bnsls0k539t80000gn/T/dateutil/python-dateutil-2.8.1/setup.py', 'install', '--home=/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/autoinstalled/python-2', '--root=/', '--prefix=', '--single-version-externally-managed', '--install-lib=/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/autoinstalled/python-2', '--install-scripts=/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/autoinstalled/python-2/bin', '--install-data=/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/autoinstalled/python-2/data', '--install-headers=/Volumes/Data/slave/mojave-release-tests-wk2/build/Tools/Scripts/libraries/autoinstalled/python-2/headers', '--old-and-unmanageable']' returned non-zero exit status 1


https://build.webkit.org/builders/Apple%20Mojave%20Release%20WK2%20(Tests)/builds/16727
Comment 1 Radar WebKit Bug Importer 2020-10-07 13:29:41 PDT
<rdar://problem/70062539>
Comment 2 Jonathan Bedard 2020-10-07 13:34:21 PDT
Pretty sure this is the same issue that broke https://bugs.webkit.org/show_bug.cgi?id=215895, actually.
Comment 3 Jonathan Bedard 2020-10-07 13:52:14 PDT
Created attachment 410777 [details]
Patch
Comment 4 EWS 2020-10-07 14:50:42 PDT
Committed r268153: <https://trac.webkit.org/changeset/268153>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 410777 [details].