<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>232403</bug_id>
          
          <creation_ts>2021-10-27 14:06:04 -0700</creation_ts>
          <short_desc>AutoInstall should have separate install directories per CPU architecture</short_desc>
          <delta_ts>2021-11-01 12:35:30 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=232573</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Alexey Proskuryakov">ap</assigned_to>
          <cc>jbedard</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1809421</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-10-27 14:06:04 -0700</bug_when>
    <thetext>Would like to make it possible to run scripts on macOS under Rosetta without deleting the auto installed directory (binaries there aren&apos;t FAT).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809422</commentid>
    <comment_count>1</comment_count>
      <attachid>442635</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-10-27 14:07:12 -0700</bug_when>
    <thetext>Created attachment 442635
proposed patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809426</commentid>
    <comment_count>2</comment_count>
      <attachid>442635</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2021-10-27 14:15:46 -0700</bug_when>
    <thetext>Comment on attachment 442635
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=442635&amp;action=review

&gt; Tools/Scripts/webkitpy/__init__.py:35
&gt; +AutoInstall.set_directory(os.path.join(libraries, &apos;autoinstalled&apos;, &apos;python-{}-{}&apos;.format(sys.version_info[0], platform.machine())))

This looks good, the only issue is that we&apos;re going to force a re-install of everything because python-3 will now be python-3-arm64, but that seems like an acceptable cost.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809427</commentid>
    <comment_count>3</comment_count>
      <attachid>442635</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-10-27 14:17:42 -0700</bug_when>
    <thetext>Comment on attachment 442635
proposed patch

Looks like this broke the style bot somehow.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809433</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-10-27 14:33:53 -0700</bug_when>
    <thetext>I&apos;m told that this happened on this machine before, and a retry cured it (not just on EWS which re-ran on a different bot, but on webkit-misc itself).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809434</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 14:34:03 -0700</bug_when>
    <thetext>Downloading setuptools-56.2.0...
Installing setuptools-56.2.0...
Installed setuptools-56.2.0!
Downloading setuptools-scm-5.0.2...
Installing setuptools-scm-5.0.2...
Installed setuptools-scm-5.0.2!
Downloading wheel-0.35.1...
Installing wheel-0.35.1...
Installed wheel-0.35.1!
Downloading six-1.15.0...
Installing six-1.15.0...
Installed six-1.15.0!
Downloading fasteners-0.15.0...
Installing fasteners-0.15.0...
Installed fasteners-0.15.0!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 66, in &lt;module&gt;
    from webkitscmpy import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py&quot;, line 38, in &lt;module&gt;
    from webkitscmpy import remote, Commit, Contributor, Version
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/__init__.py&quot;, line 24, in &lt;module&gt;
    from webkitscmpy.remote.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py&quot;, line 25, in &lt;module&gt;
    import fasteners
ModuleNotFoundError: No module named &apos;fasteners&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809443</commentid>
    <comment_count>6</comment_count>
      <attachid>442635</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-10-27 14:58:57 -0700</bug_when>
    <thetext>Comment on attachment 442635
proposed patch

Same thing here on webkit-cq-03 apparently, and I feel like it will happen in other places. Not new to this patch though, it just stress tests existing behavior.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809444</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 15:00:01 -0700</bug_when>
    <thetext>Downloading monotonic-1.5.0...
Installing monotonic-1.5.0...
Installed monotonic-1.5.0!
Downloading requests-2.24.0...
Installing requests-2.24.0...
Installed requests-2.24.0!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 66, in &lt;module&gt;
    from webkitscmpy import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py&quot;, line 38, in &lt;module&gt;
    from webkitscmpy import remote, Commit, Contributor, Version
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/__init__.py&quot;, line 24, in &lt;module&gt;
    from webkitscmpy.remote.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py&quot;, line 29, in &lt;module&gt;
    import requests
ModuleNotFoundError: No module named &apos;requests&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809448</commentid>
    <comment_count>8</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 15:06:42 -0700</bug_when>
    <thetext>Downloading setuptools-56.2.0...
Installing setuptools-56.2.0...
Installed setuptools-56.2.0!
Downloading setuptools-scm-5.0.2...
Installing setuptools-scm-5.0.2...
Installed setuptools-scm-5.0.2!
Downloading wheel-0.35.1...
Installing wheel-0.35.1...
Installed wheel-0.35.1!
Downloading six-1.15.0...
Installing six-1.15.0...
Installed six-1.15.0!
Downloading fasteners-0.15.0...
Installing fasteners-0.15.0...
Installed fasteners-0.15.0!
Downloading monotonic-1.5.0...
Installing monotonic-1.5.0...
Installed monotonic-1.5.0!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 66, in &lt;module&gt;
    from webkitscmpy import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py&quot;, line 38, in &lt;module&gt;
    from webkitscmpy import remote, Commit, Contributor, Version
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/__init__.py&quot;, line 24, in &lt;module&gt;
    from webkitscmpy.remote.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py&quot;, line 25, in &lt;module&gt;
    import fasteners
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/fasteners/__init__.py&quot;, line 23, in &lt;module&gt;
    from fasteners.lock import locked  # noqa
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/fasteners/lock.py&quot;, line 24, in &lt;module&gt;
    from fasteners import _utils
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/fasteners/_utils.py&quot;, line 39, in &lt;module&gt;
    from monotonic import monotonic as now  # noqa
ModuleNotFoundError: No module named &apos;monotonic&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809457</commentid>
    <comment_count>9</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 15:28:33 -0700</bug_when>
    <thetext>Downloading requests-2.24.0...
Installing requests-2.24.0...
Installed requests-2.24.0!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 66, in &lt;module&gt;
    from webkitscmpy import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py&quot;, line 38, in &lt;module&gt;
    from webkitscmpy import remote, Commit, Contributor, Version
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/__init__.py&quot;, line 24, in &lt;module&gt;
    from webkitscmpy.remote.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py&quot;, line 29, in &lt;module&gt;
    import requests
ModuleNotFoundError: No module named &apos;requests&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809458</commentid>
    <comment_count>10</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 15:31:21 -0700</bug_when>
    <thetext>Downloading urllib3-1.25.10...
Installing urllib3-1.25.10...
Installed urllib3-1.25.10!
Downloading chardet-3.0.4...
Installing chardet-3.0.4...
Installed chardet-3.0.4!
Downloading certifi-2020.6.20...
Installing certifi-2020.6.20...
Installed certifi-2020.6.20!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 66, in &lt;module&gt;
    from webkitscmpy import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py&quot;, line 38, in &lt;module&gt;
    from webkitscmpy import remote, Commit, Contributor, Version
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/__init__.py&quot;, line 24, in &lt;module&gt;
    from webkitscmpy.remote.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py&quot;, line 29, in &lt;module&gt;
    import requests
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/__init__.py&quot;, line 120, in &lt;module&gt;
    from . import utils
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/utils.py&quot;, line 25, in &lt;module&gt;
    from . import certs
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/certs.py&quot;, line 15, in &lt;module&gt;
    from certifi import where
ModuleNotFoundError: No module named &apos;certifi&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809475</commentid>
    <comment_count>11</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 16:10:08 -0700</bug_when>
    <thetext>Downloading idna-2.10.0...
Installing idna-2.10.0...
Installed idna-2.10.0!
Downloading PySocks-1.7.1...
Installing PySocks-1.7.1...
Installed PySocks-1.7.1!
Downloading xmltodict-0.11.0...
Installing xmltodict-0.11.0...
Installed xmltodict-0.11.0!
Downloading mock-4.0.3...
Installing mock-4.0.3...
Installed mock-4.0.3!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 67, in &lt;module&gt;
    from webkitscmpy import mocks
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/__init__.py&quot;, line 3, in &lt;module&gt;
    from webkitscmpy.mocks import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/local/__init__.py&quot;, line 3, in &lt;module&gt;
    from webkitscmpy.mocks.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/local/svn.py&quot;, line 28, in &lt;module&gt;
    from mock import patch
ModuleNotFoundError: No module named &apos;mock&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809476</commentid>
    <comment_count>12</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 16:12:14 -0700</bug_when>
    <thetext>Downloading whichcraft-0.6.1...
Installing whichcraft-0.6.1...
Installed whichcraft-0.6.1!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 67, in &lt;module&gt;
    from webkitscmpy import mocks
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/__init__.py&quot;, line 3, in &lt;module&gt;
    from webkitscmpy.mocks import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.mocks.local.git import Git
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/mocks/local/git.py&quot;, line 34, in &lt;module&gt;
    from webkitscmpy.program.canonicalize.committer import main as committer_main
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/__init__.py&quot;, line 28, in &lt;module&gt;
    from .blame import Blame
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/blame.py&quot;, line 28, in &lt;module&gt;
    from webkitscmpy.program.command import FilteredCommand
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/command.py&quot;, line 32, in &lt;module&gt;
    from whichcraft import which
ModuleNotFoundError: No module named &apos;whichcraft&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809479</commentid>
    <comment_count>13</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 16:17:52 -0700</bug_when>
    <thetext>Downloading urllib3-1.25.10...
Installing urllib3-1.25.10...
Installed urllib3-1.25.10!
Downloading chardet-3.0.4...
Installing chardet-3.0.4...
Installed chardet-3.0.4!
Downloading certifi-2020.6.20...
Installing certifi-2020.6.20...
Installed certifi-2020.6.20!
Traceback (most recent call last):
  File &quot;Tools/Scripts/webkit-patch&quot;, line 41, in &lt;module&gt;
    from webkitpy.common.system.logutils import configure_logging
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/__init__.py&quot;, line 85, in &lt;module&gt;
    import webkitscmpy
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py&quot;, line 66, in &lt;module&gt;
    from webkitscmpy import local
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/__init__.py&quot;, line 4, in &lt;module&gt;
    from webkitscmpy.local.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/local/svn.py&quot;, line 38, in &lt;module&gt;
    from webkitscmpy import remote, Commit, Contributor, Version
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/__init__.py&quot;, line 24, in &lt;module&gt;
    from webkitscmpy.remote.svn import Svn
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitscmpy/webkitscmpy/remote/svn.py&quot;, line 29, in &lt;module&gt;
    import requests
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/__init__.py&quot;, line 120, in &lt;module&gt;
    from . import utils
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/utils.py&quot;, line 25, in &lt;module&gt;
    from . import certs
  File &quot;/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/autoinstalled/python-3-x86_64/requests/certs.py&quot;, line 15, in &lt;module&gt;
    from certifi import where
ModuleNotFoundError: No module named &apos;certifi&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809485</commentid>
    <comment_count>14</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2021-10-27 16:27:38 -0700</bug_when>
    <thetext>Committed r284964 (243615@main): &lt;https://commits.webkit.org/243615@main&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 442635.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1809486</commentid>
    <comment_count>15</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-10-27 16:28:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/84733102&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>442635</attachid>
            <date>2021-10-27 14:07:12 -0700</date>
            <delta_ts>2021-10-27 16:27:39 -0700</delta_ts>
            <desc>proposed patch</desc>
            <filename>AutoinstallCPU.txt</filename>
            <type>text/plain</type>
            <size>1468</size>
            <attacher name="Alexey Proskuryakov">ap</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDI4NDkzOSkKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDEyIEBACisyMDIxLTEwLTI3ICBBbGV4ZXkgUHJvc2t1cnlha292ICA8YXBAYXBwbGUuY29t
PgorCisgICAgICAgIEF1dG9JbnN0YWxsIHNob3VsZCBoYXZlIHNlcGFyYXRlIGluc3RhbGwgZGly
ZWN0b3JpZXMgcGVyIENQVSBhcmNoaXRlY3R1cmUKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtp
dC5vcmcvc2hvd19idWcuY2dpP2lkPTIzMjQwMworCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9E
WSAoT09QUyEpLgorCisgICAgICAgICogU2NyaXB0cy93ZWJraXRweS9fX2luaXRfXy5weToKKwog
MjAyMS0xMC0yNyAgS2F0ZSBDaGVuZXkgIDxrYXRoZXJpbmVfY2hlbmV5QGFwcGxlLmNvbT4KIAog
ICAgICAgICBSRUdSRVNTSU9OOiBbaU9TXSBUZXN0V2ViS2l0QVBJLkluQXBwQnJvd3NlclByaXZh
Y3kuQXBwQm91bmREb21haW5BbGxvd3NTZXJ2aWNlV29ya2VycyBpcyBmYWlsaW5nCkluZGV4OiBU
b29scy9TY3JpcHRzL3dlYmtpdHB5L19faW5pdF9fLnB5Cj09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL1Nj
cmlwdHMvd2Via2l0cHkvX19pbml0X18ucHkJKHJldmlzaW9uIDI4NDkyMykKKysrIFRvb2xzL1Nj
cmlwdHMvd2Via2l0cHkvX19pbml0X18ucHkJKHdvcmtpbmcgY29weSkKQEAgLTEzLDYgKzEzLDcg
QEAKICMgYXMgbmVjZXNzYXJ5LgogCiBpbXBvcnQgb3MKK2ltcG9ydCBwbGF0Zm9ybQogaW1wb3J0
IHN5cwogCiAjIFdlIGFsd2F5cyB3YW50IHRoZSByZWFsIHN5c3RlbSB2ZXJzaW9uCkBAIC0zMSw3
ICszMiw3IEBAIGlmIHN5cy5wbGF0Zm9ybSA9PSAnZGFyd2luJzoKICAgICAgICAgbGlicmFyaWVz
ID0gb3MucGF0aC5leHBhbmR1c2VyKCd+L0xpYnJhcnkvd2Via2l0cHknKQogCiBmcm9tIHdlYmtp
dGNvcmVweSBpbXBvcnQgQXV0b0luc3RhbGwsIFBhY2thZ2UsIFZlcnNpb24KLUF1dG9JbnN0YWxs
LnNldF9kaXJlY3Rvcnkob3MucGF0aC5qb2luKGxpYnJhcmllcywgJ2F1dG9pbnN0YWxsZWQnLCAn
cHl0aG9uLXt9Jy5mb3JtYXQoc3lzLnZlcnNpb25faW5mb1swXSkpKQorQXV0b0luc3RhbGwuc2V0
X2RpcmVjdG9yeShvcy5wYXRoLmpvaW4obGlicmFyaWVzLCAnYXV0b2luc3RhbGxlZCcsICdweXRo
b24te30te30nLmZvcm1hdChzeXMudmVyc2lvbl9pbmZvWzBdLCBwbGF0Zm9ybS5tYWNoaW5lKCkp
KSkKIAogaWYgc3lzLnZlcnNpb25faW5mbyA+PSAoMywgNSk6CiAgICAgQXV0b0luc3RhbGwucmVn
aXN0ZXIoUGFja2FnZSgncHlsaW50JywgVmVyc2lvbigyLCA2LCAwKSkpCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>