<?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>230936</bug_id>
          
          <creation_ts>2021-09-28 23:45:37 -0700</creation_ts>
          <short_desc>webkitpy-tests-python3 is randomly failing on EWS : TypeError: __call__() got an unexpected keyword argument &apos;warn_on_impl&apos;</short_desc>
          <delta_ts>2021-09-29 10:25:00 -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>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fujii Hironori">fujii</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>jbedard</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1798198</commentid>
    <comment_count>0</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-09-28 23:45:37 -0700</bug_when>
    <thetext>webkitpy-tests-python3 is randomly failing on EWS : TypeError: __call__() got an unexpected keyword argument &apos;warn_on_impl&apos;

https://ews-build.webkit.org/#/builders/5/builds/61343
https://ews-build.webkit.org/#/builders/5/builds/61274
https://ews-build.webkit.org/#/builders/5/builds/61257
https://ews-build.webkit.org/#/builders/5/builds/61147


Checking imports ...
Traceback (most recent call last):
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py&quot;, line 356, in &lt;module&gt;
    sys.exit(main())
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py&quot;, line 111, in main
    return not tester.run()
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py&quot;, line 184, in run
    return self._run_tests(names)
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py&quot;, line 207, in _run_tests
    if not self._check_imports(names):
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/main.py&quot;, line 290, in _check_imports
    __import__(name)
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/common/config/committers_unittest.py&quot;, line 31, in &lt;module&gt;
    from webkitpy.test.markers import xfail
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/webkitpy/test/markers.py&quot;, line 26, in &lt;module&gt;
    import pytest
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/libraries/autoinstalled/python-3/pytest.py&quot;, line 9, in &lt;module&gt;
    from _pytest.config import main, UsageError, cmdline, hookspec, hookimpl
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/libraries/autoinstalled/python-3/_pytest/config/__init__.py&quot;, line 39, in &lt;module&gt;
    import _pytest.hookspec
  File &quot;/Volumes/Data/worker/WebKitPy-Tests-EWS/build/Tools/Scripts/libraries/autoinstalled/python-3/_pytest/hookspec.py&quot;, line 744, in &lt;module&gt;
    @hookspec(historic=True, warn_on_impl=WARNING_CAPTURED_HOOK)
TypeError: __call__() got an unexpected keyword argument &apos;warn_on_impl&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1798321</commentid>
    <comment_count>1</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2021-09-29 07:40:52 -0700</bug_when>
    <thetext>I fixed the webkit-misc bot (which was the one in a bad state)

The issue here is that we&apos;re caching installed libraries, so if someone posts a bad patch, it has the potential to break our cache on one of these bots. There are a few things we could do to fix it (like clearing out our autoinstalled libraries when running webkitpy tests), but I think I&apos;d rather just deal with the occasional bot being in a bad state than the potential network issues we may encounter re-installing all our libraries every time.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>