Ticket #231: install-without-service_identity.txt

File install-without-service_identity.txt, 35.2 KB (added by Brian Warner, 9 years ago)

install log *without* service_identity dependency

Line 
1% virtualenv ve-without
2New python executable in ve-without/bin/python2.7
3Also creating executable in ve-without/bin/python
4Installing setuptools, pip...done.
5% source ve-without/bin/activate
6(ve-without)% python setup.py install
7running install
8running bdist_egg
9running egg_info
10writing requirements to foolscap.egg-info/requires.txt
11writing foolscap.egg-info/PKG-INFO
12writing top-level names to foolscap.egg-info/top_level.txt
13writing dependency_links to foolscap.egg-info/dependency_links.txt
14reading manifest file 'foolscap.egg-info/SOURCES.txt'
15reading manifest template 'MANIFEST.in'
16writing manifest file 'foolscap.egg-info/SOURCES.txt'
17installing library code to build/bdist.macosx-10.9-x86_64/egg
18running install_lib
19running build_py
20creating build/bdist.macosx-10.9-x86_64/egg
21creating build/bdist.macosx-10.9-x86_64/egg/foolscap
22copying build/lib/foolscap/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
23copying build/lib/foolscap/_version.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
24copying build/lib/foolscap/api.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
25creating build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver
26copying build/lib/foolscap/appserver/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver
27copying build/lib/foolscap/appserver/cli.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver
28copying build/lib/foolscap/appserver/client.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver
29copying build/lib/foolscap/appserver/server.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver
30copying build/lib/foolscap/appserver/services.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver
31copying build/lib/foolscap/banana.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
32copying build/lib/foolscap/base32.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
33copying build/lib/foolscap/broker.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
34copying build/lib/foolscap/call.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
35copying build/lib/foolscap/constraint.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
36copying build/lib/foolscap/copyable.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
37copying build/lib/foolscap/crypto.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
38copying build/lib/foolscap/eventual.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
39copying build/lib/foolscap/hashutil.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
40copying build/lib/foolscap/ipb.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
41creating build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
42copying build/lib/foolscap/logging/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
43copying build/lib/foolscap/logging/app_versions.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
44copying build/lib/foolscap/logging/cli.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
45copying build/lib/foolscap/logging/dumper.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
46copying build/lib/foolscap/logging/filter.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
47copying build/lib/foolscap/logging/gatherer.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
48copying build/lib/foolscap/logging/incident.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
49copying build/lib/foolscap/logging/interfaces.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
50copying build/lib/foolscap/logging/levels.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
51copying build/lib/foolscap/logging/log.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
52copying build/lib/foolscap/logging/publish.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
53copying build/lib/foolscap/logging/tail.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
54copying build/lib/foolscap/logging/web.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/logging
55copying build/lib/foolscap/negotiate.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
56copying build/lib/foolscap/observer.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
57copying build/lib/foolscap/pb.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
58copying build/lib/foolscap/promise.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
59copying build/lib/foolscap/reconnector.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
60copying build/lib/foolscap/referenceable.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
61copying build/lib/foolscap/remoteinterface.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
62copying build/lib/foolscap/schema.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
63copying build/lib/foolscap/slicer.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
64creating build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
65copying build/lib/foolscap/slicers/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
66copying build/lib/foolscap/slicers/allslicers.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
67copying build/lib/foolscap/slicers/bool.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
68copying build/lib/foolscap/slicers/decimal_slicer.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
69copying build/lib/foolscap/slicers/dict.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
70copying build/lib/foolscap/slicers/list.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
71copying build/lib/foolscap/slicers/none.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
72copying build/lib/foolscap/slicers/root.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
73copying build/lib/foolscap/slicers/set.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
74copying build/lib/foolscap/slicers/tuple.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
75copying build/lib/foolscap/slicers/unicode.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
76copying build/lib/foolscap/slicers/vocab.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers
77copying build/lib/foolscap/sslverify.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
78copying build/lib/foolscap/storage.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
79copying build/lib/foolscap/stringchain.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
80creating build/bdist.macosx-10.9-x86_64/egg/foolscap/test
81copying build/lib/foolscap/test/__init__.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
82copying build/lib/foolscap/test/apphelper.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
83copying build/lib/foolscap/test/bench_banana.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
84copying build/lib/foolscap/test/common.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
85copying build/lib/foolscap/test/test__versions.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
86copying build/lib/foolscap/test/test_appserver.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
87copying build/lib/foolscap/test/test_banana.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
88copying build/lib/foolscap/test/test_call.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
89copying build/lib/foolscap/test/test_copyable.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
90copying build/lib/foolscap/test/test_crypto.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
91copying build/lib/foolscap/test/test_eventual.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
92copying build/lib/foolscap/test/test_gifts.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
93copying build/lib/foolscap/test/test_interfaces.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
94copying build/lib/foolscap/test/test_keepalive.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
95copying build/lib/foolscap/test/test_logging.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
96copying build/lib/foolscap/test/test_loopback.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
97copying build/lib/foolscap/test/test_negotiate.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
98copying build/lib/foolscap/test/test_observer.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
99copying build/lib/foolscap/test/test_pb.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
100copying build/lib/foolscap/test/test_promise.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
101copying build/lib/foolscap/test/test_reconnector.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
102copying build/lib/foolscap/test/test_reference.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
103copying build/lib/foolscap/test/test_registration.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
104copying build/lib/foolscap/test/test_schema.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
105copying build/lib/foolscap/test/test_serialize.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
106copying build/lib/foolscap/test/test_stringchain.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
107copying build/lib/foolscap/test/test_sturdyref.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
108copying build/lib/foolscap/test/test_tub.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
109copying build/lib/foolscap/test/test_util.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap/test
110copying build/lib/foolscap/tokens.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
111copying build/lib/foolscap/util.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
112copying build/lib/foolscap/vocab.py -> build/bdist.macosx-10.9-x86_64/egg/foolscap
113byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/__init__.py to __init__.pyc
114byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/_version.py to _version.pyc
115byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/api.py to api.pyc
116byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver/__init__.py to __init__.pyc
117byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver/cli.py to cli.pyc
118byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver/client.py to client.pyc
119byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver/server.py to server.pyc
120byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/appserver/services.py to services.pyc
121byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/banana.py to banana.pyc
122byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/base32.py to base32.pyc
123byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/broker.py to broker.pyc
124byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/call.py to call.pyc
125byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/constraint.py to constraint.pyc
126byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/copyable.py to copyable.pyc
127byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/crypto.py to crypto.pyc
128byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/eventual.py to eventual.pyc
129byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/hashutil.py to hashutil.pyc
130byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/ipb.py to ipb.pyc
131byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/__init__.py to __init__.pyc
132byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/app_versions.py to app_versions.pyc
133byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/cli.py to cli.pyc
134byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/dumper.py to dumper.pyc
135byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/filter.py to filter.pyc
136byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/gatherer.py to gatherer.pyc
137byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/incident.py to incident.pyc
138byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/interfaces.py to interfaces.pyc
139byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/levels.py to levels.pyc
140byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/log.py to log.pyc
141byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/publish.py to publish.pyc
142byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/tail.py to tail.pyc
143byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/logging/web.py to web.pyc
144byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/negotiate.py to negotiate.pyc
145byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/observer.py to observer.pyc
146byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/pb.py to pb.pyc
147byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/promise.py to promise.pyc
148byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/reconnector.py to reconnector.pyc
149byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/referenceable.py to referenceable.pyc
150byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/remoteinterface.py to remoteinterface.pyc
151byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/schema.py to schema.pyc
152byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicer.py to slicer.pyc
153byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/__init__.py to __init__.pyc
154byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/allslicers.py to allslicers.pyc
155byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/bool.py to bool.pyc
156byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/decimal_slicer.py to decimal_slicer.pyc
157byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/dict.py to dict.pyc
158byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/list.py to list.pyc
159byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/none.py to none.pyc
160byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/root.py to root.pyc
161byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/set.py to set.pyc
162byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/tuple.py to tuple.pyc
163byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/unicode.py to unicode.pyc
164byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/slicers/vocab.py to vocab.pyc
165byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/sslverify.py to sslverify.pyc
166byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/storage.py to storage.pyc
167byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/stringchain.py to stringchain.pyc
168byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/__init__.py to __init__.pyc
169byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/apphelper.py to apphelper.pyc
170byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/bench_banana.py to bench_banana.pyc
171byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/common.py to common.pyc
172byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test__versions.py to test__versions.pyc
173byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_appserver.py to test_appserver.pyc
174byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_banana.py to test_banana.pyc
175byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_call.py to test_call.pyc
176byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_copyable.py to test_copyable.pyc
177byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_crypto.py to test_crypto.pyc
178byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_eventual.py to test_eventual.pyc
179byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_gifts.py to test_gifts.pyc
180byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_interfaces.py to test_interfaces.pyc
181byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_keepalive.py to test_keepalive.pyc
182byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_logging.py to test_logging.pyc
183byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_loopback.py to test_loopback.pyc
184byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_negotiate.py to test_negotiate.pyc
185byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_observer.py to test_observer.pyc
186byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_pb.py to test_pb.pyc
187byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_promise.py to test_promise.pyc
188byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_reconnector.py to test_reconnector.pyc
189byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_reference.py to test_reference.pyc
190byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_registration.py to test_registration.pyc
191byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_schema.py to test_schema.pyc
192byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_serialize.py to test_serialize.pyc
193byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_stringchain.py to test_stringchain.pyc
194byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_sturdyref.py to test_sturdyref.pyc
195byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_tub.py to test_tub.pyc
196byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/test/test_util.py to test_util.pyc
197byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/tokens.py to tokens.pyc
198byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/util.py to util.pyc
199byte-compiling build/bdist.macosx-10.9-x86_64/egg/foolscap/vocab.py to vocab.pyc
200creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
201installing scripts to build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
202running install_scripts
203running build_scripts
204creating build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
205copying build/scripts-2.7/flappclient -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
206copying build/scripts-2.7/flappserver -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
207copying build/scripts-2.7/flogtool -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts
208changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/flappclient to 755
209changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/flappserver to 755
210changing mode of build/bdist.macosx-10.9-x86_64/egg/EGG-INFO/scripts/flogtool to 755
211copying foolscap.egg-info/PKG-INFO -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
212copying foolscap.egg-info/SOURCES.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
213copying foolscap.egg-info/dependency_links.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
214copying foolscap.egg-info/requires.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
215copying foolscap.egg-info/top_level.txt -> build/bdist.macosx-10.9-x86_64/egg/EGG-INFO
216zip_safe flag not set; analyzing archive contents...
217foolscap.test.test_appserver: module references __file__
218creating 'dist/foolscap-0.7.0.post0-py2.7.egg' and adding 'build/bdist.macosx-10.9-x86_64/egg' to it
219removing 'build/bdist.macosx-10.9-x86_64/egg' (and everything under it)
220Processing foolscap-0.7.0.post0-py2.7.egg
221creating /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/foolscap-0.7.0.post0-py2.7.egg
222Extracting foolscap-0.7.0.post0-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
223Adding foolscap 0.7.0.post0 to easy-install.pth file
224Installing flappclient script to /Users/warner/stuff/python/foolscap/ve-without/bin
225Installing flappserver script to /Users/warner/stuff/python/foolscap/ve-without/bin
226Installing flogtool script to /Users/warner/stuff/python/foolscap/ve-without/bin
227
228Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/foolscap-0.7.0.post0-py2.7.egg
229Processing dependencies for foolscap==0.7.0.post0
230Searching for pyOpenSSL
231Reading https://pypi.python.org/simple/pyOpenSSL/
232Best match: pyOpenSSL 0.14
233Downloading https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.14.tar.gz#md5=8579ff3a1d858858acfba5f046a4ddf7
234Processing pyOpenSSL-0.14.tar.gz
235Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-inrDmY/pyOpenSSL-0.14/setup.cfg
236Running pyOpenSSL-0.14/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-inrDmY/pyOpenSSL-0.14/egg-dist-tmp-rkhv6m
237warning: no previously-included files matching '*.pyc' found anywhere in distribution
238no previously-included directories found matching 'doc/_build'
239zip_safe flag not set; analyzing archive contents...
240Copying pyOpenSSL-0.14-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
241Adding pyOpenSSL 0.14 to easy-install.pth file
242
243Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg
244Searching for twisted>=2.5.0
245Reading https://pypi.python.org/simple/twisted/
246Best match: Twisted 15.0.0
247Downloading https://pypi.python.org/packages/source/T/Twisted/Twisted-15.0.0.tar.bz2#md5=f52bfe112a3aa33dd1d323c7c1e99f16
248Processing Twisted-15.0.0.tar.bz2
249Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-PppWJk/Twisted-15.0.0/setup.cfg
250Running Twisted-15.0.0/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-PppWJk/Twisted-15.0.0/egg-dist-tmp-ppF8OQ
251twisted/test/raiser.c:441:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
252  __pyx_self = __pyx_self;
253  ~~~~~~~~~~ ^ ~~~~~~~~~~
254twisted/test/raiser.c:1355:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
255static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
256                         ^
257twisted/test/raiser.c:1407:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
258static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
259                                ^
260twisted/test/raiser.c:1416:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
261static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
262                                ^
263twisted/test/raiser.c:1430:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function]
264static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) {
265                            ^
266twisted/test/raiser.c:685:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
267static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
268                          ^
269twisted/test/raiser.c:853:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
270static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
271                                   ^
272twisted/test/raiser.c:872:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function]
273static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) {
274                                    ^
275twisted/test/raiser.c:891:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function]
276static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) {
277                                  ^
278twisted/test/raiser.c:910:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
279static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
280                          ^
281twisted/test/raiser.c:929:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function]
282static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) {
283                           ^
284twisted/test/raiser.c:948:26: warning: unused function '__Pyx_PyInt_AsInt' [-Wunused-function]
285static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) {
286                         ^
287twisted/test/raiser.c:967:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
288static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
289                                 ^
290twisted/test/raiser.c:986:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
291static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
292                                  ^
293twisted/test/raiser.c:1005:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
294static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
295                                ^
296twisted/test/raiser.c:1024:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
297static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
298                         ^
299twisted/test/raiser.c:1148:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
300static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
301                                  ^
302twisted/test/raiser.c:1218:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
303static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
304                                         ^
30518 warnings generated.
306creating /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-macosx-10.9-x86_64.egg
307Extracting Twisted-15.0.0-py2.7-macosx-10.9-x86_64.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
308Adding Twisted 15.0.0 to easy-install.pth file
309Installing cftp script to /Users/warner/stuff/python/foolscap/ve-without/bin
310Installing ckeygen script to /Users/warner/stuff/python/foolscap/ve-without/bin
311Installing conch script to /Users/warner/stuff/python/foolscap/ve-without/bin
312Installing lore script to /Users/warner/stuff/python/foolscap/ve-without/bin
313Installing mailmail script to /Users/warner/stuff/python/foolscap/ve-without/bin
314Installing manhole script to /Users/warner/stuff/python/foolscap/ve-without/bin
315Installing pyhtmlizer script to /Users/warner/stuff/python/foolscap/ve-without/bin
316Installing tap2deb script to /Users/warner/stuff/python/foolscap/ve-without/bin
317Installing tap2rpm script to /Users/warner/stuff/python/foolscap/ve-without/bin
318Installing tapconvert script to /Users/warner/stuff/python/foolscap/ve-without/bin
319Installing tkconch script to /Users/warner/stuff/python/foolscap/ve-without/bin
320Installing trial script to /Users/warner/stuff/python/foolscap/ve-without/bin
321Installing twistd script to /Users/warner/stuff/python/foolscap/ve-without/bin
322
323Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-macosx-10.9-x86_64.egg
324Searching for six>=1.5.2
325Reading https://pypi.python.org/simple/six/
326Best match: six 1.9.0
327Downloading https://pypi.python.org/packages/source/s/six/six-1.9.0.tar.gz#md5=476881ef4012262dfc8adc645ee786c4
328Processing six-1.9.0.tar.gz
329Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-CIeYf8/six-1.9.0/setup.cfg
330Running six-1.9.0/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-CIeYf8/six-1.9.0/egg-dist-tmp-WpHtWc
331no previously-included directories found matching 'documentation/_build'
332zip_safe flag not set; analyzing archive contents...
333six: module references __path__
334creating /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/six-1.9.0-py2.7.egg
335Extracting six-1.9.0-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
336Adding six 1.9.0 to easy-install.pth file
337
338Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/six-1.9.0-py2.7.egg
339Searching for cryptography>=0.2.1
340Reading https://pypi.python.org/simple/cryptography/
341Best match: cryptography 0.8.1
342Downloading https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.1.tar.gz#md5=70dde78a5515abdbfd7a3d58f15689ab
343Processing cryptography-0.8.1.tar.gz
344Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/setup.cfg
345Running cryptography-0.8.1/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/egg-dist-tmp-1h4DW6
346
347Installed /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs/cffi-0.9.2-py2.7-macosx-10.9-x86_64.egg
348Searching for enum34
349Reading https://pypi.python.org/simple/enum34/
350Best match: enum34 1.0.4
351Downloading https://pypi.python.org/packages/source/e/enum34/enum34-1.0.4.zip#md5=9843e97527f3126c851df7afeb0524b3
352Processing enum34-1.0.4.zip
353Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/temp/easy_install-Ymwu7O/enum34-1.0.4/setup.cfg
354Running enum34-1.0.4/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/temp/easy_install-Ymwu7O/enum34-1.0.4/egg-dist-tmp-fCJ18e
355zip_safe flag not set; analyzing archive contents...
356Copying enum34-1.0.4-py2.7.egg to /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs
357
358Installed /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs/enum34-1.0.4-py2.7.egg
359Searching for pyasn1
360Reading https://pypi.python.org/simple/pyasn1/
361Best match: pyasn1 0.1.7
362Downloading https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.7-py2.7.egg#md5=15f079cabee01402bf86ca8b83356469
363Processing pyasn1-0.1.7-py2.7.egg
364Moving pyasn1-0.1.7-py2.7.egg to /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs
365
366Installed /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs/pyasn1-0.1.7-py2.7.egg
367Searching for pycparser
368Reading https://pypi.python.org/simple/pycparser/
369Best match: pycparser 2.10
370Downloading https://pypi.python.org/packages/source/p/pycparser/pycparser-2.10.tar.gz#md5=d87aed98c8a9f386aa56d365fe4d515f
371Processing pycparser-2.10.tar.gz
372Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/temp/easy_install-PdxPvu/pycparser-2.10/setup.cfg
373Running pycparser-2.10/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/temp/easy_install-PdxPvu/pycparser-2.10/egg-dist-tmp-eT1ffT
374zip_safe flag not set; analyzing archive contents...
375Copying pycparser-2.10-py2.7.egg to /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs
376
377Installed /private/var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-DaSGCF/cryptography-0.8.1/.eggs/pycparser-2.10-py2.7.egg
378no previously-included directories found matching 'docs/_build'
379warning: no previously-included files matching '*' found under directory 'vectors'
380creating /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/cryptography-0.8.1-py2.7-macosx-10.9-x86_64.egg
381Extracting cryptography-0.8.1-py2.7-macosx-10.9-x86_64.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
382Adding cryptography 0.8.1 to easy-install.pth file
383
384Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/cryptography-0.8.1-py2.7-macosx-10.9-x86_64.egg
385Searching for zope.interface>=3.6.0
386Reading https://pypi.python.org/simple/zope.interface/
387Best match: zope.interface 4.1.2
388Downloading https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.2.tar.gz#md5=04298faeaa70b4f3b23fa2ae8987262c
389Processing zope.interface-4.1.2.tar.gz
390Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-OD8Dyh/zope.interface-4.1.2/setup.cfg
391Running zope.interface-4.1.2/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-OD8Dyh/zope.interface-4.1.2/egg-dist-tmp-PeU_kx
392warning: no previously-included files matching '*.dll' found anywhere in distribution
393warning: no previously-included files matching '*.pyc' found anywhere in distribution
394warning: no previously-included files matching '*.pyo' found anywhere in distribution
395warning: no previously-included files matching '*.so' found anywhere in distribution
396creating /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/zope.interface-4.1.2-py2.7-macosx-10.9-x86_64.egg
397Extracting zope.interface-4.1.2-py2.7-macosx-10.9-x86_64.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
398Adding zope.interface 4.1.2 to easy-install.pth file
399
400Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/zope.interface-4.1.2-py2.7-macosx-10.9-x86_64.egg
401Searching for cffi>=0.8
402Reading https://pypi.python.org/simple/cffi/
403Best match: cffi 0.9.2
404Downloading https://pypi.python.org/packages/source/c/cffi/cffi-0.9.2.tar.gz#md5=b1bf4625ae07a8a932f2f1a2eb200c54
405Processing cffi-0.9.2.tar.gz
406Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-5zZvUo/cffi-0.9.2/setup.cfg
407Running cffi-0.9.2/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-5zZvUo/cffi-0.9.2/egg-dist-tmp-FiEbX3
408creating /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/cffi-0.9.2-py2.7-macosx-10.9-x86_64.egg
409Extracting cffi-0.9.2-py2.7-macosx-10.9-x86_64.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
410Adding cffi 0.9.2 to easy-install.pth file
411
412Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/cffi-0.9.2-py2.7-macosx-10.9-x86_64.egg
413Searching for enum34
414Reading https://pypi.python.org/simple/enum34/
415Best match: enum34 1.0.4
416Downloading https://pypi.python.org/packages/source/e/enum34/enum34-1.0.4.zip#md5=9843e97527f3126c851df7afeb0524b3
417Processing enum34-1.0.4.zip
418Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-7INxty/enum34-1.0.4/setup.cfg
419Running enum34-1.0.4/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-7INxty/enum34-1.0.4/egg-dist-tmp-vcox9P
420zip_safe flag not set; analyzing archive contents...
421Copying enum34-1.0.4-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
422Adding enum34 1.0.4 to easy-install.pth file
423
424Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/enum34-1.0.4-py2.7.egg
425Searching for pyasn1
426Reading https://pypi.python.org/simple/pyasn1/
427Best match: pyasn1 0.1.7
428Downloading https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.7-py2.7.egg#md5=15f079cabee01402bf86ca8b83356469
429Processing pyasn1-0.1.7-py2.7.egg
430Moving pyasn1-0.1.7-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
431Adding pyasn1 0.1.7 to easy-install.pth file
432
433Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/pyasn1-0.1.7-py2.7.egg
434Searching for pycparser
435Reading https://pypi.python.org/simple/pycparser/
436Best match: pycparser 2.10
437Downloading https://pypi.python.org/packages/source/p/pycparser/pycparser-2.10.tar.gz#md5=d87aed98c8a9f386aa56d365fe4d515f
438Processing pycparser-2.10.tar.gz
439Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-MlGWU6/pycparser-2.10/setup.cfg
440Running pycparser-2.10/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-MlGWU6/pycparser-2.10/egg-dist-tmp-WLtnp3
441zip_safe flag not set; analyzing archive contents...
442Copying pycparser-2.10-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
443Adding pycparser 2.10 to easy-install.pth file
444
445Installed /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages/pycparser-2.10-py2.7.egg
446Searching for setuptools==12.0.5
447Best match: setuptools 12.0.5
448Adding setuptools 12.0.5 to easy-install.pth file
449Installing easy_install-3.4 script to /Users/warner/stuff/python/foolscap/ve-without/bin
450Installing easy_install script to /Users/warner/stuff/python/foolscap/ve-without/bin
451
452Using /Users/warner/stuff/python/foolscap/ve-without/lib/python2.7/site-packages
453Finished processing dependencies for foolscap==0.7.0.post0
454(ve-without)%