Skip to content

Instantly share code, notes, and snippets.

@dasginganinja
Created December 3, 2013 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasginganinja/7769677 to your computer and use it in GitHub Desktop.
Save dasginganinja/7769677 to your computer and use it in GitHub Desktop.
A little look at what's going on with FileConveyor & Cumulus / Rackspace Cloudfiles ERROR
Jeremys-Mac:squeeze-20131203 james$ vagrant box list
Debian 6 Squeeze x64 according to documentation (virtualbox)
Jeremys-Mac:squeeze-20131203 james$ vagrant init "Debian 6 Squeeze x64 according to documentation"
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
Jeremys-Mac:squeeze-20131203 james$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'Debian 6 Squeeze x64 according to documentation'...
[default] Matching MAC address for NAT networking...
[default] Setting the name of the VM...
[default] Clearing any previously set forwarded ports...
[default] Creating shared folders metadata...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
[default] Machine booted and ready!
[default] The guest additions on this VM do not match the installed version of
VirtualBox! In most cases this is fine, but in rare cases it can
cause things such as shared folders to not work properly. If you see
shared folder errors, please update the guest additions within the
virtual machine and reload your VM.
Guest Additions Version: 4.1.24
VirtualBox Version: 4.3
[default] Mounting shared folders...
[default] -- /vagrant
Jeremys-Mac:squeeze-20131203 james$ ssh root@localhost -p 2222
root@localhost's password:
Linux vagrant-debian-squeeze 2.6.32-5-amd64 #1 SMP Sun Sep 23 10:07:46 UTC 2012 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@vagrant-debian-squeeze:~# apt-get update
Get:1 http://security.debian.org squeeze/updates Release.gpg [836 B]
Ign http://security.debian.org/ squeeze/updates/main Translation-en
Ign http://security.debian.org/ squeeze/updates/main Translation-en_US
Get:2 http://security.debian.org squeeze/updates Release [86.9 kB]
Get:3 http://security.debian.org squeeze/updates/main Sources [129 kB]
Get:4 http://security.debian.org squeeze/updates/main amd64 Packages [344 kB]
Get:5 http://ftp.us.debian.org squeeze Release.gpg [1,672 B]
Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en
Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en_US
Get:6 http://ftp.us.debian.org squeeze-updates Release.gpg [836 B]
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main Translation-en
Ign http://ftp.us.debian.org/debian/ squeeze-updates/main Translation-en_US
Get:7 http://apt.puppetlabs.com squeeze Release.gpg [876 B]
Ign http://apt.puppetlabs.com/ squeeze/main Translation-en
Ign http://apt.puppetlabs.com/ squeeze/main Translation-en_US
Get:8 http://ftp.us.debian.org squeeze Release [99.8 kB]
Get:9 http://apt.puppetlabs.com squeeze Release [8,877 B]
Ign http://apt.puppetlabs.com squeeze/main Sources
Ign http://apt.puppetlabs.com squeeze/main amd64 Packages
Get:10 http://ftp.us.debian.org squeeze-updates Release [113 kB]
Get:11 http://apt.puppetlabs.com squeeze/main Sources [59.7 kB]
Get:12 http://ftp.us.debian.org squeeze/main Sources [4,541 kB]
Get:13 http://apt.puppetlabs.com squeeze/main amd64 Packages [60.4 kB]
Get:14 http://ftp.us.debian.org squeeze/main amd64 Packages [6,538 kB]
Get:15 http://ftp.us.debian.org squeeze-updates/main Sources/DiffIndex [3,403 B]
Get:16 http://ftp.us.debian.org squeeze-updates/main amd64 Packages/DiffIndex [3,403 B]
Get:17 http://ftp.us.debian.org squeeze-updates/main 2013-03-25-0213.09.pdiff [388 B]
Get:18 http://ftp.us.debian.org squeeze-updates/main 2013-03-25-0213.09.pdiff [388 B]
Get:19 http://ftp.us.debian.org squeeze-updates/main amd64 Packages [5,118 B]
Get:20 http://ftp.us.debian.org squeeze-updates/main 2013-03-25-0213.09.pdiff [388 B]
Get:21 http://ftp.us.debian.org squeeze-updates/main 2013-04-28-2014.49.pdiff [387 B]
Get:22 http://ftp.us.debian.org squeeze-updates/main 2013-04-28-2014.49.pdiff [387 B]
Get:23 http://ftp.us.debian.org squeeze-updates/main 2013-04-28-2014.49.pdiff [387 B]
Get:24 http://ftp.us.debian.org squeeze-updates/main 2013-11-02-1435.11.pdiff [595 B]
Get:25 http://ftp.us.debian.org squeeze-updates/main 2013-11-02-1435.11.pdiff [595 B]
Get:26 http://ftp.us.debian.org squeeze-updates/main 2013-11-02-1435.11.pdiff [595 B]
Fetched 12.0 MB in 12s (944 kB/s)
Reading package lists... Done
root@vagrant-debian-squeeze:~# apt-get install git strace
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libcurl3-gnutls liberror-perl rsync
Suggested packages:
git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb
The following NEW packages will be installed:
git libcurl3-gnutls liberror-perl rsync strace
0 upgraded, 5 newly installed, 0 to remove and 55 not upgraded.
Need to get 406 kB/6,063 kB of archives.
After this operation, 12.6 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://security.debian.org/ squeeze/updates/main libcurl3-gnutls amd64 7.21.0-2.1+squeeze6 [266 kB]
Get:2 http://ftp.us.debian.org/debian/ squeeze/main strace amd64 4.5.20-2 [140 kB]
Fetched 406 kB in 6s (65.8 kB/s)
Selecting previously deselected package libcurl3-gnutls.
(Reading database ... 38311 files and directories currently installed.)
Unpacking libcurl3-gnutls (from .../libcurl3-gnutls_7.21.0-2.1+squeeze6_amd64.deb) ...
Selecting previously deselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
Selecting previously deselected package git.
Unpacking git (from .../git_1%3a1.7.2.5-3_amd64.deb) ...
Selecting previously deselected package rsync.
Unpacking rsync (from .../rsync_3.0.7-2_amd64.deb) ...
Selecting previously deselected package strace.
Unpacking strace (from .../strace_4.5.20-2_amd64.deb) ...
Processing triggers for man-db ...
Setting up libcurl3-gnutls (7.21.0-2.1+squeeze6) ...
Setting up liberror-perl (0.17-1) ...
Setting up git (1:1.7.2.5-3) ...
Setting up rsync (3.0.7-2) ...
update-rc.d: using dependency based boot sequencing
Setting up strace (4.5.20-2) ...
root@vagrant-debian-squeeze:~# cd /tmp
root@vagrant-debian-squeeze:/tmp# curl http://python-distribute.org/distribute_setup.py | python
curl: (6) Couldn't resolve host 'python-distribute.org'
root@vagrant-debian-squeeze:/tmp# curl http://python-distribute.org/distribute_setup.py | python
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 17672 100 17672 0 0 3287 0 0:00:05 0:00:05 --:--:-- 70971
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz
Extracting in /tmp/tmpPiq14s
Now working in /tmp/tmpPiq14s/distribute-0.6.49
Installing Distribute
Before install bootstrap.
Scanning installed packages
No setuptools distribution found
running install
Checking .pth file support in /usr/local/lib/python2.6/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.6/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing distribute.egg-info/PKG-INFO
writing top-level names to distribute.egg-info/top_level.txt
writing dependency_links to distribute.egg-info/dependency_links.txt
writing entry points to distribute.egg-info/entry_points.txt
reading manifest file 'distribute.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'distribute.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-2.6
copying pkg_resources.py -> build/lib.linux-x86_64-2.6
copying easy_install.py -> build/lib.linux-x86_64-2.6
creating build/lib.linux-x86_64-2.6/_markerlib
copying _markerlib/markers.py -> build/lib.linux-x86_64-2.6/_markerlib
copying _markerlib/__init__.py -> build/lib.linux-x86_64-2.6/_markerlib
creating build/lib.linux-x86_64-2.6/setuptools
copying setuptools/archive_util.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/depends.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/__init__.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/dist.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/sandbox.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/extension.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/script template (dev).py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/py24compat.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/package_index.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/site-patch.py -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/script template.py -> build/lib.linux-x86_64-2.6/setuptools
creating build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/__init__.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/egg_info.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/upload.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/bdist_rpm.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/sdist.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/install_scripts.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/install_lib.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/saveopts.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/install.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/upload_docs.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/build_py.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/register.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/rotate.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/install_egg_info.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/test.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/bdist_egg.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/setopt.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/easy_install.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/build_ext.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/develop.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/alias.py -> build/lib.linux-x86_64-2.6/setuptools/command
copying setuptools/command/bdist_wininst.py -> build/lib.linux-x86_64-2.6/setuptools/command
creating build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/py26compat.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/__init__.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_develop.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/doctest.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_build_ext.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_bdist_egg.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_easy_install.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_dist_info.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_resources.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_packageindex.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_sandbox.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/server.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_sdist.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_markerlib.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_test.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/tests/test_upload_docs.py -> build/lib.linux-x86_64-2.6/setuptools/tests
copying setuptools/gui-arm-32.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/cli-32.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/cli-64.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/cli-arm-32.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/cli.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/gui-64.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/gui-32.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/gui.exe -> build/lib.linux-x86_64-2.6/setuptools
copying setuptools/command/launcher manifest.xml -> build/lib.linux-x86_64-2.6/setuptools/command
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/_markerlib
copying build/lib.linux-x86_64-2.6/_markerlib/markers.py -> build/bdist.linux-x86_64/egg/_markerlib
copying build/lib.linux-x86_64-2.6/_markerlib/__init__.py -> build/bdist.linux-x86_64/egg/_markerlib
creating build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/gui-arm-32.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/archive_util.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/depends.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/cli-32.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/__init__.py -> build/bdist.linux-x86_64/egg/setuptools
creating build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/upload.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/bdist_rpm.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/sdist.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/install_scripts.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/install_lib.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/saveopts.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/install.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/build_py.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/register.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/launcher manifest.xml -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/rotate.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/install_egg_info.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/test.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/bdist_egg.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/setopt.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/develop.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/alias.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/command/bdist_wininst.py -> build/bdist.linux-x86_64/egg/setuptools/command
copying build/lib.linux-x86_64-2.6/setuptools/cli-64.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/dist.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/cli-arm-32.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/cli.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/gui-64.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/sandbox.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/extension.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/script template (dev).py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/py24compat.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/package_index.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/site-patch.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/gui-32.exe -> build/bdist.linux-x86_64/egg/setuptools
creating build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/py26compat.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/__init__.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_develop.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/doctest.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_build_ext.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_bdist_egg.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_easy_install.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_dist_info.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_resources.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_packageindex.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_sandbox.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/server.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_sdist.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_markerlib.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_test.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/tests/test_upload_docs.py -> build/bdist.linux-x86_64/egg/setuptools/tests
copying build/lib.linux-x86_64-2.6/setuptools/gui.exe -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/setuptools/script template.py -> build/bdist.linux-x86_64/egg/setuptools
copying build/lib.linux-x86_64-2.6/pkg_resources.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.6/easy_install.py -> build/bdist.linux-x86_64/egg
byte-compiling build/bdist.linux-x86_64/egg/_markerlib/markers.py to markers.pyc
byte-compiling build/bdist.linux-x86_64/egg/_markerlib/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/archive_util.py to archive_util.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/depends.py to depends.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/egg_info.py to egg_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload.py to upload.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_rpm.py to bdist_rpm.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/sdist.py to sdist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_scripts.py to install_scripts.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_lib.py to install_lib.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/saveopts.py to saveopts.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install.py to install.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/upload_docs.py to upload_docs.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_py.py to build_py.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/register.py to register.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/rotate.py to rotate.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/install_egg_info.py to install_egg_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/test.py to test.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py to bdist_egg.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/setopt.py to setopt.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py to easy_install.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/build_ext.py to build_ext.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/develop.py to develop.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/alias.py to alias.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/command/bdist_wininst.py to bdist_wininst.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/dist.py to dist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/sandbox.py to sandbox.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/extension.py to extension.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template (dev).py to script template (dev).pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/py24compat.py to py24compat.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/package_index.py to package_index.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/site-patch.py to site-patch.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/py26compat.py to py26compat.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_develop.py to test_develop.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/doctest.py to doctest.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_build_ext.py to test_build_ext.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_bdist_egg.py to test_bdist_egg.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_easy_install.py to test_easy_install.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_dist_info.py to test_dist_info.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_resources.py to test_resources.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_packageindex.py to test_packageindex.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_sandbox.py to test_sandbox.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/server.py to server.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_sdist.py to test_sdist.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_markerlib.py to test_markerlib.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_test.py to test_test.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/tests/test_upload_docs.py to test_upload_docs.pyc
byte-compiling build/bdist.linux-x86_64/egg/setuptools/script template.py to script template.pyc
byte-compiling build/bdist.linux-x86_64/egg/pkg_resources.py to pkg_resources.pyc
byte-compiling build/bdist.linux-x86_64/egg/easy_install.py to easy_install.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying distribute.egg-info/zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
creating dist
creating 'dist/distribute-0.6.49-py2.6.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing distribute-0.6.49-py2.6.egg
creating /usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg
Extracting distribute-0.6.49-py2.6.egg to /usr/local/lib/python2.6/dist-packages
Adding distribute 0.6.49 to easy-install.pth file
Installing easy_install script to /usr/local/bin
Installing easy_install-2.6 script to /usr/local/bin
Installed /usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg
Processing dependencies for distribute==0.6.49
Finished processing dependencies for distribute==0.6.49
After install bootstrap.
Creating /usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info
Creating /usr/local/lib/python2.6/dist-packages/setuptools.pth
root@vagrant-debian-squeeze:/tmp#
root@vagrant-debian-squeeze:/tmp# curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 543k 100 543k 0 0 95914 0 0:00:05 0:00:05 --:--:-- 710k
Downloading/unpacking pip
Downloading pip-1.4.1.tar.gz (445kB): 445kB downloaded
Running setup.py egg_info for package pip
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory 'docs/_build'
no previously-included directories found matching 'docs/_build/_sources'
Installing collected packages: pip
Running setup.py install for pip
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory 'docs/_build'
no previously-included directories found matching 'docs/_build/_sources'
Installing pip script to /usr/local/bin
Installing pip-2.6 script to /usr/local/bin
Successfully installed pip
Cleaning up...
root@vagrant-debian-squeeze:/tmp# pip install -e git+https://github.com/wimleers/fileconveyor@master#egg=fileconveyor
Obtaining fileconveyor from git+https://github.com/wimleers/fileconveyor@master#egg=fileconveyor
Cloning https://github.com/wimleers/fileconveyor (to master) to ./src/fileconveyor
Running setup.py egg_info for package fileconveyor
Requirement already satisfied (use --upgrade to upgrade): distribute in /usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg (from fileconveyor)
Downloading/unpacking cssutils (from fileconveyor)
Downloading cssutils-0.9.10.zip (430kB): 430kB downloaded
Running setup.py egg_info for package cssutils
Downloading/unpacking boto==1.6b (from fileconveyor)
Downloading boto-1.6b.tar.gz (134kB): 134kB downloaded
Running setup.py egg_info for package boto
Downloading/unpacking python-cloudfiles>=1.4.0 (from fileconveyor)
Downloading python-cloudfiles-1.7.10.tar.gz (397kB): 397kB downloaded
Running setup.py egg_info for package python-cloudfiles
warning: no previously-included files found matching 'python_cloudfiles.egg-info'
Downloading/unpacking django>=1.3 (from fileconveyor)
Downloading Django-1.6.tar.gz (6.6MB): 6.6MB downloaded
Running setup.py egg_info for package django
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
Downloading/unpacking django-cumulus>=1.0.5 (from fileconveyor)
Downloading django-cumulus-1.0.12.tar.gz
Running setup.py egg_info for package django-cumulus
warning: no previously-included files matching '*' found under directory 'example'
Downloading/unpacking pyinotify>0.8.0 (from fileconveyor)
Downloading pyinotify-0.9.4.tar.gz (59kB): 59kB downloaded
Running setup.py egg_info for package pyinotify
Downloading/unpacking pyrax>1.5,<1.7 (from django-cumulus>=1.0.5->fileconveyor)
Downloading pyrax-1.6.2.tar.gz (260kB): 260kB downloaded
Running setup.py egg_info for package pyrax
Downloading/unpacking python-novaclient>=2.13.0 (from pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading python-novaclient-2.15.0.tar.gz (302kB): 302kB downloaded
Running setup.py egg_info for package python-novaclient
Installed /tmp/pip_build_root/python-novaclient/pbr-0.5.23-py2.6.egg
[pbr] Processing SOURCES.txt
warning: LocalManifestMaker: standard file '-c' not found
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
Downloading/unpacking rackspace-novaclient (from pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading rackspace-novaclient-1.4.tar.gz
Running setup.py egg_info for package rackspace-novaclient
Downloading/unpacking python-swiftclient>=1.5.0 (from pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading python-swiftclient-1.8.0.tar.gz (72kB): 72kB downloaded
Running setup.py egg_info for package python-swiftclient
Installed /tmp/pip_build_root/python-swiftclient/pbr-0.5.23-py2.6.egg
[pbr] Processing SOURCES.txt
warning: LocalManifestMaker: standard file '-c' not found
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no files found matching '*' under directory 'tools'
Downloading/unpacking httplib2 (from pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading httplib2-0.8.tar.gz (110kB): 110kB downloaded
Running setup.py egg_info for package httplib2
Downloading/unpacking keyring (from pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading keyring-3.3.zip (86kB): 86kB downloaded
Running setup.py egg_info for package keyring
warning: no previously-included files found matching '.hg/last-message.txt'
Downloading/unpacking mock (from pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading mock-1.0.1.tar.gz (818kB): 818kB downloaded
Running setup.py egg_info for package mock
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
Downloading/unpacking pbr>=0.5.21,<1.0 (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading pbr-0.5.23.tar.gz (128kB): 128kB downloaded
Running setup.py egg_info for package pbr
[pbr] Processing SOURCES.txt
warning: LocalManifestMaker: standard file '-c' not found
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/unpacking argparse (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
Downloading argparse-1.2.1.tar.gz (69kB): 69kB downloaded
Running setup.py egg_info for package argparse
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
Downloading/unpacking iso8601>=0.1.4 (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading iso8601-0.1.8.tar.gz
Running setup.py egg_info for package iso8601
Downloading/unpacking PrettyTable>=0.6,<0.8 (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading prettytable-0.7.2.tar.bz2
Running setup.py egg_info for package PrettyTable
Downloading/unpacking requests>=1.1 (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading requests-2.0.1.tar.gz (412kB): 412kB downloaded
Running setup.py egg_info for package requests
Downloading/unpacking simplejson>=2.0.9 (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading simplejson-3.3.1.tar.gz (67kB): 67kB downloaded
Running setup.py egg_info for package simplejson
Downloading/unpacking six (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading six-1.4.1.tar.gz
Running setup.py egg_info for package six
Downloading/unpacking Babel>=0.9.6 (from python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading Babel-1.3.tar.gz (3.4MB): 3.4MB downloaded
Running setup.py egg_info for package Babel
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
Downloading/unpacking rackspace-auth-openstack (from rackspace-novaclient->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading rackspace-auth-openstack-1.1.tar.gz
Running setup.py egg_info for package rackspace-auth-openstack
Downloading/unpacking os-diskconfig-python-novaclient-ext (from rackspace-novaclient->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading os_diskconfig_python_novaclient_ext-0.1.1.tar.gz
Running setup.py egg_info for package os-diskconfig-python-novaclient-ext
Downloading/unpacking rax-scheduled-images-python-novaclient-ext (from rackspace-novaclient->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading rax_scheduled_images_python_novaclient_ext-0.2.1.tar.gz
Running setup.py egg_info for package rax-scheduled-images-python-novaclient-ext
Downloading/unpacking os-networksv2-python-novaclient-ext (from rackspace-novaclient->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading os_networksv2_python_novaclient_ext-0.21.tar.gz
Running setup.py egg_info for package os-networksv2-python-novaclient-ext
Downloading/unpacking os-virtual-interfacesv2-python-novaclient-ext (from rackspace-novaclient->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading os_virtual_interfacesv2_python_novaclient_ext-0.14.tar.gz
Running setup.py egg_info for package os-virtual-interfacesv2-python-novaclient-ext
Downloading/unpacking rax-default-network-flags-python-novaclient-ext (from rackspace-novaclient->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading rax_default_network_flags_python_novaclient_ext-0.1.3.tar.gz
Running setup.py egg_info for package rax-default-network-flags-python-novaclient-ext
Requirement already satisfied (use --upgrade to upgrade): pip>=1.0 in /usr/local/lib/python2.6/dist-packages (from pbr>=0.5.21,<1.0->python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading/unpacking pytz>=0a (from Babel>=0.9.6->python-novaclient>=2.13.0->pyrax>1.5,<1.7->django-cumulus>=1.0.5->fileconveyor)
Downloading pytz-2013.8.tar.bz2 (177kB): 177kB downloaded
Running setup.py egg_info for package pytz
warning: no files found matching '*.pot' under directory 'pytz'
warning: no previously-included files found matching 'test_zdump.py'
Installing collected packages: fileconveyor, cssutils, boto, python-cloudfiles, django, django-cumulus, pyinotify, pyrax, python-novaclient, rackspace-novaclient, python-swiftclient, httplib2, keyring, mock, pbr, argparse, iso8601, PrettyTable, requests, simplejson, six, Babel, rackspace-auth-openstack, os-diskconfig-python-novaclient-ext, rax-scheduled-images-python-novaclient-ext, os-networksv2-python-novaclient-ext, os-virtual-interfacesv2-python-novaclient-ext, rax-default-network-flags-python-novaclient-ext, pytz
Running setup.py develop for fileconveyor
Checking .pth file support in /usr/local/lib/python2.6/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.6/dist-packages/ appears to support .pth files
Creating /usr/local/lib/python2.6/dist-packages/fileconveyor.egg-link (link to .)
Adding fileconveyor 0.3-dev to easy-install.pth file
Installed /tmp/src/fileconveyor
Running setup.py install for cssutils
Installing csscombine script to /usr/local/bin
Installing cssparse script to /usr/local/bin
Installing csscapture script to /usr/local/bin
Running setup.py install for boto
Running setup.py install for python-cloudfiles
warning: no previously-included files found matching 'python_cloudfiles.egg-info'
Running setup.py install for django
changing mode of build/scripts-2.6/django-admin.py from 644 to 755
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
changing mode of /usr/local/bin/django-admin.py to 755
Running setup.py install for django-cumulus
warning: no previously-included files matching '*' found under directory 'example'
Running setup.py install for pyinotify
Running setup.py install for pyrax
/usr/bin/python -O /tmp/tmpERhWBk.py
removing /tmp/tmpERhWBk.py
Running setup.py install for python-novaclient
[pbr] Reusing existing SOURCES.txt
Installing nova script to /usr/local/bin
Running setup.py install for rackspace-novaclient
Running setup.py install for python-swiftclient
[pbr] Reusing existing SOURCES.txt
changing mode of build/scripts-2.6/swift from 644 to 755
changing mode of /usr/local/bin/swift to 755
Running setup.py install for httplib2
Running setup.py install for keyring
warning: no previously-included files found matching '.hg/last-message.txt'
Installing keyring script to /usr/local/bin
Running setup.py install for mock
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
Running setup.py install for pbr
[pbr] Reusing existing SOURCES.txt
Running setup.py install for argparse
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
Running setup.py install for iso8601
Running setup.py install for PrettyTable
Running setup.py install for requests
Running setup.py install for simplejson
building 'simplejson._speedups' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.6/simplejson/_speedups.o
simplejson/_speedups.c:2:20: error: Python.h: No such file or directory
simplejson/_speedups.c:3:26: error: structmember.h: No such file or directory
simplejson/_speedups.c:43: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c:45: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘json_PyOS_string_to_double’:
simplejson/_speedups.c:48: warning: implicit declaration of function ‘assert’
simplejson/_speedups.c:48: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:48: error: (Each undeclared identifier is reported only once
simplejson/_speedups.c:48: error: for each function it appears in.)
simplejson/_speedups.c:49: error: ‘overflow_exception’ undeclared (first use in this function)
simplejson/_speedups.c:50: warning: implicit declaration of function ‘PyFPE_START_PROTECT’
simplejson/_speedups.c:50: error: expected expression before ‘return’
simplejson/_speedups.c:51: error: expected ‘;’ before ‘x’
simplejson/_speedups.c:52: warning: implicit declaration of function ‘PyFPE_END_PROTECT’
simplejson/_speedups.c:53: error: expected ‘;’ before ‘return’
simplejson/_speedups.c:54: warning: no return statement in function returning non-void
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyScannerType’
simplejson/_speedups.c:100: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyEncoderType’
simplejson/_speedups.c:103: error: expected specifier-qualifier-list before ‘PyObject’
simplejson/_speedups.c:110: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c:111: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:129: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
simplejson/_speedups.c:140: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scanner_members’
simplejson/_speedups.c:152: error: expected specifier-qualifier-list before ‘PyObject_HEAD’
simplejson/_speedups.c:177: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘encoder_members’
simplejson/_speedups.c:193: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:195: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:197: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:199: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:202: error: expected ‘)’ before ‘c’
simplejson/_speedups.c:204: error: expected ‘)’ before ‘c’
simplejson/_speedups.c:205: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:207: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:209: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:212: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:214: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:216: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:218: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:221: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:225: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:227: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:230: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:232: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:234: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:235: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:238: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:240: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:242: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:243: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:246: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c:248: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c:250: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c:251: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:254: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c:255: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:258: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:259: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:264: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:266: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:267: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c: In function ‘JSON_Accu_Init’:
simplejson/_speedups.c:279: error: ‘JSON_Accu’ has no member named ‘large_strings’
simplejson/_speedups.c:279: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:280: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c:280: warning: implicit declaration of function ‘PyList_New’
simplejson/_speedups.c:281: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c: In function ‘flush_accumulator’:
simplejson/_speedups.c:289: warning: implicit declaration of function ‘PyList_GET_SIZE’
simplejson/_speedups.c:289: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c:292: error: ‘PyObject’ undeclared (first use in this function)
simplejson/_speedups.c:292: error: ‘joined’ undeclared (first use in this function)
simplejson/_speedups.c:293: error: ‘JSON_Accu’ has no member named ‘large_strings’
simplejson/_speedups.c:293: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:294: error: ‘JSON_Accu’ has no member named ‘large_strings’
simplejson/_speedups.c:295: error: ‘JSON_Accu’ has no member named ‘large_strings’
simplejson/_speedups.c:301: warning: implicit declaration of function ‘join_list_string’
simplejson/_speedups.c:301: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c:305: warning: implicit declaration of function ‘PyList_SetSlice’
simplejson/_speedups.c:305: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c:306: warning: implicit declaration of function ‘Py_DECREF’
simplejson/_speedups.c:309: warning: implicit declaration of function ‘PyList_Append’
simplejson/_speedups.c:309: error: ‘JSON_Accu’ has no member named ‘large_strings’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:317: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘JSON_Accu_Accumulate’:
simplejson/_speedups.c:323: warning: implicit declaration of function ‘PyString_Check’
simplejson/_speedups.c:323: error: ‘unicode’ undeclared (first use in this function)
simplejson/_speedups.c:323: warning: implicit declaration of function ‘PyUnicode_Check’
simplejson/_speedups.c:326: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c:328: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:341: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c: In function ‘JSON_Accu_Destroy’:
simplejson/_speedups.c:363: warning: implicit declaration of function ‘Py_CLEAR’
simplejson/_speedups.c:363: error: ‘JSON_Accu’ has no member named ‘small_strings’
simplejson/_speedups.c:364: error: ‘JSON_Accu’ has no member named ‘large_strings’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:368: error: expected ‘)’ before ‘c’
simplejson/_speedups.c:373: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:386: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:420: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:434: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:448: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:457: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:465: error: expected ‘)’ before ‘c’
simplejson/_speedups.c:509: error: expected ‘)’ before ‘c’
simplejson/_speedups.c:533: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:596: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:645: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:686: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:781: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘raise_errmsg’:
simplejson/_speedups.c:784: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:784: error: ‘JSONDecodeError’ undeclared (first use in this function)
simplejson/_speedups.c:784: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:785: error: ‘PyObject’ undeclared (first use in this function)
simplejson/_speedups.c:785: error: ‘exc’ undeclared (first use in this function)
simplejson/_speedups.c:787: error: ‘scanner’ undeclared (first use in this function)
simplejson/_speedups.c:787: warning: implicit declaration of function ‘PyImport_ImportModule’
simplejson/_speedups.c:790: warning: implicit declaration of function ‘PyObject_GetAttrString’
simplejson/_speedups.c:795: warning: implicit declaration of function ‘PyObject_CallFunction’
simplejson/_speedups.c:795: error: ‘s’ undeclared (first use in this function)
simplejson/_speedups.c:795: error: ‘_convertPyInt_FromSsize_t’ undeclared (first use in this function)
simplejson/_speedups.c:797: warning: implicit declaration of function ‘PyErr_SetObject’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:802: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:823: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:842: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:886: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1110: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1293: error: expected ‘)’ before string constant
simplejson/_speedups.c:1305: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1340: error: expected ‘)’ before string constant
simplejson/_speedups.c:1345: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1365: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:1373: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:1390: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:1407: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1569: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1734: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1814: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1894: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:1922: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2027: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2139: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2246: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2378: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2411: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2428: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2448: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:2508: error: expected ‘)’ before string constant
simplejson/_speedups.c:2511: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyScannerType’
simplejson/_speedups.c:2553: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2576: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:2665: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2688: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2722: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2765: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2776: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘_steal_accumulate’:
simplejson/_speedups.c:2779: error: ‘stolen’ undeclared (first use in this function)
simplejson/_speedups.c:2779: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:2785: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘encoder_listencode_obj’:
simplejson/_speedups.c:2790: error: ‘obj’ undeclared (first use in this function)
simplejson/_speedups.c:2790: error: ‘Py_None’ undeclared (first use in this function)
simplejson/_speedups.c:2790: error: ‘Py_True’ undeclared (first use in this function)
simplejson/_speedups.c:2790: error: ‘Py_False’ undeclared (first use in this function)
simplejson/_speedups.c:2791: error: ‘PyObject’ undeclared (first use in this function)
simplejson/_speedups.c:2791: error: ‘cstr’ undeclared (first use in this function)
simplejson/_speedups.c:2791: warning: implicit declaration of function ‘_encoded_const’
simplejson/_speedups.c:2792: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:2793: error: too many arguments to function ‘_steal_accumulate’
simplejson/_speedups.c:2797: error: ‘encoded’ undeclared (first use in this function)
simplejson/_speedups.c:2797: warning: implicit declaration of function ‘encoder_encode_string’
simplejson/_speedups.c:2799: error: too many arguments to function ‘_steal_accumulate’
simplejson/_speedups.c:2801: warning: implicit declaration of function ‘PyInt_Check’
simplejson/_speedups.c:2801: warning: implicit declaration of function ‘PyLong_Check’
simplejson/_speedups.c:2802: warning: implicit declaration of function ‘PyObject_Str’
simplejson/_speedups.c:2804: error: ‘PyEncoderObject’ has no member named ‘bigint_as_string’
simplejson/_speedups.c:2805: warning: implicit declaration of function ‘maybe_quote_bigint’
simplejson/_speedups.c:2809: error: too many arguments to function ‘_steal_accumulate’
simplejson/_speedups.c:2812: warning: implicit declaration of function ‘PyFloat_Check’
simplejson/_speedups.c:2813: warning: implicit declaration of function ‘encoder_encode_float’
simplejson/_speedups.c:2815: error: too many arguments to function ‘_steal_accumulate’
simplejson/_speedups.c:2817: error: ‘PyEncoderObject’ has no member named ‘for_json’
simplejson/_speedups.c:2817: warning: implicit declaration of function ‘_has_for_json_hook’
simplejson/_speedups.c:2818: error: ‘newobj’ undeclared (first use in this function)
simplejson/_speedups.c:2819: warning: implicit declaration of function ‘Py_EnterRecursiveCall’
simplejson/_speedups.c:2821: warning: implicit declaration of function ‘PyObject_CallMethod’
simplejson/_speedups.c:2823: error: too many arguments to function ‘encoder_listencode_obj’
simplejson/_speedups.c:2826: warning: implicit declaration of function ‘Py_LeaveRecursiveCall’
simplejson/_speedups.c:2828: error: ‘PyEncoderObject’ has no member named ‘namedtuple_as_object’
simplejson/_speedups.c:2828: warning: implicit declaration of function ‘_is_namedtuple’
simplejson/_speedups.c:2834: error: too many arguments to function ‘encoder_listencode_dict’
simplejson/_speedups.c:2839: warning: implicit declaration of function ‘PyList_Check’
simplejson/_speedups.c:2839: error: ‘PyEncoderObject’ has no member named ‘tuple_as_array’
simplejson/_speedups.c:2839: warning: implicit declaration of function ‘PyTuple_Check’
simplejson/_speedups.c:2842: error: too many arguments to function ‘encoder_listencode_list’
simplejson/_speedups.c:2845: warning: implicit declaration of function ‘PyDict_Check’
simplejson/_speedups.c:2848: error: too many arguments to function ‘encoder_listencode_dict’
simplejson/_speedups.c:2851: error: ‘PyEncoderObject’ has no member named ‘use_decimal’
simplejson/_speedups.c:2851: warning: implicit declaration of function ‘PyObject_TypeCheck’
simplejson/_speedups.c:2851: error: ‘PyTypeObject’ undeclared (first use in this function)
simplejson/_speedups.c:2851: error: expected expression before ‘)’ token
simplejson/_speedups.c:2854: error: too many arguments to function ‘_steal_accumulate’
simplejson/_speedups.c:2857: error: ‘ident’ undeclared (first use in this function)
simplejson/_speedups.c:2859: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:2861: warning: implicit declaration of function ‘PyLong_FromVoidPtr’
simplejson/_speedups.c:2864: warning: implicit declaration of function ‘PyDict_Contains’
simplejson/_speedups.c:2864: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:2867: warning: implicit declaration of function ‘PyErr_SetString’
simplejson/_speedups.c:2867: error: ‘PyExc_ValueError’ undeclared (first use in this function)
simplejson/_speedups.c:2871: warning: implicit declaration of function ‘PyDict_SetItem’
simplejson/_speedups.c:2871: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:2878: warning: implicit declaration of function ‘PyObject_CallFunctionObjArgs’
simplejson/_speedups.c:2878: error: ‘PyEncoderObject’ has no member named ‘defaultfn’
simplejson/_speedups.c:2880: warning: implicit declaration of function ‘Py_XDECREF’
simplejson/_speedups.c:2884: error: too many arguments to function ‘encoder_listencode_obj’
simplejson/_speedups.c:2892: warning: implicit declaration of function ‘PyDict_DelItem’
simplejson/_speedups.c:2892: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:2904: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘encoder_listencode_dict’:
simplejson/_speedups.c:2907: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2907: error: ‘open_dict’ undeclared (first use in this function)
simplejson/_speedups.c:2907: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:2908: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2908: error: ‘close_dict’ undeclared (first use in this function)
simplejson/_speedups.c:2909: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:2909: error: ‘empty_dict’ undeclared (first use in this function)
simplejson/_speedups.c:2910: error: ‘PyObject’ undeclared (first use in this function)
simplejson/_speedups.c:2910: error: ‘kstr’ undeclared (first use in this function)
simplejson/_speedups.c:2911: error: ‘ident’ undeclared (first use in this function)
simplejson/_speedups.c:2912: error: ‘iter’ undeclared (first use in this function)
simplejson/_speedups.c:2913: error: ‘item’ undeclared (first use in this function)
simplejson/_speedups.c:2914: error: ‘items’ undeclared (first use in this function)
simplejson/_speedups.c:2915: error: ‘encoded’ undeclared (first use in this function)
simplejson/_speedups.c:2919: warning: implicit declaration of function ‘PyString_InternFromString’
simplejson/_speedups.c:2925: warning: implicit declaration of function ‘PyDict_Size’
simplejson/_speedups.c:2925: error: ‘dct’ undeclared (first use in this function)
simplejson/_speedups.c:2926: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:2928: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:2928: error: ‘Py_None’ undeclared (first use in this function)
simplejson/_speedups.c:2933: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:2936: error: ‘PyExc_ValueError’ undeclared (first use in this function)
simplejson/_speedups.c:2939: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:2944: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:2947: error: ‘PyEncoderObject’ has no member named ‘indent’
simplejson/_speedups.c:2957: warning: implicit declaration of function ‘encoder_dict_iteritems’
simplejson/_speedups.c:2962: warning: implicit declaration of function ‘PyIter_Next’
simplejson/_speedups.c:2963: error: ‘key’ undeclared (first use in this function)
simplejson/_speedups.c:2963: warning: left-hand operand of comma expression has no effect
simplejson/_speedups.c:2963: error: ‘value’ undeclared (first use in this function)
simplejson/_speedups.c:2963: warning: left-hand operand of comma expression has no effect
simplejson/_speedups.c:2964: error: ‘PyVarObject’ undeclared (first use in this function)
simplejson/_speedups.c:2964: error: expected expression before ‘)’ token
simplejson/_speedups.c:2968: warning: implicit declaration of function ‘PyTuple_GET_ITEM’
simplejson/_speedups.c:2975: warning: implicit declaration of function ‘PyDict_GetItem’
simplejson/_speedups.c:2975: error: ‘PyEncoderObject’ has no member named ‘key_memo’
simplejson/_speedups.c:2977: warning: implicit declaration of function ‘Py_INCREF’
simplejson/_speedups.c:2979: warning: implicit declaration of function ‘encoder_stringify_key’
simplejson/_speedups.c:2990: error: ‘PyEncoderObject’ has no member named ‘item_separator’
simplejson/_speedups.c:2990: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:2998: error: ‘PyEncoderObject’ has no member named ‘key_memo’
simplejson/_speedups.c:3001: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:3005: error: ‘PyEncoderObject’ has no member named ‘key_separator’
simplejson/_speedups.c:3005: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:3007: error: too many arguments to function ‘encoder_listencode_obj’
simplejson/_speedups.c:3013: warning: implicit declaration of function ‘PyErr_Occurred’
simplejson/_speedups.c:3016: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:3020: error: ‘PyEncoderObject’ has no member named ‘indent’
simplejson/_speedups.c:3027: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:3042: error: expected declaration specifiers or ‘...’ before ‘PyObject’
simplejson/_speedups.c: In function ‘encoder_listencode_list’:
simplejson/_speedups.c:3045: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:3045: error: ‘open_array’ undeclared (first use in this function)
simplejson/_speedups.c:3045: error: ‘NULL’ undeclared (first use in this function)
simplejson/_speedups.c:3046: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:3046: error: ‘close_array’ undeclared (first use in this function)
simplejson/_speedups.c:3047: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c:3047: error: ‘empty_array’ undeclared (first use in this function)
simplejson/_speedups.c:3048: error: ‘PyObject’ undeclared (first use in this function)
simplejson/_speedups.c:3048: error: ‘ident’ undeclared (first use in this function)
simplejson/_speedups.c:3049: error: ‘iter’ undeclared (first use in this function)
simplejson/_speedups.c:3050: error: ‘obj’ undeclared (first use in this function)
simplejson/_speedups.c:3062: warning: implicit declaration of function ‘PyObject_IsTrue’
simplejson/_speedups.c:3062: error: ‘seq’ undeclared (first use in this function)
simplejson/_speedups.c:3066: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:3068: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:3068: error: ‘Py_None’ undeclared (first use in this function)
simplejson/_speedups.c:3073: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:3076: error: ‘PyExc_ValueError’ undeclared (first use in this function)
simplejson/_speedups.c:3079: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:3084: warning: implicit declaration of function ‘PyObject_GetIter’
simplejson/_speedups.c:3088: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:3090: error: ‘PyEncoderObject’ has no member named ‘indent’
simplejson/_speedups.c:3101: error: ‘PyEncoderObject’ has no member named ‘item_separator’
simplejson/_speedups.c:3101: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c:3104: error: too many arguments to function ‘encoder_listencode_obj’
simplejson/_speedups.c:3113: error: ‘PyEncoderObject’ has no member named ‘markers’
simplejson/_speedups.c:3117: error: ‘PyEncoderObject’ has no member named ‘indent’
simplejson/_speedups.c:3124: error: too many arguments to function ‘JSON_Accu_Accumulate’
simplejson/_speedups.c: At top level:
simplejson/_speedups.c:3136: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:3144: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:3165: error: expected ‘)’ before ‘*’ token
simplejson/_speedups.c:3187: error: expected ‘)’ before string constant
simplejson/_speedups.c:3190: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyEncoderType’
simplejson/_speedups.c:3232: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘speedups_methods’
simplejson/_speedups.c:3245: error: expected ‘)’ before string constant
simplejson/_speedups.c:3261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
simplejson/_speedups.c: In function ‘init_speedups’:
simplejson/_speedups.c:3294: warning: implicit declaration of function ‘moduleinit’
***************************************************************************
WARNING: The C extension could not be compiled, speedups are not enabled.
Failure information, if any, is above.
I'm retrying the build without the C extension now.
***************************************************************************
***************************************************************************
WARNING: The C extension could not be compiled, speedups are not enabled.
Plain-Python installation succeeded.
***************************************************************************
Running setup.py install for six
Running setup.py install for Babel
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyo' found under directory 'tests'
Installing pybabel script to /usr/local/bin
Running setup.py install for rackspace-auth-openstack
Running setup.py install for os-diskconfig-python-novaclient-ext
Running setup.py install for rax-scheduled-images-python-novaclient-ext
Running setup.py install for os-networksv2-python-novaclient-ext
Running setup.py install for os-virtual-interfacesv2-python-novaclient-ext
Running setup.py install for rax-default-network-flags-python-novaclient-ext
Running setup.py install for pytz
warning: no files found matching '*.pot' under directory 'pytz'
warning: no previously-included files found matching 'test_zdump.py'
Successfully installed fileconveyor cssutils boto python-cloudfiles django django-cumulus pyinotify pyrax python-novaclient rackspace-novaclient python-swiftclient httplib2 keyring mock pbr argparse iso8601 PrettyTable requests simplejson six Babel rackspace-auth-openstack os-diskconfig-python-novaclient-ext rax-scheduled-images-python-novaclient-ext os-networksv2-python-novaclient-ext os-virtual-interfacesv2-python-novaclient-ext rax-default-network-flags-python-novaclient-ext pytz
Cleaning up...
root@vagrant-debian-squeeze:/tmp# vim src/fileconveyor/fileconveyor/config.xml
-bash: vim: command not found
root@vagrant-debian-squeeze:/tmp# apt-get install vim
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
vim-runtime
Suggested packages:
ctags vim-doc vim-scripts
The following NEW packages will be installed:
vim vim-runtime
0 upgraded, 2 newly installed, 0 to remove and 55 not upgraded.
Need to get 7,122 kB of archives.
After this operation, 27.8 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ftp.us.debian.org/debian/ squeeze/main vim-runtime all 2:7.2.445+hg~cb94c42c0e1a-1 [6,207 kB]
Get:2 http://ftp.us.debian.org/debian/ squeeze/main vim amd64 2:7.2.445+hg~cb94c42c0e1a-1 [915 kB]
Fetched 7,122 kB in 14s (486 kB/s)
Selecting previously deselected package vim-runtime.
(Reading database ... 38913 files and directories currently installed.)
Unpacking vim-runtime (from .../vim-runtime_2%3a7.2.445+hg~cb94c42c0e1a-1_all.deb) ...
Adding 'diversion of /usr/share/vim/vim72/doc/help.txt to /usr/share/vim/vim72/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim72/doc/tags to /usr/share/vim/vim72/doc/tags.vim-tiny by vim-runtime'
Selecting previously deselected package vim.
Unpacking vim (from .../vim_2%3a7.2.445+hg~cb94c42c0e1a-1_amd64.deb) ...
Processing triggers for man-db ...
Setting up vim-runtime (2:7.2.445+hg~cb94c42c0e1a-1) ...
Processing /usr/share/vim/addons/doc
Setting up vim (2:7.2.445+hg~cb94c42c0e1a-1) ...
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode.
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode.
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode.
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode.
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode.
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode.
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode.
root@vagrant-debian-squeeze:/tmp# !vim
vim src/fileconveyor/fileconveyor/config.xml
root@vagrant-debian-squeeze:/tmp# mkdir /var/www
root@vagrant-debian-squeeze:/tmp# chmod 777 /var/www
root@vagrant-debian-squeeze:/tmp# touch /var/www/blah.jpg
root@vagrant-debian-squeeze:/tmp# touch /var/www/blah.png
root@vagrant-debian-squeeze:/tmp# touch /var/www/blah.ico
root@vagrant-debian-squeeze:/tmp# touch /var/www/blah.css
root@vagrant-debian-squeeze:/tmp# touch /var/www/blah.test
root@vagrant-debian-squeeze:/tmp# vim /usr/local/lib/python2.6/dist-packages/django/conf/global_settings.py
root@vagrant-debian-squeeze:/tmp# vim src/fileconveyor/fileconveyor/settings.py
root@vagrant-debian-squeeze:/tmp# pip freeze
Babel==1.3
Django==1.6
argparse==1.2.1
boto==1.6b
cssutils==0.9.10
distribute==0.6.49
django-cumulus==1.0.12
-e git+https://github.com/wimleers/fileconveyor@ca3585edbdcc75973c35bd8ee4d52601153bf6a3#egg=fileconveyor-master
httplib2==0.8
iso8601==0.1.8
keyring==3.3
mock==1.0.1
os-diskconfig-python-novaclient-ext==0.1.1
os-networksv2-python-novaclient-ext==0.21
os-virtual-interfacesv2-python-novaclient-ext==0.14
pbr==0.5.23
prettytable==0.7.2
pyinotify==0.9.4
pyrax==1.6.2
python-apt==0.7.100.1-squeeze1
python-cloudfiles==1.7.10
python-novaclient==2.15.0
python-swiftclient==1.8.0
pytz==2013.8
rackspace-auth-openstack==1.1
rackspace-novaclient==1.4
rax-default-network-flags-python-novaclient-ext==0.1.3
rax-scheduled-images-python-novaclient-ext==0.2.1
reportbug==4.12.6
requests==2.0.1
simplejson==3.3.1
six==1.4.1
wsgiref==0.1.2
root@vagrant-debian-squeeze:/tmp#
This file has been truncated, but you can view the full file.
root@vagrant-debian-squeeze:/tmp# strace python src/fileconveyor/fileconveyor/arbitrator.py
execve("/usr/bin/python", ["python", "src/fileconveyor/fileconveyor/ar"...], [/* 15 vars */]) = 0
brk(0) = 0x1c3e000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f4000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=16342, ...}) = 0
mmap(NULL, 16342, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f02e16f0000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360Y\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=131258, ...}) = 0
mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e12bd000
mprotect(0x7f02e12d4000, 2093056, PROT_NONE) = 0
mmap(0x7f02e14d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f02e14d3000
mmap(0x7f02e14d5000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f02e14d5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e10b9000
mprotect(0x7f02e10bb000, 2097152, PROT_NONE) = 0
mmap(0x7f02e12bb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f02e12bb000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libutil.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10648, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16ef000
mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e0eb6000
mprotect(0x7f02e0eb8000, 2093056, PROT_NONE) = 0
mmap(0x7f02e10b7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f02e10b7000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300l\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=356608, ...}) = 0
mmap(NULL, 2451824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e0c5f000
mprotect(0x7f02e0cb0000, 2093056, PROT_NONE) = 0
mmap(0x7f02e0eaf000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0x7f02e0eaf000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\253\7\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1693344, ...}) = 0
mmap(NULL, 3803320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e08be000
mprotect(0x7f02e0a33000, 2097152, PROT_NONE) = 0
mmap(0x7f02e0c33000, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7f02e0c33000
mmap(0x7f02e0c5b000, 14520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f02e0c5b000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16ee000
mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e06a7000
mprotect(0x7f02e06be000, 2093056, PROT_NONE) = 0
mmap(0x7f02e08bd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f02e08bd000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e0425000
mprotect(0x7f02e04a5000, 2097152, PROT_NONE) = 0
mmap(0x7f02e06a5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f02e06a5000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\355\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1437064, ...}) = 0
mmap(NULL, 3545160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f02e00c3000
mprotect(0x7f02e021c000, 2093056, PROT_NONE) = 0
mmap(0x7f02e041b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158000) = 0x7f02e041b000
mmap(0x7f02e0420000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f02e0420000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16ed000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16ec000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16eb000
arch_prctl(ARCH_SET_FS, 0x7f02e16ec700) = 0
mprotect(0x7f02e041b000, 16384, PROT_READ) = 0
mprotect(0x7f02e06a5000, 4096, PROT_READ) = 0
mprotect(0x7f02e10b7000, 4096, PROT_READ) = 0
mprotect(0x7f02e12bb000, 4096, PROT_READ) = 0
mprotect(0x7f02e14d3000, 4096, PROT_READ) = 0
mprotect(0x7f02e16f6000, 4096, PROT_READ) = 0
munmap(0x7f02e16f0000, 16342) = 0
set_tid_address(0x7f02e16ec9d0) = 2935
set_robust_list(0x7f02e16ec9e0, 0x18) = 0
futex(0x7fff0e36c79c, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7fff0e36c79c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f02e16ec700) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7f02e12c2870, [], SA_RESTORER|SA_SIGINFO, 0x7f02e12cbff0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f02e12c2900, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f02e12cbff0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(0) = 0x1c3e000
brk(0x1c5f000) = 0x1c5f000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16aa000
open("/proc/meminfo", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(3, "MemTotal: 379796 kB\nMemF"..., 1024) = 1024
close(3) = 0
munmap(0x7f02e16f3000, 4096) = 0
brk(0x1c88000) = 0x1c88000
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
stat("/usr/local/sbin/python", 0x7fff0e36a4f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/python", 0x7fff0e36a4f0) = -1 ENOENT (No such file or directory)
stat("/usr/sbin/python", 0x7fff0e36a4f0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=2617520, ...}) = 0
readlink("/usr/bin/python", "python2.6"..., 4096) = 9
readlink("/usr/bin/python2.6", 0x7fff0e36a4f0, 4096) = -1 EINVAL (Invalid argument)
stat("/usr/bin/Modules/Setup", 0x7fff0e36a400) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib/python2.6/os.py", 0x7fff0e36a400) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib/python2.6/os.pyc", 0x7fff0e36a400) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/os.py", {st_mode=S_IFREG|0644, st_size=26338, ...}) = 0
stat("/usr/bin/Modules/Setup", 0x7fff0e36a4f0) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib/python2.6/lib-dynload", 0x7fff0e36a4f0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f02e12cbff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7f02e12cbff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f02e12cbff0}, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7f02e12cbff0}, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x4da8c0, [], SA_RESTORER, 0x7f02e12cbff0}, {SIG_DFL, [], 0}, 8) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1669000
stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib/python2.6/", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib/python2.6/site", 0x7fff0e36a210) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/site.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=19139, ...}) = 0
open("/usr/lib/python2.6/site.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=18614, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(4, "\321\362\r\nf\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sK\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=18614, ...}) = 0
read(4, "\0\0\0\3\0\0\0\6\0\0\0C\0\0\0st\0\0\0t\0\0\203\0\0}\0\0xd\0"..., 12288) = 12288
read(4, "\0\0R\274\0\0\0R\275\0\0\0R\276\0\0\0(\1\0\0\0R\300\0\0\0(\0\0\0\0"..., 4096) = 2230
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/python2.6/os", 0x7fff0e366c70) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/os.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=26338, ...}) = 0
open("/usr/lib/python2.6/os.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=26303, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sH\7\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=26303, ...}) = 0
read(5, "intermediate path segment (not\n "..., 20480) = 20480
read(5, "\0S(\1\0\0\0N(\2\0\0\0R\256\0\0\0R\263\0\0\0(\3\0\0\0R\257\0\0"..., 4096) = 1727
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e1668000, 4096) = 0
brk(0x1ca9000) = 0x1ca9000
stat("/usr/lib/python2.6/posixpath", 0x7fff0e3636d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/posixpath.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=13119, ...}) = 0
open("/usr/lib/python2.6/posixpath.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=11142, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0+\0\0\0@\0\0\0s\320\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=11142, ...}) = 0
read(6, "\0\0\0(\0\0\0\0(\0\0\0\0s\37\0\0\0/usr/lib/pytho"..., 4096) = 4096
read(6, "\0\1|\0\0i\2\0d\7\0\203\1\0\fo\n\0\1d\10\0}\3\0n\1\0\1|\0\0"..., 4096) = 2950
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/python2.6/stat", 0x7fff0e360130) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/stat.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1718, ...}) = 0
open("/usr/lib/python2.6/stat.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0so\1\0\0d\0"..., 4096) = 2683
fstat(7, {st_mode=S_IFREG|0644, st_size=2683, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e1668000, 4096) = 0
close(6) = 0
stat("/usr/lib/python2.6/genericpath", 0x7fff0e360130) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/genericpath.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0
open("/usr/lib/python2.6/genericpath.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3272
fstat(7, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e1668000, 4096) = 0
close(6) = 0
stat("/usr/lib/python2.6/warnings", 0x7fff0e360130) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/warnings.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=14172, ...}) = 0
open("/usr/lib/python2.6/warnings.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s3\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=12996, ...}) = 0
read(7, "\34\0\1\1}\2\0\1t\2\0i\3\0\4d\1\0\2I\4|\2\0\2IJq\7\0\1X"..., 8192) = 8192
read(7, "\0\0R6\0\0\0R\215\0\0\0R\10\0\0\0R\207\0\0\0R\222\0\0\0R\230\0\0\0"..., 4096) = 708
read(7, "", 4096) = 0
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1637000
close(7) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/python2.6/linecache", 0x7fff0e35cb90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/linecache.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4282, ...}) = 0
open("/usr/lib/python2.6/linecache.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3299
fstat(8, {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e1668000, 4096) = 0
close(7) = 0
stat("/usr/lib/python2.6/types", 0x7fff0e35cb90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/types.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2323, ...}) = 0
open("/usr/lib/python2.6/types.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(8, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0so\2\0\0d\0"..., 4096) = 2608
fstat(8, {st_mode=S_IFREG|0644, st_size=2608, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e1668000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.6/UserDict", 0x7fff0e3636d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/UserDict.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=5778, ...}) = 0
open("/usr/lib/python2.6/UserDict.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8802, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=8802, ...}) = 0
read(6, "Dict.pyR*\0\0\0C\0\0\0s\2\0\0\0\0\1c\2\0\0\0\2\0\0\0"..., 4096) = 4096
read(6, "\v\0\0\0R7\0\0\0R\6\0\0\0R\35\0\0\0R\f\0\0\0(\2\0\0\0R\5\0"..., 4096) = 610
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/python2.6/_abcoll", 0x7fff0e360130) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_abcoll.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=13913, ...}) = 0
open("/usr/lib/python2.6/_abcoll.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=21102, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0sI\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=21102, ...}) = 0
read(7, "\2c\2\0\0\0\2\0\0\0\3\0\0\0C\0\0\0s*\0\0\0|\0\0t\0\0j\10\0"..., 16384) = 16384
read(7, "\0\0R\34\0\0\0Rh\0\0\0(\0\0\0\0(\0\0\0\0s\35\0\0\0/usr/"..., 4096) = 622
read(7, "", 4096) = 0
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e15f6000
close(7) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/python2.6/abc", 0x7fff0e35cb90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/abc.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7034, ...}) = 0
open("/usr/lib/python2.6/abc.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6049, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6049, ...}) = 0
read(8, "\0\0i\1\0f\2\0\26\2IJ|\1\0\4d\2\0t\2\0i\3\0\26\2IJxT\0"..., 4096) = 1953
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e1668000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
brk(0x1cca000) = 0x1cca000
stat("/usr/lib/python2.6/copy_reg", 0x7fff0e3636d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/copy_reg.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
open("/usr/lib/python2.6/copy_reg.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\330\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=5156, ...}) = 0
read(6, "ered with code %ss$\0\0\0code %s is"..., 4096) = 1060
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e1668000, 4096) = 0
close(5) = 0
close(4) = 0
geteuid() = 0
getuid() = 0
getegid() = 0
getgid() = 0
stat("/root/.local/lib/python2.6/site-packages", 0x7fff0e368b20) = -1 ENOENT (No such file or directory)
stat("/root/.local/local/lib/python2.6/dist-packages", 0x7fff0e368b20) = -1 ENOENT (No such file or directory)
stat("/root/.local/lib/python2.6/dist-packages", 0x7fff0e368b20) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
fcntl(4, F_GETFD) = 0x1 (flags FD_CLOEXEC)
getdents(4, /* 72 entries */, 32768) = 3392
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0
open("/usr/local/lib/python2.6/dist-packages/easy-install.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(4, "import sys; sys.__plen = len(sys"..., 8192) = 237
read(4, "", 4096) = 0
brk(0x1cec000) = 0x1cec000
brk(0x1ce4000) = 0x1ce4000
brk(0x1ce3000) = 0x1ce3000
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
read(4, "", 8192) = 0
close(4) = 0
munmap(0x7f02e1668000, 4096) = 0
open("/usr/local/lib/python2.6/dist-packages/setuptools.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(4, "./setuptools-0.6c11-py2.6.egg-in"..., 8192) = 34
read(4, "", 4096) = 0
read(4, "", 8192) = 0
stat("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
close(4) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 11 entries */, 32768) = 368
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0
open("/usr/lib/python2.6/dist-packages/python-support.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(4, "/usr/lib/pymodules/python2.6\n", 8192) = 29
read(4, "", 4096) = 0
stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
read(4, "", 8192) = 0
close(4) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/lib/dist-python", 0x7fff0e368b20) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sitecustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/sitecustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sitecustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sitecustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib/python2.6/sitecustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sitecustomize.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
open("/usr/lib/python2.6/sitecustomize.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
read(5, "\321\362\r\nV\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s4\0\0\0y\20"..., 4096) = 234
fstat(5, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/plat-linux2/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/lib-tk/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-old", 0x7fff0e361140) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib/python2.6/lib-old", 0x7fff0e361170) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/lib-dynload/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1668000
fstat(5, {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
lseek(5, 0, SEEK_SET) = 0
read(5, "Metadata-Version: 1.0\nName: setu"..., 122) = 122
read(5, " xxx\nDescription: xxx\n", 4096) = 22
close(5) = 0
munmap(0x7f02e1668000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/dist-packages/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/pymodules/python2.6/apport_python_hook", 0x7fff0e363470) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/usercustomize", 0x7fff0e366a10) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0
mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f02dff4e000
close(3) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/encodings", 0x7fff0e36a330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/encodings", 0x7fff0e36a330) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat("/usr/lib/python2.6/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0
stat("/usr/lib/python2.6/encodings/__init__", 0x7fff0e3692e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0
open("/usr/lib/python2.6/encodings/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=4408, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=4408, ...}) = 0
read(4, "\1\5\2\5\2\6\2\3\1\r\1\16\2\v\2\r\2\n\1\5\3\t\1\23\1$\1\3\1\3\1\27"..., 4096) = 312
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat("/usr/lib/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat("/usr/lib/python2.6/encodings/codecs", 0x7fff0e365d40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/codecs", 0x7fff0e365d40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/codecs", 0x7fff0e365d40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/codecs", 0x7fff0e365d40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/codecs.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35266, ...}) = 0
open("/usr/lib/python2.6/codecs.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=36533, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sA\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=36533, ...}) = 0
read(5, "\n\0\0\0t\0\0\202\1\0d\1\0S(\2\0\0\0s\372\2\0\0 Decodes"..., 28672) = 28672
read(5, "\20\1c\1\0\0\0\2\0\0\0\2\0\0\0C\0\0\0s0\0\0\0t\0\0|\0\0\203\1"..., 4096) = 3765
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/encodings/encodings", 0x7fff0e365d40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/encodings/aliases", 0x7fff0e365d30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/aliases.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14721, ...}) = 0
open("/usr/lib/python2.6/encodings/aliases.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=8699, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s`\10\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=8699, ...}) = 0
read(5, "ibm861t\5\0\0\0cp862t\3\0\0\000862t\22\0\0\0csp"..., 4096) = 4096
read(5, "\3\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7"..., 4096) = 507
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/encodings/__builtin__", 0x7fff0e365d40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
stat("/usr/lib/python2.6/encodings/utf_8", 0x7fff0e36a040) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/utf_8.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
open("/usr/lib/python2.6/encodings/utf_8.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950
fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(3) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
readlink("src/fileconveyor/fileconveyor/arbitrator.py", 0x7fff0e36a630, 4096) = -1 EINVAL (Invalid argument)
getcwd("/tmp", 4096) = 5
lstat("/tmp/src", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor/fileconveyor/arbitrator.py", {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
stat("src/fileconveyor/fileconveyor/arbitrator.py", {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
open("src/fileconveyor/fileconveyor/arbitrator.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
fstat(3, {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
lseek(3, 57344, SEEK_SET) = 57344
read(3, "ansporters.transporter_'!\n "..., 2124) = 2124
read(3, "onveyor(restart=True)\n", 4096) = 22
close(3) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("src/fileconveyor/fileconveyor/arbitrator.py", {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
open("src/fileconveyor/fileconveyor/arbitrator.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff0e36c5c0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=59490, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
lseek(3, 0, SEEK_CUR) = 0
read(3, "import logging\nimport logging.ha"..., 4096) = 4096
lseek(3, 4096, SEEK_SET) = 4096
brk(0x1d04000) = 0x1d04000
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e15b5000
read(3, "erenced processors are available"..., 4096) = 4096
read(3, " persistent 'pipeline' queue, th"..., 4096) = 4096
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1574000
read(3, " self.__setup()\n\n s"..., 4096) = 4096
read(3, " if merged_event is not N"..., 4096) = 4096
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1533000
read(3, "y\"] is not None:\n "..., 4096) = 4096
read(3, " for server in servers"..., 4096) = 4096
read(3, "es[rule[\"source\"]].has_key(\"base"..., 4096) = 4096
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02dff0d000
read(3, " input_fi"..., 4096) = 4096
read(3, " # If a file wa"..., 4096) = 4096
read(3, "ning.\n if len(self.re"..., 4096) = 4096
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02dfecc000
read(3, " else:\n al"..., 4096) = 4096
read(3, " src, parent_path=None, relative"..., 4096) = 4096
mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02dfe8b000
munmap(0x7f02dfe8b000, 266240) = 0
brk(0x1d5b000) = 0x1d5b000
read(3, "essorchains_running -= 1\n "..., 4096) = 4096
read(3, "ansporters.transporter_'!\n "..., 4096) = 2146
brk(0x1da2000) = 0x1da2000
read(3, "", 4096) = 0
brk(0x1dc4000) = 0x1dc4000
brk(0x1de6000) = 0x1de6000
munmap(0x7f02dfecc000, 266240) = 0
munmap(0x7f02dff0d000, 266240) = 0
munmap(0x7f02e1574000, 266240) = 0
munmap(0x7f02e15b5000, 266240) = 0
close(3) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/logging", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/logging", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/logging", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=53688, ...}) = 0
stat("/usr/lib/python2.6/logging/__init__", 0x7fff0e368fe0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=53688, ...}) = 0
open("/usr/lib/python2.6/logging/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=51761, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0#\0\0\0@\0\0\0s\3\5\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=51761, ...}) = 0
read(4, "by calling _acquireLock().\n N"..., 45056) = 45056
read(4, "\0\0\0R@\0\0\0R\341\0\0\0(\0\0\0\0(\0\0\0\0s&\0\0\0/usr"..., 4096) = 2609
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/logging/sys", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/os", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/types", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/time", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/localtime", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0\5\0\0\0\0"..., 4096) = 3543
lseek(4, -2264, SEEK_CUR) = 1279
read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0\0\0\0"..., 4096) = 2264
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/usr/lib/python2.6/logging/string", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/string", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/string", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/string", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/string", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/string.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=20745, ...}) = 0
open("/usr/lib/python2.6/string.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19964, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\230\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=19964, ...}) = 0
read(5, "%(delim)s(?:\n (?P<escaped>%"..., 12288) = 12288
read(5, "he optional argument maxsplit is"..., 4096) = 3580
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/re", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/re", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/re", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/re", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/re.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=12966, ...}) = 0
open("/usr/lib/python2.6/re.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s8\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
read(6, "ions:\n match Match a regul"..., 8192) = 8192
read(6, "ib/python2.6/re.pyt\4\0\0\0scan4\1\0\0s"..., 4096) = 834
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/sre_compile", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_compile", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/sre_compile", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/sre_compile", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_compile.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=16507, ...}) = 0
open("/usr/lib/python2.6/sre_compile.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=11455, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sz\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=11455, ...}) = 0
read(7, "lot\2\0\0\0hit\4\0\0\0tailt\n\0\0\0tailappen"..., 4096) = 4096
read(7, "\1\32\1\r\1c\3\0\0\0\24\0\0\0\v\0\0\0C\0\0\0s\236\4\0\0|\1\0i\0"..., 4096) = 3263
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/sre_parse", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_parse", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/sre_parse", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/sre_parse", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_parse.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=26878, ...}) = 0
open("/usr/lib/python2.6/sre_parse.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=19622, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(8, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\323\2\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=19622, ...}) = 0
read(8, "/usr/lib/python2.6/sre_parse.pyt"..., 12288) = 12288
read(8, "arse(\6\0\0\0R\276\0\0\0R\17\0\0\0R$\0\0\0Rv\0\0\0R\274\0"..., 4096) = 3238
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/sre_constants", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_constants", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/sre_constants", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/sre_constants", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sre_constants.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=7137, ...}) = 0
open("/usr/lib/python2.6/sre_constants.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=6083, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(9, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\361\4\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=6083, ...}) = 0
read(9, "oneN(`\0\0\0t\7\0\0\0__doc__t\5\0\0\0MAGICt"..., 4096) = 1987
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(8) = 0
close(7) = 0
close(6) = 0
close(5) = 0
close(4) = 0
stat("/usr/lib/python2.6/logging/cStringIO", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/traceback", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/traceback", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/traceback", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/traceback", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/traceback", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/traceback.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=11211, ...}) = 0
open("/usr/lib/python2.6/traceback.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11637, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=11637, ...}) = 0
read(5, "not\n available it is None.\n "..., 4096) = 4096
read(5, "\0\0\5\0\0\0\t\0\0\0C\0\0\0s_\0\0\0|\1\0d\1\0j\10\0o\r\0\1"..., 4096) = 3445
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/logging/codecs", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/thread", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/threading", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/threading", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/threading", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/threading", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/threading", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/threading.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=31808, ...}) = 0
open("/usr/lib/python2.6/threading.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=27956, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0s6\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=27956, ...}) = 0
read(5, "\0\0\0s\2\0\0\0\0\1c\2\0\0\0\4\0\0\0\3\0\0\0C\0\0\0s?\0\0\0"..., 20480) = 20480
read(5, "\6\0|\1\0|\0\0_\7\0t\10\0\203\0\0|\0\0_\t\0d\0\0S(\1\0\0\0"..., 4096) = 3380
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/functools", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/functools", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/functools", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/functools", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/functools.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2162, ...}) = 0
open("/usr/lib/python2.6/functools.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sJ\0\0\0d\0"..., 4096) = 1921
fstat(6, {st_mode=S_IFREG|0644, st_size=1921, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(5) = 0
stat("/tmp/src/fileconveyor/fileconveyor/collections", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/collections", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/collections", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/collections", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/collections.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6150, ...}) = 0
open("/usr/lib/python2.6/collections.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=6611, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\306\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=6611, ...}) = 0
read(6, "keys())\n return resul"..., 4096) = 2515
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/keyword", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyword.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyword.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyword", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyword.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyword.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/keyword", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyword.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyword.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/keyword", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyword.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=1993, ...}) = 0
open("/usr/lib/python2.6/keyword.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\ni\313\27Mc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\251\0\0\0d\0"..., 4096) = 2113
fstat(7, {st_mode=S_IFREG|0644, st_size=2113, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
close(5) = 0
close(4) = 0
stat("/usr/lib/python2.6/logging/atexit", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/atexit", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/atexit", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/atexit", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/atexit", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/atexit.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
open("/usr/lib/python2.6/atexit.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\304\0\0\0d\0"..., 4096) = 2203
fstat(5, {st_mode=S_IFREG|0644, st_size=2203, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
close(3) = 0
stat("/usr/lib/python2.6/logging/handlers", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/handlers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/handlersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/handlers.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=44638, ...}) = 0
open("/usr/lib/python2.6/logging/handlers.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=38222, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s&\2\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=38222, ...}) = 0
read(4, "\0d\7\0S(\10\0\0\0s<\0\0\0\n Do a rol"..., 32768) = 32768
read(4, "RV\1\0\0(\2\0\0\0R\n\0\0\0RV\1\0\0(\0\0\0\0(\0\0\0\0s&"..., 4096) = 1358
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/logging/logging", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/socket", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/socket", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/socket", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/socket", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/socket", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/socket.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=19999, ...}) = 0
open("/usr/lib/python2.6/socket.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=15885, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0!\0\0\0@\0\0\0sJ\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=15885, ...}) = 0
read(5, "X|\2\0i\4\0d\2\0|\1\0\203\2\0\1x&\0|\2\0D]\30\0}\0\0d\3"..., 8192) = 8192
read(5, "n\1\0\1\202\0\0n\2\0\1XPq\363\0\1Wd\5\0i\22\0|\4\0\203\1\0S\1"..., 4096) = 3597
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/logging/cPickle", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/struct", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/struct", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/struct", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/struct", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/struct", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/struct.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
open("/usr/lib/python2.6/struct.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s.\0\0\0d\0"..., 4096) = 237
fstat(5, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/logging/re", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/logging/stat", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/stat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/stat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/Queue", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Queue", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/Queue", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/Queue", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Queue.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=8574, ...}) = 0
open("/usr/lib/python2.6/Queue.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=9391, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\266\0\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=9391, ...}) = 0
read(4, "|\5\0d\3\0j\1\0o\n\0\1t\4\0\202\1\0n\1\0\1|\0\0i\0\0i\6\0"..., 4096) = 4096
read(4, "(\1\0\0\0N(\1\0\0\0R4\0\0\0(\2\0\0\0R\26\0\0\0t\7\0\0\0h"..., 4096) = 1199
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/heapq", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/heapq", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/heapq", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/heapq", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/heapq.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=15995, ...}) = 0
open("/usr/lib/python2.6/heapq.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=12668, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\346\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=12668, ...}) = 0
read(5, "od structure for implementing sc"..., 8192) = 8192
read(5, "__all__t\t\0\0\0itertoolsR\10\0\0\0R\t\0\0\0R"..., 4096) = 380
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/bisect", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/bisect", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/bisect", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/bisect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/bisect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/bisect", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/bisect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/bisectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/bisect.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2662, ...}) = 0
open("/usr/lib/python2.6/bisect.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3163, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\232\0\0\0d\0"..., 4096) = 3163
fstat(6, {st_mode=S_IFREG|0644, st_size=3163, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
brk(0x1e43000) = 0x1e43000
close(5) = 0
stat("/tmp/src/fileconveyor/fileconveyor/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_heapq", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_heapq.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=22256, ...}) = 0
futex(0x7f02e12bc0ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/python2.6/lib-dynload/_heapq.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=22256, ...}) = 0
mmap(NULL, 2117464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f02dfd49000
mprotect(0x7f02dfd4c000, 2097152, PROT_NONE) = 0
mmap(0x7f02dff4c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7f02dff4c000
close(6) = 0
close(5) = 0
close(4) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/sqlite3", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sqlite3", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/sqlite3", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/sqlite3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/sqlite3/__init__.py", {st_mode=S_IFREG|0644, st_size=1037, ...}) = 0
stat("/usr/lib/python2.6/sqlite3/__init__", 0x7fff0e368fe0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1037, ...}) = 0
open("/usr/lib/python2.6/sqlite3/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=162, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\16\0\0\0d\0"..., 4096) = 162
fstat(4, {st_mode=S_IFREG|0644, st_size=162, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/sqlite3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/sqlite3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/sqlite3/dbapi2", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/dbapi2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/dbapi2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/dbapi2.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2615, ...}) = 0
open("/usr/lib/python2.6/sqlite3/dbapi2.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2594, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\363\0\0\0d\0"..., 4096) = 2594
fstat(5, {st_mode=S_IFREG|0644, st_size=2594, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/sqlite3/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/datetime", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/datetime.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=85920, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/datetime.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 L\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=85920, ...}) = 0
mmap(NULL, 2181608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f02dfb34000
mprotect(0x7f02dfb46000, 2093056, PROT_NONE) = 0
mmap(0x7f02dfd45000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x11000) = 0x7f02dfd45000
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.6/sqlite3/time", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/sqlite3/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sqlite3/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_sqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_sqlite3module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_sqlite3.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_sqlite3.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_sqlite3", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_sqlite3.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=78088, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/_sqlite3.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0u\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=78088, ...}) = 0
mmap(NULL, 2173328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f02df921000
mprotect(0x7f02df932000, 2093056, PROT_NONE) = 0
mmap(0x7f02dfb31000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x10000) = 0x7f02dfb31000
close(6) = 0
open("/etc/ld.so.cache", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=16342, ...}) = 0
mmap(NULL, 16342, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f02e16f0000
close(6) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libsqlite3.so.0", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\227\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=617816, ...}) = 0
mmap(NULL, 2714328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f02df68a000
mprotect(0x7f02df71e000, 2093056, PROT_NONE) = 0
mmap(0x7f02df91d000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x93000) = 0x7f02df91d000
close(6) = 0
munmap(0x7f02e16f0000, 16342) = 0
close(5) = 0
close(4) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/UserList", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/UserList.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/UserListmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/UserList.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/UserList.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/UserList", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/UserList.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/UserListmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/UserList.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/UserList.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/UserList", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/UserList.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/UserListmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/UserList.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/UserList.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/UserList", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/UserList.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/UserListmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/UserList.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=3644, ...}) = 0
open("/usr/lib/python2.6/UserList.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=6535, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s/\0\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=6535, ...}) = 0
read(4, ".6/UserList.pyt\10\0\0\0__radd__7\0\0\0s"..., 4096) = 2439
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(3) = 0
getcwd("/tmp", 1024) = 5
stat("/tmp/src/fileconveyor/fileconveyor/settings", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/settings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/settingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/settings.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=655, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/settings.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1060, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\375\340\235Rc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\224\0\0\0d\0"..., 4096) = 1060
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
brk(0x1e68000) = 0x1e68000
fstat(3, {st_mode=S_IFREG|0644, st_size=655, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(3, "__author__ = \"Wim Leers (work@wi"..., 4096) = 655
read(3, "", 4096) = 0
unlink("/tmp/src/fileconveyor/fileconveyor/settings.pyc") = 0
open("/tmp/src/fileconveyor/fileconveyor/settings.pyc", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC, 0100644) = 4
fcntl(4, F_GETFL) = 0x8001 (flags O_WRONLY|O_LARGEFILE)
fstat(4, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(4, 0, SEEK_CUR) = 0
write(4, "\321\362\r\n\0\0\0\0c\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\216\0\0\0d\0"..., 1028) = 1028
lseek(4, 4, SEEK_SET) = 4
write(4, "c\341\235R", 4) = 4
close(4) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(3) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/config", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/config.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/configmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/config.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9854, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/config.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=8512, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0sd\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=8512, ...}) = 0
read(4, "ing(\r\0\0\0R\26\0\0\0R(\0\0\0R\n\0\0\0t\n\0\0\0cond"..., 4096) = 4096
read(4, "\0\0R\6\0\0\0t\6\0\0\0objectR\7\0\0\0R\4\0\0\0t\20\0\0"..., 4096) = 320
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/xml", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/xml.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/xml.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/xml.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/xml", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/xml.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/xml.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/xml.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/xml", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/xml.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/xml.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/xml.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/xml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/__init__.py", {st_mode=S_IFREG|0644, st_size=1169, ...}) = 0
stat("/usr/lib/python2.6/xml/__init__", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1169, ...}) = 0
open("/usr/lib/python2.6/xml/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\274\0\0\0d\0"..., 4096) = 1158
fstat(5, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/xml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/_xmlplus", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/usr/lib/python2.6/xml/etree", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/etree/__init__.py", {st_mode=S_IFREG|0644, st_size=1604, ...}) = 0
stat("/usr/lib/python2.6/xml/etree/__init__", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1604, ...}) = 0
open("/usr/lib/python2.6/xml/etree/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 127
fstat(5, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/xml/etree", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/etree", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/etree/ElementTree", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/ElementTree.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/ElementTreemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/ElementTree.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=41056, ...}) = 0
open("/usr/lib/python2.6/xml/etree/ElementTree.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=25976, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0sm\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=25976, ...}) = 0
read(5, "lib/python2.6/xml/etree/ElementT"..., 20480) = 20480
read(5, "lumnNumberR\317\0\0\0R\24\0\0\0R\210\0\0\0t\5\0\0\0st"..., 4096) = 1400
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/xml/etree/string", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/xml/etree/sys", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/xml/etree/re", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/xml/etree/ElementPath", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/ElementPath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/ElementPathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/ElementPath.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6066, ...}) = 0
open("/usr/lib/python2.6/xml/etree/ElementPath.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3826, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0su\0\0\0d\0"..., 4096) = 3826
fstat(6, {st_mode=S_IFREG|0644, st_size=3826, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(5) = 0
mmap(NULL, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1576000
brk(0x1e89000) = 0x1e89000
brk(0x1eaa000) = 0x1eaa000
brk(0x1ecb000) = 0x1ecb000
brk(0x1eec000) = 0x1eec000
brk(0x1f0d000) = 0x1f0d000
brk(0x1f2e000) = 0x1f2e000
brk(0x1f4f000) = 0x1f4f000
brk(0x1f70000) = 0x1f70000
brk(0x1f91000) = 0x1f91000
brk(0x1fb2000) = 0x1fb2000
brk(0x1fd3000) = 0x1fd3000
munmap(0x7f02e1576000, 524288) = 0
mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e1575000
munmap(0x7f02e1575000, 528384) = 0
close(4) = 0
stat("/usr/lib/python2.6/xml/parsers", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/parsers/__init__.py", {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
stat("/usr/lib/python2.6/xml/parsers/__init__", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
open("/usr/lib/python2.6/xml/parsers/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=312, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\n\0\0\0d\0"..., 4096) = 312
fstat(5, {st_mode=S_IFREG|0644, st_size=312, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.6/xml/parsers", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/parsers", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/xml/parsers/expat", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/expat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/expatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/expat.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
open("/usr/lib/python2.6/xml/parsers/expat.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=285, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\32\0\0\0d\0"..., 4096) = 285
fstat(5, {st_mode=S_IFREG|0644, st_size=285, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/lib/python2.6/xml/parsers/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/parsers/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/pyexpat", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pyexpat.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=61856, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/pyexpat.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360:\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=61856, ...}) = 0
mmap(NULL, 2157448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f02df47b000
mprotect(0x7f02df488000, 2097152, PROT_NONE) = 0
mmap(0x7f02df688000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xd000) = 0x7f02df688000
close(6) = 0
open("/etc/ld.so.cache", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=16342, ...}) = 0
mmap(NULL, 16342, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f02e16f0000
close(6) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libexpat.so.1", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@=\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=165768, ...}) = 0
mmap(NULL, 2260984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f02df253000
mprotect(0x7f02df279000, 2097152, PROT_NONE) = 0
mmap(0x7f02df479000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x26000) = 0x7f02df479000
close(6) = 0
munmap(0x7f02e16f0000, 16342) = 0
close(5) = 0
close(4) = 0
stat("/tmp/src/fileconveyor/fileconveyor/filter", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/filter.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/filtermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/filter.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=7838, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/filter.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6812, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0sP\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=6812, ...}) = 0
read(5, "ld'R\24\0\0\0t\7\0\0\0minimumt\7\0\0\0maximum"..., 4096) = 2716
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/sets", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sets.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/setsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sets.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sets.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sets", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sets.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/setsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sets.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sets.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/sets", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sets.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/setsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sets.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sets.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/sets", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sets.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/setsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sets.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19050, ...}) = 0
open("/usr/lib/python2.6/sets.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=16885, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\251\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=16885, ...}) = 0
read(6, "\0R\30\0\0\0R\2\0\0\0R\6\0\0\0t\4\0\0\0True(\2\0\0\0R\t"..., 12288) = 12288
read(6, "\0\0(\2\0\0\0R\t\0\0\0t\3\0\0\0set(\0\0\0\0(\0\0\0\0s\32"..., 4096) = 501
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/filter.py", {st_mode=S_IFREG|0644, st_size=7838, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/filter.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7838, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=7838, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\"\"\"filter.py Filter class for da"..., 8192) = 7838
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
write(2, "/tmp/src/fileconveyor/fileconvey"..., 136/tmp/src/fileconveyor/fileconveyor/filter.py:10: DeprecationWarning: the sets module is deprecated
from sets import Set, ImmutableSet
) = 136
brk(0x1ff4000) = 0x1ff4000
close(5) = 0
close(4) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/persistent_queue", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/persistent_queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/persistent_queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/persistent_queue.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9222, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/persistent_queue.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=10033, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\342\0\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=10033, ...}) = 0
read(4, "d\1\0|\0\0i\n\0\26t\v\0i\f\0|\4\0\203\1\0|\3\0f\2\0\203\2\0\1"..., 4096) = 4096
read(4, "mory_queue\330\0\0\0s \0\0\0\0\1\7\1\v\3#\3\26\1\r\2\24"..., 4096) = 1841
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/hashlib", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/hashlib", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/hashlib", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/hashlib", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/hashlib.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=4993, ...}) = 0
open("/usr/lib/python2.6/hashlib.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0sC\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=4252, ...}) = 0
read(5, "\0\0R\1\0\0\0R\7\0\0\0R\5\0\0\0R\r\0\0\0R\v\0\0\0(\0\0\0\0"..., 4096) = 156
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
brk(0x203e000) = 0x203e000
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/persistent_list", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/persistent_list.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/persistent_listmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/persistent_list.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2544, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/persistent_list.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3592, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sf\0\0\0d\0"..., 4096) = 3592
fstat(4, {st_mode=S_IFREG|0644, st_size=3592, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/fsmonitor", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fsmonitor.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fsmonitormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fsmonitor.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=11317, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/fsmonitor.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=10704, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\256\2\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=10704, ...}) = 0
read(4, "\0\0\0(\0\0\0\0(\0\0\0\0s/\0\0\0/tmp/src/filec"..., 4096) = 4096
read(4, "R\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0s/\0\0\0/tmp/src"..., 4096) = 2512
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/platform", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/platform.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/platform.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/platform", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/platform.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/platform.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/platform", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/platform.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/platform.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/platform", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/platform.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=53555, ...}) = 0
open("/usr/lib/python2.6/platform.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=39368, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\ni\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\n\4\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=39368, ...}) = 0
read(5, "\0j\2\0o \0\1t\5\0i\6\0|\7\0d\6\0\203\2\0}\10\0|\10\0d\3\0"..., 32768) = 32768
read(5, "\v\0\203\0\0\\\4\0}\23\0}\24\0}\25\0\\\3\0}\26\0}\27\0}\30\0|\1\0"..., 4096) = 2504
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/tmp/src/fileconveyor/fileconveyor/pathscanner", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pathscanner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pathscannermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pathscanner.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=11748, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/pathscanner.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=9907, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sf\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=9907, ...}) = 0
read(5, "t\1\0\202\1\0\1|\0\0i\2\0i\3\0d\2\0|\0\0i\4\0\26|\1\0d\3\0"..., 4096) = 4096
read(5, "\f\0\31\\\2\0}\10\0}\r\0|\r\0d\4\0j\2\0o\211\0\1|\1\0t\6\0i"..., 4096) = 1715
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors/__init__", 0x7fff0e368fe0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/processors/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 144
fstat(4, {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors/processor", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/processor.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/processormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/processor.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=8581, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/processors/processor.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=8133, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\27\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=8133, ...}) = 0
read(4, "R\22\0\0\0R\23\0\0\0R\16\0\0\0t\v\0\0\0output_file("..., 4096) = 4037
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors/threading", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/processors/os", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/processors/logging", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/processors/copy", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/copy", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/copy", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/copy", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/copy", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/copy.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=10996, ...}) = 0
open("/usr/lib/python2.6/copy.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11375, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0sv\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=11375, ...}) = 0
read(5, "\0}\1\0|\0\0i\3\0|\1\0\214\0\0}\2\0n\26\0\1t\4\0\203\0\0}\2\0"..., 4096) = 4096
read(5, "\0\0\0i\4\0\0\0i\5\0\0\0R\35\0\0\0(\4\0\0\0i\2\0\0\0i\3\0\0"..., 4096) = 3183
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/org", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/tmp/src/fileconveyor/fileconveyor/processors/subprocess", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/processors/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/subprocess", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/subprocess", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/subprocess", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/subprocess", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/subprocess.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=47433, ...}) = 0
open("/usr/lib/python2.6/subprocess.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=34904, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\360\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=34904, ...}) = 0
read(5, "l representations\nare seen as '\\"..., 28672) = 28672
read(5, "R\34\0\0\0Ri\0\0\0Rp\0\0\0Rq\0\0\0RI\0\0\0RO\0\0\0Rx"..., 4096) = 2136
read(5, "", 4096) = 0
brk(0x205f000) = 0x205f000
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/pickle", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pickle", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/pickle", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/pickle", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pickle.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=44811, ...}) = 0
open("/usr/lib/python2.6/pickle.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=38437, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\2\4\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=38437, ...}) = 0
read(6, "\4\0\0This takes a file-like object"..., 32768) = 32768
read(6, "\0\0\203\0\0}\2\0t\1\0|\2\0|\1\0\203\2\0i\2\0|\0\0\203\1\0\1|\2"..., 4096) = 1573
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
brk(0x20ae000) = 0x20ae000
stat("/tmp/src/fileconveyor/fileconveyor/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/org", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
close(4) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters/__init__", 0x7fff0e368fe0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/transporters/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 146
fstat(4, {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters/transporter", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/transportermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5692, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=5926, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0sa\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=5926, ...}) = 0
read(4, "\0S(\1\0\0\0N(\5\0\0\0R\31\0\0\0R-\0\0\0t\4\0\0\0True"..., 4096) = 1830
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/django", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/__init__.py", {st_mode=S_IFREG|0644, st_size=269, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/__init__", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=269, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=476, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\n\272\334\235Rc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\23\0\0\0d\6"..., 4096) = 476
fstat(5, {st_mode=S_IFREG|0644, st_size=476, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/local/lib/python2.6/dist-packages/django", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/__init__", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 149
fstat(5, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(4) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/__init__.py", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/__init__", 0x7fff0e365a40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=40, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\24\0\0\0d\0"..., 4096) = 222
fstat(5, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/django", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/base", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/base.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/basemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/base.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=4653, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/files/base.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7312, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\v\0\0\0@\0\2\0s\272\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=7312, ...}) = 0
read(6, "\0\r(\3\0\0\0R\v\0\0\0R/\0\0\0R\1\0\0\0(\5\0\0\0R\20\0\0\0"..., 4096) = 3216
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/__future__", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/__future__", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/__future__", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/__future__", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/__future__", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/__future__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
open("/usr/lib/python2.6/__future__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4221, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=4221, ...}) = 0
read(7, "r/lib/python2.6/__future__.pyt\10\0"..., 4096) = 125
read(7, "", 4096) = 0
mmap(NULL, 790528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02df192000
munmap(0x7f02e1637000, 200704) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/os", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/io", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/io", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/io", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/io", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/io", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/io.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=66165, ...}) = 0
open("/usr/lib/python2.6/io.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=62712, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\3\0s\244\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=62712, ...}) = 0
read(7, "}\21\0nL\0\1|\t\0p\7\0\1|\n\0o\23\0\1t\24\0|\16\0|\2\0\203\2"..., 57344) = 57344
read(7, "d\4\0d\5\0\204\4\0Z\3\0d\6\0\204\0\0Z\4\0RS(\7\0\0\0u\242\0\0"..., 4096) = 1272
read(7, "", 4096) = 0
brk(0x20cf000) = 0x20cf000
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_fileio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_fileiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_fileio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_fileio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_fileio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_fileiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_fileio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_fileio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_fileio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_fileiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_fileio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_fileio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_fileio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_fileiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_fileio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_fileio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_fileio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_fileiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_fileio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_fileio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_fileio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_fileiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_fileio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_fileio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_fileio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_fileio.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=20368, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/_fileio.so", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\34\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=20368, ...}) = 0
mmap(NULL, 2115616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f02def8d000
mprotect(0x7f02def91000, 2093056, PROT_NONE) = 0
mmap(0x7f02df190000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3000) = 0x7f02df190000
close(8) = 0
close(7) = 0
stat("/tmp/src/fileconveyor/fileconveyor/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_bytesio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_bytesiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_bytesio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_bytesio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_bytesio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_bytesiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_bytesio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_bytesio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_bytesio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_bytesiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_bytesio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_bytesio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_bytesio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_bytesiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_bytesio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_bytesio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_bytesio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_bytesiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_bytesio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_bytesio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_bytesio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_bytesiomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_bytesio.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_bytesio.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_bytesio", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_bytesio.so", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=17920, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/_bytesio.so", O_RDONLY) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \26\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=17920, ...}) = 0
mmap(NULL, 2113120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f02ded89000
mprotect(0x7f02ded8c000, 2093056, PROT_NONE) = 0
mmap(0x7f02def8b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2000) = 0x7f02def8b000
close(8) = 0
close(7) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/__init__", 0x7fff0e35deb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__init__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/__init__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=150, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 150
fstat(7, {st_mode=S_IFREG|0644, st_size=150, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/encoding", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/encoding.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/encodingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/encoding.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9512, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/encoding.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=9270, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\r\0\0\0@\0\2\0sr\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=9270, ...}) = 0
read(7, "pe.\n\n Objects of protected ty"..., 4096) = 4096
read(7, "ils/encoding.pyt\17\0\0\0filepath_to_"..., 4096) = 1078
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/__future__", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/codecs", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/datetime", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/decimal", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/decimal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/decimalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/decimal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/decimal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/decimal", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/decimal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/decimalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/decimal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/decimal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/decimal", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/decimal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/decimalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/decimal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/decimal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/decimal", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/decimal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/decimalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/decimal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/decimal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/decimal", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/decimal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/decimalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/decimal.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=199273, ...}) = 0
open("/usr/lib/python2.6/decimal.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=155185, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0sA\7\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=155185, ...}) = 0
brk(0x20ff000) = 0x20ff000
read(8, " c.divide(Decimal(0), Decimal(0)"..., 147456) = 147456
read(8, "\5\0j\3\0o\24\0\1t\3\0d\6\0|\0\0\27\203\1\0\202\1\0n\1\0\1|\4\0"..., 4096) = 3633
read(8, "", 4096) = 0
brk(0x2143000) = 0x2143000
close(8) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/numbers", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/numbers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/numbersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/numbers.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/numbers.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/numbers", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/numbers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/numbersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/numbers.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/numbers.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/numbers", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/numbers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/numbersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/numbers.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/numbers.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/numbers", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/numbers.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/numbersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/numbers.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=10271, ...}) = 0
open("/usr/lib/python2.6/numbers.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=13840, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(9, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@ \0\0s\355\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=13840, ...}) = 0
read(9, "d promote to float when necessar"..., 8192) = 8192
read(9, "ib/python2.6/numbers.pyt\7\0\0\0__xo"..., 4096) = 1552
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(8) = 0
brk(0x2198000) = 0x2198000
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/locale", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/locale", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/locale", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/locale", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/locale.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/locale.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/locale", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/locale.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/localemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/locale.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=88483, ...}) = 0
open("/usr/lib/python2.6/locale.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=49071, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\33\0\0\0@\0\0\0sr \0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=49071, ...}) = 0
read(8, "6d\367\2d\371\0026d\360\2d\372\0026d\360\2d\373\0026d\360\2d\374\0026d\362\2"..., 40960) = 40960
read(8, "p\4\0\1d\7\0GHHq\350\0Wy\21\0t\4\0t\5\0d\16\0\203\2\0\1Wn"..., 4096) = 4015
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f3000, 4096) = 0
brk(0x21bc000) = 0x21bc000
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/warnings", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/django", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/functional", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functional.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functionalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functional.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=15418, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/functional.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=19141, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(8, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0sA\1\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=19141, ...}) = 0
read(8, "\6\0\0\0\7\0\0\0\23\0\0\0sL\1\0\0h\0\0|\0\0_\0\0x\224\0\210\0\0"..., 12288) = 12288
read(8, "\1q\374\0W|\0\0S(\22\0\0\0s6\0\0\0Class decorat"..., 4096) = 2757
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/copy", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/copy.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/copy.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/copy.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/operator", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/functools", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/sys", 0x7fff0e3583c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/six", 0x7fff0e3583b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/six.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/sixmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/six.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=21497, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/six.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=22364, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(9, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0:\0\0\0@\0\0\0s\270\16\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=22364, ...}) = 0
read(9, "local/lib/python2.6/dist-package"..., 16384) = 16384
read(9, "\5\0\0\0\377\177\377\177\377\177\377\177\7\0(s\0\0\0R\6\0\0\0t\10\0\0\0ope"..., 4096) = 1884
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/types", 0x7fff0e354e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/StringIO", 0x7fff0e354e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/StringIO", 0x7fff0e354e10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/StringIO", 0x7fff0e354e10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/StringIO", 0x7fff0e354e10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/StringIO", 0x7fff0e354e10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/StringIO.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=10621, ...}) = 0
open("/usr/lib/python2.6/StringIO.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11494, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(10, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\200\0\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=11494, ...}) = 0
read(10, " The mode argument is optio"..., 4096) = 4096
read(10, "g to the file.\n\n There is"..., 4096) = 3302
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(9) = 0
close(8) = 0
close(7) = 0
stat("/tmp/src/fileconveyor/fileconveyor/urllib", 0x7fff0e35b3a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib", 0x7fff0e35b3a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/urllib", 0x7fff0e35b3a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/urllib", 0x7fff0e35b3a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urllib.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58148, ...}) = 0
open("/usr/lib/python2.6/urllib.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=50812, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(8, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\"\0\0\0@\0\0\0s\241\4\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=50812, ...}) = 0
read(8, "6/urllib.pyR\5\0\0\0^\0\0\0s\10\0\0\0\0\1\7\1\16\1\n"..., 45056) = 45056
read(8, "usr/lib/python2.6/urllib.pyR\256\1\0\0"..., 4096) = 1660
read(8, "", 4096) = 0
brk(0x221b000) = 0x221b000
close(8) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/urlparse", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urlparse", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/urlparse", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/urlparse", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urlparse.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=13618, ...}) = 0
open("/usr/lib/python2.6/urlparse.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=13432, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(9, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0ss\2\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=13432, ...}) = 0
read(9, "\0\6\2\6\2t\v\0\0\0ParseResults(\0\0\0scheme"..., 8192) = 8192
read(9, "be treated as blank strings. A\n"..., 4096) = 1144
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(8) = 0
stat("/tmp/src/fileconveyor/fileconveyor/ssl", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ssl", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/ssl", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ssl", 0x7fff0e357e00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ssl.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=14670, ...}) = 0
open("/usr/lib/python2.6/ssl.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=13540, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(9, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\25\0\0\0@\0\0\0s\245\1\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=13540, ...}) = 0
read(9, "string on EOF.i\0\0\0\0t\0\0\0\0N(\6\0\0\0R#"..., 8192) = 8192
read(9, "\0t\4\0\0\0hostt\4\0\0\0portR)\0\0\0RU\0\0\0t\7\0"..., 4096) = 1252
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/textwrap", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/textwrap", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/textwrap", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/textwrap.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/textwrap.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/textwrap", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/textwrap.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/textwrapmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/textwrap.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=16889, ...}) = 0
open("/usr/lib/python2.6/textwrap.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11766, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(10, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\272\0\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=11766, ...}) = 0
read(10, "\0t\1\0\203\2\0o$\0\1|\0\0i\2\0o\r\0\1|\0\0i\3\0}\2\0qT"..., 4096) = 4096
read(10, " converted to space.\n "..., 4096) = 3574
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(9) = 0
stat("/tmp/src/fileconveyor/fileconveyor/base64", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/base64", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/base64", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/base64", 0x7fff0e354860) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/base64.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=11331, ...}) = 0
open("/usr/lib/python2.6/base64.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=10967, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(10, "\321\362\r\ni\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\307\2\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=10967, ...}) = 0
read(10, "\2\0\0\0\0\tt\1\0\0\0Ai\0\0\0\0t\1\0\0\0Ji\t\0\0\0t\1\0\0"..., 4096) = 4096
read(10, "\0R`\0\0\0(\0\0\0\0(\0\0\0\0s\34\0\0\0/usr/lib/py"..., 4096) = 2775
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(9) = 0
close(8) = 0
brk(0x223c000) = 0x223c000
close(7) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/utils", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/utils.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1230, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/files/utils.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3832, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\32\0\0\0d\0"..., 4096) = 3832
fstat(7, {st_mode=S_IFREG|0644, st_size=3832, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
close(5) = 0
close(4) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/storage", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/storage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/storagemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/storage.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=10456, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/files/storage.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11700, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(5, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0sG\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=11700, ...}) = 0
read(5, "dist-packages/django/core/files/"..., 4096) = 4096
read(5, "\0sC\0\0\0/usr/local/lib/python2.6/d"..., 4096) = 3508
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/errno", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/errno.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/errnomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/errno.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/errno.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/itertools", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/datetime", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py", {st_mode=S_IFREG|0644, st_size=7796, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/conf/__init__", 0x7fff0e3624a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=7796, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/conf/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8289, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\n\272\334\235Rc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\23\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=8289, ...}) = 0
read(6, " the user.\n c\3\0\0\0\3\0\0\0\4\0\0\0C\0\0\0"..., 4096) = 4096
read(6, "2.6/dist-packages/django/conf/__"..., 4096) = 97
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/conf", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/conf", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/conf/logging", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf/os", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf/sys", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf/time", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf/warnings", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf/django", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/conf/global_settings", 0x7fff0e35eef0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/global_settings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/global_settingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/conf/global_settings.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=22135, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/conf/global_settings.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=11880, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\272\334\235Rc\0\0\0\0\0\0\0\0R\0\0\0@\0\0\0s\233\7\0\0d\0"..., 4096) = 4096
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=22135, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "# Default Django settings. Overr"..., 4096) = 4096
brk(0x2289000) = 0x2289000
read(6, "),\n ('ro', gettext_noop('Roma"..., 4096) = 4096
brk(0x22cb000) = 0x22cb000
read(6, ".\nAPPEND_SLASH = True\n\n# Whether"..., 4096) = 4096
read(6, "for date objects when only the m"..., 4096) = 4096
read(6, "s if you fully understand what y"..., 4096) = 4096
read(6, "ilure'\n\n# Settings for CSRF cook"..., 4096) = 1655
read(6, "", 4096) = 0
unlink("/usr/local/lib/python2.6/dist-packages/django/conf/global_settings.pyc") = 0
open("/usr/local/lib/python2.6/dist-packages/django/conf/global_settings.pyc", O_WRONLY|O_CREAT|O_EXCL|O_TRUNC, 0100644) = 7
fcntl(7, F_GETFL) = 0x8001 (flags O_WRONLY|O_LARGEFILE)
fstat(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(7, 0, SEEK_CUR) = 0
write(7, "\321\362\r\n\0\0\0\0c\0\0\0\0\0\0\0\0R\0\0\0@\0\0\0s\233\7\0\0d\0"..., 4096) = 4096
write(7, "rib.auth.context_processors.auth"..., 4096) = 4096
write(7, "shers.BCryptSHA256PasswordHasher"..., 3708) = 3708
lseek(7, 4, SEEK_SET) = 4
write(7, "\\\341\235R", 4) = 4
close(7) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/exceptions", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/exceptions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/exceptionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/exceptions.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3708, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/exceptions.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=6353, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=6353, ...}) = 0
read(7, "\4\0\0\0t\4\0\0\0selfR\35\0\0\0R\33\0\0\0R\34\0\0\0(\0\0\0"..., 4096) = 2257
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/functools", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/operator", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/django", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/importlib", 0x7fff0e35eef0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/importlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/importlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/importlib.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1384, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/importlib.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1646, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sS\0\0\0d\0"..., 4096) = 1646
fstat(7, {st_mode=S_IFREG|0644, st_size=1646, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/module_loading", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/module_loading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/module_loadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/module_loading.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3672, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/module_loading.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2555, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sm\0\0\0d\0"..., 4096) = 2555
fstat(7, {st_mode=S_IFREG|0644, st_size=2555, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/imp", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/imp.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/impmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/imp.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/imp.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/os", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
close(5) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/locks", 0x7fff0e3634e0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/locks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/locksmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/locks.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1789, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/files/locks.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2805, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s@\1\0\0d\0"..., 4096) = 2805
fstat(6, {st_mode=S_IFREG|0644, st_size=2805, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/win32con", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/win32con.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/win32conmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/win32con.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/win32con.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/fcntl", 0x7fff0e35ff40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/move", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/move.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/movemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/move.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3157, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/core/files/move.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2972, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\206\0\0\0d\0"..., 4096) = 2972
fstat(6, {st_mode=S_IFREG|0644, st_size=2972, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/core/files/shutil", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/core/files/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/shutil", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shutil", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/shutil", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/shutil", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/shutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/shutil.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8632, ...}) = 0
open("/usr/lib/python2.6/shutil.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=9519, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s8\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=9519, ...}) = 0
read(7, "\0n\1\0\1t\0\0i\5\0i\6\0|\0\0|\7\0\203\2\0}\10\0t\0\0i\5\0"..., 4096) = 4096
read(7, "ist.\n\n If the destination alr"..., 4096) = 1327
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/fnmatch", 0x7fff0e35c9b0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fnmatch", 0x7fff0e35c9b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fnmatch", 0x7fff0e35c9b0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/fnmatch", 0x7fff0e35c9b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fnmatch.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3239, ...}) = 0
open("/usr/lib/python2.6/fnmatch.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=3567, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096) = 3567
fstat(8, {st_mode=S_IFREG|0644, st_size=3567, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/text", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/text.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/textmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/text.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=14128, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/text.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=15838, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\20\0\0\0@\0\2\0s\263\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=15838, ...}) = 0
read(6, "\1\23\0\6\1\20\1\n\1\r\1\r\2\6\1\6\1\r\0\f\1\20\3\7\1\n\1\32\1\n\1\r"..., 8192) = 8192
read(6, "\0\203\1\0}\0\0x%\0t\1\0i\2\0|\0\0\203\1\0D]\24\0}\1\0|\1\0"..., 4096) = 3550
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/re", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/unicodedata", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/unicodedata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/unicodedatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/unicodedata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/unicodedata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/gzip", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/gzip.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/gzipmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/gzip.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/gzip.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/gzip", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gzip.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gzipmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gzip.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gzip.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gzip", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gzip.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gzipmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gzip.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gzip.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/gzip", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gzip.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gzipmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gzip.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gzip.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/gzip", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gzip.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gzipmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gzip.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=16754, ...}) = 0
open("/usr/lib/python2.6/gzip.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=14322, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\335\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=14322, ...}) = 0
read(7, "o \0\1|\0\0i\5\0d\4\0\37d\5\0j\3\0o\f\0\1|\0\0i\5\0d\5"..., 8192) = 8192
read(7, "|\2\0S(\3\0\0\0Ni\0\0\0\0R\22\0\0\0(\5\0\0\0Rs\0\0\0Rt"..., 4096) = 2034
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/io", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/htmlentitydefs", 0x7fff0e35f990) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/htmlentitydefs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/htmlentitydefsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/htmlentitydefs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/htmlentitydefs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/htmlentitydefs", 0x7fff0e35f990) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/htmlentitydefs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/htmlentitydefsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/htmlentitydefs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/htmlentitydefs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/htmlentitydefs", 0x7fff0e35f990) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/htmlentitydefs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/htmlentitydefsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/htmlentitydefs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/htmlentitydefs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/htmlentitydefs", 0x7fff0e35f990) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/htmlentitydefs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/htmlentitydefsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/htmlentitydefs.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=18054, ...}) = 0
open("/usr/lib/python2.6/htmlentitydefs.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=6369, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\\\7\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=6369, ...}) = 0
read(7, "\16 \0\0t\3\0\0\0lrmi9 \0\0t\6\0\0\0lsaquoi\30 \0"..., 4096) = 2273
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__.py", {st_mode=S_IFREG|0644, st_size=6588, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__", 0x7fff0e35ef00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=6588, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__init__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=10375, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\36\0\0\0@\0\2\0s\33\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=10375, ...}) = 0
read(7, "\2\0s\35\0\0\0e\0\0Z\1\0\207\1\0\207\2\0\207\0\0f\3\0d\0\0\206\0\0Z"..., 4096) = 4096
read(7, "\0\0/usr/local/lib/python2.6/dist-"..., 4096) = 2183
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__future__", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django/utils/translation/django", 0x7fff0e35b960) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/django.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/djangomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/django.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/translation/django.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/safestring", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/safestring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/safestringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/safestring.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4401, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/safestring.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=5826, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(7, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\36\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=5826, ...}) = 0
read(7, "/utils/safestring.pyR\33\0\0\0V\0\0\0s\n\0"..., 4096) = 1730
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(6) = 0
brk(0x234b000) = 0x234b000
close(5) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/_os", 0x7fff0e3634f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/_os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/_osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/_os.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3574, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django/utils/_os.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3607, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(6, "\321\362\r\n\273\334\235Rc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s*\1\0\0d\0"..., 4096) = 3607
fstat(6, {st_mode=S_IFREG|0644, st_size=3607, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f3000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/django/utils/stat", 0x7fff0e35ff50) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/stat.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/django/utils/stat.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters/threading", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/transporters/Queue", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/transporters/time", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/transporters/os", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/transporters/logging", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/transporters/sets", 0x7fff0e366a90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/sets.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/setsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/sets.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/sets.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
stat("/tmp/src/fileconveyor/fileconveyor/daemon_thread_runner", 0x7fff0e36a030) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/daemon_thread_runner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/daemon_thread_runnermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/daemon_thread_runner.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2396, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/daemon_thread_runner.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2777, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
read(4, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sh\0\0\0d\0"..., 4096) = 2777
fstat(4, {st_mode=S_IFREG|0644, st_size=2777, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7f02e16f3000, 4096) = 0
close(3) = 0
getcwd("/tmp", 1024) = 5
open("/tmp/fileconveyor.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1022, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f3000
fstat(3, {st_mode=S_IFREG|0644, st_size=1022, ...}) = 0
lseek(3, 1022, SEEK_SET) = 1022
fstat(3, {st_mode=S_IFREG|0644, st_size=1022, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1022, ...}) = 0
lseek(3, 1022, SEEK_SET) = 1022
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(3, "2013-12-03 07:49:28,695 - Arbitr"..., 96) = 96
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(2, "2013-12-03 07:49:28,695 - Arbitr"..., 962013-12-03 07:49:28,695 - Arbitrator - WARNING - File Conveyor is initializing.
) = 96
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1118, ...}) = 0
lseek(3, 1118, SEEK_SET) = 1118
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(3, "2013-12-03 07:49:28,697 - Arbitr"..., 86) = 86
open("/tmp/src/fileconveyor/fileconveyor/config.xml", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=933, ...}) = 0
stat("/usr/lib/python2.6/xml/etree/xml", 0x7fff0e368db0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/xml.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/xml.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/xml/etree/xml.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat(4, {st_mode=S_IFREG|0644, st_size=933, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(4, "<?xml version=\"1.0\" encoding=\"UT"..., 32768) = 933
read(4, "", 28672) = 0
stat("/usr/lib/python2.6/encodings/ascii", 0x7fff0e368290) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/ascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/asciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/ascii.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0
open("/usr/lib/python2.6/encodings/ascii.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2261, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(6, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\273\0\0\0d\0"..., 4096) = 2261
fstat(6, {st_mode=S_IFREG|0644, st_size=2261, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(5) = 0
read(4, "", 32768) = 0
close(4) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1204, ...}) = 0
lseek(3, 1204, SEEK_SET) = 1204
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(3, "2013-12-03 07:49:28,705 - Arbitr"..., 82) = 82
stat("/var/www", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat("/var/www", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat("/var/www/", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1286, ...}) = 0
lseek(3, 1286, SEEK_SET) = 1286
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(3, "2013-12-03 07:49:28,707 - Arbitr"..., 82) = 82
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1368, ...}) = 0
lseek(3, 1368, SEEK_SET) = 1368
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(3, "2013-12-03 07:49:28,709 - Arbitr"..., 80) = 80
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
fstat(3, {st_mode=S_IFREG|0644, st_size=1448, ...}) = 0
lseek(3, 1448, SEEK_SET) = 1448
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(3, "2013-12-03 07:49:28,710 - Arbitr"..., 85) = 85
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0
write(2, "2013-12-03 07:49:28,710 - Arbitr"..., 852013-12-03 07:49:28,710 - Arbitrator - WARNING - Loaded config file.
) = 85
stat("/tmp/src/fileconveyor/fileconveyor/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__.py", {st_mode=S_IFREG|0644, st_size=3195, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__", 0x7fff0e368750) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3195, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3590, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(5, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0se\0\0\0d\0"..., 4096) = 3590
fstat(5, {st_mode=S_IFREG|0644, st_size=3590, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/cloudfiles", 0x7fff0e3651b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cloudfiles.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cloudfiles.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/connection", 0x7fff0e3651b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/connection.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/connectionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/connection.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=17522, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/connection.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=18166, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(6, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0sH\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=18166, ...}) = 0
read(6, "\0C\0\0\0sF\0\0\0t\0\0|\0\0i\1\0\203\1\0\\\4\0}\1\0}\2\0}"..., 12288) = 12288
read(6, "d when using the cloudfiles libr"..., 4096) = 1782
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/socket", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/os", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/urllib", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/httplib", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/httplib", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httplib", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/httplib", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/httplib", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/httplib.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=45486, ...}) = 0
open("/usr/lib/python2.6/httplib.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=35533, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(7, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0s~\5\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=35533, ...}) = 0
read(7, "een removed(\1\0\0\0t\10\0\0\0StringIOt\4\0"..., 28672) = 28672
read(7, "\0Gt\t\0|\20\0i\n\0\203\0\0i\v\0\203\0\0\203\1\0GHH|\f\0o#\0"..., 4096) = 2765
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/mimetools", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetools", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/mimetools", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/mimetools", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/mimetools.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7168, ...}) = 0
open("/usr/lib/python2.6/mimetools.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=8280, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\325\1\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=8280, ...}) = 0
read(8, "\0\0\0_get_next_counters\0\0\0s\n\0\0\0\0\2\n"..., 4096) = 4096
read(8, "\f\1\f\1\f\1\26\1\25\1\n\1\24\1\22\2\20\1\t\1\7\2\17\1\t\2\31W\3\1\20\1"..., 4096) = 88
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/tempfile", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tempfile", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/tempfile", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/tempfile", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tempfile.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=17774, ...}) = 0
open("/usr/lib/python2.6/tempfile.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=19463, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\26\0\0\0@\0\0\0s\25\3\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=19463, ...}) = 0
read(9, "\0}\0\0x5\0d\16\0D]-\0}\1\0t\0\0i\1\0|\1\0\203\1\0}\2\0"..., 12288) = 12288
read(9, ".pyR\235\0\0\0#\2\0\0s\2\0\0\0\0\1c\1\0\0\0\1\0\0\0\1\0\0\0"..., 4096) = 3079
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/random", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/random", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/random", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/random", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/random.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=31966, ...}) = 0
open("/usr/lib/python2.6/random.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=25022, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0 \0\0\0@ \0\0s\231\2\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=25022, ...}) = 0
read(10, " available.\n\n If a is not"..., 20480) = 20480
read(10, "\0\0\0R}\0\0\0R\v\0\0\0R{\0\0\0R\f\0\0\0R\214\0\0\0t\2\0\0"..., 4096) = 446
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
open("/dev/urandom", O_RDONLY) = 10
read(10, "`Q\352\21j\301\17\276u`^^!}.\222", 16) = 16
close(10) = 0
close(9) = 0
close(8) = 0
stat("/tmp/src/fileconveyor/fileconveyor/rfc822", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/rfc822.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/rfc822.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/rfc822", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/rfc822.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/rfc822.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/rfc822", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/rfc822.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/rfc822.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/rfc822", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/rfc822.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=33295, ...}) = 0
open("/usr/lib/python2.6/rfc822.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=31990, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s\307\3\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=31990, ...}) = 0
read(9, "\0d\1\0d\2\0\204\1\0Z\3\0d\3\0\204\0\0Z\4\0d\4\0\204\0\0Z\5\0d"..., 24576) = 24576
read(9, "|\7\0\203\1\0d\6\0j\2\0o\23\0\1|\7\0\\\3\0}\t\0}\n\0}\v\0n"..., 4096) = 3318
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(8) = 0
close(7) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/container", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/container.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/containermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/container.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=17980, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/container.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=19741, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(7, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\240\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=19741, ...}) = 0
read(7, "\0\0lowerR\35\0\0\0t\3\0\0\0intR \0\0\0R\36\0\0\0R\37"..., 12288) = 12288
read(7, "t']\n >>> container.delete"..., 4096) = 3357
read(7, "", 4096) = 0
brk(0x2385000) = 0x2385000
close(7) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/storage_object", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/storage_object.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/storage_objectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/storage_object.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=27260, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/storage_object.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=26596, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(8, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\364\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=26596, ...}) = 0
read(8, "se will be written to it\n "..., 20480) = 20480
read(8, "\1\3\1\30\1\16\2\10\2\24\1c\2\0\0\0\2\0\0\0\5\0\0\0C\0\0\0s\32\0\0"..., 4096) = 2020
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/hashlib", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/StringIO", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/mimetypes", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/mimetypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/mimetypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/mimetypes", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/mimetypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetypes", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/mimetypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/mimetypes", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/mimetypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/mimetypes", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/mimetypes.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=18822, ...}) = 0
open("/usr/lib/python2.6/mimetypes.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=16838, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0sW\2\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=16838, ...}) = 0
read(9, " of\n the program used to "..., 12288) = 12288
read(9, "\0--lenient(\2\0\0\0s\2\0\0\0-es\v\0\0\0--ext"..., 4096) = 454
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(8) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/errors", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/errors.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/errorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/errors.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2508, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/errors.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=6100, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\200\1\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=6100, ...}) = 0
read(9, "6/dist-packages/cloudfiles/error"..., 4096) = 2004
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(8) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/consts", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/consts.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/constsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/consts.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=412, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/consts.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=670, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0sP\0\0\0d\0"..., 4096) = 670
fstat(9, {st_mode=S_IFREG|0644, st_size=670, ...}) = 0
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(8) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/utils", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/utils.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2871, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/utils.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=4909, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\325\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=4909, ...}) = 0
read(9, "\0\0\0(\1\0\0\0R3\0\0\0(\0\0\0\0(\0\0\0\0s:\0\0\0/usr"..., 4096) = 813
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/re", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/urlparse", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(8) = 0
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/fjson", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/fjson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/fjsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/fjson.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1341, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/fjson.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=1519, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(8, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\307\0\0\0d\0"..., 4096) = 1519
fstat(8, {st_mode=S_IFREG|0644, st_size=1519, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/tokenize", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/tokenize", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tokenize", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/tokenize", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/tokenize", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tokenize.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=16326, ...}) = 0
open("/usr/lib/python2.6/tokenize.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=13986, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\364\4\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=13986, ...}) = 0
read(9, "\0\0\0Br's\3\0\0\0Br\"s\3\0\0\0bR's\3\0\0\0bR\"s\3"..., 8192) = 8192
read(9, " \1\7\2\21\1\r\1(\1\3\0\21\1\r\1\3\1\3\1\31\1\n\1)\3\7\1\31\1\6\2"..., 4096) = 1698
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/token", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/token.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/token.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/token", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/token.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/token.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/token", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/token.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/token.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/token", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/token.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/token.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=2943, ...}) = 0
open("/usr/lib/python2.6/token.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=3830, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\ni\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\343\1\0\0d\0"..., 4096) = 3830
fstat(10, {st_mode=S_IFREG|0644, st_size=3830, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(9) = 0
brk(0x23a6000) = 0x23a6000
close(8) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/cStringIO", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/json", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/json", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/json", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/json", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/json", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/json/__init__.py", {st_mode=S_IFREG|0644, st_size=12286, ...}) = 0
stat("/usr/lib/python2.6/json/__init__", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/__init__.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=12286, ...}) = 0
open("/usr/lib/python2.6/json/__init__.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=11748, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\32\1\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=11748, ...}) = 0
read(9, "n to ``fp``\n may be ``unicode"..., 4096) = 4096
read(9, "\0\0R\r\0\0\0R\27\0\0\0(\0\0\0\0(\0\0\0\0s#\0\0\0/usr/"..., 4096) = 3556
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/json", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/json", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/json/decoder", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/decoder.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/decodermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/decoder.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=11055, ...}) = 0
open("/usr/lib/python2.6/json/decoder.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11067, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0sS\2\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=11067, ...}) = 0
read(10, "v\0\0\0\0\1\r\1\n\1\6\1\t\1\n\1\3\1\17\1\r\1\3\1\31\1\f\1\22\1\7\1"..., 4096) = 4096
read(10, "given ``dict``. This can be use"..., 4096) = 2875
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/json/re", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/json/sys", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/json/json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/json/scanner", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/scanner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/scannermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/scanner.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=2083, ...}) = 0
open("/usr/lib/python2.6/json/scanner.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=2437, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\250\0\0\0d\0"..., 4096) = 2437
fstat(11, {st_mode=S_IFREG|0644, st_size=2437, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/json/sre_parse", 0x7fff0e34ffa0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/json/sre_compile", 0x7fff0e34ffa0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/json/sre_constants", 0x7fff0e34ffa0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
stat("/usr/lib/python2.6/json/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_json", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_json.so", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=12944, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/_json.so", O_RDONLY) = 11
read(11, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\r\0\0\0\0\0\0"..., 832) = 832
fstat(11, {st_mode=S_IFREG|0644, st_size=12944, ...}) = 0
mmap(NULL, 2108168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 0x7f02deb86000
mprotect(0x7f02deb89000, 2093056, PROT_NONE) = 0
mmap(0x7f02ded88000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x2000) = 0x7f02ded88000
close(11) = 0
close(10) = 0
close(9) = 0
stat("/usr/lib/python2.6/json/encoder", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/encoder.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/encodermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/encoder.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=13438, ...}) = 0
open("/usr/lib/python2.6/json/encoder.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=12015, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sL\1\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=12015, ...}) = 0
read(10, " If ensure_ascii is True, t"..., 4096) = 4096
read(10, "msR3\0\0\0R\37\0\0\0R \0\0\0R$\0\0\0t\n\0\0\0bases"..., 4096) = 3823
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/json/math", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/math.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/math.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/json/math.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
close(8) = 0
close(7) = 0
close(6) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/Queue", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/time", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/authentication", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/authentication.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/authenticationmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/authentication.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3500, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/authentication.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4291, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(7, "\321\362\r\n\266\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\306\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=4291, ...}) = 0
read(7, "R\7\0\0\0t\6\0\0\0constsR\10\0\0\0R\t\0\0\0R\n\0\0\0t"..., 4096) = 195
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/sys", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
close(5) = 0
close(4) = 0
stat("/usr/local/lib/python2.6/dist-packages/cloudfiles/TRANSPORTER_CLASS", 0x7fff0e369790) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/TRANSPORTER_CLASS.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/TRANSPORTER_CLASSmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/TRANSPORTER_CLASS.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cloudfiles/TRANSPORTER_CLASS.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/transporters/transporter_cloudfiles", 0x7fff0e3697a0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter_cloudfiles.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter_cloudfilesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter_cloudfiles.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1459, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor/transporters/transporter_cloudfiles.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1560, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(5, "\321\362\r\n\234\334\235Rc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s:\0\0\0d\0"..., 4096) = 1560
fstat(5, {st_mode=S_IFREG|0644, st_size=1560, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/transporters/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/transporters/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/cumulus", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cumulus.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cumulusmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cumulus.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/cumulus.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cumulus", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cumulus/__init__.py", {st_mode=S_IFREG|0644, st_size=536, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cumulus/__init__", 0x7fff0e3651b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=536, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cumulus/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=812, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(6, "\321\362\r\n\275\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sE\0\0\0d\0"..., 4096) = 812
fstat(6, {st_mode=S_IFREG|0644, st_size=812, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(5) = 0
stat("/usr/local/lib/python2.6/dist-packages/cumulus", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cumulus", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cumulus/storage", 0x7fff0e366200) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/storage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/storagemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/storage.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=14587, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cumulus/storage.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=16308, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(6, "\321\362\r\n\275\334\235Rc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\34\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=16308, ...}) = 0
read(6, "\1\n\1\22\1\20\2\t\1\n\1\n\1\n\1\n\1\n\1\24\2c\2\0\0\0\2\0\0\0\2\0"..., 8192) = 8192
read(6, "S(\2\0\0\0Nt\5\0\0\0_file(\7\0\0\0RN\0\0\0R\252\0\0\0"..., 4096) = 4020
read(6, "", 4096) = 0
brk(0x23fb000) = 0x23fb000
close(6) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cumulus/mimetypes", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/mimetypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/mimetypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cumulus/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/cumulus/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/pyrax", 0x7fff0e362c60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/__init__.py", {st_mode=S_IFREG|0644, st_size=26838, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/__init__", 0x7fff0e361c10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/__init__.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=26838, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyrax/__init__.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=26148, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(7, "\321\362\r\n\276\334\235Rc\0\0\0\0\0\0\0\0#\0\0\0@\0\0\0s\353\4\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=26148, ...}) = 0
read(7, "nmentt\t\0\0\0_settingst\10\0\0\0KeyError"..., 20480) = 20480
read(7, "oveHandler(\4\0\0\0RG\0\0\0R\275\0\0\0t\f\0\0\0sw"..., 4096) = 1572
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/ConfigParser", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/ConfigParser", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ConfigParser", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/ConfigParser", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ConfigParser", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ConfigParser.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=24509, ...}) = 0
open("/usr/lib/python2.6/ConfigParser.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=23232, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sj\1\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=23232, ...}) = 0
read(8, "age(\1\0\0\0t\4\0\0\0self(\0\0\0\0(\0\0\0\0s\"\0\0\0"..., 16384) = 16384
read(8, "%(i\0\0\0\0(\10\0\0\0R\f\0\0\0t\7\0\0\0_KEYCREt\3\0"..., 4096) = 2752
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/functools", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/inspect", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/inspect", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/inspect", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/inspect", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/inspect.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/inspect", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/inspect.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/inspect.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=38189, ...}) = 0
open("/usr/lib/python2.6/inspect.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=37033, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(8, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\313\3\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=37033, ...}) = 0
read(8, " varies. __name__ is\n usuall"..., 32768) = 32768
read(8, "\1\f\1\f\1\f\1\f\1\f\1\20\1\20\3\22\1\17\2\6\3\t\10\t\10\t\v\t\24\t\n\20"..., 4096) = 169
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/dis", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/dis.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/dis.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/dis", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/dis.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/dis.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/dis", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/dis.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/dis.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dis", 0x7fff0e35b0d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dis.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dis.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6449, ...}) = 0
open("/usr/lib/python2.6/dis.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=6350, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\350\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=6350, ...}) = 0
read(9, "\f\1\r\1\32\1\r\1\7\1\24\2\f\1\r\1\30\1c\1\0\0\0\10\0\0\0\5\0\0\0C"..., 4096) = 2254
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/opcode", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/opcode.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/opcode.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/opcode", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/opcode.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/opcode.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/opcode", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/opcode.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/opcode.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/opcode", 0x7fff0e357b30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/opcode.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/opcode.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=5248, ...}) = 0
open("/usr/lib/python2.6/opcode.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=5907, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\3\7\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=5907, ...}) = 0
read(10, "LINE_TOiJ\0\0\0t\16\0\0\0INPLACE_LSHIFTi"..., 4096) = 1811
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(9) = 0
close(8) = 0
brk(0x241f000) = 0x241f000
brk(0x2465000) = 0x2465000
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/logging", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/os", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/keyring", 0x7fff0e35e670) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/__init__.py", {st_mode=S_IFREG|0644, st_size=326, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/__init__", 0x7fff0e35d620) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/__init__.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=326, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/__init__.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=611, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(8, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@@\0\0sm\0\0\0d\0"..., 4096) = 611
fstat(8, {st_mode=S_IFREG|0644, st_size=611, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/core", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/core.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/coremodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/core.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=5342, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/core.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=6350, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(9, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\371\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=6350, ...}) = 0
read(9, "igParsert\4\0\0\0readt\22\0\0\0_load_keyr"..., 4096) = 2254
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/os", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/sys", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/warnings", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/logging", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/py27compat", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/py27compat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/py27compatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/py27compat.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=927, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/py27compat.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1401, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\363\0\0\0d\0"..., 4096) = 1401
fstat(10, {st_mode=S_IFREG|0644, st_size=1401, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/configparser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/configparser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/configparsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/configparser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/configparser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/ConfigParser", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/ConfigParser.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/ConfigParsermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/ConfigParser.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/ConfigParser.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/cPickle", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/itertools", 0x7fff0e353540) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/keyring", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backend", 0x7fff0e356ad0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backend.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backendmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backend.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=3766, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backend.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=5949, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\n\0\0\0@@\0\0s\344\0\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=5949, ...}) = 0
read(10, "dist-packages/keyring/backend.py"..., 4096) = 1853
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/errors", 0x7fff0e353520) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/errors.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/errorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/errors.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1180, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/errors.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=2686, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s~\0\0\0d\0"..., 4096) = 2686
fstat(11, {st_mode=S_IFREG|0644, st_size=2686, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/__init__.py", {st_mode=S_IFREG|0644, st_size=1008, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/__init__", 0x7fff0e3524e0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1008, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/util/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=1464, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s?\0\0\0y\20"..., 4096) = 1464
fstat(11, {st_mode=S_IFREG|0644, st_size=1464, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/functools", 0x7fff0e34ef40) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/properties", 0x7fff0e353520) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/properties.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/propertiesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/properties.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1337, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/util/properties.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=2282, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s@\0\0\0d\0"..., 4096) = 2282
fstat(11, {st_mode=S_IFREG|0644, st_size=2282, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/collections", 0x7fff0e34ff80) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/platform_", 0x7fff0e356ad0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/platform_.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/platform_module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/platform_.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=656, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/util/platform_.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1187, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@@\0\0s]\0\0\0d\0"..., 4096) = 1187
fstat(10, {st_mode=S_IFREG|0644, st_size=1187, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
uname({sys="Linux", node="vagrant-debian-squeeze", ...}) = 0
pipe2([10, 11], O_CLOEXEC) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f02e16ec9d0) = 2936
close(11) = 0
fcntl(10, F_SETFD, 0) = 0
fstat(10, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
fstat(10, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
lseek(10, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
fstat(10, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "unknown\n", 4096) = 8
read(10, "", 4096) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(10) = 0
wait4(2936, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2936
munmap(0x7f02e16f2000, 4096) = 0
close(9) = 0
stat("/tmp/src/fileconveyor/fileconveyor/pkg_resources", 0x7fff0e3568e0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkg_resources", 0x7fff0e3568e0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkg_resources.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0755, st_size=96261, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkg_resources.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=109976, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\nl\334\235Rc\0\0\0\0\0\0\0\0Y\0\0\0@\0\0\0s\277\n\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=109976, ...}) = 0
read(10, "alst\t\0\0\0iteritemst\v\0\0\0_state_var"..., 102400) = 102400
read(10, " directory of `path` existsN(\5\0\0"..., 4096) = 3480
read(10, "", 4096) = 0
brk(0x2486000) = 0x2486000
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/zipfile", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/zipfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/zipfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/zipfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/zipfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/zipfile", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/zipfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/zipfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/zipfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/zipfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/zipfile", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/zipfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/zipfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/zipfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/zipfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/zipfile", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/zipfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/zipfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/zipfile.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=53092, ...}) = 0
open("/usr/lib/python2.6/zipfile.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=37546, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\25\0\0\0@\0\0\0s\212\3\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=37546, ...}) = 0
read(11, "T_SIZEt\3\0\0\0len(\10\0\0\0R\24\0\0\0t\10\0\0\0fil"..., 32768) = 32768
read(11, "_FH_COMPRESSED_SIZEt\25\0\0\0_FH_UNCO"..., 4096) = 682
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(10) = 0
stat("/tmp/src/fileconveyor/fileconveyor/distutils", 0x7fff0e352f00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/distutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/distutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/distutils.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/distutils.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/distutils", 0x7fff0e352f00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/distutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/distutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/distutils.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/distutils.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/distutils", 0x7fff0e352f00) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/distutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/distutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/distutils.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/distutils.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/distutils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/distutils/__init__.py", {st_mode=S_IFREG|0644, st_size=670, ...}) = 0
stat("/usr/lib/python2.6/distutils/__init__", 0x7fff0e351eb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=670, ...}) = 0
open("/usr/lib/python2.6/distutils/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=437, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\26\0\0\0d\0"..., 4096) = 437
fstat(11, {st_mode=S_IFREG|0644, st_size=437, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(10) = 0
stat("/usr/lib/python2.6/distutils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/distutils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/distutils/util", 0x7fff0e352f00) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/util.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=21978, ...}) = 0
open("/usr/lib/python2.6/distutils/util.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=16398, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s1\1\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=16398, ...}) = 0
read(11, "lookt\6\0\0\0osnamet\4\0\0\0hostt\7\0\0\0rel"..., 12288) = 12288
read(11, "\t?\22\23\t\21\6\1\6\1\6\1\f\213", 4096) = 14
read(11, "", 4096) = 0
brk(0x24c7000) = 0x24c7000
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/distutils/sys", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/distutils/os", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/distutils/string", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/distutils/re", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/distutils/distutils", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/distutils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/distutilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/distutils.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/distutils.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/distutils/errors", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/errors.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/errorsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/errors.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3720, ...}) = 0
open("/usr/lib/python2.6/distutils/errors.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=6318, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(12, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\262\1\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=6318, ...}) = 0
read(12, "s\4\0\0\0\6\2\6\1t\26\0\0\0DistutilsInternalE"..., 4096) = 2222
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(11) = 0
stat("/usr/lib/python2.6/distutils/dep_util", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/dep_util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/dep_utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/dep_util.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3632, ...}) = 0
open("/usr/lib/python2.6/distutils/dep_util.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=3192, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(12, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sJ\0\0\0d\0"..., 4096) = 3192
fstat(12, {st_mode=S_IFREG|0644, st_size=3192, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(11) = 0
stat("/usr/lib/python2.6/distutils/spawn", 0x7fff0e34f960) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/spawn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/spawnmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/spawn.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=6991, ...}) = 0
open("/usr/lib/python2.6/distutils/spawn.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=5584, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(12, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\253\0\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=5584, ...}) = 0
read(12, "tatus %d(\27\0\0\0R\1\0\0\0R\31\0\0\0R\23\0\0\0R\32\0\0"..., 4096) = 1488
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/distutils/log", 0x7fff0e34c3b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/log.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/logmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/distutils/log.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=1606, ...}) = 0
open("/usr/lib/python2.6/distutils/log.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=2547, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(13, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 2547
fstat(13, {st_mode=S_IFREG|0644, st_size=2547, ...}) = 0
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(12) = 0
close(11) = 0
close(10) = 0
uname({sys="Linux", node="vagrant-debian-squeeze", ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor/pkgutil", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkgutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkgutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkgutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pkgutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkgutil", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkgutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkgutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkgutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pkgutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/pkgutil", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pkgutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pkgutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pkgutil.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pkgutil.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/pkgutil", 0x7fff0e353340) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pkgutil.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pkgutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pkgutil.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=20001, ...}) = 0
open("/usr/lib/python2.6/pkgutil.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=18954, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0sj\1\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=18954, ...}) = 0
read(11, "\0\203\2\0}\2\0h\0\0}\3\0xW\0|\2\0D]O\0}\4\0xF\0t\4\0"..., 12288) = 12288
read(11, "he input path is not\n modifie"..., 4096) = 2570
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(10) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/src", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/tmp/src/fileconveyor/fileconveyor", R_OK) = 0
open("/tmp/src/fileconveyor/fileconveyor", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
brk(0x24e8000) = 0x24e8000
getdents(10, /* 35 entries */, 32768) = 1296
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
access("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", R_OK) = 0
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/src", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/tmp/src/fileconveyor", R_OK) = 0
open("/tmp/src/fileconveyor", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 13 entries */, 32768) = 400
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/tmp/src/fileconveyor/fileconveyor.egg-info", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
access("/usr/lib/python2.6", R_OK) = 0
open("/usr/lib/python2.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 447 entries */, 32768) = 15136
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/wsgiref.egg-info", {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/plat-linux2", R_OK) = 0
open("/usr/lib/python2.6/plat-linux2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 11 entries */, 32768) = 336
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/lib-tk", R_OK) = 0
open("/usr/lib/python2.6/lib-tk", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 36 entries */, 32768) = 1280
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/lib-dynload", R_OK) = 0
open("/usr/lib/python2.6/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 43 entries */, 32768) = 1480
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/lib-dynload/Python-2.6.egg-info", {st_mode=S_IFREG|0644, st_size=1524, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
access("/usr/local/lib/python2.6/dist-packages", R_OK) = 0
open("/usr/local/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 72 entries */, 32768) = 3392
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/dist-packages", R_OK) = 0
open("/usr/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 11 entries */, 32768) = 368
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/dist-packages/python_apt-0.7.100.1_squeeze1.egg-info", {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/pymodules", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/pymodules/python2.6", R_OK) = 0
open("/usr/lib/pymodules/python2.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 7 entries */, 32768) = 240
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/lib-old", 0x7fff0e354840) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/EGG-INFO/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/tmp/src", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/tmp/src/fileconveyor/fileconveyor.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=13, ...}) = 0
open("/tmp/src/fileconveyor/fileconveyor.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=13, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=13, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=13, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "fileconveyor\n", 4096) = 13
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "pyinotify\n", 4096) = 10
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "prettytable\n", 4096) = 12
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "pytz\n", 4096) = 5
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "argparse\n", 4096) = 9
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "pbr\n", 4096) = 4
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=43, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=43, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=43, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=43, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "rax_scheduled_images_python_nova"..., 4096) = 43
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=6, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "babel\n", 4096) = 6
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0666, st_size=8, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0666, st_size=8, ...}) = 0
fstat(10, {st_mode=S_IFREG|0666, st_size=8, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0666, st_size=8, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "keyring\n", 4096) = 8
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/keyring", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/keyring/__init__.pyc", {st_mode=S_IFREG|0644, st_size=611, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "os_diskconfig_python_novaclient_"..., 4096) = 36
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "os_networksv2_python_novaclient_"..., 4096) = 36
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "mock\n", 4096) = 5
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/namespace_packages.txt", {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/namespace_packages.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "\n", 4096) = 1
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "cloudfiles\n", 4096) = 11
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/cloudfiles", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/cloudfiles/__init__.pyc", {st_mode=S_IFREG|0644, st_size=3590, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/namespace_packages.txt", {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/namespace_packages.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "\n", 4096) = 1
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=7, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=7, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=7, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=7, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "django\n", 4096) = 7
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/django", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/django/__init__.pyc", {st_mode=S_IFREG|0644, st_size=476, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "pyrax\npyrax/identity\npyrax/cf_wr"..., 4096) = 38
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/pyrax", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/pyrax/__init__.pyc", {st_mode=S_IFREG|0644, st_size=26148, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=12, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "swiftclient\n", 4096) = 12
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=5, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "boto\n", 4096) = 5
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "pip\n", 4096) = 4
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=25, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=25, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=25, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=25, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "rackspace_auth_openstack\n", 4096) = 25
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "\n", 4096) = 1
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "novaclient\n", 4096) = 11
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "requests\n", 4096) = 9
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0666, st_size=18, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0666, st_size=18, ...}) = 0
fstat(10, {st_mode=S_IFREG|0666, st_size=18, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0666, st_size=18, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "cssutils\nencutils\n", 4096) = 18
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=11, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "simplejson\n", 4096) = 11
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=46, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=46, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=46, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=46, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "os_virtual_interfacesv2_python_n"..., 4096) = 46
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "rax_default_network_flags_python"..., 4096) = 48
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "iso8601\n", 4096) = 8
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "httplib2\n", 4096) = 9
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "cumulus\n", 4096) = 8
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/cumulus", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages/cumulus/__init__.pyc", {st_mode=S_IFREG|0644, st_size=812, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "six\n", 4096) = 4
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info/namespace_packages.txt", 0x7fff0e3548c0) = -1 ENOENT (No such file or directory)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
lstat("/usr/lib/pymodules", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info/top_level.txt", {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
open("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info/top_level.txt", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(10, 0, SEEK_CUR) = 0
read(10, "reportbug\n", 4096) = 10
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info/namespace_packages.txt", 0x7fff0e354b80) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/tmp/src/fileconveyor/fileconveyor", R_OK) = 0
open("/tmp/src/fileconveyor/fileconveyor", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 35 entries */, 32768) = 1296
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
access("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg", R_OK) = 0
stat("/tmp/src/fileconveyor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/tmp/src/fileconveyor", R_OK) = 0
open("/tmp/src/fileconveyor", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 13 entries */, 32768) = 400
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/tmp/src/fileconveyor/fileconveyor.egg-info", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
access("/usr/lib/python2.6", R_OK) = 0
open("/usr/lib/python2.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 447 entries */, 32768) = 15136
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/wsgiref.egg-info", {st_mode=S_IFREG|0644, st_size=187, ...}) = 0
stat("/usr/lib/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/plat-linux2", R_OK) = 0
open("/usr/lib/python2.6/plat-linux2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 11 entries */, 32768) = 336
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/lib-tk", R_OK) = 0
open("/usr/lib/python2.6/lib-tk", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 36 entries */, 32768) = 1280
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/lib-dynload", R_OK) = 0
open("/usr/lib/python2.6/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 43 entries */, 32768) = 1480
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/lib-dynload/Python-2.6.egg-info", {st_mode=S_IFREG|0644, st_size=1524, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
access("/usr/local/lib/python2.6/dist-packages", R_OK) = 0
open("/usr/local/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 72 entries */, 32768) = 3392
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/setuptools-0.6c11-py2.6.egg-info", {st_mode=S_IFREG|0644, st_size=144, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/python2.6/dist-packages", R_OK) = 0
open("/usr/lib/python2.6/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 11 entries */, 32768) = 368
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/python2.6/dist-packages/python_apt-0.7.100.1_squeeze1.egg-info", {st_mode=S_IFREG|0644, st_size=239, ...}) = 0
stat("/usr/lib/pymodules/python2.6", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
access("/usr/lib/pymodules/python2.6", R_OK) = 0
open("/usr/lib/pymodules/python2.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
getdents(10, /* 7 entries */, 32768) = 240
getdents(10, /* 0 entries */, 32768) = 0
close(10) = 0
stat("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/EGG-INFO/entry_points.txt", {st_mode=S_IFREG|0666, st_size=2773, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/EGG-INFO/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0666, st_size=2773, ...}) = 0
fstat(9, {st_mode=S_IFREG|0666, st_size=2773, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0666, st_size=2773, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[distutils.commands]\nbdist_rpm ="..., 4096) = 2773
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyinotify-0.9.4-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/prettytable-0.7.2-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pytz-2013.8-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/argparse-1.2.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pbr-0.5.23-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[distutils.setup_keywords]\npbr ="..., 4096) = 47
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rax_scheduled_images_python_novaclient_ext-0.2.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0644, st_size=764, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/Babel-1.3-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=764, ...}) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=764, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=764, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "\n [console_scripts]\n pybab"..., 4096) = 764
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0666, st_size=46, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring-3.3-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0666, st_size=46, ...}) = 0
fstat(9, {st_mode=S_IFREG|0666, st_size=46, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0666, st_size=46, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[console_scripts]\nkeyring = keyr"..., 4096) = 46
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/os_diskconfig_python_novaclient_ext-0.1.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/os_networksv2_python_novaclient_ext-0.21-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/mock-1.0.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/python_cloudfiles-1.7.10-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/Django-1.6-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax-1.6.2-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/python_swiftclient-1.8.0-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/boto-1.6b-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pip-1.4.1-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=53, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[console_scripts]\npip = pip:main"..., 4096) = 53
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0644, st_size=422, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/rackspace_auth_openstack-1.1-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=422, ...}) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=422, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=422, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[openstack.client.authenticate]\n"..., 4096) = 422
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/rackspace_novaclient-1.4-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/python_novaclient-2.15.0-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[console_scripts]\nnova = novacli"..., 4096) = 48
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests-2.0.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info/entry_points.txt", {st_mode=S_IFREG|0666, st_size=153, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/cssutils-0.9.10-py2.6.egg-info/entry_points.txt", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0666, st_size=153, ...}) = 0
fstat(9, {st_mode=S_IFREG|0666, st_size=153, ...}) = 0
lseek(9, 0, SEEK_CUR) = 0
fstat(9, {st_mode=S_IFREG|0666, st_size=153, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
lseek(9, 0, SEEK_CUR) = 0
read(9, "[console_scripts]\ncsscombine = c"..., 4096) = 153
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson-3.3.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/os_virtual_interfacesv2_python_novaclient_ext-0.14-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/rax_default_network_flags_python_novaclient_ext-0.1.3-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/iso8601-0.1.8-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/httplib2-0.8-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/django_cumulus-1.0.12-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/six-1.4.1-py2.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/reportbug-4.12.6.egg-info/entry_points.txt", 0x7fff0e357df0) = -1 ENOENT (No such file or directory)
getcwd("/tmp", 1024) = 5
stat("/tmp/keyringrc.cfg", 0x7fff0e358990) = -1 ENOENT (No such file or directory)
stat("/root/.local/share/python_keyring/keyringrc.cfg", 0x7fff0e358990) = -1 ENOENT (No such file or directory)
stat("/root/.local/share/python_keyring/keyringrc.cfg", 0x7fff0e358990) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/__init__.py", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/__init__", 0x7fff0e355410) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__init__.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__init__.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 154
fstat(10, {st_mode=S_IFREG|0644, st_size=154, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/file", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/file.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/filemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/file.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=9696, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/file.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11174, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\20\0\0\0@\200\0\0s\372\0\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=11174, ...}) = 0
read(10, "\0\1Wn\"\0\4t\1\0i\n\0j\n\0o\23\0\1\1\1\1t\t\0d\1\0\203\1\0"..., 4096) = 4096
read(10, "eyring from the\n user.\n "..., 4096) = 2982
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/__future__", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/os", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/getpass", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/getpass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/getpass.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/getpass.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/getpass", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/getpass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/getpass.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/getpass.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/getpass", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/getpass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/getpass.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/getpass.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/getpass", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/getpass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/getpass.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/getpass.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/getpass", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/getpass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/getpass.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=5549, ...}) = 0
open("/usr/lib/python2.6/getpass.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=4756, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s?\1\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=4756, ...}) = 0
read(11, "variables, then the password\n "..., 4096) = 660
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/termios.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/termios.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/termios.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/termios.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/termios.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/termios.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/termios.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/termios.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/termios.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/termios.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/termios.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/termios.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/termios", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/termios.so", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=25168, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/termios.so", O_RDONLY) = 12
read(12, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p&\0\0\0\0\0\0"..., 832) = 832
fstat(12, {st_mode=S_IFREG|0644, st_size=25168, ...}) = 0
mmap(NULL, 2120376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 0x7f02de980000
mprotect(0x7f02de984000, 2097152, PROT_NONE) = 0
mmap(0x7f02deb84000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0x4000) = 0x7f02deb84000
close(12) = 0
close(11) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/base64", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/sys", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/json", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/abc", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/abc.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/abc.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyring", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyring.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyring.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyring.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x2514000) = 0x2514000
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/escape", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/escape.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/escapemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/escape.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1497, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/util/escape.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=2859, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\303\0\0\0d\0"..., 4096) = 2859
fstat(11, {st_mode=S_IFREG|0644, st_size=2859, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/re", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/string", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/string.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/string.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/string.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/util/sys", 0x7fff0e34f920) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/util/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/Gnome", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Gnome.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Gnomemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Gnome.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=4623, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Gnome.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\300\0\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=4875, ...}) = 0
read(10, " on unicode(\3\0\0\0R0\0\0\0t\3\0\0\0strt\6\0"..., 4096) = 779
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/gi", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/Google", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Google.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Googlemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Google.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=12355, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Google.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=11643, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\25\0\0\0@@\0\0s=\1\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=11643, ...}) = 0
read(10, "icting_pwdt\23\0\0\0new_service_entri"..., 4096) = 4096
read(10, "\0(\0\0\0\0sA\0\0\0/usr/local/lib/python"..., 4096) = 3451
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/gdata", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gdata.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/gdata.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyczar", 0x7fff0e352eb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyczar.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=2949, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/keyczar.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=4612, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\f\0\0\0@@\0\0s\301\0\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=4612, ...}) = 0
read(11, "T_ENV_VAR(\1\0\0\0R\r\0\0\0(\0\0\0\0(\0\0\0\0sB\0"..., 4096) = 516
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/keyczar", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/keyczar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/keyczarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/keyczar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/keyczar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/credentials", 0x7fff0e352eb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/credentials.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/credentialsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/credentials.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=1362, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/credentials.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3056, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096) = 3056
fstat(11, {st_mode=S_IFREG|0644, st_size=3056, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/abc", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/abc.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/abc.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/kwallet", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/kwallet.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/kwalletmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/kwallet.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=3647, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/kwallet.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=3681, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\313\0\0\0d\0"..., 4096) = 3681
fstat(10, {st_mode=S_IFREG|0644, st_size=3681, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/PyKDE4", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/PyKDE4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/PyKDE4module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/PyKDE4.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/PyKDE4.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/multi", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/multi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/multimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/multi.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2187, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/multi.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=2890, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sV\0\0\0d\0"..., 4096) = 2890
fstat(10, {st_mode=S_IFREG|0644, st_size=2890, ...}) = 0
read(10, "", 4096) = 0
brk(0x2557000) = 0x2557000
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/itertools", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/OS_X", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/OS_X.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/OS_Xmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/OS_X.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=4090, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/OS_X.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=4066, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\260\0\0\0d\0"..., 4096) = 4066
fstat(10, {st_mode=S_IFREG|0644, st_size=4066, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/platform", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/platform.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/platform.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/subprocess", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/re", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/binascii", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/pyfs", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pyfs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pyfsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pyfs.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=9361, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pyfs.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=9384, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0sE\1\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=9384, ...}) = 0
read(10, "\6\0\0\0mem://s\6\0\0\0ram://s\6\0\0\0kr.cfg"..., 4096) = 4096
read(10, "R \0\0\0R!\0\0\0R\"\0\0\0R#\0\0\0(\0\0\0\0(\0\0\0\0s?"..., 4096) = 1192
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/fs", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/fs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/fsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/fs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/fs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/SecretService", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/SecretService.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/SecretServicemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/SecretService.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2519, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/SecretService.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=3329, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\227\0\0\0d\0"..., 4096) = 3329
fstat(10, {st_mode=S_IFREG|0644, st_size=3329, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/logging", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/secretstorage", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/secretstorage.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/secretstoragemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/secretstorage.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/secretstorage.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/Windows", 0x7fff0e356460) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Windows.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Windowsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Windows.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=7799, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/Windows.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=9401, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(10, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\31\0\0\0@\0\0\0s\211\1\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=9401, ...}) = 0
read(10, "ckends/Windows.pyt\16\0\0\0_compound_"..., 4096) = 4096
read(10, "'\0\0\0R\30\0\0\0R\32\0\0\0R]\0\0\0R\\\0\0\0t\10\0\0\0key"..., 4096) = 1209
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/pywintypes", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/pywintypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/pywintypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/pywintypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/pywintypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/_winreg", 0x7fff0e352ec0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_winreg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_winregmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_winreg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/_winreg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/_win_crypto", 0x7fff0e352eb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_win_crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_win_cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_win_crypto.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=3477, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/_win_crypto.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(11, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\316\1\0\0d\0"..., 4096) = 3272
fstat(11, {st_mode=S_IFREG|0644, st_size=3272, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/backends/ctypes", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/backends/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/ctypes", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ctypes", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/ctypes", 0x7fff0e34f910) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/ctypes/__init__.py", {st_mode=S_IFREG|0644, st_size=17311, ...}) = 0
stat("/usr/lib/python2.6/ctypes/__init__", 0x7fff0e34e8c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/__init__.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=17311, ...}) = 0
open("/usr/lib/python2.6/ctypes/__init__.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=19964, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(12, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0$\0\0\0@\0\0\0s\253\n\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=19964, ...}) = 0
read(12, "\1y\25\0t\7\0\210\0\0\210\1\0\210\2\0f\3\0\31SWnI\0\4t\10\0j\n\0"..., 12288) = 12288
read(12, "\2\0|\0\0\203\1\0i\3\0\203\0\0}\1\0n\1\0\1t\4\0|\0\0|\1\0\203\2"..., 4096) = 3580
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f2000, 4096) = 0
stat("/usr/lib/python2.6/ctypes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/ctypes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/ctypes/os", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/sys", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/_ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/_ctypes.so", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=132816, ...}) = 0
open("/usr/lib/python2.6/lib-dynload/_ctypes.so", O_RDONLY) = 13
read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000w\0\0\0\0\0\0"..., 832) = 832
fstat(13, {st_mode=S_IFREG|0644, st_size=132816, ...}) = 0
mmap(NULL, 2228032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f02de760000
mprotect(0x7f02de77c000, 2097152, PROT_NONE) = 0
mmap(0x7f02de97c000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x1c000) = 0x7f02de97c000
close(13) = 0
close(12) = 0
stat("/usr/lib/python2.6/ctypes/struct", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x2578000) = 0x2578000
stat("/usr/lib/python2.6/ctypes/ctypes", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/_endian", 0x7fff0e34b320) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_endian.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_endianmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/_endian.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=2041, ...}) = 0
open("/usr/lib/python2.6/ctypes/_endian.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=2274, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
read(13, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\307\0\0\0d\0"..., 4096) = 2274
fstat(13, {st_mode=S_IFREG|0644, st_size=2274, ...}) = 0
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f2000, 4096) = 0
close(12) = 0
mmap(NULL, 4080, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f2000
close(11) = 0
stat("/usr/lib/python2.6/ctypes/windll", 0x7fff0e34f900) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/windll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/windllmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/windll.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/windll.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/WinDLL", 0x7fff0e34f900) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WinDLL.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WinDLLmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WinDLL.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WinDLL.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/WINFUNCTYPE", 0x7fff0e34f900) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WINFUNCTYPE.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WINFUNCTYPEmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WINFUNCTYPE.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/WINFUNCTYPE.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
close(9) = 0
stat("/tmp/src/fileconveyor/fileconveyor/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/Crypto", 0x7fff0e355910) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/Crypto.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/Cryptomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/Crypto.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/Crypto.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(8) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/getpassbackend", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpassbackend.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpassbackendmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpassbackend.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=321, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/keyring/getpassbackend.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=634, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(9, "\321\362\r\n\324\334\235Rc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s7\0\0\0d\0"..., 4096) = 634
fstat(9, {st_mode=S_IFREG|0644, st_size=634, ...}) = 0
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/keyring/getpass", 0x7fff0e356ae0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpass.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpass.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/keyring/getpass.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(8) = 0
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity/__init__.py", {st_mode=S_IFREG|0644, st_size=352, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity/__init__", 0x7fff0e35d620) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/__init__.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=352, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/__init__.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=615, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(8, "\321\362\r\n\276\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\320\0\0\0d\0"..., 4096) = 615
fstat(8, {st_mode=S_IFREG|0644, st_size=615, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity/glob", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/glob", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/glob", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/glob", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/glob.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/glob.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/glob", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/glob.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/glob.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2249, ...}) = 0
open("/usr/lib/python2.6/glob.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2395, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(9, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\202\0\0\0d\0"..., 4096) = 2395
fstat(9, {st_mode=S_IFREG|0644, st_size=2395, ...}) = 0
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(8) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity/os", 0x7fff0e35a080) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 8
getdents(8, /* 11 entries */, 32768) = 400
getdents(8, /* 0 entries */, 32768) = 0
close(8) = 0
close(7) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity/keystone_identity", 0x7fff0e35e5f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/keystone_identity.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/keystone_identitymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/keystone_identity.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=686, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/keystone_identity.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=1241, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(8, "\321\362\r\n\276\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sE\0\0\0d\0"..., 4096) = 1241
fstat(8, {st_mode=S_IFREG|0644, st_size=1241, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/identity/pyrax", 0x7fff0e35b050) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/identity/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/base_identity", 0x7fff0e35b050) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/base_identity.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/base_identitymodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/base_identity.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=22835, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyrax/base_identity.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=23778, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(9, "\321\362\r\n\276\334\235Rc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\370\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=23778, ...}) = 0
read(9, "y.pyt\17\0\0\0set_credentialsk\0\0\0s\16\0\0"..., 16384) = 16384
read(9, "\1|\2\0|\4\0d\3\0\31d\4\0<n\1\0\1|\0\0i\0\0d\5\0d\6\0|"..., 4096) = 3298
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/datetime", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/json", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/re", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/requests", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/requests.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/requestsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/requests.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/requests.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/__init__.py", {st_mode=S_IFREG|0644, st_size=1856, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/__init__", 0x7fff0e356a60) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/__init__.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=1856, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/__init__.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=2532, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(10, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\204\1\0\0d\0"..., 4096) = 2532
fstat(10, {st_mode=S_IFREG|0644, st_size=2532, ...}) = 0
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/__init__.py", {st_mode=S_IFREG|0644, st_size=62, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/__init__", 0x7fff0e352470) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=62, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=271, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\4\0\0\0@@\0\0s$\0\0\0d\0"..., 4096) = 271
fstat(11, {st_mode=S_IFREG|0644, st_size=271, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/__init__.py", {st_mode=S_IFREG|0644, st_size=1701, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/__init__", 0x7fff0e34de70) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/__init__.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=1701, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/__init__.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=2170, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\32\1\0\0d\0"..., 4096) = 2170
fstat(12, {st_mode=S_IFREG|0644, st_size=2170, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connectionpool", 0x7fff0e34a8d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connectionpool.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connectionpoolmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connectionpool.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=25030, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connectionpool.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=20252, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\n\2\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=20252, ...}) = 0
read(13, " Parsed proxy URL, should "..., 12288) = 12288
read(13, "``ssl_version`` are only used if"..., 4096) = 3868
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/errno", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/errno.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/errnomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/errno.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/errno.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/logging", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/socket", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/Queue", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/Queue.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/Queue.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/Queue.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/exceptions", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/exceptions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/exceptionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/exceptions.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3274, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/exceptions.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=6569, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sT\1\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=6569, ...}) = 0
read(14, "\0e\0\0Z\1\0d\0\0Z\2\0RS(\1\0\0\0s3\0\0\0 Raised"..., 4096) = 2473
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/__init__.py", {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/__init__", 0x7fff0e3462e0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/__init__.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/__init__.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=299, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\4\0\0\0@@\0\0s$\0\0\0d\0"..., 4096) = 299
fstat(14, {st_mode=S_IFREG|0644, st_size=299, ...}) = 0
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py", {st_mode=S_IFREG|0644, st_size=3542, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__", 0x7fff0e341ce0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=3542, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=2988, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sG\0\0\0d\0"..., 4096) = 2988
fstat(15, {st_mode=S_IFREG|0644, st_size=2988, ...}) = 0
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/re", 0x7fff0e33e740) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ssl_match_hostname/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(14) = 0
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/six", 0x7fff0e347320) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/six.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/sixmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/six.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=11628, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/six.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=14535, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0000\0\0\0@\0\0\0s\323\6\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=14535, ...}) = 0
read(14, "\0R\4\0\0\0R\5\0\0\0R\33\0\0\0R\20\0\0\0R\21\0\0\0(\0\0\0\0("..., 8192) = 8192
read(14, "\0\0\203\1\0\1d\0\0S(\1\0\0\0N(\4\0\0\0t\n\0\0\0isinst"..., 4096) = 2247
read(14, "", 4096) = 0
brk(0x2599000) = 0x2599000
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/operator", 0x7fff0e343d80) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/operator.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/operator.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/sys", 0x7fff0e343d80) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/types", 0x7fff0e343d80) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/StringIO", 0x7fff0e343d80) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x25ee000) = 0x25ee000
brk(0x262e000) = 0x262e000
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connection", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connection.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connectionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connection.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3386, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/connection.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=3227, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0sv\1\0\0d\0"..., 4096) = 3227
fstat(14, {st_mode=S_IFREG|0644, st_size=3227, ...}) = 0
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httplib", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/http", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/http.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/httpmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/http.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/http.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/ssl", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/util", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/util.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=20949, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/util.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=20723, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\35\0\0\0@\0\0\0sr\2\0\0d\0"..., 4096) = 4096
fstat(15, {st_mode=S_IFREG|0644, st_size=20723, ...}) = 0
read(15, "\n If your goal is to cut "..., 16384) = 16384
read(15, "c\0\0\0Rr\0\0\0R}\0\0\0R\202\0\0\0R\204\0\0\0R\224\0\0\0R\231\0"..., 4096) = 243
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/base64", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/binascii", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/collections", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/hashlib", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/time", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/select", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/select.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/select.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/select.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(14) = 0
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/request", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/requestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/request.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=5874, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/request.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=6031, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sm\0\0\0y\24"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=6031, ...}) = 0
read(14, "ak request signing,\n such"..., 4096) = 1935
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urllib", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/filepost", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/filepost.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/filepostmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/filepost.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=2511, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/filepost.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=3398, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\246\0\0\0d\0"..., 4096) = 3398
fstat(15, {st_mode=S_IFREG|0644, st_size=3398, ...}) = 0
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/codecs", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/mimetypes", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/mimetypes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/mimetypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/mimetypes.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/mimetypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/uuid", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/uuid.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/uuidmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/uuid.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/uuid.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/uuid", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/uuid.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/uuidmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/uuid.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/uuid.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/uuid", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/uuid.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/uuidmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/uuid.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/uuid.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/uuid", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/uuid.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/uuidmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/uuid.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/uuid.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/uuid", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/uuid.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/uuidmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/uuid.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=20944, ...}) = 0
open("/usr/lib/python2.6/uuid.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=21201, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(16, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0sE\2\0\0d\0"..., 4096) = 4096
fstat(16, {st_mode=S_IFREG|0644, st_size=21201, ...}) = 0
read(16, " derived attributes:\n\n "..., 16384) = 16384
read(16, "\0\0\0\2\20\1\31\1s$\0\0\0006ba7b810-9dad-11d1-"..., 4096) = 721
read(16, "", 4096) = 0
close(16) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/lib/python2.6/ctypes/util", 0x7fff0e33d250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/util.py", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=8385, ...}) = 0
open("/usr/lib/python2.6/ctypes/util.pyc", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=7483, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(17, "\321\362\r\nZ\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\227\1\0\0d\0"..., 4096) = 4096
fstat(17, {st_mode=S_IFREG|0644, st_size=7483, ...}) = 0
read(17, "\0R4\0\0\0R,\0\0\0R7\0\0\0R8\0\0\0(\5\0\0\0R=\0\0\0R"..., 4096) = 3387
read(17, "", 4096) = 0
close(17) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/lib/python2.6/ctypes/re", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/tempfile", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ctypes/errno", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/errno.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/errnomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/errno.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ctypes/errno.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(16) = 0
uname({sys="Linux", node="vagrant-debian-squeeze", ...}) = 0
pipe2([16, 17], O_CLOEXEC) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f02e16ec9d0) = 2938
close(17) = 0
fcntl(16, F_SETFD, 0) = 0
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
lseek(16, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(16, "220 libs found in cache `/etc/ld"..., 4096) = 4096
read(16, "libnss_nis.so.2\n\tlibnss_nis.so.2"..., 4096) = 4096
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
lseek(16, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
read(16, " (libc6,x86-64) => /usr/lib/libg"..., 4096) = 4096
read(16, "r.so.1\n\tlibXrandr.so.2 (libc6,x8"..., 4096) = 1463
read(16, "", 4096) = 0
close(16) = 0
wait4(2938, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2938
--- SIGCHLD (Child exited) @ 0 (0) ---
munmap(0x7f02e16f1000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=16342, ...}) = 0
mmap(NULL, 16342, PROT_READ, MAP_PRIVATE, 16, 0) = 0x7f02e1665000
close(16) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libuuid.so.1", O_RDONLY) = 16
read(16, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\25\0\0\0\0\0\0"..., 832) = 832
fstat(16, {st_mode=S_IFREG|0644, st_size=15720, ...}) = 0
mmap(NULL, 2110736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0x7f02de55c000
mprotect(0x7f02de560000, 2093056, PROT_NONE) = 0
mmap(0x7f02de75f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x3000) = 0x7f02de75f000
close(16) = 0
munmap(0x7f02e1665000, 16342) = 0
uname({sys="Linux", node="vagrant-debian-squeeze", ...}) = 0
pipe2([16, 17], O_CLOEXEC) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f02e16ec9d0) = 2940
close(17) = 0
fcntl(16, F_SETFD, 0) = 0
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
lseek(16, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(16, "220 libs found in cache `/etc/ld"..., 4096) = 4096
read(16, "libnss_nis.so.2\n\tlibnss_nis.so.2"..., 4096) = 4096
fstat(16, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
lseek(16, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
read(16, " (libc6,x86-64) => /usr/lib/libg"..., 4096) = 4096
read(16, "r.so.1\n\tlibXrandr.so.2 (libc6,x8"..., 4096) = 1463
read(16, "", 4096) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(16) = 0
wait4(2940, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2940
munmap(0x7f02e16f1000, 4096) = 0
close(15) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/io", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/fields", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/fields.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/fieldsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/fields.py", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=5976, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/fields.pyc", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=6843, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(16, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sW\0\0\0d\0"..., 4096) = 4096
fstat(16, {st_mode=S_IFREG|0644, st_size=6843, ...}) = 0
read(16, "R\10\0\0\0(\0\0\0\0(\0\0\0\0sJ\0\0\0/usr/local/l"..., 4096) = 2747
read(16, "", 4096) = 0
close(16) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/email", 0x7fff0e33d250) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/email", 0x7fff0e33d250) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/email", 0x7fff0e33d250) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/email", 0x7fff0e33d250) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/email/__init__.py", {st_mode=S_IFREG|0644, st_size=2856, ...}) = 0
stat("/usr/lib/python2.6/email/__init__", 0x7fff0e33c200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/__init__.py", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=2856, ...}) = 0
open("/usr/lib/python2.6/email/__init__.pyc", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=2864, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(17, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s\260\1\0\0d\0"..., 4096) = 2864
fstat(17, {st_mode=S_IFREG|0644, st_size=2864, ...}) = 0
read(17, "", 4096) = 0
close(17) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/lib/python2.6/email", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/email", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/email/sys", 0x7fff0e338c60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/email", 0x7fff0e338c60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/email.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/emailmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/email.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/email.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/mime", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/python2.6/email/mime/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/lib/python2.6/email/mime/__init__", 0x7fff0e337c10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/mime/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/mime/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/mime/__init__.py", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/usr/lib/python2.6/email/mime/__init__.pyc", O_RDONLY) = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=128, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(18, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 128
fstat(18, {st_mode=S_IFREG|0644, st_size=128, ...}) = 0
read(18, "", 4096) = 0
close(18) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(17) = 0
close(16) = 0
stat("/usr/lib/python2.6/email/utils", 0x7fff0e33d250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/utils.py", O_RDONLY) = 16
fstat(16, {st_mode=S_IFREG|0644, st_size=9819, ...}) = 0
open("/usr/lib/python2.6/email/utils.pyc", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=9036, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(17, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\23\2\0\0d\0"..., 4096) = 4096
fstat(17, {st_mode=S_IFREG|0644, st_size=9036, ...}) = 0
read(17, "Mart\3\0\0\0Aprt\3\0\0\0Mayt\3\0\0\0Junt\3\0\0\0"..., 4096) = 4096
read(17, "\0|\1\0\203\3\0SWqv\0\4t\4\0j\n\0o\24\0\1\1\1\1t\3\0|\3\0"..., 4096) = 844
read(17, "", 4096) = 0
close(17) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/lib/python2.6/email/os", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/re", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/time", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/base64", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/random", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/socket", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/urllib", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/warnings", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/email/_parseaddr", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/_parseaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/_parseaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/_parseaddr.py", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=14981, ...}) = 0
open("/usr/lib/python2.6/email/_parseaddr.pyc", O_RDONLY) = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=13649, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(18, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\31\0\0\0@\0\0\0sX\1\0\0d\0"..., 4096) = 4096
fstat(18, {st_mode=S_IFREG|0644, st_size=13649, ...}) = 0
read(18, "\0d\6\0\203\2\0|\0\0_\7\0|\1\0|\0\0_\10\0g\0\0|\0\0_\t\0d"..., 8192) = 8192
read(18, "\0\1|\2\0i\2\0i\3\0|\3\0\203\1\0\1q#\0\1q#\0W|\2\0S(\1"..., 4096) = 1361
read(18, "", 4096) = 0
close(18) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(17) = 0
stat("/usr/lib/python2.6/email/quopri", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/quopri.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/quopri.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/quopri", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/quopri.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/quopri.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/quopri", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/quopri.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/quopri.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/quopri", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/quopri.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/quopri.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/quopri", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/quopri.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/quoprimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/quopri.py", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0755, st_size=6968, ...}) = 0
open("/usr/lib/python2.6/quopri.pyc", O_RDONLY) = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=6666, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(18, "\321\362\r\nl\313\27Mc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\350\0\0\0d\0"..., 4096) = 4096
fstat(18, {st_mode=S_IFREG|0644, st_size=6666, ...}) = 0
read(18, "t\3\0\0\0newR&\0\0\0R\23\0\0\0t\1\0\0\0nt\7\0\0\0par"..., 4096) = 2570
read(18, "", 4096) = 0
close(18) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(17) = 0
stat("/usr/lib/python2.6/email/encoders", 0x7fff0e339cb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/encoders.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/encodersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/email/encoders.py", O_RDONLY) = 17
fstat(17, {st_mode=S_IFREG|0644, st_size=2302, ...}) = 0
open("/usr/lib/python2.6/email/encoders.pyc", O_RDONLY) = 18
fstat(18, {st_mode=S_IFREG|0644, st_size=2408, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(18, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sn\0\0\0d\0"..., 4096) = 2408
fstat(18, {st_mode=S_IFREG|0644, st_size=2408, ...}) = 0
read(18, "", 4096) = 0
close(18) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(17) = 0
close(16) = 0
close(15) = 0
close(14) = 0
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/response", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/response.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/responsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/response.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=10169, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/response.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=10468, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\245\0\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=10468, ...}) = 0
read(14, "\0C\0\0\0s;\0\0\0|\0\0i\0\0\fp\v\0\1|\0\0i\1\0\fo\5\0\1"..., 4096) = 4096
read(14, "\6\1\3\1c\1\0\0\0\1\0\0\0\1\0\0\0C\0\0\0s\7\0\0\0|\0\0i\0\0"..., 4096) = 2276
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/zlib", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/zlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/zlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/zlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/zlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(13) = 0
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/poolmanager", 0x7fff0e34a8d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/poolmanager.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/poolmanagermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/poolmanager.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=9009, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/poolmanager.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=9555, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\r\1\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=9555, ...}) = 0
read(13, "al parameters are taken from the"..., 4096) = 4096
read(13, "al/lib/python2.6/dist-packages/r"..., 4096) = 1363
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urlparse", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/_collections", 0x7fff0e347330) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/_collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/_collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/_collections.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=2898, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/_collections.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\206\0\0\0d\0"..., 4096) = 3742
fstat(14, {st_mode=S_IFREG|0644, st_size=3742, ...}) = 0
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/threading", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ordered_dict", 0x7fff0e343d90) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ordered_dict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ordered_dictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ordered_dict.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=8936, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/ordered_dict.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=10707, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\212\0\0\0y\24"..., 4096) = 4096
fstat(15, {st_mode=S_IFREG|0644, st_size=10707, ...}) = 0
read(15, "\0\0\0(\0\0\0\0(\0\0\0\0sY\0\0\0/usr/local/lib"..., 4096) = 4096
read(15, "/local/lib/python2.6/dist-packag"..., 4096) = 2515
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/thread", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/_abcoll", 0x7fff0e3407f0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/_abcoll.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/packages/_abcoll.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(14) = 0
close(13) = 0
close(12) = 0
stat("/usr/lib/python2.6/logging/NullHandler", 0x7fff0e34a8c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandler.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandlermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandler.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandler.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/__init__", 0x7fff0e352470) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=171, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 171
fstat(11, {st_mode=S_IFREG|0644, st_size=171, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/pyopenssl", 0x7fff0e3534b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/pyopenssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/pyopensslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/pyopenssl.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=12060, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/pyopenssl.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=9863, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\243\1\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=9863, ...}) = 0
read(11, "_\0\0|\0\0i\0\0i\7\0|\2\0i\10\0\203\0\0\203\1\0\1|\3\0S\1~\3"..., 4096) = 4096
read(11, "\0|\1\0\203\1\0\1n\1\0\1|\3\0t\6\0i\7\0j\3\0o\30\0\1|\7\0i"..., 4096) = 1671
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/urllib3/contrib/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/dist-packages/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/dist-packages/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.6/ndg", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/ndg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/ndgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/ndg.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.6/ndg.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/utils", 0x7fff0e3534b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/utils.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/utilsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/utils.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=17198, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/utils.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=17494, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0sv\2\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=17494, ...}) = 0
read(11, "\0\0d\2\0j\10\0o\5\0\1d\2\0S\1t\1\0|\0\0t\2\0t\3\0t\4\0"..., 12288) = 12288
read(11, "\1|\0\0i\5\0|\1\0\203\1\0}\2\0|\2\0S(\2\0\0\0s\320\0\0\0\n "..., 4096) = 1110
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/cgi", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cgi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cgi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/cgi", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cgi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cgi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cgi", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cgi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cgi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/cgi", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cgi.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cgi.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/cgi", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cgi.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cgi.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0755, st_size=34474, ...}) = 0
open("/usr/lib/python2.6/cgi.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=32680, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\nj\313\27Mc\0\0\0\0\0\0\0\0\"\0\0\0@\0\0\0s\351\2\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=32680, ...}) = 0
brk(0x2653000) = 0x2653000
read(12, "trict_parsing: flag indicating w"..., 24576) = 24576
read(12, "b/python2.6/cgi.pyt\4\0\0\0tests\3\0\0s"..., 4096) = 4008
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/codecs", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/collections", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/io", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/os", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/platform", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/platform.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/platform.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/platform.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/re", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/sys", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/netrc", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/netrc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/netrcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/netrc.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/netrc.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/netrc", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/netrc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/netrcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/netrc.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/netrc.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/netrc", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/netrc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/netrcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/netrc.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/netrc.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/netrc", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/netrc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/netrcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/netrc.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/netrc.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/netrc", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/netrc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/netrcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/netrc.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=4111, ...}) = 0
open("/usr/lib/python2.6/netrc.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=3586, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3586
fstat(12, {st_mode=S_IFREG|0644, st_size=3586, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/shlex", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shlex.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shlex.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/shlex.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shlex", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shlex.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shlex.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/shlex.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/shlex", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shlex.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shlex.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/shlex.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/shlex", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/shlex.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/shlex.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=11137, ...}) = 0
open("/usr/lib/python2.6/shlex.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=7684, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\35\1\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=7684, ...}) = 0
read(13, "\0i\v\0o\f\0\1|\1\0o\5\0\1Pq^\5\1q\17\0q\17\0\1|\0\0i\7"..., 4096) = 3588
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(12) = 0
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/certs", 0x7fff0e34ff00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/certs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/certsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/certs.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=544, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/certs.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=801, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s8\0\0\0d\0"..., 4096) = 801
fstat(12, {st_mode=S_IFREG|0644, st_size=801, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/compat", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/compat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/compatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/compat.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=2567, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/compat.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=2610, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\361\3\0\0d\0"..., 4096) = 2610
fstat(12, {st_mode=S_IFREG|0644, st_size=2610, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/charade", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/__init__.py", {st_mode=S_IFREG|0644, st_size=2286, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/__init__", 0x7fff0e34b910) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/__init__.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=2286, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/__init__.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1977, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s5\0\0\0d\0"..., 4096) = 1977
fstat(13, {st_mode=S_IFREG|0644, st_size=1977, ...}) = 0
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/charade", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/charade", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/sys", 0x7fff0e348370) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/packages/charade/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/simplejson", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/simplejson", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/__init__.py", {st_mode=S_IFREG|0644, st_size=22438, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/__init__", 0x7fff0e34b920) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/__init__.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=22438, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson/__init__.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=21130, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0$\0\0\0@@\0\0s\370\1\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=21130, ...}) = 0
read(13, "\2\0\0\0R\r\0\0\0R\f\0\0\0(\0\0\0\0(\0\0\0\0s=\0\0\0/us"..., 16384) = 16384
read(13, "m_sort_key to sort simple\n el"..., 4096) = 650
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/scanner", 0x7fff0e348380) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/scanner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/scannermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/scanner.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=4369, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson/scanner.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=5111, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=5111, ...}) = 0
read(14, "bject_hookt\4\0\0\0memot\16\0\0\0parse_co"..., 4096) = 1015
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/re", 0x7fff0e344de0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/simplejson/simplejson", 0x7fff0e344cb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/simplejson.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/simplejsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/simplejson.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/simplejson.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups", 0x7fff0e344cb0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedupsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/decoder", 0x7fff0e348380) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/decoder.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/decodermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/decoder.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=14281, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson/decoder.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=12442, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\16\0\0\0@@\0\0s\5\2\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=12442, ...}) = 0
read(14, "\2\0j\3\0o\26\0\1t\3\0d\4\0|\t\0|\n\0\203\3\0\202\1\0q\25\1\1n"..., 8192) = 8192
read(14, "(\0\0\0\0s<\0\0\0/usr/local/lib/python2"..., 4096) = 154
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/compat", 0x7fff0e344de0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/compat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/compatmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/compat.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=929, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson/compat.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=1989, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s!\1\0\0d\0"..., 4096) = 1989
fstat(15, {st_mode=S_IFREG|0644, st_size=1989, ...}) = 0
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/sys", 0x7fff0e341840) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/simplejson/cStringIO", 0x7fff0e341840) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(14) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups", 0x7fff0e344c00) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedupsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/encodings/hex_codec", 0x7fff0e3447b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/hex_codec.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/hex_codecmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/hex_codec.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
open("/usr/lib/python2.6/encodings/hex_codec.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=3762, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\306\0\0\0d\0"..., 4096) = 3762
fstat(15, {st_mode=S_IFREG|0644, st_size=3762, ...}) = 0
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/lib/python2.6/encodings/binascii", 0x7fff0e341210) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(14) = 0
stat("/usr/lib/python2.6/encodings/unicode_escape", 0x7fff0e344870) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/unicode_escape.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/unicode_escapemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/encodings/unicode_escape.py", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=1184, ...}) = 0
open("/usr/lib/python2.6/encodings/unicode_escape.pyc", O_RDONLY) = 15
fstat(15, {st_mode=S_IFREG|0644, st_size=2158, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(15, "\321\362\r\nY\313\27Mc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\242\0\0\0d\0"..., 4096) = 2158
fstat(15, {st_mode=S_IFREG|0644, st_size=2158, ...}) = 0
read(15, "", 4096) = 0
close(15) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(14) = 0
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/encoder", 0x7fff0e348380) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/encoder.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/encodermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/encoder.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=24688, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson/encoder.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=20113, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\27\0\0\0@@\0\0s\365\1\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=20113, ...}) = 0
read(14, "\0: s\5\0\0\0utf-8c\21\0\0\0\21\0\0\0\3\0\0\0C@\0\0s\5"..., 12288) = 12288
read(14, "\5\0d\6\0\210\v\0\203\0\1\1n\7\0\1|\6\0}\7\0x\247\2|\7\0D]\237\2"..., 4096) = 3729
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups", 0x7fff0e344bf0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedupsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/_speedups.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
brk(0x26e8000) = 0x26e8000
close(13) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/ordered_dict", 0x7fff0e348190) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/ordered_dict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/ordered_dictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/ordered_dict.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3370, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/simplejson/ordered_dict.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=5262, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sZ\0\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=5262, ...}) = 0
read(14, "\0t\2\0|\1\0\203\1\0j\2\0o)\0\1t\3\0d\1\0\204\0\0t\4\0|\0\0"..., 4096) = 1166
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/simplejson/UserDict", 0x7fff0e344bf0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/UserDict.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/simplejson/UserDict.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(13) = 0
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/urllib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/urlparse", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/urllib2", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib2.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/urllib2.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/urllib2", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib2.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/urllib2.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib2", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib2.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/urllib2.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/urllib2", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib2.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/urllib2.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/urllib2", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urllib2.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urllib2module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/urllib2.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=49853, ...}) = 0
open("/usr/lib/python2.6/urllib2.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=45130, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\nX\313\27Mc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\376\3\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=45130, ...}) = 0
read(13, "litvalue(\4\0\0\0t\t\0\0\0localhostt\f\0\0\0"..., 40960) = 40960
read(13, "\"\3\r\2\6\1\22\6\t\10\26\r\31\25\17\1\t\20\23n\23\220\t'\23\23\26\21\26\4\26^"..., 4096) = 74
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/cookielib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookielib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookielibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookielib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookielib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/cookielib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cookielib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cookielibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cookielib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/cookielib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cookielib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cookielib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cookielibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cookielib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/cookielib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/cookielib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cookielib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cookielibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cookielib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/cookielib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/cookielib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cookielib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cookielibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/cookielib.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=64452, ...}) = 0
open("/usr/lib/python2.6/cookielib.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=55052, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\376\3\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=55052, ...}) = 0
read(13, "sr/lib/python2.6/cookielib.pyt\t\0"..., 49152) = 49152
read(13, "\0\0\1Xd\1\0S(\2\0\0\0s\31\0\0\0Load cookies f"..., 4096) = 1804
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/tmp/src/fileconveyor/fileconveyor/calendar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/calendar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/calendar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/calendar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/calendar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/calendar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/calendar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/calendar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/calendar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/calendar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/calendar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/calendarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/calendar.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=23110, ...}) = 0
open("/usr/lib/python2.6/calendar.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=28007, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\25\0\0\0@\0\0\0s\317\2\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=28007, ...}) = 0
read(14, "\0\1\0\0\0\2\0\0\0C\0\0\0s0\0\0\0|\0\0d\1\0\26d\2\0j\2\0o"..., 20480) = 20480
read(14, "\2\0d\2\0\203\3\0i\2\0\203\0\0t\3\0\30|\3\0\27d\2\0\30}\7\0|\7\0"..., 4096) = 3431
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(13) = 0
stat("/tmp/src/fileconveyor/fileconveyor/_LWPCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_LWPCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_LWPCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_LWPCookieJar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_LWPCookieJar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_LWPCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_LWPCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_LWPCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_LWPCookieJar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_LWPCookieJar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_LWPCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_LWPCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_LWPCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_LWPCookieJar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_LWPCookieJar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_LWPCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_LWPCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_LWPCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_LWPCookieJar.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=6553, ...}) = 0
open("/usr/lib/python2.6/_LWPCookieJar.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=5589, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\201\0\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=5589, ...}) = 0
read(14, "\203\1\0|\20\0\203\20\0}\31\0|\3\0\fo\21\0\1|\31\0i\21\0o\7\0\1q\273"..., 4096) = 1493
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(13) = 0
stat("/tmp/src/fileconveyor/fileconveyor/_MozillaCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_MozillaCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_MozillaCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_MozillaCookieJar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/_MozillaCookieJar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_MozillaCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_MozillaCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_MozillaCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_MozillaCookieJar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/_MozillaCookieJar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/_MozillaCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_MozillaCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_MozillaCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_MozillaCookieJar.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/_MozillaCookieJar.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/_MozillaCookieJar", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_MozillaCookieJar.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_MozillaCookieJarmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/_MozillaCookieJar.py", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=5809, ...}) = 0
open("/usr/lib/python2.6/_MozillaCookieJar.pyc", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=4509, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(14, "\321\362\r\nW\313\27Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s`\0\0\0d\0"..., 4096) = 4096
fstat(14, {st_mode=S_IFREG|0644, st_size=4509, ...}) = 0
read(14, "MozillaCookieJar.pyt\4\0\0\0saveq\0\0\0"..., 4096) = 413
read(14, "", 4096) = 0
close(14) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(13) = 0
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/Cookie", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/Cookie.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/Cookiemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/Cookie.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/Cookie.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/Cookie", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Cookie.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Cookiemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Cookie.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/Cookie.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Cookie", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Cookie.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Cookiemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Cookie.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/Cookie.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/Cookie", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Cookie.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Cookiemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Cookie.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/Cookie.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/Cookie", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Cookie.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Cookiemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/Cookie.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0755, st_size=25669, ...}) = 0
open("/usr/lib/python2.6/Cookie.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=22346, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\nq\313\27Mc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\273\6\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=22346, ...}) = 0
read(13, "lement has a 'value' attribute, "..., 16384) = 16384
read(13, "bject is not a\n string, howev"..., 4096) = 1866
read(13, "", 4096) = 0
brk(0x2711000) = 0x2711000
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/StringIO", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/httplib", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/httplib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/httplib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/cookies", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookies.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookiesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/cookies.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=14998, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/cookies.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=18837, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\27\1\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=18837, ...}) = 0
read(12, "s/requests/cookies.pyR\3\0\0\0\25\0\0\0s\36"..., 12288) = 12288
read(12, "request (this is sometimes calle"..., 4096) = 2453
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/time", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/threading", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/structures", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/structures.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/structuresmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/structures.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3575, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/structures.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=6521, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sw\0\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=6521, ...}) = 0
read(12, "\0}\1\0}\2\0|\1\0|\2\0d\0\0\31f\2\0V\1q\6\0Wd\1\0S(\2"..., 4096) = 2425
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/itertools", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/itertools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/itertoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/itertools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/itertools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/exceptions", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/exceptions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/exceptionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/exceptions.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=1434, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/exceptions.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=3626, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\33\1\0\0d\0"..., 4096) = 3626
fstat(12, {st_mode=S_IFREG|0644, st_size=3626, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(11) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/models", 0x7fff0e3534c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/models.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/modelsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/models.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=23710, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/models.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=22136, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\f\2\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=22136, ...}) = 0
read(11, "eldt\3\0\0\0valR>\0\0\0R<\0\0\0t\2\0\0\0ftt\2\0\0"..., 16384) = 16384
read(11, "\0\0\0C\0\0\0s\235\0\0\0d\1\0}\1\0d\2\0|\0\0i\0\0\4\3j\1\0"..., 4096) = 1656
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/logging", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/datetime", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/hooks", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hooks.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hooksmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hooks.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=820, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/hooks.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=1084, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s%\0\0\0d\0"..., 4096) = 1084
fstat(12, {st_mode=S_IFREG|0644, st_size=1084, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/auth", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/auth.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/authmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/auth.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=5665, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/auth.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=6965, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\370\0\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=6965, ...}) = 0
read(12, "s\5\0\0\0utf-8(\6\0\0\0R#\0\0\0R\2\0\0\0R\5\0\0\0R$"..., 4096) = 2869
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/hashlib", 0x7fff0e34c980) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/requests/base64", 0x7fff0e34c980) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/base64.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/base64module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/base64.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/base64.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/api", 0x7fff0e3534c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/api.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/apimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/api.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=4333, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/api.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=5315, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sk\0\0\0d\0"..., 4096) = 4096
fstat(11, {st_mode=S_IFREG|0644, st_size=5315, ...}) = 0
read(11, "aram \\*\\*kwargs: Optional argume"..., 4096) = 1219
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/sessions", 0x7fff0e34ff10) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sessions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sessionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/sessions.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=18710, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/sessions.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=15872, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\203\1\0\0d\0"..., 4096) = 4096
fstat(12, {st_mode=S_IFREG|0644, st_size=15872, ...}) = 0
read(12, "guration.\n\n Basic Usage::\n\n "..., 8192) = 8192
read(12, "\0}\v\0|\n\0i\20\0|\1\0|\2\0\215\1\0}\f\0t\16\0i\17\0\203\0\0|"..., 4096) = 3584
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/adapters", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/adapters.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/adaptersmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/adapters.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=13594, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/adapters.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=13640, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\200\1\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=13640, ...}) = 0
read(13, "\2\0|\0\0_\1\0|\3\0|\0\0_\2\0t\3\0d\1\0|\1\0d\2\0|\2\0"..., 8192) = 8192
read(13, "\0endheadersR\33\0\0\0t\3\0\0\0hext\3\0\0\0len"..., 4096) = 1352
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/socket", 0x7fff0e3493d0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(12) = 0
stat("/usr/local/lib/python2.6/dist-packages/requests/status_codes", 0x7fff0e34c970) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/status_codes.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/status_codesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/requests/status_codes.py", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=3136, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/requests/status_codes.pyc", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=5936, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(13, "\321\362\r\n\331\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0se\2\0\0d\0"..., 4096) = 4096
fstat(13, {st_mode=S_IFREG|0644, st_size=5936, ...}) = 0
read(13, "\1\0\0\0s\16\0\0\0not_acceptable(\3\0\0\0s\35\0\0"..., 4096) = 1840
read(13, "", 4096) = 0
close(13) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(12) = 0
close(11) = 0
close(10) = 0
stat("/usr/lib/python2.6/logging/NullHandler", 0x7fff0e3534b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandler.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandlermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandler.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/logging/NullHandler.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(9) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/pyrax", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/pyrax.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/pyraxmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/pyrax.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/pyrax.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pyrax/exceptions", 0x7fff0e357ab0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/exceptions.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/exceptionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/exceptions.py", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=9718, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pyrax/exceptions.pyc", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=24480, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(10, "\321\362\r\n\276\334\235Rc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0ss\t\0\0d\0"..., 4096) = 4096
fstat(10, {st_mode=S_IFREG|0644, st_size=24480, ...}) = 0
brk(0x2733000) = 0x2733000
read(10, "/lib/python2.6/dist-packages/pyr"..., 16384) = 16384
read(10, "st: you sent some malformed data"..., 4096) = 4000
read(10, "", 4096) = 0
close(10) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pyrax/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pyrax/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/novaclient", 0x7fff0e354510) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/novaclient.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/novaclientmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/novaclient.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/novaclient.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/novaclient", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/novaclient/__init__.py", {st_mode=S_IFREG|0644, st_size=702, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/novaclient/__init__", 0x7fff0e3534c0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/__init__.py", O_RDONLY) = 10
fstat(10, {st_mode=S_IFREG|0644, st_size=702, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/novaclient/__init__.pyc", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=300, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(11, "\321\362\r\n\277\334\235Rc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s(\0\0\0d\0"..., 4096) = 300
fstat(11, {st_mode=S_IFREG|0644, st_size=300, ...}) = 0
read(11, "", 4096) = 0
close(11) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/novaclient", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/novaclient", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/novaclient/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/novaclient/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/fileconveyor/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/fileconveyor/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/distribute-0.6.49-py2.6.egg/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/tmp/src/fileconveyor/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/tmp/src/fileconveyor/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/plat-linux2/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/plat-linux2/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-tk/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-tk/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.6/lib-dynload/pbr", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pbr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pbrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pbr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.6/lib-dynload/pbr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.6/dist-packages/pbr", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr/__init__.py", {st_mode=S_IFREG|0644, st_size=610, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr/__init__", 0x7fff0e34eed0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/__init__.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=610, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pbr/__init__.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\326\334\235Rc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0"..., 4096) = 141
fstat(12, {st_mode=S_IFREG|0644, st_size=141, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
close(11) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr/version", 0x7fff0e34ff20) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/version.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/versionmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/version.py", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=3517, ...}) = 0
open("/usr/local/lib/python2.6/dist-packages/pbr/version.pyc", O_RDONLY) = 12
fstat(12, {st_mode=S_IFREG|0644, st_size=3364, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f02e16f1000
read(12, "\321\362\r\n\326\334\235Rc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s,\0\0\0d\0"..., 4096) = 3364
fstat(12, {st_mode=S_IFREG|0644, st_size=3364, ...}) = 0
read(12, "", 4096) = 0
close(12) = 0
munmap(0x7f02e16f1000, 4096) = 0
stat("/usr/local/lib/python2.6/dist-packages/pbr/pkg_resources", 0x7fff0e34c980) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/pkg_resources.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/pkg_resourcesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/pkg_resources.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.6/dist-packages/pbr/pkg_resources.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(11) = 0
close(10) = 0
stat("/usr/local/lib/python2.6/dist-packages/novaclient/exc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment