<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 - "ValueError: insecure string pickle" running webkitpy tests"
href="https://bugs.webkit.org/show_bug.cgi?id=160669">160669</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>"ValueError: insecure string pickle" 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@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>simon.fraser@apple.com
</td>
</tr>
<tr>
<th>CC</th>
<td>lforschler@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 "/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 109, in test_run_command_with_bad_command
self.assertRaises(OSError, run_bad_command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 475, in assertRaises
callableObj(*args, **kwargs)
File "/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive_unittest.py", line 108, in run_bad_command
Executive().run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
File "/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive.py", line 438, in run_command
close_fds=self._should_close_fds())
File "/Volumes/Data/Development/OSX/webkit/OpenSource/Tools/Scripts/webkitpy/common/system/executive.py", line 528, in popen
return subprocess.Popen(string_args, **kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1334, in _execute_child
child_exception = pickle.loads(data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1382, in loads
return Unpickler(file).load()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load
dispatch[key](self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 966, in load_string
raise ValueError, "insecure string pickle"
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>