Message168731
| Author |
trent |
| Recipients |
trent |
| Date |
2012年08月21日.02:26:56 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1345516038.44.0.114148239105.issue15748@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
FreeBSD slaves are running into this:
======================================================================
ERROR: test_copy2_symlinks (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/test/test_shutil.py", line 490, in test_copy2_symlinks
shutil.copy2(src_link, dst, follow_symlinks=False)
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/shutil.py", line 237, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/shutil.py", line 107, in copyfile
os.symlink(os.readlink(src), dst)
TypeError: embedded NUL character
======================================================================
ERROR: test_copy_symlinks (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/test/test_shutil.py", line 463, in test_copy_symlinks
shutil.copy(src_link, dst, follow_symlinks=False)
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/shutil.py", line 221, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/shutil.py", line 107, in copyfile
os.symlink(os.readlink(src), dst)
TypeError: embedded NUL character
======================================================================
FAIL: test_copytree_symlinks (test.test_shutil.TestShutil)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildslave/cpython/3.x.snakebite-freebsd91-amd64/build/Lib/test/test_shutil.py", line 606, in test_copytree_symlinks
os.path.join(src_dir, 'file.txt'))
AssertionError: '/tmp/tmpqlihz5/src/file.' != '/tmp/tmpqlihz5/src/file.txt'
- /tmp/tmpqlihz5/src/file.
+ /tmp/tmpqlihz5/src/file.txt
? +++
Haven't had time to debug it any further yet. Have no clue what's going on either just from a cursory look at the error messages. Not sure if it's ZFS related like the other FreeBSD issues. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年08月21日 02:27:18 | trent | set | recipients:
+ trent |
| 2012年08月21日 02:27:18 | trent | set | messageid: <1345516038.44.0.114148239105.issue15748@psf.upfronthosting.co.za> |
| 2012年08月21日 02:26:57 | trent | link | issue15748 messages |
| 2012年08月21日 02:26:56 | trent | create |
|