Ticket #231: install-with-service_identity.txt

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

install log *with* service_identity dependency

Line 
1% virtualenv ve-with
2New python executable in ve-with/bin/python2.7
3Also creating executable in ve-with/bin/python
4Installing setuptools, pip...done.
5% source ve-with/bin/activate
6(ve-with)% 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-with/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-with/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-with/bin
225Installing flappserver script to /Users/warner/stuff/python/foolscap/ve-with/bin
226Installing flogtool script to /Users/warner/stuff/python/foolscap/ve-with/bin
227
228Installed /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/foolscap-0.7.0.post0-py2.7.egg
229Processing dependencies for foolscap==0.7.0.post0
230Searching for service-identity
231Reading https://pypi.python.org/simple/service_identity/
232Best match: service-identity 14.0.0
233Downloading https://pypi.python.org/packages/source/s/service_identity/service_identity-14.0.0.tar.gz#md5=cea0b0156d73b025ecef660fb51f0d9a
234Processing service_identity-14.0.0.tar.gz
235Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-vCIcl2/service_identity-14.0.0/setup.cfg
236Running service_identity-14.0.0/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-vCIcl2/service_identity-14.0.0/egg-dist-tmp-moOcl4
237/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'extra_requires'
238  warnings.warn(msg)
239zip_safe flag not set; analyzing archive contents...
240Copying service_identity-14.0.0-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages
241Adding service-identity 14.0.0 to easy-install.pth file
242
243Installed /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/service_identity-14.0.0-py2.7.egg
244Searching for pyOpenSSL
245Reading https://pypi.python.org/simple/pyOpenSSL/
246Best match: pyOpenSSL 0.14
247Downloading https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.14.tar.gz#md5=8579ff3a1d858858acfba5f046a4ddf7
248Processing pyOpenSSL-0.14.tar.gz
249Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-wulhhO/pyOpenSSL-0.14/setup.cfg
250Running pyOpenSSL-0.14/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-wulhhO/pyOpenSSL-0.14/egg-dist-tmp-zSpPch
251warning: no previously-included files matching '*.pyc' found anywhere in distribution
252no previously-included directories found matching 'doc/_build'
253zip_safe flag not set; analyzing archive contents...
254Copying pyOpenSSL-0.14-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages
255Adding pyOpenSSL 0.14 to easy-install.pth file
256
257Installed /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg
258Searching for twisted>=2.5.0
259Reading https://pypi.python.org/simple/twisted/
260Best match: Twisted 15.0.0
261Downloading https://pypi.python.org/packages/source/T/Twisted/Twisted-15.0.0.tar.bz2#md5=f52bfe112a3aa33dd1d323c7c1e99f16
262Processing Twisted-15.0.0.tar.bz2
263Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-JQMbuV/Twisted-15.0.0/setup.cfg
264Running Twisted-15.0.0/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-JQMbuV/Twisted-15.0.0/egg-dist-tmp-j4J_5L
265twisted/test/raiser.c:441:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
266  __pyx_self = __pyx_self;
267  ~~~~~~~~~~ ^ ~~~~~~~~~~
268twisted/test/raiser.c:1355:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
269static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
270                         ^
271twisted/test/raiser.c:1407:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
272static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
273                                ^
274twisted/test/raiser.c:1416:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
275static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
276                                ^
277twisted/test/raiser.c:1430:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function]
278static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) {
279                            ^
280twisted/test/raiser.c:685:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
281static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
282                          ^
283twisted/test/raiser.c:853:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function]
284static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) {
285                                   ^
286twisted/test/raiser.c:872:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function]
287static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) {
288                                    ^
289twisted/test/raiser.c:891:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function]
290static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) {
291                                  ^
292twisted/test/raiser.c:910:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function]
293static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) {
294                          ^
295twisted/test/raiser.c:929:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function]
296static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) {
297                           ^
298twisted/test/raiser.c:948:26: warning: unused function '__Pyx_PyInt_AsInt' [-Wunused-function]
299static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) {
300                         ^
301twisted/test/raiser.c:967:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function]
302static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) {
303                                 ^
304twisted/test/raiser.c:986:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function]
305static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) {
306                                  ^
307twisted/test/raiser.c:1005:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function]
308static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) {
309                                ^
310twisted/test/raiser.c:1024:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function]
311static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) {
312                         ^
313twisted/test/raiser.c:1148:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
314static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) {
315                                  ^
316twisted/test/raiser.c:1218:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration]
317static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) {
318                                         ^
31918 warnings generated.
320creating /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-macosx-10.9-x86_64.egg
321Extracting Twisted-15.0.0-py2.7-macosx-10.9-x86_64.egg to /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages
322Adding Twisted 15.0.0 to easy-install.pth file
323Installing cftp script to /Users/warner/stuff/python/foolscap/ve-with/bin
324Installing ckeygen script to /Users/warner/stuff/python/foolscap/ve-with/bin
325Installing conch script to /Users/warner/stuff/python/foolscap/ve-with/bin
326Installing lore script to /Users/warner/stuff/python/foolscap/ve-with/bin
327Installing mailmail script to /Users/warner/stuff/python/foolscap/ve-with/bin
328Installing manhole script to /Users/warner/stuff/python/foolscap/ve-with/bin
329Installing pyhtmlizer script to /Users/warner/stuff/python/foolscap/ve-with/bin
330Installing tap2deb script to /Users/warner/stuff/python/foolscap/ve-with/bin
331Installing tap2rpm script to /Users/warner/stuff/python/foolscap/ve-with/bin
332Installing tapconvert script to /Users/warner/stuff/python/foolscap/ve-with/bin
333Installing tkconch script to /Users/warner/stuff/python/foolscap/ve-with/bin
334Installing trial script to /Users/warner/stuff/python/foolscap/ve-with/bin
335Installing twistd script to /Users/warner/stuff/python/foolscap/ve-with/bin
336
337Installed /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/Twisted-15.0.0-py2.7-macosx-10.9-x86_64.egg
338Searching for pyasn1-modules
339Reading https://pypi.python.org/simple/pyasn1-modules/
340/Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: PEP440Warning: 'pyasn1 (modules-0.0.1a)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
341  PEP440Warning,
342/Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: PEP440Warning: 'pyasn1 (modules-0.0.2)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
343  PEP440Warning,
344/Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: PEP440Warning: 'pyasn1 (modules-0.0.3)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
345  PEP440Warning,
346/Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: PEP440Warning: 'pyasn1 (modules-0.0.4)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
347  PEP440Warning,
348/Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: PEP440Warning: 'pyasn1 (modules-0.0.5)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
349  PEP440Warning,
350Best match: pyasn1-modules 0.0.5
351Downloading https://pypi.python.org/packages/2.7/p/pyasn1-modules/pyasn1_modules-0.0.5-py2.7.egg#md5=45833a383743e71b38853eb7ab63b86a
352Processing pyasn1_modules-0.0.5-py2.7.egg
353Moving pyasn1_modules-0.0.5-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages
354Adding pyasn1-modules 0.0.5 to easy-install.pth file
355
356Installed /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
357Searching for pyasn1
358Best match: pyasn1 modules-0.0.5
359Downloading https://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-0.0.5.tar.gz#md5=6c5c9dd61a5784ff22695ac233cb11f8
360Processing pyasn1-modules-0.0.5.tar.gz
361Writing /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-I1E7LP/pyasn1-modules-0.0.5/setup.cfg
362Running pyasn1-modules-0.0.5/setup.py -q bdist_egg --dist-dir /var/folders/4v/j9ylswv946z277d1j6h1gy680000gn/T/easy_install-I1E7LP/pyasn1-modules-0.0.5/egg-dist-tmp-4Le86Y
363Removing /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
364Copying pyasn1_modules-0.0.5-py2.7.egg to /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages
365pyasn1-modules 0.0.5 is already the active version in easy-install.pth
366
367Installed /Users/warner/stuff/python/foolscap/ve-with/lib/python2.7/site-packages/pyasn1_modules-0.0.5-py2.7.egg
368error: Could not find required distribution pyasn1
369(ve-with)%