<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - &quot;ValueError: insecure string pickle&quot; running webkitpy tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=160669">160669</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>&quot;ValueError: insecure string pickle&quot; running webkitpy tests
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>simon.fraser&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>233$ $ ./Tools/Scripts/test-webkitpy 
Suppressing most webkitpy logging while running unit tests.
Skipping tests in the following modules or packages because they are really, really, slow:
    webkitpy.common.checkout.scm.scm_unittest
    (<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - scm_unittest.py is too slow"
   href="show_bug.cgi?id=31818">https://bugs.webkit.org/show_bug.cgi?id=31818</a>; use --all to include)

[162/1454] webkitpy.common.system.executive_unittest.ExecutiveTest.test_run_command_with_bad_command erred:                               
  Traceback (most recent call last):
    File &quot;/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive_unittest.py&quot;, line 109, in test_run_command_with_bad_command
      self.assertRaises(OSError, run_bad_command)
    File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py&quot;, line 475, in assertRaises
      callableObj(*args, **kwargs)
    File &quot;/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive_unittest.py&quot;, line 108, in run_bad_command
      Executive().run_command([&quot;foo_bar_command_blah&quot;], error_handler=Executive.ignore_error, return_exit_code=True)
    File &quot;/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive.py&quot;, line 438, in run_command
      close_fds=self._should_close_fds())
    File &quot;/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive.py&quot;, line 528, in popen
      return subprocess.Popen(string_args, **kwargs)
    File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py&quot;, line 710, in __init__
      errread, errwrite)
    File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py&quot;, line 1334, in _execute_child
      child_exception = pickle.loads(data)
    File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py&quot;, line 1382, in loads
      return Unpickler(file).load()
    File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py&quot;, line 858, in load
      dispatch[key](self)
    File &quot;/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py&quot;, line 966, in load_string
      raise ValueError, &quot;insecure string pickle&quot;
  ValueError: insecure string pickle

Ran 1454 tests in 4.915s                                                                                                                   
FAILED (failures=0, errors=1)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>